$(document).ready(function(){var a=false;$("#historylink").click(function(){if(!a){$("#history").hide().load($(this).attr("href"),function(){$(this).slideDown("slow");$("#historylink").html("Hide history");a=true})}else{$("#history").slideUp();$("#historylink").html("Full scoring history");a=false}return false})});