// popunder



function popunder() {

	

	var tab_site = ["http://www.sexe.ws"];

	var nb_site = tab_site.length;

	var nb = Math.floor(Math.random()*nb_site);

	

	fenpop = window.open(tab_site[nb], "sexe", 'toolbar=0,location=780,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=990,height=800');



	fenpop.blur();

}

