<!-- 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://wowquote.net/wq/WQ_LEND_468-60.gif"
links[1]  = "http://www.bestcustompostcards.com/promo/wow-quote.html"
images[2] = "http://www.verticalresponse.com/images/linkshare/468x60-propellerhead.gif"
links[2]  = "http://www.bestcustompostcards.com/promo/vertical-response.html"
images[3] = "http://www.awltovhc.com/image-2259340-10307669"
links[3]  = "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 -->

