c = Math.floor((today.getTime ()-kotobakoushin.getTime ())/1000/60/60/24);
switch (c)
{
	case 0 : kotobastr = '<font color=#ff4444><blink>本日更新しました</blink></font>';
			 break;
	case 1 : kotobastr = '<font color=#ff4444><blink>昨日更新しました</blink></font>';
			 break;
	case 2 : kotobastr = '<font color=#ff4444><blink>一昨日更新しました</blink></font>';
			 break;
	default : kotobastr = '<a href="http://www.vector.co.jp/authors/VA006226/stardate.html" target=_top>宇宙暦</a>' + ((kotobakoushin.getYear())%1900-68) + '年' + (kotobakoushin.getMonth()+1) + '月' + (kotobakoushin.getDate()) + '日更新';
			 break;
}

document.write ('<p><hr><p>');
document.write ('<center><h2><font color=#', color3,'>今日の言葉</font></h2></center>');
document.write ('<blockquote><h3><font color=#',color2,'>');
document.write (kotoba[Math.floor((Math.random())*kotobasu)]);
document.write ('</font></h3><font color=#', color1, '>　現在、', kotobasu+1, ' 種の言葉が表示されます（');
document.write (kotobastr);
document.write ('）。全てをご覧になりたい方は');
document.write ('<a href="http://www.hirata-koubou.com/kotoba/" target=_top>こちら</a>へどうぞ。');
document.write ('</font></blockquote>');

