var showfooter		= "yes"		// SHOW MENU



// MENU



   if (showfooter == "yes") {

	 

document.write('<div id=\'page_footer\'>')



document.write('<p align="center">Site By <a href="http://butterworthwebdesigns.com/" target="_blank" class="copylink">Butterworth Web Designs</a>')



document.write('<br />Copyright&copy; 2009 by D. Jones &amp; Associates<br /></p>')



document.write('</div>')



}









 








