// JavaScript Document
$(document).ready( function(){ 
$('#testimonials').innerfade({ animationtype: 'slide', speed: 1000, timeout: 20000, type: 'random_start', containerheight: 'auto' });} );
