<!-- 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.animalwellnessmagazine.com/wp/banners/468x60_Educate.gif"
links[1]  = "http://www.bestspringerspaniels.com/promo/animalwellnessmagazine.html"
images[2] = "http://www.veterinarysecretsrevealed.com/affiliate-graphics/logo_500X62.jpg"
links[2]  = "http://www.bestspringerspaniels.com/promo/veterinarysecretsrevealed.html"
images[3] = "http://www.1800petmeds.com/banners/5off/468x60_A.gif"
links[3]  = "http://www.bestspringerspaniels.com/promo/800petmeds-a.html"
images[4] = "http://www.1800petmeds.com/banners/5off/468x60_B.gif"
links[4]  = "http://www.bestspringerspaniels.com/promo/800petmeds-b.html"
images[5] = "http://www.1800petmeds.com/banners/5off/468x60_D.gif"
links[5]  = "http://www.bestspringerspaniels.com/promo/800petmeds-d.html"
images[6] = "http://www.awltovhc.com/image-1773057-10369763"
links[6]  = "http://www.bestspringerspaniels.com/promo/dogtoys468x60.html"
images[7] = "http://www.1800petmeds.com/banners/5off/468x60_C.gif"
links[7]  = "http://www.bestspringerspaniels.com/promo/800petmeds-c.html"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + '"><IMG SRC="' + image + '"border="0"></a>')
// -- End Hiding Here -->
