// Front fader

jQuery(document).ready(function() {
	jQuery('#testimonialcontainer').innerfade({ animationtype: 'fade', speed: 750, timeout: 5000, type: 'random'}); 
});
