// JavaScript Document

// Innerfade setup
jQuery(document).ready( function(){ 
    jQuery('.quotes').innerfade({
        animationtype: 'fade', 
        speed: 'normal', 
        timeout: 6000, 
        type: 'random_start', 
        containerheight: '80px' 
    });
    
}); 

