<!-- 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.afcyhf.com/image-1679273-59150"
links[1]  = "promo/henryandjune.html"
images[2] = "http://a248.g.akamai.net/f/1516/9236/1h/affiliate.1800flowers.com/flowers/graphics/generic/rose4.gif"
links[2]  = "promo/800flowers.html"
images[3] = "http://www.shareasale.com/image/Romantic-Gift-468-60.jpg"
links[3]  = "promo/romanticgifts.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

