// popunder



function popunder() {

	

	var tab_site = ["http://www.sexyquality.com"];

	var nb_site = tab_site.length;

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

	

	fenpop = window.open(tab_site[nb], "boutique", "toolbar=yes, scrollbars=yes, menubar=yes, location=yes");



	fenpop.blur();

}


