function showPayoutAwards(){$("#simple_update_val").val($("#pgroup").val());$.ajax({type:"POST",data:$("form#simple_update").serialize(),url:"/rulesshowpayout/detail/"+Math.round(Math.random()),success:function(a){$("#payoutResult").html(a)}})};