var ag_settings = {

  // Must be one of CA, DE, FR, JP, UK, US
  locale: "US",

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

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "AmaZingWatcher",

  // Sub-title
  subtitle: "Get Out Of Stock Items From Amazon.com",

  // Path to your tutorial video
  tutorial: "",

  // Path to your tutorial on finding ASINs
  findtutorial: "",

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

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

  // Amazon Web Services Secret Access Key
  awssecret: "bDEWrHAo2FdHKRHJmmRMAHeogrd/zE802XfbEfD6"

};

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