// SCasino 

function popon ()
{
	if(confirm("GET $400 FREE & DOWNLOAD?"))
	{
		location.replace("http://banner.scasino.com/cgi-bin/SetupCasino.exe")
	}
	else
	{
		null;
	}
}

function timeon()
{
	setTimeout("popon()",4000)
}