$(document).ready(function(){
	// default options
	$("#sound").jmp3();

	$(".mp3").jmp3();
	// custom options
	$("#mysong").jmp3({
		backcolor: "000000",
		forecolor: "00ff00",
		width: 200,
		showdownload: "true"
	});
});
