
$(document).ready(function() {

    //Quote animator

    $('#quotes-wrapper').css('display', 'block');

      $('#quotes').innerfade({
           animationtype: 'fade',
           speed: 2000,
           timeout: 6000,
           type: 'random',
           containerheight: '108px'
       });

}); //end of Document Ready


