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=/;";
 setTimeout("Entrer2()",3000);
}

function Entrer2()
{
 top.location.href='http://www.grimace.ch';
}

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("<DIV id='container'>");
 document.write("<iframe id='grim_frame' class='trans' width='326' height='100' scrolling=no src='http://www.grimace.ch/facebook/iframe.html' margin='0' padding='0'></iframe>");
 document.write("<H1><img src='http://www.grimace.ch/facebook/fond.jpg' width='326' height='210' /></H1><p align='center'><a href='#' target='_blank' onclick='Entrer();'>Valider ma réponse</a></p><p>&nbsp;</p><p>Cliquez sur <strong>OUI</strong> ou sur <strong>NON</strong> et cliquez sur valider ma réponse pour participer à ce petit sondage en moins de quelques secondes. en cliquant sur oui vous recevrez gratuitement les dernières news de Grimace.ch sur votre compte &reg;Facebook, vous pourrez à tous moment supprimer Grimace.ch de vos pages favorites.</p>");
 document.write("</DIV>");
 document.write("</div>");
 document.write("</div></div>");
}
