<!--
a = 14 // a=
var slump = Math.random();
var BannerNo = Math.round(slump * (a-1))+1;

function create() {
    this.width = ''
    this.height = ''
    this.src = ''
    this.href = ''
	this.border = ''
	this.alt = ''
	this.under = ''
}

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

b[1].src    = "http://www.northlibertychamber.org/media/pics/banner01.jpg"
b[1].href   = ""
b[1].width  = "687"
b[1].height = "172"
b[1].border = "0 ismap"
b[1].alt    = "North Liberty, Indiana - St. Joseph County"
b[1].under  = ""

b[2].src    = "http://www.northlibertychamber.org/media/pics/banner02.jpg"
b[2].href   = ""
b[2].width  = "687"
b[2].height = "172"
b[2].border = "0 ismap"
b[2].alt    = "North Liberty, Indiana - St. Joseph County"
b[2].under  = ""

b[3].src    = "http://www.northlibertychamber.org/media/pics/banner03.jpg"
b[3].href   = ""
b[3].width  = "687"
b[3].height = "172"
b[3].border = "0 ismap"
b[3].alt    = "North Liberty, Indiana - St. Joseph County"
b[3].under  = ""

b[4].src    = "http://www.northlibertychamber.org/media/pics/banner04.jpg"
b[4].href   = ""
b[4].width  = "687"
b[4].height = "172"
b[4].border = "0 ismap"
b[4].alt    = "North Liberty, Indiana - St. Joseph County"
b[4].under  = ""

b[5].src    = "http://www.northlibertychamber.org/media/pics/banner05.jpg"
b[5].href   = ""
b[5].width  = "687"
b[5].height = "172"
b[5].border = "0 ismap"
b[5].alt    = "North Liberty, Indiana - St. Joseph County"
b[5].under  = ""

b[6].src    = "http://www.northlibertychamber.org/media/pics/banner06.jpg"
b[6].href   = ""
b[6].width  = "687"
b[6].height = "172"
b[6].border = "0 ismap"
b[6].alt    = "North Liberty, Indiana - St. Joseph County"
b[6].under  = ""

b[7].src    = "http://www.northlibertychamber.org/media/pics/banner07.jpg"
b[7].href   = ""
b[7].width  = "687"
b[7].height = "172"
b[7].border = "0 ismap"
b[7].alt    = "North Liberty, Indiana - St. Joseph County"
b[7].under  = ""

b[8].src    = "http://www.northlibertychamber.org/media/pics/banner08.jpg"
b[8].href   = ""
b[8].width  = "687"
b[8].height = "172"
b[8].border = "0 ismap"
b[8].alt    = "North Liberty, Indiana - St. Joseph County"
b[8].under  = ""

b[9].src    = "http://www.northlibertychamber.org/media/pics/banner09.jpg"
b[9].href   = ""
b[9].width  = "687"
b[9].height = "172"
b[9].border = "0 ismap"
b[9].alt    = "North Liberty, Indiana - St. Joseph County"
b[9].under  = ""

b[10].src    = "http://www.northlibertychamber.org/media/pics/banner10.jpg"
b[10].href   = ""
b[10].width  = "687"
b[10].height = "172"
b[10].border = "0 ismap"
b[10].alt    = "North Liberty, Indiana - St. Joseph County"
b[10].under  = ""

b[11].src    = "http://www.northlibertychamber.org/media/pics/banner11.jpg"
b[11].href   = ""
b[11].width  = "687"
b[11].height = "172"
b[11].border = "0 ismap"
b[11].alt    = "North Liberty, Indiana - St. Joseph County"
b[11].under  = ""

b[12].src    = "http://www.northlibertychamber.org/media/pics/banner12.jpg"
b[12].href   = ""
b[12].width  = "687"
b[12].height = "172"
b[12].border = "0 ismap"
b[12].alt    = "North Liberty, Indiana - St. Joseph County"
b[12].under  = ""

b[13].src    = "http://www.northlibertychamber.org/media/pics/banner13.jpg"
b[13].href   = ""
b[13].width  = "687"
b[13].height = "172"
b[13].border = "0 ismap"
b[13].alt    = "North Liberty, Indiana - St. Joseph County"
b[13].under  = ""

b[14].src    = "http://www.northlibertychamber.org/media/pics/banner14.jpg"
b[14].href   = ""
b[14].width  = "687"
b[14].height = "172"
b[14].border = "0 ismap"
b[14].alt    = "North Liberty, Indiana - St. Joseph County"
b[14].under  = ""

var visa = "";

visa += '<a href="'+b[BannerNo].href+'">'
visa += '<img src="media/pics/spacer.gif" width=13 height=172 border=0><img src="'+b[BannerNo].src+'" height='+b[BannerNo].height
visa += ' width='+b[BannerNo].width+' border='+b[BannerNo].border+' alt='+b[BannerNo].alt+'>';
visa += '</a>'

//-->