var no=0;

no=Math.random()*3
document.write("<img src=images/home_images/" + Math.floor(no) + ".jpg width=301 height=292 align=top>");
	
