	function random_imglink(){
		var myimages=new Array()
		myimages[1]="linkFiles/web_photos/home/home_b1.jpg"
		myimages[2]="linkFiles/web_photos/home/home_b2.jpg"
		myimages[3]="linkFiles/web_photos/home/home_b3.jpg"
		myimages[4]="linkFiles/web_photos/home/home_b4.jpg"
		var ry=Math.floor(Math.random()*myimages.length)
		if (ry==0) ry=1
		document.write('<img src="'+myimages[ry]+'" class="imgBody" width="165" height="200" alt="photo" />')
		}
	random_imglink()

