
    mynum=Math.floor(Math.random() * 3)+1
	
	document.write("<img src='pic/img/"+mynum+".gif'>"); 
