<!-- 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.bestcustompostcards.com/promo/Silver120x240.jpg"
links[1]  = "http://www.bestcustompostcards.com/promo/silver120x240.html"
images[2] = "http://www.awltovhc.com/image-2259340-10846892"
links[2]  = "http://www.bestcustompostcards.com/promo/coa125-1.html"
images[3] = "http://www.awltovhc.com/image-2259340-10368320"
links[3]  = "http://www.bestcustompostcards.com/promo/natgeo120x240.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

