<!-- Hide this script from old browsers --
var imagenumber = 9 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.newrichreport.com/banners/banner7.jpg"
links[1]  = "http://www.homebasedbizportal.com/promo/newrichwealth.html"
images[2] = "http://www.trafficswarm.com/images/b46860.gif"
links[2]  = "http://www.homebasedbizportal.com/promo/trafficswarm.html"
images[3] = "http://www.homebasedbizportal.com/promo/img_Ba_Full468x60_St1.jpg"
links[3]  = "http://www.homebasedbizportal.com/promo/followourlead.html"
images[4] = "http://www.homebasedbizportal.com/promo/trial-468x60-2.gif"
links[4]  = "http://www.homebasedbizportal.com/promo/gogvo-468.html"
images[5] = "http://www.ictks.com/graphics/webposition1.gif"
links[5]  = "http://www.homebasedbizportal.com/promo/webposition.html"
images[6] = "http://www.awltovhc.com/image-2041650-10425098"
links[6]  = "http://www.homebasedbizportal.com/promo/trump03.html"
images[7] = "http://www.awltovhc.com/image-2041650-10356959"
links[7]  = "http://www.homebasedbizportal.com/promo/freelancework.html"
images[8] = "http://www.homebasedbizportal.com/promo/AmEagleSilverSnowballBanner.gif"
links[8]  = "http://www.homebasedbizportal.com/promo/silversnowball.html"
images[9] = "http://www.MyWorldResults.com/images/banners/banner5.gif"
links[9]  = "http://www.homebasedbizportal.com/promo/myworldplus-5.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"TARGET="_blank"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
