$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
ogg_48: "http://air.radiorecord.ru:8100/rr_aac?type=.ogg",
mp3: "http://air.radiorecord.ru:8100/rr_aac_64?type=.mp3"
});
},
swfPath: "/js",
supplied: "mp3,ogg_48"
});
});