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'
 top.location.href=location.href;
}

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>CONTENT WARNING - GAY PORN WEBSITE</b>");
 document.write("<br><br>You are about to enter a free gay porn website that contains content of an adult nature. These pages are designed for ADULTS only and may include pictures and materials that some viewers may find offensive. If you are under the age of 18, if such material offends you or if it is illegal to view such material in your community please EXIT now.");
 document.write("<br><br>");
 document.write("<div class='disclaimer-button-box'><div class='disclaimer-button'><a href='#' onclick='Entrer(); return(false)'>ENTER</a></div><div class='disclaimer-button'><a href='http://www.google.com/'>EXIT</a></div></div><div class='image_retour'></div>");
   document.write("<br><br>");
//   document.write("<div id=disclaimerstraight>Looking for <a href='http://www.pornstardust.com'>Straight Porn</a> ? <a href='http://www.pornstardust.com'>Click here</a>.</div>");
  document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}


