<!-- Hide this script from old browsers --

var imagenumber = 2;

var randomnumber = Math.random() ;

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array

images[1] = '<img SRC="images/index/rand_1.jpg" width=550 height=250>'

images[2] = '<img SRC="images/index/rand_2.jpg" width=550 height=250>'

var image = images[rand1]

// -- End Hiding Here -->