/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-03-01</dt><dd><a href="topics/index1.html">☆ＷＥＢ限定3月入会キャンペーン実施中！☆</a></dd></dl><dl><dt>2010-03-01</dt><dd><a href="topics/index2.html">“グランドホライゾン”“ウェリス”停留所新設！</a></dd></dl><dl><dt>2010-03-03</dt><dd><a href="topics/index3.html">☆☆まだ間に合います！ “春の短期教室” 電話予約受付中！☆☆</a></dd></dl><dl><dt>2009-03-20</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから！</font></a></dd></dl>'

