willow.ready(function($) {
	//emergency bulletin options
	var options = {
		emButtonPosition: "right",
		emButton: false
	};
	//emergency bulletin
	willow.getNews("9551",function(data){$('#Form1').bulletin(data,options);},{"backlink":window.location});

	//menu options
	var optionsmenu = {
		direction:"up",
		showL3s:false,
		speed:0
	};
	//menu
	willow.getMenu("112090|112092|126255|139090|117175|112093|112094",function(data){
		$("#L1").menu(data.menu,optionsmenu);
	});
	
	//tabs
	$("#tabs_1").click(function(){ 
		$("#tabs").css("background-position","0px 0px");
		$("#news_holder").show();
		$("#events_holder").hide();
    });
	$("#tabs_2").click(function(){ 
		$("#tabs").css("background-position","0px -27px");
		$("#news_holder").hide();
		$("#events_holder").show();
    });
	$("#events_holder").hide();
	
	$('#search').pdSearch({showButton:true, showButtonClass:'searchButton', showButtonText:''}); 
});
