<!--
function random_image2(){
var featimg=new Array()
featimg[1]="images/homequote1.gif"
featimg[2]="images/homequote2.gif"
featimg[3]="images/homequote3.gif"
featimg[4]="images/homequote4.gif"
featimg[5]="images/homequote5.gif"
featimg[6]="images/homequote6.gif"

var z=Math.floor(Math.random()*featimg.length)
if (z==0)
z=1
document.write('<img alt="Quote" src="'+featimg[z]+'" style="border:none;" /></a>')
}
//-->
