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

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/03/_314.html">博多 一風堂 西宮北口店　3/14（日）オープン！</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/03/_314.html"><p>倉敷店に続き西宮北口店がオープンします。</p></a></dd>',

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