// JavaScript File to create footer

document.write('<table cellpadding="0" cellspacing="0" id="documentTable" border="0" width="730">'+
'<tr valign="top">'+
'<td colspan="2">'+
'<div id="foot">'+
	'<p><a href="/home/index.htm" title="Energy at GE Home" >Energy at GE Home</a>  |  '+
	'<a href="/prod_serv/index.htm" title="Products &amp; Services" >Products &amp; Services</a>  |  '+
	'<a href="/online_tools/index.htm" title="Online Tools" >Online Tools</a>  |  '+
	'<a href="/commitment/en/index.htm" title="Our Commitment" >Our Commitment</a>  |  '+
	'<a href="/about/index.htm" title="About Us">About Us</a> |  '+
	'<a href="/home/sitemap.htm" title="Site Map">Site Map</a></p><p>'+
	'<a href="http://www.ge.com" title="GE Corporate Home" >GE Corporate Home</a>  |  '+
	'<a href="http://www.ge.com/en/company/investor/index.htm" title="Investor Information" >Investor Information</a>  |  '+
	'<a href="/legal/en/privacy.htm" title="Privacy Policy" >Privacy Policy</a>  |  '+
	'<a href="/legal/en/terms.htm" title="Terms of Use" class="footSecondary">Terms of Use</a></p>'+	
	'<div class="copyright">Copyright General Electric Company 1997-2007</div>'+
'</div>'+
'</td>'+
'</tr>'+
'</table>')