function showIt(){
	$("#hiddenBox").slideDown("slow");	
	$("#contactBox").slideUp("slow");	
}
$(document).ready(function(){
	// Page is ready

	/*
	$('#testimonialsContent').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '150px'
	});
	*/
	


	
});