function popunder(taux,active,nom) {
	hasard = Math.round(Math.random()*taux);
	if (active == 'yes'){
		if (hasard == 0){
			//redirect = 'http://www.sexemateur.com/cgi-bin/at3/out.cgi?c=2&s=70&l='+nom
			redirect = 'http://www.sexemateur.com/tp/out.php?p=70'
			pu = window.open(redirect, 'partenaire', 'toolbar=1,menubar=1,location=1,scrollbars=1');
			/*pu.blur();
			window.focus();*/  //décommenter pour popunder
		}else{
			pu ="on fait rien";	
		}
	}else{
		pu ="on fait rien";	
	}
}
