/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-03</dt><dd><a href="topics/index1.html">★★「ペア入会キャンペーン」9/15(水)まで 入会金＋事務手数料無料＆プレゼント！！★★</a></dd></dl><dl><dt>2010-09-02</dt><dd><a href="topics/index2.html">見学予約はこちらから♪  ご予約特典いっぱい☆</a></dd></dl><dl><dt>2010-09-02</dt><dd><a href="topics/index3.html">ワンコイン体験 !  今だけ！ 体験料が、2人でも５００円！</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="nyuukai/index.html"><font color="red">おとくな入会予約はこちらから！</font></a></dd></dl>'

