/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-01</dt><dd><a href="topics/index1.html">【親孝行】フィットネスキャンペーン♪♪</a><img src="../common/images/icon/icon_member.gif" width="52" height="12" alt="メンバー向け情報" /></dd></dl><dl><dt>2010-09-01</dt><dd><a href="topics/index2.html">大人のスイミングスクール実施中♪♪</a></dd></dl><dl><dt>2010-09-07</dt><dd><a href="topics/index3.html">秋の短期教室募集中＆バレエスクール開講♪♪</a></dd></dl><dl><dt>2009-07-01 00:00:00</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから！</font></a></dd></dl>'

