$(document).ready(function() {
var pc_mh318ll = 0;
$('#jquery_jplayer_mh318ll').bind($.jPlayer.event.timeupdate, function(e) {
if (data.instance.getCurrentTime >= 10 && pc_mh318ll === 0) {
pc_mh318ll = 1;
$.get(core_system_url + '/' + jrPlayCounts_url + '/record_play/jrAudio/10/10');
}
} );
var ps_mh318ll = 0;
$('#jquery_jplayer_mh318ll').bind($.jPlayer.event.play, function(e) {
if (ps_mh318ll === 0) {
ps_mh318ll = 1;
$.get(core_system_url + '/' + jrPlayCounts_url + '/start_play/jrAudio/10/264');
}
} );
});
yoursite.com/playername/record_play/jrAudio/10/10