/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-03-01</dt><dd><a href="topics/index1.html">WEB限定キャンペーン!!</a></dd></dl><dl><dt>2010-03-09</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>'

