var no=0;

no=Math.random()*5
document.write("<img src=images/home/" + Math.floor(no) + ".gif align=right>");
	
