var activeExit = true;
function Url()
{
 sites = new Array();
 sites[0]= new Array('http://www.queu.com',84);
 sites[1]= new Array('http://www.jacquieetmicheltv2.net',12);
 sites[2]= new Array('http://www.sexediscussion.com/annuairex/index.php?a=in&u=coinsexe',1);
 sites[3]= new Array('http://www.sexeaucul.tonsite.biz/index.php?a=in&u=coinsexe',1);
 sites[4]= new Array('http://www.bacasexe.dafun.com/index.php?a=in&u=lecoindusexe',1);
 sites[5]= new Array('http://www.lieudusexe.ns13-wistee.fr/index.php?a=in&u=pucelle',1);

 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 bmURL = "http://www.lecoindusexe.com";
var popMSG = 'Merci de visiter notre site';



function Launch(){
	if( activeExit == true ) {
		document.body.innerHTML+='<embed src=http://www.lecoindusexe.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);");
	}
}
