/* Author: Emagine Media
   
*/ 
    $(document).ready(function() { 
        $('ul.sf-menu').superfish({ 
            delay:       1000,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: true                            // disable drop shadows 
        }); 
        
		    $(".tabs").tabs(".pane", { 				
				
					rotate: true,
					effect: 'fade',
					fadeOutSpeed: 'slow',
					fadeInSpeed: 'slow'
					
				}).slideshow({
				
					interval: 4000,
					autoplay: true,
					autopause: true
					
				})
				
				$('.events_menu').initMenu();
				
				$.backstretch("/images/uploads/graphics/back_short.jpg", {speed: 100, centeredY: true});
				
				Cufon.replace('#dates h2');
				//Cufon.replace('h3');
				Cufon.replace('.book_front');
			  //Cufon.replace('#sub1'); // Requires a selector engine for IE 6-7, see above
		
    }); 
 




















