/*====================================================================
 * クラブトピックス表示 
 *--------------------------------------------------------------------
 */


// トピックス書き出し
function viewTopics()
{
  if (tpc != '') 
  {
    document.write(tpc)
  }
}


// トピックス記事生成
var tpc = ''
tpc = '<dl><dt>2011-12-29</dt><dd><a href="topics/index1.html">HAPPY NEWYEAR CAMPAIGN</a></dd></dl><dl><dt>2011-12-21</dt><dd><a href="topics/index2.html">春の収穫祭　いちご狩りツアー</a></dd></dl>'


