var curdate = new Date()
var theyear = curdate.getYear()
document.write('\
  <tr><td height="29" class="copyright" width="100%" align="center">&copy; '+theyear+' Midwest Ear Institute | All Rights Reserved | Another Innovative solution by <a href="http://www.web-pros.com/" target="_blank">Web-Pros, Inc.</a></td></tr>\
');