<!-- Hide this script from old browsers --

var imagenumber = 3;

var randomnumber = Math.random() ;

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array

images[1] = '<img src="images/home_image_1.png">'

images[2] = '<img src="images/home_image_2.png">'

images[3] = '<img src="images/home_image_3.png">'

var image = images[rand1]

// -- End Hiding Here -->
