willow.fixPodiumNav();

willow.ready(function($) {
  	//setting a homepage class on the body if on the homepage
	if(pdGlobal.currentPages[0] !== undefined){
		if(pdGlobal.currentPages[0].id == 121157){
			$("body").addClass("homepage");
		}
	}

	willow.getNews("12453",function(data){$('#Form1').bulletin(data,{emButton: false});},{"backlink":window.location});	
	
	willow.getMenu("121158|121159|121160|121161|121162",function(data){
		$("#L1").menu(data.menu,{showL3s: false,currentL1: pdGlobal.currentPages[0].id});
     });
	 
	 //fix gray blackish background for slideshow pro
	 mStyleObject = {
	  contentAreaBackgroundColor : '0xFFFFFF'
	}

	mStyle(mStyleObject).makeVar();
});	
