$(document).ready(function(){jQuery(".hmprofile #hmbio").fadeOut(100,function(){jQuery(".hmprofile #hmsummary").fadeIn(600);});jQuery(".hmprofile #hmsummary span a").click(function(event){event.preventDefault();window.location.hash="nav";jQuery(".hmprofile #hmsummary").fadeOut(600,function(){jQuery(".hmprofile #hmbio").fadeIn(600);});});jQuery(".hmprofile #hmbio span a").click(function(event){event.preventDefault();window.location.hash="nav";jQuery(".hmprofile #hmbio").fadeOut(600,function(){jQuery(".hmprofile #hmsummary").fadeIn(600);});});});