/*
 *	jQuery Innerfade
 *  This plugin is used on the homepage.
*/


/* Client Testimonials */
jQuery.noConflict();	
	jQuery(document).ready(function(){
	    jQuery('#testimonialslider').innerfade({
				animationtype: 'fade', 
				speed: '6000',
				timeout: 6000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});


