$(document).ready(function(){
 $(".mp3").html("music.mp3").jmp3({
		backcolor: "f3eed9",
		forecolor: "78a22f",
		width: 1,
		showdownload: "false",
		autoplay: "true",
		repeat: "true",
		showfilename: "false"
	});
});


