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