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>");
  document.write("<div id=disclaimer-fond></div>");
  document.write("<div id=disclaimer-conteneur>");
   document.write("<div id=disclaimer-cadre>");
 document.write("");
 document.write("<table width='790' cellpadding='0' cellspacing='0'>");
   document.write("<tr>");
     document.write("<td colspan='3'style='background-color: white;'><img src='http://www.tube-sexe.net/js/disclaimer.gif' style='border-bottom:1px solid #848284;' /></td>");
   document.write("</tr>");
   document.write("<tr>");
     document.write("<td colspan='3'><iframe src='http://www.najohcash.com/catcher/disclaimer/lesbienne/disclaimer.html' frameborder='no' marginheight='0' marginwidth='0' scrolling='no' height='150' width='790' allowtransparency='true'></iframe></td>");
   document.write("</tr>");
   document.write("<tr>");
     document.write("<td colspan='3' style='border-top: 1px solid #848284;'>");
	 document.write("");
	 document.write("<table style='width: 100%;' cellpadding='0' cellspacing='0'>");
	 document.write(" <tr>");
	   document.write("<td style='background-color: #080C08;text-align: center;'>");
	   document.write("<div style='color: white;margin: 10px;font-size: 14px;'><a href='#' onclick='Entrer(); return(false)' style='color: white;'>Entrer sur le blog de lesbiennes</a></td>");
	  document.write("</tr>");
	 document.write("</table>");
	 document.write("");
	 document.write("</td>");
   document.write("</tr>");
 document.write("</table>");
 document.write("");
   document.write("</div>");
  document.write("</div>");
 document.write("</div>");
 document.write("<!--<style>embed,object,select { display:none; visibility:hidden }</style>-->");
}
