var ag_settings = {

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

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

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "Get notified when Amazon item is in stock",

  // Sub-title
  subtitle: "Its like getting a free pass to the front of the checkout line.",

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

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

  // Amazon Web Services Secret Access Key
  awssecret: "S9gEQ5N1TO53yegweB/6AOWo0c7cGqb7L0u+oSK1"

};

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