function music(today){
	var file = today;
	 document.write('<div class="mp3"><p>'+ today +'の収録</p>')
	 	 
	 document.write('<table style="text-align:center;font-size:10px;"><tr><td width="170">■ ジングル ■</td></tr>');
	 document.write('<tr height="45"><td width="170">');
	 document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="45" width="170">');
	 document.write('<param name="src" value="../../sound/'+ file +'j.mp3">');
	 document.write('<param name="autoplay" value="false">');
	 document.write('<param name="save" value="false">');
	 document.write('<param name="controller" value="true">');
	 document.write('<embed height="45" width="170" src="../../sound/'+ file +'j.mp3" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="1" autoplay="false">');
	 document.write('</object>');
	 document.write('</td>');
	 document.write('<table style="text-align:center;font-size:10px;"><tr><td width="170">■ Part 1 ■</td><td width="170">■ Part 2 ■</td></tr>');
	 document.write('<tr height="45"><td width="170">');
	 document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="45" width="170">');
	 document.write('<param name="src" value="../../sound/'+ file +'a.mp3">');
	 document.write('<param name="autoplay" value="false">');
	 document.write('<param name="save" value="false">');
	 document.write('<param name="controller" value="true">');
	 document.write('<embed height="45" width="170" src="../../sound/'+ file +'a.mp3" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="1" autoplay="false">');
	 document.write('</object>');
	 document.write('</td>');
	 document.write('<td width="170">');
	 document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="45" width="170">');
	 document.write('<param name="src" value="../../sound/'+ file +'b.mp3">');
	 document.write('<param name="autoplay" value="false">');
	 document.write('<param name="save" value="false">');
	 document.write('<param name="controller" value="true">');
	 document.write('<embed height="45" width="170" src="../../sound/'+ file +'b.mp3" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="1" autoplay="false">');
	 document.write('</object>');
	 document.write('</td></tr></table></div>');
	 
	 //alert(file);
}
