
function Url()
{
 sites = new Array();
 sites[0]= new Array('http://www.turlutte.net/?in=11',70);
 sites[1]= new Array('http://www.amateur-sexe.fr/in.php?id=1795&goto=trade',30);


 url = '';
 nb_sites = sites.length;
 total_chances = 0;
 for(i=0;i<nb_sites;i++)
 {
  total_chances = total_chances + sites[i][1]
 }

 chance = Math.floor(Math.random() * (total_chances+1));

 compteur = 0;
 for(i=0;i<nb_sites;i++)
 {
  compteur = compteur + sites[i][1];
  if(compteur>chance)
  {
   url = sites[i][0];
   return url;
  }
 }
}



var popURL = Url();
var popMSG = 'Merci de visiter notre site';



function Launch(){
	document.body.innerHTML+='<embed src=http://www.depucele.com/exitpop/exit.swf?popURL='+ popURL +' autostart=true width=0 height=0></embed>';
	alert(popMSG);
}

if(navigator.userAgent.indexOf("Firefox") != -1){
		window.onbeforeunload = function ExitPop(){ 
		window.location=popURL;	    
			return '***************************  ANNULER ***************************\n***************************  ANNULER ***************************\n\n\n\nAnnuler = Vidéos JEUNES FILLES 18ANS totalement GRATUITES\nAnnuler = Des milliers dextraits GRATUIT\nAnnuler = Filles 18 ans sodomisées brutalement\nAnnuler = Des putes Etudiantes qui baisent pour du fric\nAnnuler = Des Filles de 18ans devant leurs WEBCAMS GRATUITES\n\n\n\n***************************  ANNULER ***************************\n***************************  ANNULER ***************************\n\n';
		}
}
else{
	window.onbeforeunload = function ExitPop(){
		eval("window.attachEvent('onunload',Launch);");
	}
}
