<!-- 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://ad.linksynergy.com/fs-bin/show?id=yKIBpagmlik&bids=85515.10000049&subid=0&type=4&gridnum=-1"
links[1]  = "http://click.linksynergy.com/fs-bin/click?id=yKIBpagmlik&offerid=85515.10000049&subid=0&type=4"
images[2] = "http://www.tqlkg.com/image-1679273-10278396"
links[2]  = "../promo/yahoopersonals.html"
images[3] = "http://www.awltovhc.com/image-1679273-10295737"
links[3]  = "../promo/eharmony01.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
