// roating, linked banner images
adLength = new Array(3,3)
adImages = new Array("promos/images/TGSafety.jpg","promos/images/RES_HSD.jpg")
adURL = new Array("javascript:newWindowCyb('http://ads.bridgetrack.com/FairPoint/_redir.htm?BTData=40A0074636C6C6753474D47B8B9AEA8AB84978B89FAF1EEEBE2DFD4C8CE292E27B94B4A0&BT_TRF=76838&utm_source=WEB_FairPoint&utm_medium=FairPoint_Website&utm_campaign=RES_Y11_ConnectHomeSweeps');","")
thisAd = 0
imgCt = adImages.length
function rotate() {
	if (document.images) {
		if (document.adBanner.complete){
		thisAd++
		if (adLength[thisAd] == 0) { //added code so if you set the time interval to 0, rotate() will skip that banner
			thisAd++	
			}
			if (thisAd >= imgCt) {
			thisAd = 0 }
		document.adBanner.src=adImages[thisAd] }
		setTimeout("rotate()",adLength[thisAd] * 3000) }
}

function newLocation(){
if (adURL[thisAd] != "") {
  document.location.href = adURL[thisAd]
  }
}


// open new windows
function newWindowCC(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=585,height=623");
}

function newWindowDSL(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=558,height=560");
}

function newWindow2(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=450,height=375");
}

function newWindowCyb(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=1025,height=850");
}
