<!-- Смена шапки по времени суток -->
    <script language="JavaScript">
    <!--
    theTime = new Date();
    theHour = theTime.getHours();
    if(theHour>6&&theHour<18){
    document.write('<style>body{background: url("https://forumstatic.ru/files/0017/50/e4/89980.jpg") no-repeat scroll center top, rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0017/7f/09/35313.jpg") repeat-y scroll center top -64px;color: #120f2e !important;}</style><div id="fireflyes"></div>');
    }
    else{
    document.write('<style>body{background: url("https://forumstatic.ru/files/0017/50/e4/33487.jpg") no-repeat scroll center top, rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0017/7f/09/35313.jpg") repeat-y scroll center top -64px;color: #120f2e !important;}</style><div id="shine"></div><div id="shine1"></div><div id="shine2"></div><div id="shine3"></div><div id="shine4"></div><div id="fireflyes" style="display:none;"></div>');
    }
    -->
    </script>
<!-- Конец -->