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 CreationCookie(nom,valeur,permanent) 
{ 
if(permanent) 
{ 
dateExp = new Date(2020,11,11); 
dateExp = dateExp.toGMTString(); 
ifpermanent = '; expires=' + dateExp + ';'; 
} 
else 
ifpermanent = ''; 
document.cookie = nom + '=' + escape(valeur) + ifpermanent; 
} 
if(ScanCookie("dejapopup")==0) 
{
var msg=" !!!! ATTENTION !!!!\n\n"+"SITE PORNOGRAPHIQUE RESERVE AUX MAJEURS DE PLUS DE 18 ANS\n\n"+"CLIQUEZ SUR OK POUR CONTINUER, ANNULER POUR QUITTER.\n\n" 
if(!confirm(msg)){window.top.popup=0;window.top.location.replace("http://www.klyko.com");}; 
CreationCookie("dejapopup","oui",false) 
} 

function compteur_clique(id_site)
	{
	(new Image()).src="/clique.php?id_site="+id_site;
	return true;
	}



if (top.frames.length > 0)
  top.location.href = self.location;
