$(document).ready(function() {
  $("#jquery_jplayer").jPlayer({
    ready: function () {
      //this.element.jPlayer("setFile", "http://localhost/ottonote/brani/3.mp3").jPlayer("play");
    },
    swfPath: "ext_apps/jquery/jplayer",
    nativeSupport: false,
    width: "150"
  });
});

