/* 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="TP"
s.prop3=window.location.host.match("auto") == null ? "TP" : "AT";
s.eVar1=s.prop1
s.eVar2=s.prop2
s.eVar3=s.prop3
s.eVar4=s.channel
s.eVar5=s.prop4
s.eVar15=s.prop5

/* End of SiteCatalyst Variables */


/* Site specific doPlugins functions */
function s_prePlugins(s) {
	/* this gets run before standard doPlugins routines */
}

function s_postPlugins(s) {
	/* this gets run after standard doPlugins routines */
	s.prop46="Discussion Forums"+" "+(s.pageName.substring(s.pageName.lastIndexOf(":")+1,s.pageName.length))
}

/* function for old asp pages. still needed after conversion to .net */
function getFileName() {
    var url = document.URL;	
    url=url.replace("http://","");
    url=url.replace("https://","");
    return (url.substring(url.indexOf("\/")+1,url.lastIndexOf("\.aspx"))).toLowerCase();
}
