
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()))+"");

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>");
document.write("<div id='BN3'><a href='./t_60th.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_60th.gif' alt='とましん創立60周年' /></a></div>");
document.write("<div id='BN4'><a href='./t_eco.html'><img border='1' style='border-color:#d3d3d3;' src='./img/banner_eco.gif' alt='とましん環境整備' /></a></div>");

if ((toDay>="20100101")&&(toDay<"20100104")) {
  document.write("<div id='BN0'><img border='1' style='border-color:#7ea7e9;' src='./img/banner_2010.gif' alt='あけましておめでとうございます' /></div>");
  var topBanner = new Banner(new Array("BN0","BN1","BN2","BN3","BN4"),1000,5000);
} else {
  var topBanner = new Banner(new Array("BN1","BN2","BN3","BN4"),1000,5000);
}
