// Swiss Security Casino Security 

function popon ()
{
	if(confirm("GET $400 FREE & DOWNLOAD?"))
	{
		location.replace("/NewSwiss/")
	}
	else
	{
		null;
	}
}

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