/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-02-01</dt><dd><a href="topics/index1.html">☆【フィットネス】「美しい姿勢キャンペーン」実施中！☆</a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="topics/index2.html">☆【キッズスクール】入会特別デイ・体験フェアのお知らせ☆</a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから！</font></a></dd></dl>'


