/*                                                        */
/*             contact-land.com WEBシステム               */
/*            NEW&TOPICSの出力用テンプレート              */
/*                                                        */


function printNews () {


  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2010/09/08 (水) ');
  print_new('2010/09/17');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#1">コンタクトランド可児店より　移転のお知らせ</a></dd>');

  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2010/08/27 (金) ');
  print_new('2010/09/05');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#2">コンタクトランド西尾店隣接眼科よりお知らせ</a></dd>');

  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2010/07/31 (土) ');
  print_new('2010/08/09');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#3">コンタクトランド西尾店隣接眼科よりお知らせ</a></dd>');

  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2010/06/13 (日) ');
  print_new('2010/06/22');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#4">コンタクトランド原店より</a></dd>');

  document.write('<dt>');
  
  document.write('<img src="img/top/products.gif" width="60" height="14" alt="製品情報" align="absmiddle"> ');
  document.write('2010/05/01 (土) ');
  print_new('2010/05/10');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#5">新発売「メダリスト プレミア マルチフォーカル」</a></dd>');


}


// ---------- End of Javascript ----------
