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

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/04/_collectiontao424.html">「博多 一風堂COLLECTION.TAO」4/24 いよいよ開店！</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/04/_collectiontao424.html"><p>2010年4月24日（土）、「博多 一風堂 天神店」をリニューアルし、<br />\n「博多 一風堂COLLECTION.TAO」という新ブランドをスタートすることとなりました。</p></a></dd>',

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