topNews = new Array (
'<div class="thumb">',
'<h3><a href="http://www.ippudo.com/news/2010/04/post_45.html">',
'<img src="http://www.ippudo.com/news/momofuku-thumb.jpg" width="70" alt="momofuku.jpg" />',

'</a></h3>',
'</div>',

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/04/post_45.html">河原成美プロデュース「麺翁百福亭」新横浜ラーメン博物館にイベント出店</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/04/post_45.html"><p>インスタントラーメンを発明した日清食品創業者　安藤百福氏生誕100年を記念し、<br />\n一風堂店主　河原成美がプロデュースした「麺翁百福亭」が、新横浜ラーメン博物館<br />\nに期間限定でイベント出店いたします。<br />\n</p></a></dd>',

'</dl>',
'</div>'
);
for( i = 0; i < topNews.length; i++ ) {
document.write(topNews[i]);
}
