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: "AUTO",

  // Yes or No, whether to allow the user to change their Amazon.com locale manually
  localechange: "Yes",

  // Your Amazon Associate ID
  aid: "grecoodea-20",

  // Locale-specific Associate IDs (only needed if locale is set to "AUTO"

  // CA Associate ID
  aidCA: "grea06-20",

  // DE Associate ID
  aidDE: "grea02-21",

  // FR Associate ID
  aidFR: "grea06-21",

  // JP Associate ID
  aidJP: "grea-22",

  // UK Associate ID
  aidUK: "grecoodea-21",

  // US Associate ID
  aidUS: "grecoodea-20",

  // Default locale (only used if locale is set to "AUTO"
  defaultLocale: "US",

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "Watch My Items on Amazon!",

  // Sub-title
  subtitle: "Make them yours before others snatch them up!",

  // Path to your tutorial video
  tutorial: "http://www.watchmyitems.com/tutorials/tooltutorial.html",

  // Path to your tutorial on finding ASINs
  findtutorial: "http://www.watchmyitems.com/tutorials/productid.html",

  // 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: "no",

  // 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: "no",

  // Amazon Web Services Access Key ID
  awskey: "AKIAIPAA7DH3QAFWK5PQ",

  // Amazon Web Services Secret Access Key
  awssecret: "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",

  // Social bookmarking and sharing

  // Default text for tweet to twitter
  twitterstatus: "Here is a cool trick to get hard-to-find items on Amazon... http://www.watchmyitems.com",

  // Default subject for sharing via email
  sharesubject: "Here is a cool trick to get hard-to-find items on Amazon... http://www.watchmyitems.com",

  // Default title for social bookmarking sites
  socialtitle: "Here is a cool trick to get hard-to-find items on Amazon... http://www.watchmyitems.com"

};

for (var prop in ag_settings)
{
  ag_settings[prop] = encodeURIComponent(ag_settings[prop]);
}
