﻿/* CONFIGURATION DES URL DE REDIRECTION + URL DE SORTIE + IMAGE */
	
	var url_sortie = "http://www.yahbon.com/";
	
	var Url = new Array;
    Url[0] = "http://www.top-beurettes.com/";
    Url[1] = "http://www.diplodocul.com/index.php?ref=beurette.cc";
    Url[2] = "http://www.diplodocul.com/index.php?ref=beurette.cc";
    Url[3] = "http://www.diplodocul.com/index.php?ref=beurette.cc";
    Url[4] = "http://www.diplodocul.com/index.php?ref=beurette.cc";
    Url[5] = "http://www.diplodocul.com/index.php?ref=beurette.cc";
    Url[6] = "http://www.burkakke.com/index.php?site=130";

    
	var url_image = "http://www.jacques-prevot.fr/images/interdit_aux_mineurs.png";
	
	//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)));
 }
}
/*
if(ScanCookie("disclaimerok")==0)
{
 document.write("<div id=disclaimer><div id=disclaimer-fond></div><div id=disclaimer-conteneur>");
 document.write("<div id=disclaimer-cadre>");
 document.write("<a href='#' onclick='Entrer(); return(false)'><img src='/img/close.png' style='margin-left:245px;position:absolute;top:168px;' /></a>");
  document.write("<div style='height: 140px; padding-bottom: 15px; margin-top: 45px; position: relative; width: 529px; margin-left: 33px;'>");
 document.write("				<div style='float: left;'>");
 document.write("					<div style='margin: 0pt 3px 8pt 9px;'><img width='88' height='65' src='/photos-arabes/amatrice-se-fait-demonter-le-cul-121.jpg' alt='Amatrice se fait demonter le cul'/></div>");
 document.write("					<div style='margin: 0pt 3px 3px 9px;'><img width='88' height='65' src='/photos-arabes/video-amateur-porno-189.jpg' alt='Video porno amateur gratuite'/></div>");
 document.write("				</div>");
 document.write("				<div style='padding-top:5px;'>");
 document.write("					<script type='text/javascript'>");
 document.write("					traficmax_width = '400';");
 document.write("					traficmax_height = '120';");
 document.write("					traficmax_id = 'PUAQUADO7Z';");
 document.write("					</script>");
 document.write("					<script type='text/javascript' src='http://www.traficmax.fr/aff_new.js'></script>");
 document.write("				</div>");
 document.write("		</div>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='"+url_sortie+"'>Sortir</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style> div#disclaimer{ text-align:left; }  div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:1152px; background:transparent url(/img/bg_disclaimer.jpg) repeat scroll 0 0;  text-align:center; line-height:normal; clear:both; }  div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }   div#disclaimer-cadre{ width:572px; height: 250px;padding-top:180px; margin-left:auto; margin-right:auto; text-align:center; margin-top:150px; font-size:12px; background:transparent url(/img/bg_cadre_disc.png) repeat scroll 0 0;  }    div#disclaimer-cadre b{ font-size:14px; color:black; }    div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#356aa0; }    div#disclaimer-cadre a:hover{ color:blue; }</style>');
 
}*/
