/*                                                        */
/*             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('2011/07/08 (金) ');
  print_new('2011/07/17');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#1">tt</a></dd>');

  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2011/04/18 (月) ');
  print_new('2011/04/27');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#2">test</a></dd>');

  document.write('<dt>');
  document.write('<img src="img/top/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2011/03/16 (水) ');
  print_new('2011/03/25');
  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/12/05 (日) ');
  print_new('2010/12/14');
  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/store.gif" width="60" height="14" alt="店舗おしらせ" align="absmiddle"> ');
  
  document.write('2010/11/10 (水) ');
  print_new('2010/11/19');
  document.write('</dt>');
  document.write('<dd><a href="news/index.cgi?Vrno=1#5">コンタクトランド岡崎店より</a></dd>');


}


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

