<!-- 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.thehotelreservations.com/promo/thehotelreservations-468x60.jpg"
links[1]  = "http://www.thehotelreservations.com/promo/lc-468x60.html"
images[2] = "http://images.wctravel.com/wct-images/partners/images-banners/customtrip/468x60_book  save.gif"
links[2]  = "http://www.thehotelreservations.com/promo/wct-custom-trip.html"
images[3] = "http://www.afcyhf.com/image-1701608-10362621"
links[3]  = "http://www.thehotelreservations.com/promo/beaches.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
