var number_of_banners = 2;var now = new Date()var sec = now.getSeconds()var banner = sec % number_of_bannersbanner +=1;if (banner==1) {	graphic = "images/Seven_Stars_Front.JPG";	height = "248";	width = "100%";	textcolor = "white";	alt = "Seven Stars Inn"	}if (banner==2) {	graphic = "images/Seven_Stars.JPG";	height = "248";	width = "100%";	textcolor = "white";	alt = "Seven Stars Inn"	}	function banner_graphic() {	document.write('<map name="FPMap0"></map><img border="0" src="' + graphic + '" width="' + width + '" height="' + height + '" alt="' + alt + '" usemap="#FPMap0">')	}function banner_background() {	document.write('<td width="648" valign="top" style="background-repeat: no-repeat" background="' + graphic + '">')	}function banner_title() {	document.write('<td width="100%" height="248" valign="bottom" align="right" style="padding-right: 5px"><font color="' + textcolor + '">' + alt + '</td>')	}