<!-- Hide this script from old browsers --
var imagenumber = 2 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.richdad.com/Resource/Image/ccgfx/banner001.jpg"
links[1]  = "http://www.myaffiliateprogram.com/u/connect/b.asp?id=2660&img=banner001.jpg"
images[2] = "http://www.richdad.com/Resource/Image/ccgfx/retireyoung.jpg"
links[2]  = "http://www.myaffiliateprogram.com/u/connect/b.asp?id=2660&img=retireyoung.jpg&p=RichDad/RichContent.aspx?cpid=19"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

