(function($){

	var init = function(){
		
		// Flyouts
		$('ul#navigation')
			.flyouts();
		
	}
	
	$(init);

})(jQuery);
