
$(document).ready(
    function(){
        $('#faq-show').innerfade({
            animationtype: 'fade',
            speed: 750,
            timeout: 10000,
            type: 'random'
        });
    });
    
$(document).ready(
    function(){
        $('#partners-innerfade').innerfade({
            animationtype: 'fade',
            speed: 750,
            timeout: 5000,
            type: 'sequence',
            containerheight: '7.5em'
        });
    });
    
$(document).ready(
    function(){
        $('#partners-home-innerfade').innerfade({
            animationtype: 'fade',
            speed: 750,
            timeout: 5000,
            type: 'sequence',
            containerheight: '9.5em'
        });
    });
   

$(document).ready(function(){
    $(".sf-menu").superfish({
        autoArrows:    false,
        delay:         0,
        animation:      {
            opacity:'show'
        },
        speed:      1
    });
});

    