function newsHeadline(){
	document.write("<table summary='最新ニュース一覧'>");
	document.write("<tr><th>日付</th><th>新着情報</th></tr>");
	document.write("<tr><td>2008.12.25</td><td><a href='http://www.sunrise-anime.jp/news/z-gundam/'>機動戦士Ｚガンダムweb更新のお知らせ</a></td></tr>");
	document.write("<tr><td>2008.11.25</td><td><a href='http://www.sunrise-anime.jp/news/z-gundam/'>機動戦士Ｚガンダムweb更新のお知らせ</a></td></tr>");
	document.write("<tr><td>2008.10.25</td><td><a href='http://www.sunrise-anime.jp/news/z-gundam/'>機動戦士Ｚガンダムwebリニューアルオープン</a></td></tr>");
	document.write("</table>");
}
