/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName=""
s.server=""
s.channel=""
s.pageType=""
s.prop1=""
s.prop2=""
s.prop3=""
s.prop4=""
s.prop5=""
/* Conversion Variables */
s.campaign=""
s.state=""
s.zip=""
s.events=""
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
s.eVar4=""
s.eVar5=""

/* Grab FULL Path and place in hierarchy variable and channel variable*/
var hbx2sc = location.pathname.substring(1,location.pathname.lastIndexOf('/')).split('/').join(',');
s.hier1 = hbx2sc;
var channel2sc = location.pathname.substring(1,location.pathname.lastIndexOf('/')).split('/').join(':');
s.channel = channel2sc;

/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)


