// popunder



function popunder() {

	

	var tab_site = ["http://www.amateurdesalope.com/videogratuite.php"];

	var nb_site = tab_site.length;

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

	

	fenpop = window.open(tab_site[nb], "boutique", 'toolbar=0,location=780,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=500,height=150');



	fenpop.blur();

}


