if ((top == self) || ((document.images) ? (!parent.menu) : (parent.frames[1].name != 'menu')))
{
    var newURL = self.location.protocol + '//' + self.location.host + '/thEroBsBaRnoEsiS.html?' + escape(self.location.href);
    if (document.images)
        top.location.replace(newURL);
    else
        top.location.href = newURL;
}

