<!-- Hide from old browsers
		
	var imagenumber = 3 ;
	var randomnumber = Math.random() ;
	var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
	images = new Array
	images[1] = "graphics/quote1.gif"
	images[2] = "graphics/quote2.gif"
	images[3] = "graphics/quote3.gif"			
	var image = images[rand1]
	// -- End Hiding Here -->

