$(document).ready(function() {
		var i = 0;
					$("#sastry").click(function() {
     			$("#main").fadeOut("slow");
     			$("#sastry-div").fadeIn("slow");
   			});
   					$("#abhinav").click(function() {
     			$("#main").fadeOut("slow");
     			$("#abhinav-div").fadeIn("slow");
   			});
   					$("#chitrapu").click(function() {
     			$("#main").fadeOut("slow");
     			$("#chitrapu-div").fadeIn("slow");
   			});
   					$("#welch").click(function() {
     			$("#main").fadeOut("slow");
     			$("#welch-div").fadeIn("slow");
   			});
   					$("#chen").click(function() {
     			$("#main").fadeOut("slow");
     			$("#chen-div").fadeIn("slow");
   			});
   					$("#thompson").click(function() {
     			$("#main").fadeOut("slow");
     			$("#thompson-div").fadeIn("slow");
   			});
   					$("#lovell").click(function() {
     			$("#main").fadeOut("slow");
     			$("#lovell-div").fadeIn("slow");
   			});
   					$("#king").click(function() {
     			$("#main").fadeOut("slow");
     			$("#king-div").fadeIn("slow");
   			});
   					$("#roberts").click(function() {
     			$("#main").fadeOut("slow");
     			$("#roberts-div").fadeIn("slow");
   			});
   		   		$("a").filter(".back").click(function() {
	 				 		$("#sastry-div").fadeOut("slow");
					 		$("#abhinav-div").fadeOut("slow");
					 		$("#chitrapu-div").fadeOut("slow");
					 		$("#welch-div").fadeOut("slow");
					 		$("#chen-div").fadeOut("slow");
					 		$("#thompson-div").fadeOut("slow");
					 		$("#lovell-div").fadeOut("slow");
					 		$("#king-div").fadeOut("slow");
					 		$("#roberts-div").fadeOut("slow");
				 		$("#main").fadeIn("slow");
	 	});
	});
	 