jsloc = {
  invalidVat : 'Invalid VAT ID entered.',
  unPwMatch : 'You cannot use your Username as your password.',
  invalidPw : 'You password must be at least 4 characters long and consist of only letters, numbers, dashes, or underscores.',
  pwConfirmMismatch : 'Your password does not match the re-entered password.',
  ccInvalid : 'The credit card number you entered is not valid. Please try again.',
  missingFields : 'ERROR - One or more of the following  fields contain missing or invalid data:',
  invalidQty : "Please enter a number between 1 and 50. \n\nIf you need more than 50 seats, please contact Customer Service.",
  shoppingCart : "Shopping Cart",
  subTotal : "Subtotal",
  cartEmpty : "Your cart is empty",
  inCart : "IN CART"
};

label = new Object({
  COMPANY :                  "Company",
  FIRST :                    "Billing: First Name",
  SHIPPING_FIRST :           "Shipping: First Name",
  LAST :                     "Billing: Last Name",
  SHIPPING_LAST :            "Shipping: Last Name",
  ADDRESS :                  "Billing: Address",
  SHIPPING_ADDRESS :         "Shipping: Address",
  COUNTRY_CODE :             "Billing: Country",
  SHIPPING_COUNTRY_CODE :    "Shipping: Country",
  CITY :                     "Billing: City",
  SHIPPING_CITY :            "Shipping: City",
  STATE_US :                 "Billing: State/Province",
  SHIPPING_STATE_US :        "Shipping: State/Province",
  STATE_CA :                 "Billing: State/Province",
  SHIPPING_STATE_CA :        "Shipping: State/Province",
  ZIP :                      "Billing: Zip/Postal",
  SHIPPING_ZIP :             "Shipping: Zip/Postal",
  COUNTRY :                  "Billing: Country",
  SHIPPING_COUNTRY :         "Shipping: Country",
  VAT_ID :                   "VAT ID",
  USERNAME :                 "Username",
  PASSWORD :                 "Password",
  PW2 :                      "Password fields do not match",
  PHONE :                    "Phone",
  SHIPPING_PHONE :           "Phone",
  EMAIL :                    "E-mail",
  CC_NUMBER :                "Credit Card",
  CC_EXPMO :                 "Expiration date is invalid",
  CC_CVV :                   "Card Security Code",
  COUPON :                   "Activation Code"
});