var playerNavSpd=150;var lastChallSortBy="entryprice";function playerNavHide(a){$("#"+a).hide("slide",{direction:"up"},playerNavSpd);$("#hide_"+a).hide();$("#show_"+a).show()}function playerNavShow(a){$("#"+a).show("slide",{direction:"up"},playerNavSpd);$("#hide_"+a).show();$("#show_"+a).hide()}function callSort(c,a,b){$("#currchall").hide("slide",{direction:"up"},playerNavSpd);$("#simple_update_val").val(c);$.ajax({type:"POST",data:$("form#simple_update").serialize(),url:a+"/detail/"+Math.round(Math.random()),success:function(d){$("#currchall").html(d);$("#currchall").show("slide",{direction:"up"},playerNavSpd);if(a=="/playchallsort"&&b){$("#currchall .tipped").tooltip({showURL:false});prepLiveMyChallResults()}if(a=="/playallchallsort"&&b){$("#currchall .tipped").tooltip({showURL:false});prepLiveCurrChalls()}if(a=="/playsportchallsort"&&b){$("#currchall .tipped").tooltip({showURL:false});prepLiveCurrSportChalls()}}})}function prevcallSort(c,a,b){$("#prevchall").hide("slide",{direction:"up"},playerNavSpd);$("#simple_update_val").val(c);$.ajax({type:"POST",data:$("form#simple_update").serialize(),url:a+"/detail/"+Math.round(Math.random()),success:function(d){$("#prevchall").html(d);$("#prevchall").show("slide",{direction:"up"},playerNavSpd)}})}function playprevchallSort(a){prevcallSort(a,"/playprevchallsort",false)}function prevchallSort(a){prevcallSort(a,"/prevchallsort",false)}function challSort(a){callSort(a,"/playchallsort",false);lastChallSortBy=a}function allChallSort(a){callSort(a,"/playallchallsort",false)}function sportChallSort(a){callSort(a,"/playsportchallsort",false)};