/*
  DByte64
  Writted by : Pou Le Serg (DByte64)
  http://pouleserg.com/
  http://clubin.org.ua/
*/

ctime = (new Date()).getHours();
if (ctime <= 8) { newtitle = 1 } else if (ctime > 8 && ctime < 19) { newtitle = 2 } else if (ctime >= 19) { newtitle = 3 };
document.write('<style>#header { background: transparent url(http://pouleserg.com/images/title_' + newtitle + '.jpg) no-repeat center; } </style>');

//
//  DByte64
//