if (top == self)top.location.replace('../sofani.html');
//if (top == self) self.location.href = "../sofani.html";
//if (self != top) top.location.href = window.location.href;
