/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-03</dt><dd><a href="topics/index1.html">子どもスイミングスクール短期教室開催 参加者大募集中！!</a></dd></dl><dl><dt>2010-09-03</dt><dd><a href="topics/index2.html">プール1ヶ月短期会員募集中！！他にもお得な情報満載！</a></dd></dl>'

