

willow.ready(function($) {

	$('#news_content').cycle({fx:'fade',timeout:8000});
	$('#photo_rotator').cycle({fx:'fade',timeout:6000});

	willow.getMenu("15839|15841|15843|15847|15849",function(data){
		$('#nav').menu(data.menu,{direction:"down",showL3s:false,speed:500});
	});
	
	var options = {
	   emButtonPosition:"right",
	   emButton:false,
	   minPageWidth:1000
	};

	willow.getNews("6214",function(data){$('#form1').bulletin(data,options);},{"backlink":window.location});
		
	$('#search').pdSearch({showButton:true, showButtonClass:'searchSubmit',showButtonText:''});
});	


