<!-- 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.1800petmeds.com/banners/5off/468x60_A.gif"
links[1]  = "http://www.bestspringerspaniels.com/promo/800petmeds-a.html"
images[2] = "http://www.1800petmeds.com/banners/5off/468x60_B.gif"
links[2]  = "http://www.bestspringerspaniels.com/promo/800petmeds-b.html"
images[3] = "http://www.1800petmeds.com/banners/5off/468x60_C.gif"
links[3]  = "http://www.bestspringerspaniels.com/promo/800petmeds-c.html"
images[4] = "http://www.ftjcfx.com/image-1773057-10370523"
links[4]  = "http://www.bestspringerspaniels.com/promo/entirelypets468x60.html"
images[5] = "http://www.ftjcfx.com/image-1773057-10719953"
links[5]  = "http://www.bestspringerspaniels.com/promo/petco468x60.html"
images[6] = "http://www.awltovhc.com/image-1773057-10446400"
links[6]  = "http://www.bestspringerspaniels.com/promo/tabcom468x60.html"
images[7] = "http://www.tqlkg.com/image-1773057-10436061"
links[7]  = "http://www.bestspringerspaniels.com/promo/sitstay468x60.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->

