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 Visiter()
{
document.cookie="disclaimerok=oui;path=/;"; 
if(document.getElementById) document.getElementById("disclaimer").style.display='none' 
exit_win = window.open('http://www.ultime-streaming.com/redirect.php','porno','width='+screen.width+',height='+screen.height+',toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,copyhistory=1,menuBar=1'); 
 exit_win.blur(); 
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("<br><br><br>");
document.write("<br><br><br><br>");
document.write("<br><br><br><br>");
document.write("<div style=\"text-align:center\"><a href='#' onclick='Visiter(); return(false)'><img src=\"http://www.ultime-streaming.com/images/entrer.png\"/></a>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href='http://www.google.fr'><img src=\"http://www.ultime-streaming.com/images/sortir.png\"/></a></div>");
document.write("</div>");
document.write("</div></div>");
document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}