
willow.ready(function($){
	//emergency bulletin options
	//DATA TYPES
	//{type:"news",id:11111}
	//{type:"announcement",id:22222}
	//{type:"rss",url:"http://rss.news.yahoo.com/rss/topstories"}
	
	//live 12737
	//dev 12699
	
	var options = {
		emButtonPosition: "right",
		emButton: false,
		data: [
			{type:"news",id:12737}
		]
	};
	//emergency bulletin
	$('#Form1').bulletin(options);
	
	//menu options
	var menuOptions = {
		direction:"right",
		showL3s:false,
		speed:500
	};
	//menu
	willow.getMenu("110943|110944|110945|139233|133609|130977|112311|110962|110963|144428|110946|110948|110947|130978",function(data){
		$("#L1").menu(data.menu,menuOptions);
	});
	
	//Rotate top news
	$("#links_holder").cycle({
		speed:500,
		timeout:5000
	});
	
	//Rotate Photos
	$("#photo_rotator").cycle({
		speed:500,
		timeout:5000
	});
	
	$("#non_flash_content").css("display","block");
});	

function openTour(){
	window.open("/flash/video.asp", "video", "menubar=1,resizable=1,width=600,height=460");
}

