
(function($){$(document).ready(function(){var location=window.location.href.split('#')[0];historyKeeper.addCallback(function(hash){$('#browser').load(location+'?'+hash)});$('ul.nav.steps a').live('click',function(event){event.preventDefault();var href=$(this).attr('href'),query=href.split('?')
$('#browser').load(href,null,function(){historyKeeper.addHistory(query[1]);});});});})(jQuery);