// 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="http://www.ge.com/contact/index.html">Contact Information </a>  |  '+
	'<a href="http://www.genewscenter.com/newsfeeds/default.asp">Newsfeeds</a>  |  '+
	'<a href="http://www.ge.com/sitemap.html">Site Map</a>  |  '+
	'<a href="http://www.ge.com/privacy.html">Privacy</a> |  '+
	'<a href="http://www.ge.com/accessibility.html">Accessibility</a>  |  '+
	'<a href="http://www.ge.com/terms.html">Terms</a>  |  '+
	'<a href="http://www.ge.com/terms.html#copyright">&copy; 2009 General Electric Company</a> </p> '+
'</div>'+
'</td>'+
'</tr>'+
'</table>')
//Begin Google Tracker Data
var pageTracker = _gat._getTracker("UA-5827578-1");
pageTracker._trackPageview(); 
//End Of Google Tracker Data