/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-03-01</dt><dd><a href="topics/index1.html">★★お得な入会情報はこちらをクリック！！ ４０周年記念キャンペーン！3/15(月)まで 入会金０円＋事務手数料半額＆プレゼント！！★★</a></dd></dl><dl><dt>2010-03-04</dt><dd><a href="topics/index2.html">〜お得情報！！〜★春の短期スポーツ教室大盛況実施中！！★</a></dd></dl><dl><dt>2010-03-08</dt><dd><a href="topics/index3.html">見学予約開始！ ご見学は予約すると大変お得！</a></dd></dl><dl><dt>2010-03-01</dt><dd><a href="nyuukai/index.html"><font color="red">おとくな入会予約はこちらから！</font></a></dd></dl>'

