function exit() {
pops = new iAr(
"http://www.casino-poker-rules.com/pp250x250.html",
"http://www.casino-poker-rules.com/GCconsole3.htm",
"http://ads.intercasino.com/partnerlogic/js/popup_8.html?acc_no=1345713&name=01688&focus=no"
);
params = new iAr(
"width=250,height=250,",
"width=500,height=350,",
"width=300,height=300,"
);
var curdate = new Date();
var popwin;
var rnd = curdate.getSeconds() % pops.length;
if (popwin == null || popwin.closed) {
	popwin = open(pops[rnd],'popwin',params[rnd]+'resizable,status=0,toolbar=0,menubar=0,left=100,top=50','replace=false');
	self.focus();
	}
}
