/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2010-09-01</dt><dd><a href="topics/index1.html">ファイナルサマーキャンペーン!!【ＷＥＢ限定特典はこれ!!】インターネット入会予約実施中★</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="topics/index2.html">☆スクールバスのご案内☆</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="topics/index3.html">★秋の短期教室告知★その他お得情報★クリック!!</a></dd></dl><dl><dt>2010-09-01</dt><dd><a href="nyuukai/index.html"><font color="red">入会予約はこちらから!!</font></a></dd></dl>'

