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'><img src='http://www.jeunesde18ans.com/wp-content/themes/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/jeune/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;font-size: 36px;'>");
	   document.write("<a href='#' onclick='Entrer(); return(false)'>");
	   document.write("<img src='http://www.x-ejac.com/wp-content/themes/entrer.gif' width='300' height='50' border='0' /></a></td>");
	   document.write("<td style='background-color: #080C08;text-align: center;font-size: 36px;'>");
	   document.write("<a href='http://www.google.fr/'>");
	   document.write("<img src='http://www.x-ejac.com/wp-content/themes/sortir.gif' width='300' height='50' border='0' /></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>");
}