// JavaScript for redirect to index, if it not comes with frames

if (parent.location.href == self.location.href){
    window.location.href = 'http://www.ironshirt.at';
}
