
var toDay = (((new Date().getYear()<2000)?new Date().getYear()+1900:new Date().getYear())+"")+((((new Date().getMonth()+1)<10)?"0"+(new Date().getMonth()+1):(new Date().getMonth()+1))+"")+((((new Date().getDate())<10)?"0"+(new Date().getDate()):(new Date().getDate()))+"");

if ((toDay>="20110614")&&(toDay<"20110916")) {
  document.write("<div id='BN3'><a href='./t_honten.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_honten.gif' alt='とましん新本店のご紹介' /></a></div>");
  document.write("<div id='BN0'><a href='./z_pdf_frame.html#./pdf/topic/20110609_summertime.pdf'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_summertime_coolbiz.gif' alt='｢サマータイム｣の実施のお知らせ' /></a></div>");
  document.write("<div id='BN1'><a href='./m_loan.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_loan.gif' alt='ローン仮申込' /></a></div>");
  document.write("<div id='BN2'><a href='./m_loan_rate.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_carlife.gif' alt='エコカー限定金利優遇' /></a></div>");
  var topBanner = new Banner(new Array("BN3","BN0","BN1","BN2"),1000,5000);
} else {
  document.write("<div id='BN0'><a href='./t_kouryuukan.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_ashiyu.gif' alt='まちなか交流館' /></a></div>");
  document.write("<div id='BN1'><a href='./t_honten.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_honten.gif' alt='とましん新本店のご紹介' /></a></div>");
  document.write("<div id='BN2'><a href='./m_loan.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_loan.gif' alt='ローン仮申込' /></a></div>");
  document.write("<div id='BN3'><a href='./m_loan_rate.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_carlife.gif' alt='エコカー限定金利優遇' /></a></div>");
  var topBanner = new Banner(new Array("BN0","BN1","BN2","BN3"),1000,5000);
}

