// Homepage Slideshow

jQuery(document).ready(function(){
    jQuery('ul#innerfade').innerfade({
        speed: 1000,
        timeout: 5000,
        type: 'random',
        containerheight: '400px'
    });

});

// Navigation Bar