<!--Hide from old browsers

{ //start

var imagenumber=8;var randomnumber=Math.random();var rand1=Math.round((imagenumber-1)*randomnumber)+1;images=new Array
images[1]="splash/sp1-01.jpg"
images[2]="splash/sp1-02.jpg"
images[3]="splash/sp1-03.jpg"
images[4]="splash/sp1-04.jpg"
images[5]="splash/sp1-05.jpg"
images[6]="splash/sp1-06.jpg"
images[7]="splash/sp1-07.jpg"
images[8]="splash/sp1-08.jpg"

var image1=images[rand1]

sp1='<a href="index.html"><img border="0" width="375" height="600" src="' + image1 + '"><\/a>'

};

//end

//--End Hiding Here-->