// JavaScript Document


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>WWW.WEBLAURA.COM<br>");
document.write("UNE VRAIE COCHONNE FRANCAISE<br> ");
document.write("<br />ATTENTION: BLOG STRICTEMENT RESERVE AUX ADULTES</b><br>");
document.write("<img src='/photos/photos gratuites/laura-adv.jpg' alt='Laura' width='230' height='340'>");
document.write("<br>Le contenu de mon blog ne convient pas a un public mineur.Mes photos, videos, et textes sont pornographiques et peuvent choquer certaines sensibilites.");
document.write("<br>En entrant, tu declares prendre tes responsabilites vis-a-vis de ce contenu.");
document.write("<br><br>Pour entrer sur mon blog CLIQUE SUR ENTRER");
document.write("<br><br>SI TU ES MINEUR (- 18 ans), clique sur Sortir pour quitter ce site.<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.yes-messenger.com/?id=52256&e=1&w=0&content_niche=&tracker=weblaura'>Sortir</a>");
document.write("</div>");
document.write("</div></div>");
document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}