/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-02-03</dt><dd><a href="topics/index1.html">【WEB予約者限定】　『美しい姿勢キャンペーン』 開催中！　入会をするならWEB予約入会がオススメです！　</a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="topics/index2.html">冬限定！　『大人のお手軽通いレッスン』　&amp;スカッシュコート・アリーナご利用のお願い</a></dd></dl><dl><dt>2012-02-06</dt><dd><a href="topics/index3.html">２月限定　水泳・体操２日間短期スクール&amp;春の短期集中教室のご案内  </a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="nyuukai/index.html"><font color="red">★☆★ 手早く・カンタン♪入会予約はこちらをクリック ☆★☆</font></a></dd></dl>'


