topNews = new Array (
'<div class="thumb">',
'<h3><a href="http://www.ippudo.com/news/2009/08/post_35.html">',
'<img src="http://www.ippudo.com/news/DSCF2133.jpg" width="70" alt="DSCF2133.jpg" />',

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

'<div class="dtl">',
'<dl>',
'<dt><a href="http://www.ippudo.com/news/2009/08/post_35.html">ホットもやしソースが出来るまでを見学してきました！</a></dt>',
'<dd><a href="http://www.ippudo.com/news/2009/08/post_35.html"><p>お店で大人気の辛子もやし。ラーメンを待っている間のお楽しみなのですが・・<br />\n</p></a></dd>',

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