//Custom subbanners without page specific classes
var currentPath = window.location.pathname;
switch(currentPath) {
case "/about-us":
jQuery("body").addClass("page-about-us");
break;
case "/node/6":
jQuery("body").addClass("page-about-us");
break;
}