var str = '';

str += '<div class="footer">';
str += '	<div class="contact-us">';
str += '		<div class="spacing">';
str += '			<h3 class="contact-us-heading">Contact Us</h3>';
str += '';
str += '			<a class="icon-link" href="/build-with-ge/contact-us.htm"><img src="/build-with-ge/images/icon-contact.gif" width="40" height="40" alt="Let us know how we can support you" title="Let us know how we can support you" /><span>Let us know how we can support you</span></a>';
str += '';
str += '				<div class="stay-informed">';
str += '					<h3 class="stay-informed-heading">Stay Informed</h3>';
str += '					<div>Sign up for our e-newsletter</div>';
str += '					<div style="padding-top:3px;"><a href="/plcy/newsletter/newsletter_signup.htm" target="_blank"><img src="/build-with-ge/images/btn-sign_up.gif" width="69" height="21" border="0" /></a></div>';
str += '				</div>';
str += '		</div>';
str += '	</div>';
str += '';
str += '';
str += '	<div class="section footer-nav">';
str += '		<div class="spacing">';
str += '			<div class="nav-links">';
str += '				<a href="http://www.ge.com/" target="_blank">GE Home</a>&nbsp;&nbsp;|&nbsp;';
str += '				<a href="/" target="_blank">GE Appliances</a>&nbsp;&nbsp;|&nbsp;';
str += '				<a href="/plcy/appliances_b2b.htm" target="_blank">GE Business to Business</a>&nbsp;&nbsp;|&nbsp;';
str += '				<a href="http://www.geconsumerproducts.com/pressroom/" target="_blank">Press Room</a><br />';
str += '				<a href="/privacy/privacy_policy.htm" target="_blank" onclick="openPop(this.href, 640, 500, \'scrollbars,resizable\', \'privacypolicy\'); return false;">Privacy Policy</a>&nbsp;&nbsp;|&nbsp;';
str += '				<a href="/plcy/tandc2.htm" target="_blank" onclick="openPop(this.href, 640, 500, \'scrollbars,resizable\', \'termsofuse\'); return false;">Terms of Use</a>';
str += '			</div>';
str += '			<div class="copywrite">';
str += '				<script type="text/javascript">';
str += '					document.write("&copy; " + new Date().getFullYear() + " General Electric Company and its licensors.");';
str += '				</script>';
str += '			</div>';
str += '		</div>';
str += '	</div>';
str += '';
str += '';
str += '	<div class="section connect-with-ge">';
str += '		<div class="spacing">';
str += '			<h3 class="connect-with-ge-heading">Connect with GE</h3>';
str += '			<a class="icon-link" target="_blank" href="http://www.facebook.com/pages/GE-Appliances/166819311126"><img src="/build-with-ge/images/icon-facebook.jpg" width="40" height="40" alt="follow us on Facebook" title="follow us on Facebook" />follow us on Facebook</a>';
str += '			<a class="icon-link" target="_blank" href="http://www.youtube.com/user/GEAppliances"><img src="/build-with-ge/images/icon-youtube.jpg" width="40" height="40" alt="watch videos on our YouTube chanel" title="watch videos on our YouTube chanel" />watch videos on our YouTube chanel</a>';
str += '			<a class="icon-link" target="_blank" href="http://www.twitter.com/ge_appliances"><img src="/build-with-ge/images/icon-twitter.jpg" width="40" height="40" alt="get the latest from our Twitter feed" title="get the latest from our Twitter feed" />get the latest from our Twitter feed</a>';
str += '		</div>';
str += '	</div>';
str += '';
str += '</div><!-- End footer -->';

document.write(str);
