//<![CDATA[
$(function(){
	$("#jquery_jplayer_1").jPlayer({
		ready: function(){
			$(this).jPlayer("setMedia", {
				mp3:"includes/audio/villa_bisutti.mp3",
				oga:"includes/audio/villa_bisutti.ogg"
			}).jPlayer("play");
		},
		ended: function() { // The $.jPlayer.event.ended event
			$(this).jPlayer("play"); // Repeat the media
		},
		swfPath:"includes/scripts/jPlayer/",
		supplied:"mp3"
	});
});
//]]>

