self.status="Appunti Eseguibili - Mark A.Copeland";
function resetLogo() {
if (document.all?1:0){
document.all.Logo.style.posTop = document.body.scrollTop;
document.all.Logo.style.posLeft = document.body.scrollLeft;
}
if (document.getElementById?1:0){
   punto = eval("window.pageYOffset");
   document.getElementbyid("Logo").style.top =punto;
}
//if (document.layers?1:0){
//document.tag.div.Logo.style.posTop = document.body.scrollTop;
//document.tag.div.Logo.style.posLeft = document.body.scrollLeft;
//}
}
function mettiAnno(){
         anno = 2006;
         document.write(anno);
}

  function statistica(){
		document.write('<!--Inizio Codice Statistiche.ws --><script type="text/javascript" language="JavaScript"  src="http://www.statistiche.ws/logo.asp?utente=1654"></script><!--fine Codice Statistiche.ws -->')
	}

