/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-01-27</dt><dd><a href="topics/index1.html">春の短期水泳・体操教室参加者募集中！</a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="topics/index2.html">プールメンバー募集中！月々たったの月会費3,675円〜！　只今ワンコイン体験会実施中！2/28迄</a></dd></dl><dl><dt>2012-02-01</dt><dd><a href="topics/index3.html">ベビースクール・空手教室体験会実施！　体験後うれしい特典！</a></dd></dl>'


