$(document).ready(function(){		$("#focus_reveal")		.animate({top:"+=425px", borderBottomWidth: "20px"}, 1000);			$("#work_reveal")		.animate({top:"+=395px", borderBottomWidth: "40px"}, 950);			$("#integrate_reveal")		.animate({top:"+=395px", borderBottomWidth: "40px"}, 1000);			$("#thinking_reveal")		.animate({top:"+=650px", borderBottomWidth: "20px"}, 925);			$("#studies_reveal")		.animate({top:"+=425px", borderBottomWidth: "20px"}, 925);			$("#studies-new_reveal")		.animate({top:"+=487px", borderBottomWidth: "20px"}, 925);			$("#content")		.animate({opacity: 1}, 500).slideDown(325);			$("#content_focus")		.animate({opacity: 1}, 500).slideDown(325);			$("#content_integration")		.animate({opacity: 1}, 500).slideDown(325);			$("#content_work")		.animate({opacity: 1}, 500).slideDown(325);			$("#navigation")	.animate({opacity: 1}, 300).slideDown(325);		$("#moretips")	.animate({opacity: 1}, 500).slideDown(325);		$("#one")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#two")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#three")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#four")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#five")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#six")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);			$("#seven")		.animate({opacity: 1}, 1000).animate({opacity: "show"}, 1500).animate({top: "100px", fontSize: "60px"}, 1000);		});
