var ag_settings = {

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

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

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "Buy At Retail - Why pay more?",

  // Sub-title
  subtitle: "",

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

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

  // Amazon Web Services Access Key ID
  awskey: "1G54HT6FRFVPMCKRC5G2",

  // Amazon Web Services Secret Access Key
  awssecret: "IPrRoaqbeCQ08Y4BUFVsLXnlflHnb8s0GH4K+gqn"

};

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