/* JAVASCRIPT DOCUMENT
==================================*/
$(function(){
	setTimeout(function(){
		$('.equal_box').equalHeights(true);
	}, 1000);
	
	$("ul#testimonials").innerfade({
		speed: 1000,
		timeout: 7000,
		type: "sequence",
		containerheight: "125px"
	});
	
	$('#speakerRotate').jcarousel({
    	scroll: 1,
		auto: '3',
		visible: '1',
		wrap: 'both'
    });
});