theTime = new Date();
theHour = theTime.getHours();
if(theHour>=0&&theHour<=6){
  document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background ="/uploads/fon/vesna_mywarez_4.jpg" bgcolor="#CABDA1">');
}
if(theHour>=7&&theHour<=12){
  document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background ="/uploads/fon/vesna_mywarez_10.jpg" bgcolor="#D1D3BD">');
}
if(theHour>=13&&theHour<=18){
  document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background ="/uploads/fon/vesna_mywarez_2.jpg" bgcolor="#C8C5E8">');
}
if(theHour>=19&&theHour<=23){
  document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background ="/uploads/fon/vesna_mywarez_3.jpg" bgcolor="#9BC7A2">');
}