/* this file must be used in conjunction with /web/fw/j/utils.js and /web/fw/j/premium.js */
/* premiumURL is the URL of the survey - with Kana this is the short form URL */
var premiumURL='https://tools.cisco.com/gdrp/coiga/showsurvey.do?surveyCode=2148&keyCode=';
/* defaultKeyCode is the default keycode passed, ie the "organic traffic" keyCode */
var defaultKeyCode='150212_18';

/* showLock=true will add a padlock icon next to each premium content link */
var showlock=false;

/* The following variables define which padlock image is used, its size and alt attribute */
var lockImg='http://www.cisco.com/swa/i/padlock.gif';
var lockW='7';
var lockH='9';
var lockMsg='Requires log in';

addEvent(window,'load',rewriteLinks);