// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
}
ads = new Array()
for(var i=1; i<=9; i++) { ads[i] = new create() }

ads[1].width = "370"
ads[1].height = "71"
ads[1].border = "0"
ads[1].src = "images/bannerimage001.gif"

ads[2].width = "370"
ads[2].height = "71"
ads[2].border = "0"
ads[2].src = "images/bannerimage002.gif"

ads[3].width = "370"
ads[3].height = "71"
ads[3].border = "0"
ads[3].src = "images/bannerimage003.gif"

ads[4].width = "370"
ads[4].height = "71"
ads[4].border = "0"
ads[4].src = "images/bannerimage004.gif"

ads[5].width = "370"
ads[5].height = "71"
ads[5].border = "0"
ads[5].src = "images/bannerimage005.gif"

ads[6].width = "370"
ads[6].height = "71"
ads[6].border = "0"
ads[6].src = "images/bannerimage006.gif"

ads[7].width = "370"
ads[7].height = "71"
ads[7].border = "0"
ads[7].src = "images/bannerimage007.gif"

ads[8].width = "370"
ads[8].height = "71"
ads[8].border = "0"
ads[8].src = "images/bannerimage008.gif"

ads[9].width = "370"
ads[9].height = "71"
ads[9].border = "0"
ads[9].src = "images/bannerimage009.gif"

var n = Math.random() + ''
n = parseInt(n.charAt(9))
if(n >9) {
        n = n - 9
}
else if(n==0) {
        n = n + 9
}
n += ""

var image = ads[n]
var ad = ""
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border
ad += '\n alt="helping career dreams become a reality">'