var info_text='<dl class="update">';
info_text += '<dt>2010.08.07</dt><dd><a href="blog/28.html">8月のイベント情報！！</a></dd>';
info_text += '<dt>2010.06.16</dt><dd><a href="blog/27.html">庭付き住戸のご紹介</a></dd>';
info_text += '<dt>2010.05.04</dt><dd><a href="blog/26.html">5月のイベント情報！！</a></dd>';
info_text += '<dt>2010.04.22</dt><dd><a href="blog/25.html">実邸公開中!!Gタイプのご紹介</a></dd>';
info_text += '<dt>2010.03.23</dt><dd><a href="blog/24.html">もう春ですね♪</a></dd>';
info_text +='</dl>';
document.open();
document.write(info_text);
document.close();
