function addMenu()
{
	document.write('				<div id="navBar">');
	document.write('					<a href="/index.html" class="navMainLink"><strong>Home</strong></a><br/>');
	document.write('					<a href="/foreclosureinfo.html" >Foreclosure Info</a><br/>');
	document.write('					<a href="/events.php">Upcoming Events</a><br/>');
	document.write('					<a href="/data.html">Delaware Foreclosure Data</a><br/>');
	document.write('					<br/>');
	document.write('					<a href="/forhomeowners.html" >For Homeowners</a><br/>');
	document.write('					<a href="/forrenters.html" >For Renters</a><br/>');
	document.write('					<a href="http://nspdelaware.com">For Communities Recovering</a><br/>');
	document.write('					<a href="/forfamilies.html">For Families Recovering</a><br/>');

	document.write('					<br/><br/>');
	document.write('					<b>Attorney General\'s Mortgage Hotline</b><br/>');
	document.write('					<span class="phone">');
	document.write('						 1-800-220-5424<br/>');
	document.write('					</span>');
	document.write('					<a href="http://www.destatehousing.com/FormsAndInformation/Publications/housing_counseling_agency_list.pdf">Housing Counseling Contact Information</a><br/>');

	document.write('					</span>');
	
	
	
	document.write('				</div>');
	
}
