"; break; case 4: errorMessage = "Please check your entry.
"; break; case 7: errorMessage = "In order to create an OCS account your gas service has to be activated at your location and is currently inactive.
"; break; } errorMessage = ( errorMessage + "If you need further assistance, please contact GNG customer care at 770‑850‑6200 " + "or toll‑free at 1‑877‑850‑6200, Monday through Friday from " + "7 a.m. until 8 p.m. and Saturdays from 8 a.m. until 5 p.m." ); $("#spanReceivedErrorMessage").html(errorMessage); $('#receivedErrorMessage').show(); } } }); $("html, body").animate({ scrollTop: 0 }, "fast"); } event.preventDefault(); }); $("#LookupYourAccount").click(function (event) { event.preventDefault(); refreshCaptchaImage().done(function(){ $('#receivedErrorMessage').hide(); $("#AccountLookupModal").modal(); }); })