// Casino Las Vegas

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

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