jQuery.noConflict();
jQuery().ready(function(){
    // simple accordion
    jQuery('#navigation').accordion({
            animated: "slide",
            header: '.head',
            navigation: true,
            active: false,
            autoheight: false
    });
    /*
    jQuery('ul.sf-menu').superfish({
            delay:       600,                            // one second delay on mouseout 
            animation:   {height:'show'},  // fade-in and slide-down animation 
            speed:       'slow',                          // faster animation speed 
            autoArrows:  false,
            dropShadows: false 
    });
    */
});    

