// JavaScript File to create footer

document.write('<table cellpadding="0" cellspacing="0" id="documentTable" border="0" width="730" align="center">'+
'<tr valign="top">'+
'<td  id="footCell" colspan="2">'+
'<div id="foot">'+
	'<p><a href="/home/index.htm" title="GE Energy Home" >GE Energy Home</a>  |  '+
	'<a href="/prod_serv/products/index.htm" title="Products" >Products</a>  |  '+
	'<a href="/prod_serv/serv/index.htm" title="Services" >Services</a>  |  '+
	'<a href="/prod_serv/serv_for/index.htm" title="Lifecycle Services" >Lifecycle 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="http://www.gecareers.com/GECAREERS/jsp/index.jsp" target="_blank" title="GE Careers">GE Careers </a>  |  '+	
	'<a href="/online_tools/ecust_service.htm" title="Customer Advocate">Customer Advocate </a>  |  '+
	'<a href="/home/sitemap.htm" title="Site Map">Site Map</a></p>'+
	'<p><a href="http://www.ge.com" title="GE Corporate Home" target="_blank" >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 id="copy">Copyright General Electric Company 1997-2008</p>'+
'</div>'+
'</td>'+
'</tr>'+
'</table>')