function rand ( n ){return ( Math.floor ( Math.random ( ) * n + 1 ) );}
			document.write("<img src='/i/header"+rand(3)+".png' width='447' height='144' alt='' id='imgRotate'/>");