<!-- CURRENT PAGE = LUMBERVILLE -->relativeURLspacer ="../";beginURL= "index.html";beginLogo="icons_index/mainLogo.jpg";backURL="canal/index.html";backLogo="icons_index/canalLogo.jpg";nextURL= "newhope/index.html";nextLogo= "icons_index/newhopeLogo.jpg";endURL="sprawl/index.html";endLogo="icons_index/sprawlLogo.jpg";<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --><!-- Main Pages -->if (programAbbreviation=="INTRO")	{	defaultIcon="mainLogo.jpg";	}if (programAbbreviation=="DOYLESTOWN")	{	defaultIcon="doylestownLogo.jpg";	}if (programAbbreviation=="MERCER")	{	defaultIcon="mercerLogo.jpg";	}if (programAbbreviation=="HIGHROCKS")	{	defaultIcon="highRocksLogo.jpg";	}if (programAbbreviation=="LUMBERVILLE")	{	defaultIcon="lumbervilleLogo.jpg";	}if (programAbbreviation=="CANAL")	{	defaultIcon="canalLogo.jpg";	}if (programAbbreviation=="MICHENER")	{	defaultIcon="michenerLogo.jpg";	}if (programAbbreviation=="RINGING")	{	defaultIcon="ringingLogo.jpg";	}if (programAbbreviation=="RAILROAD")	{	defaultIcon="railroadLogo.jpg";	}if (programAbbreviation=="FORESTGROVE")	{	defaultIcon="forestgroveLogo.jpg";	}if (programAbbreviation=="CENTERFARM")	{	defaultIcon="centerfarmLogo.jpg";	}if (programAbbreviation=="NEWHOPE")	{	defaultIcon="newhopeLogo.jpg";	}						if (programAbbreviation=="COVEREDBRIDGES")	{	defaultIcon="coveredbridgesLogo.jpg";	}					if (programAbbreviation=="WASHINGTON")	{	defaultIcon="washingtonLogo.jpg";	}					if (programAbbreviation=="LAHASKA")	{	defaultIcon="lahaskaLogo.jpg";	}					if (programAbbreviation=="BUCKINGHAM")	{	defaultIcon="buckinghamLogo.jpg";	}					if (programAbbreviation=="PERSONAL")	{	defaultIcon="personalLogo.jpg";	}					if (programAbbreviation=="SPRAWL")	{	defaultIcon="sprawlLogo.jpg";	}					if (programAbbreviation=="CARVERSVILLE")	{	defaultIcon="carversvilleLogo.jpg";	}					if (programAbbreviation=="ERWINNA")	{	defaultIcon="erwinnaLogo.jpg";	}	if (programAbbreviation=="ABOUT")	{	defaultIcon="aboutLogo.jpg";	}					if (programAbbreviation=="SCREENSAVER")	{	defaultIcon="screensaverLogo.jpg";	}						if (programAbbreviation=="DELAWARE")	{	defaultIcon="delawareRiverLogo.jpg";	}	if (programAbbreviation=="ART")	{	defaultIcon="artLogo.jpg";	}						<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->document.write("<a href='" + relativeURLspacer + "about/index.html' class='smallLink'>About This Tour</a>");document.write(" | ");document.write("<a href='" + relativeURLspacer + "screensaver/index.html' class='smallLink'>Screensaver</a>");document.write("<br/>");document.write("<br/>");document.write("<a href='../../index.html' class='smallLink'>David's Home Page</a>");document.write(" | ");document.write("<a href='mailto:hanauer@umich.edu' class='smallLink'>E-mail David</a>");document.write("<br/>");document.write("<br/>");document.write("<a href='../guestbook/index.html' class='smallLink'>Leave or Read Comments</a>");document.write("<br/>");document.write("<br/>");<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->document.write("<a href='" + relativeURLspacer + beginURL + "' class='smallLink' onMouseOver=\"document.programIcon.src='" +  relativeURLspacer + beginLogo + "'\" onMouseOut=\"document.programIcon.src='" + relativeURLspacer + "icons_index/" + defaultIcon + "'\"><< Begin</a>");document.write(" | ");document.write("<a href='" + relativeURLspacer + backURL + "' class='smallLink' onMouseOver=\"document.programIcon.src='" +  relativeURLspacer + backLogo + "'\" onMouseOut=\"document.programIcon.src='" + relativeURLspacer + "icons_index/" + defaultIcon + "'\">< Back</a>");document.write(" | ");				document.write("<a href='" + relativeURLspacer + nextURL + "' class='smallLink' onMouseOver=\"document.programIcon.src='" +  relativeURLspacer + nextLogo + "'\" onMouseOut=\"document.programIcon.src='" + relativeURLspacer + "icons_index/" + defaultIcon + "'\">Next ></a>");document.write(" | ");document.write("<a href='" + relativeURLspacer + endURL + "' class='smallLink' onMouseOver=\"document.programIcon.src='" +  relativeURLspacer + endLogo + "'\" onMouseOut=\"document.programIcon.src='" + relativeURLspacer + "icons_index/" + defaultIcon + "'\">End >></a>");