var counter = new Array;
counter[132] = "2010.08.01";
counter[129] = "2010.07.20";
counter[130] = "2010.05.24";

if(counter.length != 0){
document.write('<p><img src="img/top/txt_news.gif" alt="News" /></p>');
document.write('<dl id="news">');
//document.write("<dt>2010.08.01</dt>");
document.write("<dt>2010.08.01</dt>");
document.write("<dd><p><strong>カフェの営業日は土・日です。</strong><br /></p></dd>");
//document.write("<dt>2010.07.20</dt>");
document.write("<dt>2010.07.20</dt>");
document.write("<dd><p><a href=\"http://www.regreen.jp/cafe/\">野菜いっぱいのイタリアンカラーのピザ、赤、白、緑が好評で売れてます。</a></p></dd>");
//document.write("<dt>2010.05.24</dt>");
document.write("<dt>2010.05.24</dt>");
document.write("<dd><p>５月２２日(土)、山梨放送朝の情報番組で当Cafeが紹介され、土曜、日曜はたくさんのお客様にご来店いただき大変な賑わいでした。誠にありがとうございました。</p></dd>");
document.write('</dl>');
}
