//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
		//"<img src='images/piper.gif' width='123' height='109'><br>" + //
		"<br><br><a href='index.html'>Home</a>&nbsp;|" + 
		"<a href='about.html'>About</a>&nbsp;| " +
		"<a href='services.html'>Services</a>&nbsp;| " +
		"<a href='portfolio.html'>Portfolio</a>&nbsp;| " + 
		"<a href='contact.html'>Contact</a>&nbsp;| " + 
		"<a href='preliminary_design.html' target='blank'>Preliminary Design Form</a>" + 
		"<br><br>" + 
		"<a href='mailto:info@jwhowarddesign.com'>info@jwhowarddesign</a><br>" + 
		"C.Phone:  410-236-1184<br><br>" +
		"<br><br><a href='http://www.carrollcountychamber.org/index.shtml'><img src='images/chamber_logo.gif' border='0'>&nbsp&nbsp;Member of the Carroll County Chamber of Commerce.</a>")
}
