//global variables
var wep = {};
wep.spacerUrl = 'main/spacer.gif';
wep.loadingUrl = 'main/loading.htm';
wep.blankPageUrl = 'main/blank.htm';

wep.buttonId = null;
wep.siteId = null;
wep.catId = '';
wep.subCatId = '';
wep.selectedCatId = null;
wep.sectionId = null;
wep.currentBtn = '';
wep.expandFirstTime = true;
wep.numMenuItems = null;
wep.numButtons = null;
wep.selectedItemId = null;
wep.paneData = null;
wep.layout = null;
wep.locale = null;
wep.feedDomainFNP = null;
wep.feedDomainTBN = null;
wep.paneServerUrl = null;
wep.contractFirst = true;

wep.omn = {};
wep.omn.track = false;
wep.omn.country = '';
wep.omn.language = '';
wep.omn.brand = '';
wep.omn.trackingAccount = '';
wep.omn.siteUrl = '';
wep.omn.audience = '';

function wde(){};
var jsr = {}; //JSON Script Request


// Dummy Omniture variables - For test purposes only
/*
function s_gi(throwaway){
    this.linkTrackVars = '';
    this.prop1;
    this.prop2;
    this.prop3;
    this.prop4;
    this.prop5;
    this.prop45;
    this.prop46;
    this.eVar45;
    this.prop44;
    this.tl = function (one, two, three){};
    return this;
}
*/

