// This function checks for a valid zip code
function validateZip(fieldName)	{
	if(fieldName.value.search(/^\d{5}$/) == -1) {
		alert("Please enter a valid, 5-digit zip code.");
		return false;
	} else {
		return true;
	}
}


document.writeln('		<div><img src="/images/heat-pump-hot-water-heater/rounded_border_472_top.gif" width="472" height="10" alt="" /></div>');
document.writeln('		<table cellpadding="0" cellspacing="0" border="0" style="width:472px; background:bottom left url(\'/images/heat-pump-hot-water-heater/rounded_border_472_bottom.gif\') no-repeat;">');
document.writeln('		<tr>');
document.writeln('			<td style="width:90px; padding-bottom:10px; text-align:center;"><img src="/images/heat-pump-hot-water-heater/icon_mouse.gif" width="62" height="62" alt="" /></td>');
document.writeln('			<td style="padding: 0 15px 2px 0;">');
document.writeln('				<p class="bold" style="font-size:12px;">Buy Online</p>');
document.writeln('				<p>Shop for the ENERGY STAR&reg; qualified electric heat pump at the NEW GE Energy Efficient Water Heater Store!</p>');
document.writeln('				<form target="_blank" action="https://www.gewaterheater.com/GEStore/Appliances/BuyOnline/Home" onsubmit="return validateZip(this.Zipcode);">');
document.writeln('					<input type="hidden" name="StoreType" value="HYB" />');
document.writeln('					<input type="hidden" name="StoreId" value="cs7605" />');
document.writeln('					<input type="hidden" name="omni_key" value="geashoponline" />');
document.writeln('					Please enter your ZIP code:');
document.writeln('					<input type="text" name="Zipcode" maxlength="5" style="width:44px;" />');
document.writeln('					<input type="image" src="/images/heat-pump-hot-water-heater/b_shop_online.gif" alt="Shop Online" title="Shop Online" />');
document.writeln('				</form>');
document.writeln('			</td>');
document.writeln('		</tr>');
document.writeln('		</table>');


