function isNumber(field) { var re = /^[0-9-'.'-',']*$/; if (!re.test(field.value)) { field.value = field.value.replace(/[^0-9-'.'-',']/g,""); } } function findoffice(zip) { var zip_value = zip; document.location='/universal/office_locator.html?CouponID=1&zip='+zip_value; }