jQuery.noConflict();
jQuery(function() {
	jQuery("#jquery_jplayer").jPlayer({
		ready: function () {
      this.element.jPlayer("setFile", "http://oceansedgeliving.com/sounds/oceansurf05_60.mp3", "http://oceansedgeliving.com/sounds/oceansurf05_60.ogg"); // .jPlayer("play");
		},
		oggSupport: true
	}).jPlayer("onSoundComplete", function() {
   this.element.jPlayer("play");
  })
	.jPlayer("cssId", "pause", "jplayer_pause")
	.jPlayer("cssId", "play", "jplayer_play");

});

