willow.ready(function($) {
    
    //photo rotations
    $(".photos.rotate").cycle();
    
    //menu
	willow.getMenu("125779|125780|125781|125909|125782|125784|125785",function(data){
		$('#nav').menu(data.menu,{direction:"down",showL3s:false});
	});
	
    //emergency bulletin
    willow.getNews("12658",function(data){
    	$('#Form1').bulletin(data,{
    		emButton: false,
    		showBarComplete:function(){
    			var $bartext = $("#em-bar-text"),
    				barWidth = $bartext.width(), 
    				textWidth = $bartext.children("#text").outerWidth(true),
    				buttonWidth = $bartext.children("a").outerWidth(true);
    			    			
    			$bartext.children("#text").css({"margin-left":(barWidth/2)-((textWidth+buttonWidth)/2)+"px"});
    		}
    	});
    },{"backlink":window.location});
    
    //search
    $('#search').pdSearch();
    
});
