//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
		"<table width='100%' border='0' cellpadding='0' cellspacing='0'>" +
		"<tr><td colspan='2' valign='top' width=719 height=1 alt='' bgcolor='#000000'></td></tr>" + 
		"<tr>" + 
		"<td colspan='2' class='footertext' align='center' valign='center' width=719 height=10 alt='' bgcolor='#999999'>" + 
		"<b>Brian Buys Houses</b>&nbsp;&nbsp;|&nbsp;&nbsp;" + 
		"Email: <a class='yellowlink' href='mailto:brian@brianbuyshouses.net?subject=Request from website'>brian@brianbuyshouses.net</a>&nbsp;&nbsp;|&nbsp;&nbsp;" + 
		"Phone: 443-540-6228" + 
		"</td>" + 
		"</tr>" + 
		"<tr><td colspan='2' valign='top' width=719 height=1 alt='' bgcolor='#000000'></td></tr>" + 
		"<tr><td colspan='2' class='footertext2' align='center'><br>" + 
		"<a class='goldlink' href='index.htm'>Home</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='bad_home.htm'>Do you own a... BAD HOUSE</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='pre_foreclosure.htm'>Pre foreclosure</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='sell_your_house.htm'>Sell your house</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='properties.htm'>Properties for Sale</a>&nbsp;  " +  
		"<br><a class='goldlink' href='QandC.htm'>Questions or Comments</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='links.htm'>Useful Links</a>&nbsp; |&nbsp; " +  
		"<a class='goldlink' href='ethics.htm'>Ethics</a><br><br>" +  
		"</td></tr>" +  
		"<tr><td colspan='2' align='center'><a href='http://www.jwhowarddesign.com'><img src='images/jh.gif' border='0' alt='Designed by J.W. Howard Design Inc @ www.jwhowarddesign.com'><BR><BR></A></td></tr>" +
		"</table>")
}

