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://webdesignspensacola.com/" target="_blank" class="copylink">Butterworth Web Designs - Pensacola, FL</a>')

document.write('<br />Copyright&copy; 2009 by D. Jones &amp; Associates<br /></p>')

document.write('</div>')

}




 



