<!--

a = 10 // a=numbers of banners

var slump = Math.random();

var talet = Math.round(slump * (a-1))+1;



function create() {

        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.alt = ''

}



b = new Array()
for(var i=1; i<=a; i++) { b[i] = new create() }


b[1].src    = "http://www.new-albany.com/advert/d3banner2.gif"
b[1].href   = "http://www.d3web.com"
b[1].width  = "468"
b[1].height = "60"
b[1].border = "0"
b[1].alt    = "D3 Web Design"

b[2].src    = "http://www.new-albany.com/advert/d3banner2.gif"
b[2].href   = "http://www.d3web.com"
b[2].width  = "468"
b[2].height = "60"
b[2].border = "0"
b[2].alt    = "D3 Web Design"

b[3].src    = "http://www.new-albany.com/advert/d3banner2.gif"
b[3].href   = "http://www.d3web.com"
b[3].width  = "468"
b[3].height = "60"
b[3].border = "0"
b[3].alt    = "D3 Web Design"

b[4].src    = "http://www.new-albany.com/advert/d3banner2.gif"
b[4].href   = "http://www.d3web.com"
b[4].width  = "468"
b[4].height = "60"
b[4].border = "0"
b[4].alt    = "D3 Web Design"

b[5].src    = "http://www.new-albany.com/advert/ldguide.gif"
b[5].href   = "http://www.ldguideservice.com"
b[5].width  = "468"
b[5].height = "60"
b[5].border = "0"
b[5].alt    = "L.D._Guide_Service"

b[6].src    = "http://www.new-albany.com/advert/cnbankpa.jpg"
b[6].href   = "http://www.cnbankpa.com"
b[6].width  = "468"
b[6].height = "60"
b[6].border = "0"
b[6].alt    = "Citizens_&_Northern_Bank"

b[7].src    = "http://www.new-albany.com/advert/cnbankpa.jpg"
b[7].href   = "http://www.cnbankpa.com"
b[7].width  = "468"
b[7].height = "60"
b[7].border = "0"
b[7].alt    = "Citizens_&_Northern_Bank"

b[8].src    = "http://www.new-albany.com/advert/cnbankpa.jpg"
b[8].href   = "http://www.cnbankpa.com"
b[8].width  = "468"
b[8].height = "60"
b[8].border = "0"
b[8].alt    = "Citizens_&_Northern_Bank"

b[9].src    = "http://www.new-albany.com/advert/cnbankpa.jpg"
b[9].href   = "http://www.cnbankpa.com"
b[9].width  = "468"
b[9].height = "60"
b[9].border = "0"
b[9].alt    = "Citizens_&_Northern_Bank"

b[10].src    = "http://www.new-albany.com/advert/cnbankpa.jpg"
b[10].href   = "http://www.cnbankpa.com"
b[10].width  = "468"
b[10].height = "60"
b[10].border = "0"
b[10].alt    = "Citizens_&_Northern_Bank"

var banner = "";
banner += '<a href="'+b[talet].href+'">'
banner += '<img src="'+b[talet].src+'" height='+b[talet].height
banner += ' width='+b[talet].width+' border='+b[talet].border+' alt='+b[talet].alt+'>';
banner += '</a>'
//-->

