browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);


if (screen.height <= 510)
window.location.replace("../nosite.html")

else 
{
	if (screen.height > 600) 
	{
		document.write('<BODY onLoad="goforit()" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" BACKGROUND="../pic/backg.gif" BGCOLOR="#FFFFFF">')
		document.write('<A HREF="../index2.html"><IMG SRC="../pic/logo.gif" ALT="Animated Profits Logo" ALIGN=RIGHT BORDER="0"></A><BR CLEAR=ALL>')
	}
	else if (screen.height<=600)
	{
		document.write('<BODY onLoad="goforit()" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" BACKGROUND="../pic/backg.gif" >')
		document.write('<A HREF="../index2.html"><IMG SRC="../pic/logo800.gif" ALT="Animated Profits Logo" ALIGN=RIGHT BORDER="0"></A><BR CLEAR=ALL>')
	}
}