willow.fixPodiumNav();

willow.ready(function($) {
	// willow.setSearch($('#googleSearch'));
	$('#search').pdSearch({showButton:false}); // Podium Search
	
	if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].id === 131098){
		$("#hpSwoosh").css("display","block");
		$("#lPgBnr").css("display","none");
		$("#lInTblLCell").css("padding-top","129px");
		$("#lInTblRCell").css("padding-top","46px");		
	}
	else if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].id != 131098){
		$("#interiorSwoosh").css("display","block");
		$("#schoolLogo").css("display","block");
	}
	
	if(pdGlobal.currentPages[pdGlobal.currentPageLevel-1].type == "application"){
		$("#lOutTblLCell").css("padding-bottom", "600px");
	}
	
	willow.getMenu("131092|131093|131094|131095|131096|131097|131143",function(data){
		if($(".sitemap").length > 0){
			$(".sitemap").sitemap(data);
		}
	});
	
	willow.getNews("11813",function(data){$('#Form1').bulletin(data,{emButtonPosition: "right",emButton: false});},{"backlink":window.location});
	
	$("img[name*='s_i_whipchr']").css("position","absolute");
});	

mStyle({
	contentAreaBackgroundAlpha : 0,
	feedbackTimerAppearance : "Hidden"
	}).makeVar();
