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

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/03/251_1.html">25周年記念キャンペーン第1弾終了</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/03/251_1.html"></a></dd>',

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