/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2012-02-01</dt><dd><a href="topics/index1.html">ビューティープロジェクト☆美しい姿勢ｷｬﾝﾍﾟｰﾝ</a></dd></dl><dl><dt>2012-01-31</dt><dd><a href="topics/index2.html">キッズスクールイベントのご案内</a></dd></dl><dl><dt>2012-01-31</dt><dd><a href="topics/index3.html">スタイリッシュマイレージイベントのお知らせ</a><img src="../common/images/icon/icon_member.gif" width="52" height="12" alt="メンバー向け情報" /></dd></dl><dl><dt>2012-02-01</dt><dd><a href="nyuukai/index.html"><font color="red"><marquee>入会予約はこちらから</marquee></font></a></dd></dl>'


