function JumpToPage(b){var a="?";var c=g_ContextPath+"/do/gameList";if(""!=g_strCurrentPartnerName){c+=a+"partner="+g_strCurrentPartnerName;a="&"}if(""!=strCategory){c+=a+"genre="+strCategory;a="&"}if(""!=strNameLike){c+=a+"search="+strNameLike;a="&"}if(""!=strSortBy){c+=a+"sortBy="+strSortBy;a="&"}c+=a+"pageNumber="+b;window.location.href=c}function OnSortChange(c,b,a,d){var f=b;var e="";if(d==0){f+="?"}else{f+="&"}f+="sortBy="+c;if(a){a=replaceAll(a,'"','\\"');a=escape(a);a=replaceAll(a,"+","%2b");f+="&search="+a}window.location.href=f};