// Disclaimer DHTML
// Copyright SexyTools.be 2008

function getWindowSize() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  var size = new Array;
  size[0] = myWidth;
  size[1] = myHeight;
  return size;
}

function openPopup(){
	var size = getWindowSize();
	width = (size[0] < 600) ? 500 : size[0]-100;
	height = (size[1] < 500) ? 400 : size[1]-100;
	
	urls = new Array;
	//urls[0] = 'http://media.acces-charme.com/pdv/track.php?idw=1466&idn=14&rebill=0&t1=sbf&t2=disc';
	//urls[1] = 'http://www.pornogamie.com/porno-bdsm/';
	//urls[0] = 'http://gateway.eravage.com/rotation_pdv.php?ida=1899&id_product=1&main_id_cat=25&offer=cb302m90&rebill=1&d=0&e=1&tracker=sbf_disc';
	urls[0] = 'http://clips-sadomaso.com/video-sadomaso-streaming.php';
	randId = Math.floor ( Math.random() * urls.length ); 
	
	
	pop = window.open(urls[randId], 'popup', "top=50, left=50, width=" + width + ", height=" + height + ", menubar=yes, scrollbars=yes, statusbar=yes")
}

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)));
 }
}

function Entrer()
{
 document.cookie="disclaimerok=oui;path=/;";
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
 else top.location.href=location.href;
 
 openPopup(); 
}

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("<b>ATTENTION: CONTENU STRICTEMENT RESERVE AUX ADULTES</b>");
 document.write("<br><br>Le contenu de ce site ne conviens pas &agrave; un public mineur. Les photos, vid&eacute;os, et textes pornographiques disponibles ici peuvent choquer certaines sensibilit&eacute;s. En entrant, vous d&eacute;clarez prendre vos responsabilit&eacute;s vis-&agrave;-vis de ce contenu.");
 document.write("<br><br>Pour entrer sur ce site CLIQUEZ SUR ENTRER");
 document.write("<br><br>SI VOUS ETES MINEUR (- 18 ans), cliquez sur Sortir pour quitter ce site.");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTRER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.com/'>Sortir</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
