<!-- 
	var img = new Array();
	img[0]="<img src='images/random_01.jpg' width='500' height='275' style='float: left;'>"; 
	img[1]="<img src='images/random_02.jpg' width='500' height='275' style='float: left;'>"; 
	img[2]="<img src='images/random_03.jpg' width='500' height='275' style='float: left;'>"; 
	img[3]="<img src='images/random_04.jpg' width='500' height='275' style='float: left;'>"; 
	var imgNo = Math.floor(4*Math.random());
	document.write(img[imgNo]); 
//-->