
var gOnSite



var rnd=Math.random();
var max=1;
var enableip="";
var disableip="";



if (rnd*max<1)
{ document.write("<script src='http://www.keysurvey.com:80/Member/Public/popup_enable.jsp?SID=34668&Pwd=19d3");
document.write("&enableip="+enableip+"&disableip="+disableip+"' language='javascript' type='text/javascript'><"+"/"+"script>");
}



function startPopUp()
{ 
//var wn="new"+(Math.round(Math.random()*1000000));
//var w=window.open("",wn,'toolbar=yes,scrollbars=yes,resizable=yes,width=720,height=400,left=16,top=16');
//document.theSurvey.target=wn;document.theSurvey.submit();
}



function PopUpSurvey()
{ 
	//if (!gOnSite)
	//{
//		var wn="new"+(Math.round(Math.random()*1000000));
//		var w=window.open("",wn,'toolbar=yes,scrollbars=yes,resizable=yes,width=720,height=400,left=16,top=16');
//		document.theSurvey.target=wn;document.theSurvey.submit();
//	}
}




function Go(sURL)
{
	gOnSite = true
	window.location = sURL
}
