var thisTemplate = window.location.toString().split("/")[3];
if (thisTemplate=="sqaus" || thisTemplate=="nsw" || thisTemplate=="nt" || thisTemplate=="sa" || thisTemplate=="tas" || thisTemplate=="vic" || thisTemplate=="qld" || thisTemplate=="wa") {
} else if (thisTemplate=="" || thisTemplate==undefined || thisTemplate==null){
thisTemplate="sqaus";
}else {
thisTemplate="sqaus";
};

if (window.location.toString().split(".")[4].split("?")[0]=="aspx"){
thisTemplate = window.location.toString().split("&template=")[1];
}
if (thisTemplate=="sqaus" || thisTemplate=="nsw" || thisTemplate=="nt" || thisTemplate=="sa" || thisTemplate=="tas" || thisTemplate=="vic" || thisTemplate=="qld" || thisTemplate=="wa") {
//Then good work!
} else if (thisTemplate=="" || thisTemplate==undefined || thisTemplate==null){
thisTemplate="sqaus";
}else {
thisTemplate="sqaus";
};
