var nowDate, today;
nowDate = new Date();
today = nowDate.getDate();

if (today < 11) {
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="navi/index.html">光を探そう</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="theater/index.html">月がぼんやり。なぜ？</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-pop">大人気</dt>');
	document.write('<dd><a href="mystery/m_04_04.html">色の三原色（CMY）</a></dd>');
	document.write('</dl>');
} else if (today < 21) {
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="navi/index.html">光を探そう</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="theater/index.html">月がぼんやり。なぜ？</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-pop">大人気</dt>');
	document.write('<dd><a href="mystery/m_04_09.html">ニュートンが虹の色を「7色だ」と決めたって、ほんと？</a></dd>');
	document.write('</dl>');
} else if (today <= 31) {
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="navi/index.html">光を探そう</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-new">新登場</dt>');
	document.write('<dd><a href="theater/index.html">月がぼんやり。なぜ？</a></dd>');
	document.write('</dl>');
	document.write('<dl class="c-recommen">');
	document.write('<dt class="c-pop">大人気</dt>');
	document.write('<dd><a href="mystery/m_01_01.html">ニュートンもわからなかった光の正体</a></dd>');
	document.write('</dl>');
}
