<!-- 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://colorfulimages.com/images/banner_0207_468x60.gif"
links[1]  = "http://www.bestcustompostcards.com/promo/colorful-images.html"
images[2] = "http://www.awltovhc.com/image-2259340-10307669"
links[2]  = "http://www.bestcustompostcards.com/promo/collectibles-today.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"TARGET="_blank"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

