var ag_settings = {

  // Must be one of CA, DE, FR, JP, UK, US, or AUTO
  // If "AUTO" you must enter your locale-specific Associate IDs
  locale: "US",

  // Yes or No, whether to allow the user to change their Amazon.com locale manually
  localechange: "Yes",

  // Your Amazon Associate ID
  aid: "dad0d-20",

  // Locale-specific Associate IDs (only needed if locale is set to "AUTO"

  // CA Associate ID
  aidCA: "dad0dca-20",

  // DE Associate ID
  aidDE: "",

  // FR Associate ID
  aidFR: "",

  // JP Associate ID
  aidJP: "",

  // UK Associate ID
  aidUK: "dad0d-21",

  // US Associate ID
  aidUS: "dad0d-20",

  // Default locale (only used if locale is set to "AUTO"
  defaultLocale: "US",

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "A-Z Gizmo Online",

  // Sub-title
  subtitle: "Be first in line for ANY Amazon find!",

  // Path to your tutorial video
  tutorial: "/media/azgtut/",

  // Path to your tutorial on finding ASINs
  findtutorial: "/media/azgfindprod/",

  // Yes or No, whether to show version (mostly for debugging)
  showversion: "yes",

  // Yes or No, whether to show your Associate ID (mostly for debugging)
  showtag: "yes",

  // Yes or No, whether to show the Grabber header (title, subtitle, Amazon logo)
  showheader: "yes",

  // Yes or No, whether to automatically save watched item additions and removals
  // If "Yes" then the "Save My Watch List" button will not appear
  autosave: "yes",

  // awskey
  awskey: "AKIAIV4GATRBH32DGTJQ",

  // awssecret
  awssecret: "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",

  // Social bookmarking and sharing

  // Default text for tweet to twitter
  twitterstatus: "Check out this new site to get items fast on Amazon - www.AZGizmo.com",

  // Default subject for sharing via email
  sharesubject: "AZGizmo.com - Be First in line for ANY Amazon Find!",

  // Default title for social bookmarking sites
  socialtitle: "AZGizmo.com - Be First in line for ANY Amazon Find!"

};

for (var prop in ag_settings)
{
  ag_settings[prop] = encodeURIComponent(ag_settings[prop]);
}
