    now = new Date
    theYear=now.getYear()
    if (theYear < 1900)
    theYear=theYear+1900

document.write('<!-- row 4 -->');
document.write('<tr valign="top">');
document.write('<td colspan="2" id="footCell">');
document.write('<div id="foot">');
document.write('	<p><a href="http://www.ge.com/">Corporate</a>  |  <a href="http://www.ge.com/en/company/investor/">Investor Information</a>  |  <a href="http://www.ge.com/en/ge/accessibility/">Accessibility Statement</a>  |  <a href="/apo/terms_conditions.htm">Terms & Conditions</a></p>');
document.write('	<p id="copy">&#169; Copyright General Electric Company <script language="JavaScript">document.write(theYear) </script></p>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<!-- row 4 ended -->');

