//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
		"<tr><td bgcolor='#ffffff' align='center' colspan='3' valign='top'>" + 
		"<table bgcolor='#333366' cellpadding='0' cellspacing='0'><tr>" +
		"<td bgcolor='#ffffff' width='10'>&nbsp;</td>" +
		"<td bgcolor='#ffffff'><img src='images/EqualHousing_18x14.gif'></td>" +
		"<td bgcolor='#ffffff' align='center' class='footertext'><br>baltimorecityrealestate.com supports equal housing opportunities. All materials displayed on this web site are the property of baltimorecityrealestate.com&trade;. No part of this web site may be replicated without the express written consent of baltimorecityrealestate.com. All rights reserved.<br><br></td>" +
		"<td bgcolor='#ffffff' width='10'></td>" +
		"</tr>" +
		"<tr><td align='center' colspan='4' valign='top' bgcolor='#333366'><br>" +
		"<a href='http://www.jwhowarddesign.com' target='blank'><img src='images/jh_logo.gif' border='0' alt='Website Designed and Developed by J.W. Howard Design Inc. A Maryland based website design and development company. Click here to visit our website'></a></td></tr>" +
		"</table>" +
		"" +
		"</td>" +
		"</tr>")
}
