/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-02-07</dt><dd><a href="topics/index1.html">スプリングキャンペーンスタート　今なら2月分月会費がナント2012円！</a></dd></dl><dl><dt>2012-02-07</dt><dd><a href="topics/index2.html">■■土曜午前中スクール新設！■■</a></dd></dl><dl><dt>2012-02-07</dt><dd><a href="topics/index3.html">スクール１日体験受付中！</a><img src="../common/images/icon/icon_member.gif" width="52" height="12" alt="メンバー向け情報" /></dd></dl>'


