/* warning 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='http://tools.cisco.com/gdrp/coiga/showsurvey.do?surveyId=979&surveyCode=979&tenantId=5&trial=true&languageId=1&keyCode=';

/* defaultKeyCode is the default keyCode passed to the form, ie the "organic traffic" keyCode */
var defaultKeyCode='139107_2';

/* 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);
