//
var tm,ye,mo,da,dy,day,ho,mes,mi,mo;
	tm=new Date();
	ye=tm.getYear();
	mo=tm.getMonth();
	da=tm.getDate();
	dy=tm.getDay();
	ho=tm.getHours();
	mi=tm.getMinutes();
	mo=mo+1
if (1>=mo && 3>=da){
  document.write("<img src='logo/sa-systematic_section1.gif' width='284' height='22'>");
} else {
  if (6<=ho && ho<18){
    document.write("<img src='logo/sa-systematic_section1.gif' width='284' height='22'>");
  } else {
    document.write("<img src='logo/sa-systematic_section2.gif' width='284' height='22'>");
  }
}
