/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-03-01</dt><dd><a href="topics/index1.html">★3/14までお得なキャンペーン実施中 ! ★ケータイからも簡単アクセス！</a></dd></dl><dl><dt>2010-03-01</dt><dd><a href="topics/index2.html">春の短期教室参加者募集中！</a></dd></dl><dl><dt>2010-03-01</dt><dd><a href="topics/index3.html">☆見学予約はこちらから☆</a></dd></dl><dl><dt>2010-03-01</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから！</font></a></dd></dl>'

