$(document).ready(function(){$("#show_instruction").live("click",function(a){a.preventDefault();$("#basic-modal-content").modal({maxHeight:150,maxWidth:500})});$("#ok").click(function(){var a=$.trim($("#hs_name").val());if(a.length<=0){$("#err_hs_name").text("Please enter your name.");return false}else{$("#ok").val("Submitting your score...");$("#ok").attr("disabled","disabled")}var b=$("#hs_gameid").val(),c=$("#hs_score").text();if($.trim($("#hs_name").val()).length==0)a="Guest";$.getJSON(_mainRoot+
"word-search/ajxsavescore/",{gid:b,userscore:c,username:a},function(d){window.location=_mainRoot+"word-search/cert/?usi="+d[0].certificateINFO})});$("#hs_name").keypress(function(a){if(a.which&&a.which==13||a.keyCode&&a.keyCode==13){$("#ok").click();return false}else return true})});
function save_score(a){if($("#basicModalContent").length>0){$("#hs_score").text(a);$("#basicModalContent").modal({maxHeight:300,maxWidth:400})}else{$("#loadingModal").modal({close:false,maxHeight:60,maxWidth:400});$.getJSON(_mainRoot+"word-search/ajxsavescore/",{gid:$("#hs_gameid").val(),userscore:a},function(b){window.location=_mainRoot+"word-search/cert/?usi="+b[0].certificateINFO})}};
