var section = document.location.pathname;
section1 = section.substring(section.indexOf("sensis.hudson.com/")+18);
section = section1.substring(0,1).toUpperCase()+section1.substring(1,section1.indexOf("/"));

var page="Home";
if (document.location.pathname.length>1){
var page = document.location.pathname;
page1 = page.substr(page.lastIndexOf("/")+2);
page1 = page1.substr(0,page1.indexOf("."));
page1 = page1.replace(/\_/g," ");
page = page.substr((page.lastIndexOf("/")+1),1).toUpperCase()+page1;
}
if (page=="Displayjob") 
{
s.prop21="Display Jobs";
s.eVar31=s.prop5;
page=document.title;
}
page=page+" Page";

/* Override any s_code.js default settings here */
s.currencyCode="AUD"
/* Populate Site Specific Variables */
s.server=window.location.host;
s.prop1="SD"
s.prop2="Corp";
s.prop3="Corp";
s.channel="Inside";
s.prop4="Careers";
s.prop5=section;

s.eVar1=s.prop1
s.eVar2=s.prop2
s.eVar3=s.prop3
s.eVar4=s.channel;
s.eVar5=s.prop4;
if(s.prop21=="Display Jobs")
{
s.pageName=s.prop1+":"+s.prop2+":"+s.prop3+":"+s.channel+":"+s.prop4+":"+s.prop5+":"+s.prop21+":"+page;
s.hier1=s.prop1+"|"+s.prop2+"|"+s.prop3+"|"+s.channel+"|"+s.prop4+"|"+s.prop5+"|"+s.prop21;
}
else 
{
s.pageName=s.prop1+":"+s.prop2+":"+s.prop3+":"+s.channel+":"+s.prop4+":"+s.prop5+":"+page;
s.hier1=s.prop1+"|"+s.prop2+"|"+s.prop3+"|"+s.channel+"|"+s.prop4+"|"+s.prop5;
}