$(document).ready(function() {
	$("#portfolio").click(function(event){
	   	$("#portfolioSource").show();
	});
	$("#about").click(function(event){
	   	$("#portfolioSource").hide();
	});
	$("#resume").click(function(event){
	   	$("#portfolioSource").show();
	});


});
