var ag_settings = {

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

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

  // Default Amazon ASIN
  item: "",

  // Main title
  title: "Hot Video Games and Consoles Grabber",

  // Sub-title
  subtitle: "Cut in the Line at Amazon.com. Get Now!",

  // Path to your tutorial video
  tutorial: "http://hotgamesvault.com/media/azgtut/",

  // Path to your tutorial on finding ASINs
  findtutorial: "http://hotgamesvault.com/media/azgfindprod/",

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

  // Amazon Web Services Secret Access Key
  awssecret: "8NL7hpQFgWc0Pcuxx+SOOsu5KWoL2AQhJLg1kUen"

};

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