/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-02-05</dt><dd><a href="topics/index1.html">今月（2月）の　『スクール1日体験』＆『お得な入会特別デー』</a></dd></dl><dl><dt>2012-02-06</dt><dd><a href="topics/index2.html">『WEB入会予約受付中!!〜美しい姿勢キャンペーン〜』</a></dd></dl><dl><dt>2012-02-05</dt><dd><a href="topics/index3.html">『春の短期教室（水泳・体育）2/14〜WEB先行予約受付開始!!』</a></dd></dl><dl><dt>2012-01-31</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらからどうぞ♪♪</font></a></dd></dl>'


