if (document.images) {
ads = new Array(8);
ads[0] = "http://www.derryll.org/templatefiles/banner/banner3.gif";
ads[1] = "http://www.derryll.org/templatefiles/banner/banner4.gif";
ads[2] = "http://www.derryll.org/templatefiles/banner/banner6.gif";
ads[3] = "http://www.derryll.org/templatefiles/banner/DerryFirefighters.jpg";
ads[4] = "http://www.derryll.org/templatefiles/banner/FredFuller.jpg";
ads[5] = "http://www.derryll.org/templatefiles/banner/ToshibaBusiness.jpg";
ads[6] = "http://www.derryll.org/templatefiles/banner/PadrickVernon.jpg";
ads[7] = "http://www.derryll.org/templatefiles/banner/locolocal.jpg";
ads[8] = "http://www.derryll.org/templatefiles/banner/DerryMedical.jpg";
ads[9] = "http://www.derryll.org/templatefiles/banner/NHOC.jpg";

}

newplace = new Array(8);
newplace[0] = "http://www.handelwithcarevet.com"
newplace[1] = "http://www.betley.com/" 
newplace[2] = "http://www.daigleplumbing.com/"
newplace[3] = "http://www.derryfire.com/"
newplace[4] = "http://www.fullers.com/"
newplace[5] = "http://http://sell.toshiba.com/partners/b2b/common/content.jsp?contentName=isv-business-solution/"
newplace[6] = "http://www.pvernon.com/"
newplace[7] = "http://www.locolocal.com/"
newplace[8] = "http://www.derrymedicalcenter.com/index.php"
newplace[9] = "http://http://www.nhospa.com/index.php"



var timer = null
var counter = 0

function banner() {
	    timer = setTimeout("banner()", 9000);
	    current = Math.floor(Math.random()*ads.length);
	    counter = current;
	    document.bannerad.src = ads[counter];
}

function gothere() {
	    counter2 = counter;
	    newWin = window.open(newplace[counter]);
}
