// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
function create() {
        this.width = '480'
        this.height = '60'
        this.src = 'http://www.stlagent.com/images/ad_images/mlssearch.gif'
        this.href = 'http://www.stlagent.com/search.html'
        this.border = '1'
        this.mouseover = 'Click here to Search the St. Louis, MO Multiple Listings (MLS)'
}
ads = new Array()
for(var i=1; i<=10; i++) { ads[i] = new create() }

ads[1].width = "460"
ads[1].height = "60"
ads[1].src = "http://www.stlagent.com/images/ad_images/mlssearch.gif"
ads[1].href = "http://www.stlagent.com/search.html"
ads[1].border = "1"
ads[1].mouseover = "Click Here to Search the St. Louis, MO Multiple Listings (MLS)"

ads[2].width = "460"
ads[2].height = "60"
ads[2].src = "http://www.stlagent.com/images/ad_images/mlssearch2.gif"
ads[2].href = "http://www.stlagent.com/search.html"
ads[2].border = "1"
ads[2].mouseover = "Click Here to Search the St. Louis, MO Multiple Listings (MLS)"

ads[3].width = "460"
ads[3].height = "60"
ads[3].src = "http://www.stlagent.com/images/ad_images/relo.gif"
ads[3].href = "http://www.stlagent.com/relocate/relocation_kit.html"
ads[3].border = "1"
ads[3].mouseover = "Click Here to Get a St. Louis, MO Relocation Kit"

ads[4].width = "460"
ads[4].height = "60"
ads[4].src = "http://www.stlagent.com/images/ad_images/sell_fast.gif"
ads[4].href = "http://www.stlagent.com/sell.html"
ads[4].border = "0"
ads[4].mouseover = "Click Here to Get More Out of Your Home"

ads[5].width = "468"
ads[5].height = "60"
ads[5].src = "http://www.stlagent.com/images/ad_images/468x60_katrina_banner_hsus.jpg"
ads[5].href = "https://secure.hsus.org/01/disaster_relief_fund_2005?"
ads[5].border = "0"
ads[5].mouseover = "Help Support Relief Aid for Pets"

ads[6].width = "468"
ads[6].height = "60"
ads[6].src = "http://www.redcross.org/images/psabanners/all/468x60/P1.gif"
ads[6].href = "http://www.redcross.org/psa/bannerorder/all/redirMM.asp?OID=The STL Agent Team&DID=09092005&BanID=P1&TargetID=http://www.redcross.org/prepare/"
ads[6].border = "0"
ads[6].mouseover = "Learn More at The American Red Cross"

ads[7].width = "468"
ads[7].height = "60"
ads[7].src = "http://www.redcross.org/images/psabanners/all/468x60/D5.gif"
ads[7].href = "https://www.redcross.org/donate/redir.asp?OID=The STL Agent Team&DID=09092005"
ads[7].border = "0"
ads[7].mouseover = "Help Support The American Red Cross"

ads[8].width = "468"
ads[8].height = "60"
ads[8].src = "http://www.stlagent.com/images/ad_images/468x60_katrina_banner_hsus.jpg"
ads[8].href = "https://secure.hsus.org/01/disaster_relief_fund_2005?"
ads[8].border = "0"
ads[8].mouseover = "Help Support Relief Aid for Pets"

ads[9].width = "468"
ads[9].height = "60"
ads[9].src = "http://www.redcross.org/images/psabanners/all/468x60/P1.gif"
ads[9].href = "http://www.redcross.org/psa/bannerorder/all/redirMM.asp?OID=The STL Agent Team&DID=09092005&BanID=P1&TargetID=http://www.redcross.org/prepare/"
ads[9].border = "0"
ads[9].mouseover = "Learn More at The American Red Cross"

ads[10].width = "468"
ads[10].height = "60"
ads[10].src = "http://www.redcross.org/images/psabanners/all/468x60/D5.gif"
ads[10].href = "https://www.redcross.org/donate/redir.asp?OID=The STL Agent Team&DID=09092005"
ads[10].border = "0"
ads[10].mouseover = "Help Support The American Red Cross"

var n = Math.random() + ''
n = parseInt(n.charAt(10))
if(n >10) {
        n = n - 10
}
else if(n==0) {
        n = n + 10
}
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