var d = new Date()
var h = d.getHours()

//
if (h < 6) document.write('<style type="text/css">body {font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:url(bg-top-night.jpg) center top no-repeat #0h5989; font-size:12px;}
.main-container {display:block; overflow:hidden; background:url(bg-bottom.jpg) bottom center no-repeat; min-height:800px; border-bottom:1px solid #6C6866; padding-top:183px;}</style>')
else if (h < 12) document.write('<style type="text/css">body{background:url(bg-top.gif) center top no-repeat #9cc6df; color: black;} .maincontainer{display:block; overflow:hidden; background:url(bg-bottom-night.jpg) bottom center no-repeat; min-height:800px; border-bottom:1px solid #6C6866; padding-top:183px;}</style>')
else if (h < 18) document.write('<style type="text/css">body{background:url(bg-top.gif) center top no-repeat #9cc6df; color: black;} .maincontainer{display:block; overflow:hidden; background:url(bg-bottom-night.jpg) bottom center no-repeat; min-height:800px; border-bottom:1px solid #6C6866; padding-top:183px;}</style>')
else if (h < 24) document.write('<style type="text/css">body {font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:url(bg-top-night.jpg) center top no-repeat #0h5989; font-size:12px;}
.main-container {display:block; overflow:hidden; background:url(bg-bottom.jpg) bottom center no-repeat; min-height:800px; border-bottom:1px solid #6C6866; padding-top:183px;}</style>')



var d = new Date()
var h = d.getHours()

//
if (h < 6) document.write('<style type="text/css">body{font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:url(bg-top-night.jpg) center top no-repeat #0h5989; font-size:12px;}"></style>')
else if (h < 12) document.write('<style type="text/css">body{background:url(bg-top.gif) center top no-repeat #9cc6df; color: black;}"></style>')
else if (h < 18) document.write('<style type="text/css">body{background:url(bg-top.gif) center top no-repeat #9cc6df; color: black;}"></style>')
else if (h < 24) document.write('<style type="text/css">body{font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:url(bg-top-night.jpg) center top no-repeat #0h5989; font-size:12px;}"></style>')



