/* Common_html.js */
/* 
  LyonsConsultants
  The common stuff to all pages - at bottom.  
  Closes (in order of appearance) right-container, content-container, then after showing the footer, 
  it closes the container 
*/
<!-- 

var newText = "";

newText = 
"</div>  " +
"</div>  " +
"<div id='footer'> " +
"Copyright © Steve Lyons, 2011 " +
"</div> " + 	
"</div> ";
 
document.write(newText);
-->


