willow.fixPodiumNav();

willow.ready(function($) {	
	// HP specific styles
	(pdGlobal.currentPages[pdGlobal.currentPages.length-1].id === 142198) ? $("body").addClass("homepage") : $("body").addClass("interior");

	$('#Form1').bulletin({emButtonPosition: "right", emButton: true,data: [{type:"news",id:9552}]}); // EM bulletin

	willow.getMenu("109972|109983|109993|111994|111995",function(data){// Menu data 
		$("#L1").menu(data.menu,{showL3s:false, currentL1:pdGlobal.currentPages[0].id});
	});
	
	// jQuery template self managed links
	willow.getLinks(15763,function(data){$("#linksTmpl").tmpl(data.link).appendTo("#socialMedia");});
});
