
//copyright Francesco Piro 2007

function inizio(){}//<body onload=inizio()>



function tastodx(){return false;}; document.oncontextmenu=tastodx;//(solo IE)
function selezstart(){return false;}; document.onselectstart=selezstart;
function effeuno(){return false;}; document.onHelp=effeuno;







var data=new Date();
var anno=data.getYear();
var mese=data.getMonth()+1;
var giorno=data.getDate();
var giornosett=data.getDay();
var ora=data.getHours();
var min=data.getMinutes();
var sec=data.getSeconds();

