<!--
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
        this.sponsor = ''
}
ads = new Array()
for(var i=1; i<=5; i++) { ads[i] = new create() }

ads[1].width = "468"
ads[1].height = "60"
ads[1].src = "banners/VetUKBanner1.jpg"
ads[1].href = "http://www.vetuk.co.uk/idevaffiliate/idevaffiliate.php?id=112"
ads[1].border = "0"
ads[1].mouseover = "Supplying the UK pet owner with sensibly priced vetinary medicines"


ads[2].width = "468"
ads[2].height = "60"
ads[2].src = "http://accounts.pkr.com/ServeMarketingTool.aspx?id=52&CampaignId=2022&MarketingTool=50"
ads[2].href = "http://www.pkr.com?CampaignId=2022&MarketingToolId=50&GraphicId=52"
ads[2].border = "0"
ads[2].mouseover = "PKR rocks!"


ads[3].width = "468"
ads[3].height = "60"
ads[3].src = "banners/VetUKBanner1.jpg"
ads[3].href = "http://www.vetuk.co.uk/idevaffiliate/idevaffiliate.php?id=112"
ads[3].border = "0"
ads[3].mouseover = "Supplying the UK pet owner with sensibly priced vetinary medicines"


ads[4].width = "468"
ads[4].height = "60"
ads[4].src = "banners/mandm.bmp"
ads[4].href = "http://www.mandmdirect.com/?LID=DG1"
ads[4].border = "0"
ads[4].mouseover = "M and M Direct - save on sports and fashion brands"


ads[5].width = "468"
ads[5].height = "60"
ads[5].src = "banners/VetUKBanner1.jpg"
ads[5].href = "http://www.vetuk.co.uk/idevaffiliate/idevaffiliate.php?id=112"
ads[5].border = "0"
ads[5].mouseover = "Supplying the UK pet owner with sensibly priced vetinary medicines"


var n = Math.random() + ''
n = parseInt(n.charAt(5))
if(n >5) {
        n = n - 5
}
else if(n==0) {
        n = n + 5
}
n += ""

var image = ads[n]
var ad = ""
ad += '<a href="' + image.href + '" \n'
ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
ad += 'onMouseOut="self.status=\'\'"> \n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border
ad += '\n><br> ' + image.sponsor + '</a>'

//-->

