		  <!--
		  function random_imglink(){
		  var myimages=new Array()
  		//specify random images below. You can have as many as you wish
  		myimages[1]="_imgs/randomhome/01.jpg"
 		myimages[2]="_imgs/randomhome/02.jpg"
		myimages[3]="_imgs/randomhome/03.jpg"
		myimages[4]="_imgs/randomhome/04.jpg"
  		myimages[5]="_imgs/randomhome/05.jpg"
  
		var ry=Math.floor(Math.random()*myimages.length)
  		if (ry==0)
  		ry=1
  		document.write('<img src="'+myimages[ry]+'" alt="Green product photos" hspace="0" vspace="0" border="0">')
  		}
  		random_imglink()
  		//-->

