$(document).ready(function(){$("#goHome").click(function(){$("#text").hide();$("#gallery").hide();$("#splash").show();});$("#bio").click(function(){$("#splash").hide();$("#gallery").hide();$("#text").show();});$("#showGallery").click(function(){$("#splash").hide();$("#text").hide();$("#gallery").show();});});