/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-10</dt><dd><a href="topics/index1.html">☆オータムキャンペーン実施中！入会金無料＋カード発行手数料無料＋更に特典が♪詳しくはココをクリック☆</a></dd></dl><dl><dt>2010-09-10</dt><dd><a href="topics/index2.html">☆キッズスイミング 秋の１日体験会 ９月２日（木）より予約受付開始！！☆</a></dd></dl><dl><dt>2010-09-10</dt><dd><a href="topics/index3.html">☆カルチャースクール体験会受付中☆</a><img src="../common/images/icon/icon_member.gif" width="52" height="12" alt="メンバー向け情報" /></dd></dl><dl><dt>2010-09-10</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから！</font></a></dd></dl>'

