function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.sponsor = ''
        this.mouseover = ''
}
ads = new Array()
total=8
for(var i=1; i<=total; i++) { ads[i] = new create() }


ads[1].width = "603"
ads[1].height = "157"
ads[1].src = "http://www.ionsource.com/press/proteome_digest.gif"
ads[1].href = "http://www.accelacomm.com/jlp/ionsource/35/80258706/"
ads[1].border = "0"
ads[1].sponsor = "Click Through to Read the Proteome Digest"
ads[1].mouseover = "Thermo Scientific"

ads[2].width = "600"
ads[2].height = "100"
ads[2].src = "http://www.ionsource.com/Art/63104_IonSource_Webinar_600x100_R5.gif"
ads[2].href = "http://www.spectroscopynow.com/coi/cda/detail.cda?id=21283&type=Feature&chId=0&page=1"
ads[2].border = "0"
ads[2].sponsor = "Educate yourself about the newest MS technology, sign up for a free Thermo Scientific webinar"
ads[2].mouseover = "Thermo Scientific"

ads[3].width = "603"
ads[3].height = "157"
ads[3].src = "http://www.ionsource.com/press/proteome_digest.gif"
ads[3].href = "http://www.accelacomm.com/jlp/ionsource/35/80258706/"
ads[3].border = "0"
ads[3].sponsor = "Click Through to Read the Proteome Digest"
ads[3].mouseover = "Thermo Scientific"

ads[4].width = "600"
ads[4].height = "100"
ads[4].src = "http://www.ionsource.com/Art/63104_IonSource_Webinar_600x100_R5.gif"
ads[4].href = "http://www.spectroscopynow.com/coi/cda/detail.cda?id=21283&type=Feature&chId=0&page=1"
ads[4].border = "0"
ads[4].sponsor = "Educate yourself about the newest MS technology, sign up for a free Thermo Scientific webinar"
ads[4].mouseover = "Thermo Scientific"

ads[5].width = "603"
ads[5].height = "157"
ads[5].src = "http://www.ionsource.com/press/proteome_digest.gif"
ads[5].href = "http://www.accelacomm.com/jlp/ionsource/35/80258706/"
ads[5].border = "0"
ads[5].sponsor = "Click Through to Read the Proteome Digest"
ads[5].mouseover = "Thermo Scientific"

ads[6].width = "600"
ads[6].height = "100"
ads[6].src = "http://www.ionsource.com/Art/63104_IonSource_Webinar_600x100_R5.gif"
ads[6].href = "http://www.spectroscopynow.com/coi/cda/detail.cda?id=21283&type=Feature&chId=0&page=1"
ads[6].border = "0"
ads[6].sponsor = "Educate yourself about the newest MS technology, sign up for a free Thermo Scientific webinar"
ads[6].mouseover = "Thermo Scientific"

ads[7].width = "603"
ads[7].height = "157"
ads[7].src = "http://www.ionsource.com/press/proteome_digest.gif"
ads[7].href = "http://www.accelacomm.com/jlp/ionsource/35/80258706/"
ads[7].border = "0"
ads[7].sponsor = "Click Through to Read the Proteome Digest"
ads[7].mouseover = "Thermo Scientific"

ads[8].width = "600"
ads[8].height = "100"
ads[8].src = "http://www.ionsource.com/Art/63104_IonSource_Webinar_600x100_R5.gif"
ads[8].href = "http://www.spectroscopynow.com/coi/cda/detail.cda?id=21283&type=Feature&chId=0&page=1"
ads[8].border = "0"
ads[8].sponsor = "Educate yourself about the newest MS technology, sign up for a free Thermo Scientific webinar"
ads[8].mouseover = "Thermo Scientific"

var n = Math.random() + ''
n = parseInt(n.charAt(total))
if(n > total) {
        n = n - total
}
else if(n==0) {
        n = n + total
}
n += ""

var image = ads[n]
var ad = ""
ad += '<p align="center"> \n'
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>'
ad += '</p>'

document.write(ad)



