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