﻿
function wrt_emmenu(){
				document.write('<h2>');
					document.write('E morning : MENU');
				document.write('</h2>');
				document.write('<ul id="menu">');
					document.write('<li id="m_top">');
					document.write('<a href="./index.html" target="_self">');
						document.write('<img src="http://www.tv-tokyo.co.jp/biz/common/spacer.gif" border="0" width="180" height="33" alt="TOP" />');
					document.write('</a>');
					document.write('</li>');

					document.write('<li id="m_intro">');
					document.write('<a href="./intro.html" target="_self">');
						document.write('<img src="http://www.tv-tokyo.co.jp/biz/common/spacer.gif" border="0" width="180" height="33" alt="番組概要" />');
					document.write('</a>');
					document.write('</li>');

					document.write('<li id="m_tokusyu">');
					document.write('<a href="./archives.html" target="_self">');
						document.write('<img src="http://www.tv-tokyo.co.jp/biz/common/spacer.gif" border="0" width="180" height="33" alt="特集" />');
					document.write('</a>');
					document.write('</li>');

					document.write('<li id="m_hatsumono">');
					document.write('<a href="./archives_hatsu.html" target="_self">');
						document.write('<img src="http://www.tv-tokyo.co.jp/biz/common/spacer.gif" border="0" width="180" height="33" alt="HATSU-MONO" />');
					document.write('</a>');
					document.write('</li>');

//					document.write('<li id="m_goiken">');
//					document.write('<a href="#" target="_self">');
//						document.write('<img src="http://www.tv-tokyo.co.jp/biz/common/spacer.gif" border="0" width="180" height="33" alt="ご意見・ご感想" />');
//					document.write('</a>');
//					document.write('</li>');
				document.write('</ul>');
}