// initialise plugins jQuery(function(){ // main navigation init jQuery('ul.sf-menu').superfish({ delay: 1000, // one second delay on mouseout animation: {opacity:'show'}, // fade-in and slide-down animation speed: 'normal', // faster animation speed autoArrows: true, // generation of arrow mark-up (for submenu) dropShadows: false // drop shadows (for submenu) }); // prettyphoto init jQuery("a[rel^='prettyPhoto']").prettyPhoto({ animation_speed:'normal', slideshow:5000, autoplay_slideshow: false }); }); // Init for audiojs audiojs.events.ready(function() { var as = audiojs.createAll(); });