/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-10</dt><dd><a href="topics/index1.html">秋の入会キャンペーン！9/14迄!!ペア入会が大変お得</a></dd></dl><dl><dt>2010-09-10</dt><dd><a href="topics/index2.html">★成人カルチャースクール★無料体験実施中!</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="topics/index3.html">★9月休館日・祝日営業のお知らせ★</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="nyuukai/index.html"><font color="red">秋のキャンペーン入会予約はこちらから！</font></a></dd></dl>'

