// JavaScript Document
jQuery(document).ready(function(){
	//	Fades in the slideshow
	jQuery('#testimonial').hide(0);
    jQuery('#testimonial').fadeIn(2000);	
	
    
});

