var testimonialbox;

$(document).ready(function() {
	/*
	testimonialbox = $("#TestimonialContainer").height();
	
	$("#TestimonialBoxHandle").click(function(){
		var ht = (parseInt($('#TestimonialContainer').height()) == testimonialbox) ? '0' : testimonialbox;
		$('#TestimonialContainer').animate({
			height: ht
		}, 500, function() {
		// Animation complete.
		});
	});
	
	
	$('#ResidentialBanner').cycle({ 
	    fx:      'scrollDown', 
	    speed:    1000, 
	    timeout:  8000,
	    delay:	 -3000
	});
	$('#AboutBanner').cycle({ 
	    fx:      'scrollDown', 
	    speed:    1000, 
	    timeout:  8000,
	    delay:	  0000
	});
	$('#ServicesBanner').cycle({ 
	    fx:      'scrollDown', 
	    speed:    1000, 
	    timeout:  8000,
	    delay:	  3000
	});
	
	
	$(".slideshow img").hover(
		function(){
			$("#CaptionText").html($(this).attr('alt'));
		},
		function(){
			$("#CaptionText").html('');
		}
	);
	*/
});
