<!-- Check for the environment of ourself.
if (window.name != "bottom")
{
if (navigator.appName != "Netscape" || navigator.appVersion.charAt(0) != "4" || window.innerHeight != 0 || window.innerWidth != 0) {
location.href= "http://" + location.host + "/?" + window.location
}
}
//-->