<!-- Hide this script from old browsers --
var imagenumber = 7 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.photostockplus.com/affiliates/creatives/psp_468x60_01.gif"
links[1]  = "http://www.prophotos.net/promo/photostockplus02.html"
images[2] = "http://www.fredericks.com/on/demandware.static/Sites-Site/Sites-FoH-Library/default/Banners/09_0522/4_468x60_static.gif"
links[2]  = "http://www.prophotos.net/promo/fredericks.html"
images[3] = "http://www.awltovhc.com/image-401464-10400876"
links[3]  = "http://www.prophotos.net/promo/kodak.html"
images[4] = "http://www.modelscouts.com/images/banner2_2.gif"
links[4]  = "http://www.prophotos.net/promo/modelscouts.html"
images[5] = "http://www.ftjcfx.com/image-8057-10550351"
links[5]  = "http://www.prophotos.net/promo/ritz.html"
images[6] = "http://images.website.ws/images/english/banners/kvmlm2/468x60_01.gif"
links[6]  = "http://www.prophotos.net/promo/gdi.html"
images[7] = "http://www.photostockplus.com/affiliates/creatives/psp_20051012_468x60_04.gif"
links[7]  = "http://www.prophotos.net/promo/photostockplus01.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
