<!-- Hide this script from old browsers --
var imagenumber = 8 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "http://exit28.com/banners/banner1.gif"
images[2] = "http://exit28.com/banners/banner3.gif"
images[3] = "http://exit28.com/banners/ms1.jpg"
images[4] = "http://exit28.com/banners/ms2.jpg"
images[5] = "http://exit28.com/banners/ms3.jpg"
images[6] = "http://exit28.com/banners/ms4.jpg"
images[7] = "http://exit28.com/banners/ms5.jpg"
images[8] = "http://exit28.com/banners/ms6.jpg"



var image = images[rand1]

links = new Array
links[1] = "http://thewildhorse.com"
links[2] = "http://thewildhorse.com"
links[3] = "http://worldfamousbrothel.com"
links[4] = "http://worldfamousbrothel.com"
links[5] = "http://worldfamousbrothel.com"
links[6] = "http://worldfamousbrothel.com"
links[7] = "http://worldfamousbrothel.com"
links[8] = "http://worldfamousbrothel.com"
var link = links[rand1]
// -- End Hiding Here -->

