theTime = new Date();
theHour = theTime.getHours();
if(theHour>6&&theHour<18){
  document.write('<body background ="/support/img/bg_day.jpg">');
}
else{
  document.write('<body background ="/support/img/bg_day.jpg">');
}
