// -------------------------------------------------------------------
// Copyright, Privacy and Sitemap
// -------------------------------------------------------------------
var strncpsCurrentDate;
strncpsCurrentDate = new Date();

document.write ('<table border="0" width="99%">');
document.write ('	<tr>');
document.write ('		<td width="50%" valign="top" class="sizeminus1">');
document.write ('			Copyright ' + strncpsCurrentDate.getFullYear() + ', NSTAR, All rights reserved.');
document.write ('		</td>');
document.write ('		<td width="50%" valign="top" class="footeralign">');
document.write ('			<span class="sizeminus1"><a href="http://www.nstar.com/about_nstar/legal_statements" target="_top">Legal Statements</a>&nbsp;&nbsp;<img src="http://www.nstar.com/images/nstaronline3/spacer_black.gif" align="middle" border="0" width="2" height="2">&nbsp;&nbsp;<a href="http://www.nstar.com/site_map_nstar/" target="_top">Sitemap</a></span>');
document.write ('		</td>');
document.write ('	</tr>');
document.write ('</table>');
