/* depends on /scripts/gea_global.js */

footerHTML  = '<table cellpadding="0" cellspacing="0" border="0" id="footer">';
footerHTML += '<tr>';
footerHTML += '	<td class="colA">';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/" target="_top">Home</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/appliances/" target="_top">Products</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/service_and_support/" target="_top">Service &amp; Support</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/promos/" target="_top">Rebates &amp; Promotions</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/design_center/" target="_top">Kitchen Design Center</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/recipes/" target="_top">Recipes &amp; Kitchen Communities</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/products/brands/" target="_top">Explore GE Brands</a>';
footerHTML += '		<br />';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/service_and_support/contact/" target="_top">Contact Us</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/buy/" target="_top">Dealer Locator</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/site_map.htm" target="_top">Site Map</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/privacy/privacy_policy.htm" target="_blank" onclick="openPrivacyPolicyPopup(this.href); return false;">Privacy Policy</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/plcy/tandc2.htm" target="_blank" onclick="openTermsPopup(this.href); return false;">Terms of Use</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/employee-retiree-store.htm">Employee &amp; Retiree Store</a><br />';
footerHTML += '		<br />';
footerHTML += '		<a href="http://www.ge.com/" target="_blank">Corporate</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.gecareers.com/" target="_blank">Careers</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.geconsumerproducts.com/pressroom/" target="_blank">Press Room</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/products/recall/" target="_top">Recall Information</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.ge.com/accessibility.html" target="_blank">Accessibility Statement</a><br />';
footerHTML += '		<div class="copyright">Copyright '+ new Date().getFullYear() +' General Electric Company</div>';
footerHTML += '	</td>';
footerHTML += '	<td class="colB"><div class="wrapper">';
footerHTML += '		<div class="bold">Sign up for our e-Newsletter:</div>';
footerHTML += '		<div class="formWrapper">';
footerHTML += '		<form name="footerSignupForm" action="http://genet.geappliances.com/emailafriend/Dispatcher" method="post" onsubmit="return validateNewsletterSubscriptionForm(this);" target="_top">';
footerHTML += '			<input type="hidden" name="REQUEST" value="ENEWSLETTER" />';
footerHTML += '			<input type="text" name="Email" value="Enter E-Mail Address" onfocus="textInputFocusClear(this);" onblur="textInputBlurReset(this);" />';
footerHTML += '			<input class="button" type="submit" value="Go" />';
footerHTML += '		</form>';
footerHTML += '		</div>';
footerHTML += '		<div><a href="' + UnSecure_Base_Href + '/email/newsletter/newsletter.htm" target="_top">View current issue</a></div>';
footerHTML += '	</div></td>';
footerHTML += '</tr>';
footerHTML += '</table><!-- end #footer -->';

document.write(footerHTML);
