﻿/* CONFIGURATION DES URL DE REDIRECTION + URL DE SORTIE + IMAGE */
	
	var url_sortie = "http://www.yahbon.com/";
	
	var Url = new Array;
    /*Url[0] = "http://www.crazylivecam.com";*/
	Url[0] = "http://www.sexypolis.com/index.php?site=1";
    Url[1] = "http://www.pute.cc/?site=20";
    Url[2] = "http://acces.direction-x.com/a.php?t=31&o=if&pgid=146&tc1=jfa&tc2=disclamer&pg_noexit=1&pg_if_nojs=1&pg_if_notchat=1&pg_pdvcb_thm=1&";
    Url[3] = "http://acces.direction-x.com/a.php?t=31&o=if&pgid=146&tc1=jfa&tc2=disclamer&pg_noexit=1&pg_if_nojs=1&pg_if_notchat=1"; 

/*http://outils.yesmessenger.com/pdv30.php?&id=45672&tracker=jfa_DisRedir_urlOptiM&lg=fr&synergie=hetero&w=0&e=0&soft=0&content_niche=";*/
	
	//popunder = 1 ouvre en popunder, sinon ouvre en nouvel onglet (_blank)
	var popunder = 1;
	
    /* FIN CONFIGURATION */
	
function Entrer()
{
    
    
 document.cookie="disclaimerok=oui;path=/;";
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
   
 ChoixLien = Math.round(Math.random() * (Url.length-1));
 var win = 'toolbar=1,directories=0,menubar=1,scrollbars=1,resizable=1,width=1000,height=600';
 if(popunder == 1)
	open(Url[ChoixLien],'WindowName',win);
 else
	open(Url[ChoixLien],'_blank');
 window.focus();
 document.getElementById('disclaimer').style.display = 'none';
}

function ScanCookie(variable)
{
 cook=document.cookie;
 variable+="=";
 place=cook.indexOf(variable,0);
 if(place<=-1) return("0");
 else
 {
  end=cook.indexOf(";",place)
  if(end<=-1) return(unescape(cook.substring(place+variable.length,cook.length)));
  else return(unescape(cook.substring(place+variable.length,end)));
 }
}
