var currentTime = new Date()
var thisyear = currentTime.getFullYear()
document.write('\
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0"\
<tr>\
	<td width="33%" class="copyright">Copyright &copy; 2005-'+thisyear+' by CMH. All Rights Reserved</td>\
	<td width="33%" align="center" class="copyright">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Innovative Solution by <a href="http://www.web-pros.com" target="_blank" class="copyright"><span class="copyright">Web-Pros, Inc.</span></a></td>\
	<td align="right" width="33%" class="copyright"><a href="/pdfs/PrivacyPractices.pdf" class="copyright"><span class="copyright">Privacy Statement</span></a> | <a href="/about/contact.html" class="copyright"><span class="copyright">Contact Us</span></a></td>\
</tr>\
</table>\
');