
willow.ready(function($) {
	//menu options
	var menuOptions = {
		direction:"down",
		showL3s:false,
		speed:500
	};
	
	//menu
	willow.getMenu("133237|133238|133239|133240",function(data){
		$("#L1").menu(data.menu,menuOptions);
	});
	
	$("#newsBox").innerfade({timeout: 6000, speed: 'slow'});
			
	//emergency bulletin options
	var bulletinOptions = {
		emButtonPosition: "right",
		emButton: true,
		data: [
			{type:"news",id:12544}
		]
	};
	//emergency bulletin
	$('#Form1').bulletin(bulletinOptions);
	
	//sdb commented out, links weren't working, split function is stripping href html $(".newsStory p").fsplit(250);
	$(".newsStory p a:link").css("text-decoration", "underline");
});	


