//global variables
var wep = {};

wep.spacerUrl = '/bravia/wep/menuimages/spacer.gif';
wep.loadingUrl = '/bravia/wep/loading.htm';
wep.blankPageUrl = '/bravia/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.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;

function wde(){};
var jsr = {}; //JSON Script Request
