/* 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">Inicio</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/appliances/" target="_top">Productos</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/service_and_support/" target="_top">Servicio y apoyo</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/promos/" target="_top">Rebajas y promociones</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/design_center/" target="_top">Centro de dise\361o de cocinas</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/recipes/" target="_top">Recetas y comunidades de cocina</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/products/brands/" target="_top">Marcas de GE</a>';
footerHTML += '		<br />';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/service_and_support/contact/" target="_top">Cont\341ctenos</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/buy/" target="_top">Distribuidores</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/site_map.htm" target="_top">Mapa del sitio</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/privacy/privacy_policy.htm" target="_blank" onclick="openPrivacyPolicyPopup(this.href); return false;">Pol\355tica de privacidad</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/plcy/tandc2.htm" target="_blank" onclick="openTermsPopup(this.href); return false;">Condiciones de uso</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + 'http://espanol.geappliances.com/enes/employee-retiree-store.htm">Tienda para empleados y jubilados</a><br />';
footerHTML += '		<br />';
footerHTML += '		<a href="http://www.ge.com/" target="_blank">Corporativo</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.gecareers.com/" target="_blank">Empleos</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.geconsumerproducts.com/pressroom/" target="_blank">Sala de prensa</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="' + UnSecure_Base_Href + '/products/recall/" target="_top">Retiro de productos</a>';
footerHTML += '		&nbsp;|&nbsp;';
footerHTML += '		<a href="http://www.ge.com/accessibility.html" target="_blank">Accesibilidad</a><br />';
footerHTML += '		<div class="copyright">Derechos de autor de '+ new Date().getFullYear() +' General Electric Company</div>';
footerHTML += '	</td>';
footerHTML += '	<td class="colB"><div class="wrapper">';
footerHTML += '		<div class="bold">Bolet\355n electr\363nico:</div>';
footerHTML += '		<div class="formWrapper">';
footerHTML += '		<form name="footerSignupForm" action="http://espanol.geappliances.com/enes/sdgenet/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="Dirección de e-mail" onfocus="textInputFocusClear(this);" onblur="textInputBlurReset(this);" />';
footerHTML += '			<input class="button" type="submit" value="Ir" />';
footerHTML += '		</form>';
footerHTML += '		</div>';
footerHTML += '		<div><a href="' + UnSecure_Base_Href + '/email/newsletter/newsletter.htm" target="_top">Vea el n\372mero actual</a></div>';
footerHTML += '	</div></td>';
footerHTML += '</tr>';
footerHTML += '</table><!-- end #footer -->';

document.write(footerHTML);
