$(document).ready(function() {
	$("#jpBoing").jPlayer({
		ready: function () {
			this.element.jPlayer("setFile", "/boing.mp3");
		},
		swfPath: "/js"
	});
	
	$("#jpLachen").jPlayer({
		ready: function() {
			this.element.jPlayer("setFile", "/lachen.mp3");
		},
		swfPath: "/js"
	});
});

