/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-08</dt><dd><a href="topics/index1.html">★ペア入会キャンペーン★『入会金無料＋カード発行手数料無料＋ショップ25％ＯＦＦ券プレゼント ♪♪』今すぐココをクリック・・・！</a></dd></dl><dl><dt>2010-09-08</dt><dd><a href="topics/index2.html">◆◇キッズスイム＆キッズ体育♪◇◇大人・子供カルチャースクール大募集♪</a></dd></dl><dl><dt>2010-09-08</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-08</dt><dd><a href="nyuukai/index.html"><font color="red">お手続き簡単入会予約はこちらから！</font></a></dd></dl>'

