<!-- Hide this script from old browsers --
var imagenumber = 4 ;
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.wichitahotels.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.wichitahotels.com/promo/wct-custom-trip.html"
images[3] = "http://www.lduhtrp.net/image-8057-10379600"
links[3]  = "http://www.wichitahotels.com/promo/producttestpanel.html"
images[4] = "http://www.tqlkg.com/image-8057-8766538"
links[4]  = "http://www.wichitahotels.com/promo/foreclosuresearch.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
