//global variables
var wep = {};

wep.spacerUrl = '/biz/wep/menuimages/spacer.gif';
wep.loadingUrl = '/biz/wep/loading.htm';
wep.blankPageUrl = '/biz/wep/blank.htm'; //set this to the *relative* location of the new "blank.htm" file - *must* be on the same domain as current page

wep.buttonId = null;
wep.btnAry = Array();
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;
}
/**/
