<!-- Hide this script from old browsers --
var imagenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.wichitahotels.com/promo/luggageclub-468x60.jpg"
links[1]  = "http://www.thehotelreservations.com/luggageclub/"
images[2] = "http://www.lduhtrp.net/image-1701608-8331084"
links[2]  = "http://www.thehotelreservations.com/promo/cruise-direct-468.html"
images[3] = "http://www.awltovhc.com/image-1701608-8331068"
links[3]  = "http://www.thehotelreservations.com/promo/cruise-direct-468-1.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

