$(function(){
	// Flash
	
	
	src = webroot + "music/all.swf";
	$('#content_sound').flash({
		src: src,
		width: "26px",
		height: "28px",
		bgcolor: "#000000",
		wmode: "transparent"
	});

});
