$(document).ready( function(){
// initialize the testimonial ticker on right nav bar
	$('#testimonial-ticker').innerfade({
		animationtype: 'slide',
		speed: 'slow',
		timeout: 6000,
		type: 'sequence',
		containerheight: '225px'
	});
	
	$('#slideshow').cycle({ 
    fx:     'fade', 
    timeout: 5000, 
    next:   '#next', 
    prev:   '#prev',
	pager:  '#slider-nav'
});
 } ); 
