var ag_settings = {

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

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

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "AmzFinder.com",

  // Sub-title
  subtitle: "Be the first to get what you want...",

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

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

  // Yes or No, whether to show version (mostly for debugging)
  showversion: "no",

  // Yes or No, whether to show your Associate ID (mostly for debugging)
  showtag: "no",

  // Amazon Web Services Access Key ID
  awskey: "0FA2V86755PSYN0DSRG2",

  // Amazon Web Services Secret Access Key
  awssecret: "gu+jNrHnvQwOi5WqhUlBx5PWKjgkWwBGZ72wMBcV"

};

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