var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) > 2008) {
document.write('\
  <tr>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999" class="footer">&copy; 2008-'+thisyear+' American Financial Credit Services, Inc | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank">Web-Pros Inc.</a></td>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999">&nbsp;</td>\
  </tr>\
');
}
else {
document.write('\
  <tr>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999" class="footer">&copy; 2008 American Financial Credit Services, Inc | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank">Web-Pros Inc.</a></td>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999">&nbsp;</td>\
    <td bgcolor="#999999">&nbsp;</td>\
  </tr>\
');
}