var content;

	content =

	"<table border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=\"800\" class=\"trimbackground\">" +
	"	<tr>" +
	"		<td colspan=\"3\" height=\"1\"><img src=\"http://www.chelmsfordhistory.org/images/1x1.gif\" width=\"1\" height=\"1\" /></td>" +
	"	</tr>" +
	"	<tr>" +
	"		<td width=\"1\"><img src=\"http://www.chelmsfordhistory.org/images/1x1.gif\" width=\"1\" height=\"1\" /></td>" +
	"		<td class=\"tablebackground\" width=\"*\">" +
	"			<table border=\"0\" width=\"790\" cellspacing=\"0\" cellpadding=\"0\">" +
	"				<tr>" +
	"					<td width=\"150\" height=\"100\" align=\"left\"><a href=\"http://www.chelmsfordhistory.org/index.html\"><img src=\"http://www.chelmsfordhistory.org/images/monument100b.gif\" width=\"148\" height=\"100\" border=\"0\" /></a></td>" +
	"					<td width=\"*\" align=\"left\">" +
	"<span class=\"heading-main\">Chelmsford History</span><br />" +
	"<span class=\"heading-sub\">Historical Resources in Chelmsford, MA</span>" +
	"					</td>" +
	"					<td width=\"150\" align=\"center\">" +
	"						<form action=\"http://www.chelmsfordhistory.org/search.html\" id=\"cse-search-box\">" +
	"						  <div>" +
	"						    <input type=\"hidden\" name=\"cx\" value=\"013840629521205218340:lo83cppm2_o\" />" +
	"						    <input type=\"hidden\" name=\"cof\" value=\"FORID:10\" />" +
	"						    <input type=\"hidden\" name=\"ie\" value=\"UTF-8\" />" +
	"						    <input type=\"text\" name=\"q\" size=\"15\" />" +
	"						    <input type=\"submit\" name=\"sa\" value=\"Search\" />" +
	"						  </div>" +
	"						</form>" +
	"						<script type=\"text/javascript\" src=\"http://www.google.com/jsapi\"></script>" +
	"						<script type=\"text/javascript\">google.load(\"elements\", \"1\", {packages: \"transliteration\"});</script>" +
	"						<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en\"></script>" +
	"						<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en\"></script>" +
	"					</td>" +
	"				</tr>" +
	"			</table>" +
	"		</td>" +
	"		<td width=\"1\"><img src=\"http://www.chelmsfordhistory.org/images/1x1.gif\" width=\"1\" height=\"1\" /></td>" +
	"	</tr>" +
	"	<tr>" +
	"		<td colspan=\"3\"><img src=\"http://www.chelmsfordhistory.org/images/1x1.gif\" width=\"1\" height=\"1\" /></td>" +
	"	</tr>" +
	"</table>";



function showhead(){
	document.write(content);
}
