var img = new Array();

img[0] = "home_photos/DSCF2435.jpg";
img[1] = "home_photos/DSCF2435.jpg";
img[2] = "home_photos/DSCF2435.jpg";
img[3] = "home_photos/DSCF2435.jpg";
img[4] = "home_photos/DSCF2435.jpg";



function random_imglink(){
	var ry=Math.floor(Math.random()*img.length)
	if (ry==0)
	ry=1
	//document.write('<body style="background-image:url('+img[ry]+'); background-repeat:no-repeat; background-position:left;">')
	document.write('<img src="'+img[ry]+'" alt=" " border="0" class="frontphoto"/>')
}















	   









