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

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2010/03/dancyu4_1.html">dancyu4月号にて</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2010/03/dancyu4_1.html"><p>ちゃんぽん太郎が紹介されました！！</p></a></dd>',

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