/* by Lewis */
var sctr=100;
imagg="ship%20(1).gif"
isnn=new Image();
isnn.src=imagg;
iii=10;


function rotateIt(){
document.ship.src=isnn.src;
iii=iii+2;
 if (iii>100){iii=100 }
dd="alpha(opacity="+iii+");"
ship.style.filter=dd;
document.ship.height=sctr;
wh=document.body.clientHeight-20;

 if (sctr>wh){ sctr=0; 
			document.ship.height=sctr; 
			}

 if (sctr>1){ 	  sctr=sctr+10; 
			setTimeout("rotateIt()",100); }
}

	document.write('<BGSOUND SRC="sfondo.wav" LOOP=1>');
	document.write("<div style='position:absolute;z-index:100; width:100%;' valign='center' align='center'><table width='100%' height='100%'><tr><td ><p align='center'><img border='0' src='' height='' name='ship' ></td></tr></table></div>")
	rotateIt();
