var currentTime = new Date()
var thisyear = currentTime.getFullYear()
document.write('\
<table width="758" border="0" cellpadding="5" cellspacing="0" bgcolor="#bbcce4"><tr>\
            <td class="footer" nowrap>&copy; 2007-'+thisyear+' by Adena Health System | All Rights Reserved</td>\
			<td class="footer" align="center" nowrap>Innovative Solution by <a href="http://www.web-pros.com/" target="_blank">Web-Pros, Inc.</a></td>\
            <td class="footer" nowrap><div align="right"><a href="/privacy/">Regulatory/Privacy</a> | <a href="/site/">Site Index</a> | <a href="/disclaimer.html">Disclaimer</a> </div></td>\
          </tr>\
        </table>\
');