// Majority of webpages in the DeMarche website contain a call to this javascript
var current = new Date();

document.write('        <table class="footertable">'
  + '		<tr><td>'
  + '				<div align="center"><hr/>'
  + '					© ');
document.write(current.getYear());
document.write('		DeMarche Associates, Inc.<br/>'
  + '            		<a href="/ContactUs.htm">CONTACT US</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="/Policy.htm">DISCLOSURE & PRIVACY POLICY</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="/Terms.htm">TERMS AND CONDITIONS</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="/SiteMap.asp">SITE MAP</a>'
  + '				</div>'
  + '        </td></tr>'
  + '	</table>');