miastringa= "Ciao "+document.title var background = document.bgColor var speed = 1000; // 1 seconds browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); function moveback(movert,movedn,hPos,vPos) { if (arguments[4])document.body.style.backgroundImage = "url(\"" + arguments[4] + "\")"; if (arguments[5])document.body.style.backgroundRepeat = arguments[5] if (!isNaN(hPos)) { if ((movert!=0) && (hPos>0)) hPos=-100000 hPos += movert } if (!isNaN(vPos)) {if ((movedn!=0) && (vPos>0)) vPos=-100000;vPos+= movedn} document.body.style.backgroundPosition= hPos + " " + vPos if (isNaN(hPos)) hPos = "\"" + hPos + "\"" if (isNaN(vPos)) vPos = "\"" + vPos + "\"" setTimeout("moveback("+movert+","+movedn+","+hPos+","+vPos+")",speed) } function start() {if (browserName != "Netscape" || browserVer >= 4.5) { setTimeout("moveback(1,1,0,0, background)",5000);/*Wait for 5 seconds before starting*/}} start() if (document.all) {yourLogo =miastringa; //variabile stringa logoFont = "arial"; logoColor = "000000";/*per il colore della scrittura*/ yourLogo = yourLogo.split(''); L = yourLogo.length; TrigSplit = 320 / L; Sz = new Array() logoWidth = 250; logoHeight = -30; ypos = 0; xpos = 0; step = 0.01; currStep = 0; document.write('