<!-- Hide from old browsers

var imagenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "ads/slot1/slot1pix.gif"
images[2] = "ads/slot2/slot2pix.gif"
images[3] = "ads/slot3/slot3pix.gif"
images[4] = "ads/slot4/slot4pix.gif"
images[5] = "ads/slot5/slot5pix.gif"
var image = images[rand1]

links = new Array
links[1] = "ads/redirect/slot1rdr.html"
links[2] = "ads/redirect/slot2rdr.html"
links[3] = "ads/redirect/slot3rdr.html"
links[4] = "ads/redirect/slot4rdr.html"
links[5] = "ads/redirect/slot5rdr.html"
var link = links[rand1]
// -- End Hiding Here -->
