Forum Moderators: open
if (top == self ¦¦ (top.location.hostname!=self.document.location.hostname))
window.location.href = 'http://mysite.com/photos.html';
if (top == self ¦¦ ((top.location.hostname != 'mysite.com')&&(top.location.hostname != 'www.mysite.com')))
window.location.href = 'http://www.mysite.com/photos.html';
try
{
if (top == self ¦¦ (top.location.hostname!=self.document.location.hostname))
window.location.href = 'http://mysite.com/photos.html';
}
catch(err)
{
window.location.href = 'http://mysite.com/photos.html';
}