document.onkeydown = function(okk){ if (okk==undefined) okk=""; var keycode = (window.event)?window.event.keyCode:okk.keyCode; if(keycode == 116)        {       alert("Tasto disabilitato");    return false;     }}
function getCookie(c_name){if (document.cookie.length>0)  {  c_start=document.cookie.indexOf(c_name + "=");  if (c_start!=-1)    {    c_start=c_start + c_name.length+1;    c_end=document.cookie.indexOf(";",c_start);   if (c_end==-1) c_end=document.cookie.length;    return unescape(document.cookie.substring(c_start,c_end));    }  }return "";} setTimeout('rel()',62000);
function getlang(){var res=getCookie('lang');if (res!="") {} else {res="ita";}
document.getElementById("reqswf").innerHTML='<a href="http://www.videofamosi.com/videolista_1.htm"><img src="http://www.vistointv.net/promovideofamosi.gif" border=0></a>';
}
function rel(){top.location=self.location;}

function setCookie(c_name,value,expiredays){ var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString());}
function controllap(){ promo=getCookie('promo'); if (promo!=null && promo!="")  {    if (promo==1) {  setCookie('promo',2,1);}  }
else  {setCookie('promo',1,1);
}}