//<![CDATA[
$(document).ready(function(){

	$("#topleft").jPlayer({
		ready: function () {
			$(this).jPlayer("setMedia", {
				mp3: "/themes/peteschmidtmusic/songforannst.mp3",
				oga: "/themes/peteschmidtmusic/songforannst.oga"
			//.jPlayer("play");
            });
		},
		ended: function (event) {
			$(this).jPlayer("play");
		},
		swfPath: "../js",
		supplied: "mp3, oga"
	});

	//$("#jplayer_inspector").jPlayerInspector({jPlayer:$("#jquery_jplayer_1")});
});
//]]>
