
<!-- Beginning of JavaScript -

if (document.images) {
ads = new Array(3);
ads[0] = "images/Rahwaychurch1.gif";
ads[1] = "images/Parsippany.gif";
ads[2] = "images/BETHANY1.gif";
ads[3] = "images/RCTCFNY.gif";
ads[4] = "images/FriendsNFelloshipbanner1.gif";

}

newplace = new Array(3);
newplace[0] = "http://"
newplace[1] = "http://"
newplace[2] = "http://"
newplace[3] = "http://"
newplace[4] = "http://"


var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 4000);
		counter++;
		if (counter >= 5)
		counter = 0;
		document.bannerad.src = ads[counter];
}

function gothere() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}

// - End of JavaScript - -->
