var c = '';

    c+='<div id="signupArea" style="padding-bottom:4px;"><div class="content">';
        
        c+='<form name="footerSignupForm" id="footerSignupForm" action="http://forms.geconsumerandindustrial.com/asbs/servlet/SubmitForm" method="post" onsubmit="return validateFooterSubscribeForm(this);">';
        
            c+='<input name="FormId" value="3123800" type="hidden" />';
            c+='<input name="i_HEM_Newsletter" value="Y" type="hidden" />';
            c+='<input name="ThankYouURL" value="http://www.geappliances.com/home-energy-manager/thanks.htm" type="hidden" />';
            
            c+='<input class="medium hasInstructionMessage" name="i_emailgeneric" type="text" value="Enter your e-mail address" />';
            c+='<input class="short hasInstructionMessage" name="i_hmpostcde" type="text" value="Enter your ZIP code" maxlength="5" />';
            
            c+='<input src="' + Base_Href + '/home-energy-manager/images/b_newsletter_submit.gif" value="Submit" alt="Submit" title="Submit" type="image" />';
            
            c+='<img src="' + Base_Href + '/home-energy-manager/images/newsletter_divider.gif" width="2" height="23" alt="" style="margin:0 20px;" />';
            
            c+='<span style="font-size:12px; margin-right: 5px;">Follow us on:</span>';
            c+='&nbsp;';
            c+='&nbsp;';
            c+='<a href="http://www.facebook.com/pages/GE-Appliances/166819311126" target="_blank"><img src="' + Base_Href + '/images/icon_facebook_sm.jpg" alt="Follow us on Facebook" title="Follow us on Facebook" height="22" width="22" /></a>';
            c+='&nbsp;&nbsp;';
            c+='<a href="http://www.twitter.com/ge_appliances" target="_blank"><img src="' + Base_Href + '/images/icon_twitter_sm.jpg" alt="Follow us on Twitter" title="Follow us on Twitter" height="22" width="22" /></a>';
            
        c+='</form>';

    c+='</div></div><!-- .content, #signupArea -->';

document.writeln(c);

var b='';

    b+='<div id="footer">';
        b += '<a href="' + UnSecure_Base_Href + '/privacy/privacy_policy.htm" onclick="openPrivacyPolicyPopup(this.href); return false;" target="_blank">Privacy Policy Notice</a>';
        b += '<br />';
        b += 'We have updated the contact information on our privacy policy';
        b += '<br /><br />';
        b += '<a href="' + UnSecure_Base_Href + '/home-energy-manager/disclosures.htm">Disclosures</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="' + UnSecure_Base_Href + '/home-energy-manager/source.htm">Open Source Software</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="' + UnSecure_Base_Href + '/home-energy-manager/datausage.htm" onclick="openPrivacyPolicyPopup(this.href); return false;" target="_blank">Energy Data Privacy Policy</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="' + UnSecure_Base_Href + '/home-energy-manager/contact-us.htm">Contact Us</a>';
        b += '<br />';

        b += '<a href="http://www.ge.com/" target="_blank">GE.com</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="http://www.geappliances.com/" target="_blank">GEAppliances.com</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="http://pressroom.geconsumerproducts.com/" target="_blank">Press Room</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="' + UnSecure_Base_Href + '/privacy/privacy_policy.htm" onclick="openPrivacyPolicyPopup(this.href); return false;" target="_blank">Privacy Policy</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="' + UnSecure_Base_Href + '/plcy/tandc2.htm" target="_blank" onclick="openTermsPopup(this.href); return false;">Terms &amp; Conditions</a>';
        b += '&nbsp;|&nbsp;';
        b += '<a href="http://www.ge.com/accessibility.html" target="_blank">Accessibility Statement</a>';
        b += '<br />';
        b+='Copyright ';
        document.writeln(b);
        document.write(new Date().getFullYear());
        document.write(' General Electric Company');
        document.writeln('</div><!-- #footer -->');
document.writeln('</div><!-- #document -->');
