<!-- 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.myaffiliateprogram.com/u/motivate/showb.asp?id=2446&img=jr468x60bnr.gif"
links[1]  = "http://www.readandsucceed.biz/promo/thinkethrohn.html"
images[2] = "http://www.readandsucceed.biz/promo/FOL468x60_St1.jpg"
links[2]  = "http://www.readandsucceed.biz/promo/fol-1.html"
images[3] = "http://www.readandsucceed.biz/promo/FOL468x60_St2.jpg"
links[3]  = "http://www.readandsucceed.biz/promo/fol-2.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

