/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-01-31</dt><dd><a href="topics/index1.html">NEW☆『美しい姿勢』キャンペーンのお知らせ!</a></dd></dl><dl><dt>2012-01-26</dt><dd><a href="topics/index2.html">☆ユアエルムカルチャースクールのご案内はこちら☆</a></dd></dl><dl><dt>2012-01-01</dt><dd><a href="topics/index3.html">ＮＥＷ！2012年春の短期チャレンジ教室募集開始!</a></dd></dl><dl><dt>2012-01-01</dt><dd><a href="nyuukai/index.html"><font color="red">今すぐクリック！入会予約はこちらから！</font></a></dd></dl>'


