function openExitPopUp(url) {
	var now = new Date();
	var rnd = randomnumber=Math.floor(Math.random()*11);
				
	window.open(url, rnd, "width=980,height=640,toolbar,resizable,status,scrollbars");
}

function openExitPopUnder(url) {
	var now = new Date();
	var rnd = randomnumber=Math.floor(Math.random()*11);
				
	window.open(url, rnd, "width=800,height=640,toolbar,resizable,status,scrollbars");
}
