var iOffer = iOffer ? iOffer : {};
iOffer.TRANSLATIONS = $H({"enter_valid_email_address": "You must enter a valid email address", "must_enter_city": "You must enter a city", "must_enter_address": "You must enter an address", "must_select_country": "You must select a country", "email_entries_do_not_match": "Your email entries do not match", "must_enter_phone_number": "You must enter a phone number", "must_enter_last_name": "You must enter a last name", "must_enter_first_name": "You must enter a first name", "please_enter_password": "", "please_enter_your_password": "Please enter your password", "please_enter_username_or_email_address": "", "have_not_entered_valid_zip_code": "You have not entered a valid zip code", "form_contains_error_copy": "The form contains #{count} errors. Please correct the errors (see the error messages above) and try again.", "must_agree_before_continuing": "You must agree before continuing.", "username_error": "Please enter your username or email address", "must_agree_to_terms_above": "You must agree to the terms described above"});
I18n.locale = 'en-US';