jQuery(document).ready(function(){$("#boxes_modal").jqm({toTop:true})});function boxscoreClose(){$("#boxes_modal").jqmHide()}function showBoxscore(a){$("#dialogwaitmsg").html("Loading Box Score ...");$("#dialogwait").dialog("open");$("#simple_update_val").val(a);$.ajax({type:"POST",data:$("form#simple_update").serialize(),url:"/nflboxdisp/detail/"+Math.round(Math.random()),success:function(b){$("#dialogwait").dialog("close");$("#boxesModContent").html(b);$("#boxes_modal").jqmShow();$(".headscore").corner("7px")}})};