<!--
if(top.location.href==self.location.href)
{
	// alert(navigator.userAgent);

	if ((navigator.userAgent.indexOf("MSIE4.0")>=0) && (navigator.userAgent.indexOf("Win")>=0))
	{
		document.location="/index.php";
	}
	else
	{
		document.write("<form name='jump' method='post' action='/index.php'><input type='hidden' name='goto' value='" + self.location.href + "'></form>");
		document.jump.submit();
	}
}
//-->
