// roating, linked banner images
adImages = new Array("promos/images/TGSafety.jpg","loveyourbundle/tg_lyb.gif")
adURL = new Array("javascript:newWindowCyb('http://www.fairpoint.com/safety');","javascript:newWindowCyb('loveyourbundle/index.html');")
thisAd = 0
imgCt = adImages.length

function rotate() {

	if (document.images) {

		if (document.adBanner.complete){

		thisAd++

			if (thisAd == imgCt) {

			thisAd = 0 }

		document.adBanner.src=adImages[thisAd] }

	setTimeout("rotate()",3 * 3000) }

}



function newLocation(){

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=600,height=390");

}



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");

}