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

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/03/post_42.html">チャイルドキッチンが天神経済新聞に掲載されました。</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/03/post_42.html"><p>広域天神圏のビジネス＆カルチャーニュースを提供する天神経済新聞にて、いよいよ5月5日にオープンするチャイルドキッチンが掲載されましたので紹介します。</p></a></dd>',

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