// -------- set showpop=3 for testing only
var showpop = getCookie('SURVEY2009CANWRITE');
//var showpop=3;

if	(showpop == 1)
	{
	}
else if	(showpop == 3) {
		popup('popUpDiv');
     }
else {
       var x = Math.round(Math.random() * 100) % 2; 

		if (x==0) {
			popup('popUpDiv');
		    setCookie('SURVEY2009CANWRITE', 1);
	}

}
