
//jQuery(document).ready(function() {
	//alert('hi');
	jQuery("#jquery_jplayer_1").jPlayer( {
	    ready: function () {
			
	      jQuery(this).jPlayer("setMedia", {
	        mp3: "/wp-content/uploads/2008/12/Recado-Bossa-Nova.m4a" // Defines the mp3 url
	      });
	    }
	  });
//});

