<!-- Hide this script from old browsers --
var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.ftjcfx.com/image-2259340-10460389"
links[1]  = "http://www.bestcustompostcards.com/promo/govmint468x60.html"
images[2] = "http://www.bestcustompostcards.com/promo/AmEagleSilverSnowballBanner.gif"
links[2]  = "http://www.bestcustompostcards.com/promo/silversnowball.html"
images[3] = "http://www.ftjcfx.com/image-2259340-10846900"
links[3]  = "http://www.bestcustompostcards.com/promo/coa468.html"
images[4] = "http://www.ftjcfx.com/image-2259340-10805338"
links[4]  = "http://www.bestcustompostcards.com/promo/apmex468.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

