document.write('<div id="footer">');
var theDate=new Date();
var which_footer = document.body.id;
switch (which_footer)
{
  case "ktg" : 
     document.writeln( '\
<br><strong>Kentucky Travel Guide</strong> \
<br>is published annually by: \
');
     break;
  case "wtgl" : 
     document.writeln( '\
<br><strong>What's Happening in Greater Louisville</strong> \
<br>published every other Wednesday by: \
');
     break;
  default : 
     document.writeln('\
 <br>\
 <br>\
 ');
     break;
}
document.write('\
<br>Editorial Services Company\
<br>12305 Westport Road #4 Louisville, Kentucky  40245  \
<br>502.584.2720 FAX 502.565.2507\
<br>esc@kytravel.com www.kytravel.com\
<br>\
<br> <strong> Copyright  </strong> &copy; <strong> \
');

document.write(theDate.getFullYear()) ;

document.write('\
</strong> by <strong> Editorial Services Company</strong>. All rights reserved.\
<br>Reproduction of this publication in whole or in part is strictly prohibited.\
<br><a href="#top">top of page</a>\
</div>\
');

document.write('<a href="http://kytravel.com/cgi-bin/plugins/Webalizers/weblinks/webalizer.cgi" border="0"><img src="/esc/base/shared/images/white16x16.gif" border="0"></a>');
document.write('<a href="http://kytravel.com/cgi-bin/plugins/Webalizers/default/webalizer.cgi" border="0"><img src="/esc/base/shared/images/white16x16.gif" border="0"></a>');
