<html><head><title>20 - 21</title><meta http-equiv="Content-Language" content="it"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><script language="JavaScript" type="text/javascript">
var now = new Date();
var hours = now.getHours();
var psj=0;
//18-19 night
if (hours > 17 && hours < 20){
document.write('<class="ts_12" style="background-color: #FF0000">')
}
//20-21 night
if (hours > 19 && hours < 22){
document.write('<class ts_1 bgcolor="#008080">')
}
//22-4 night
if (hours > 21 || hours < 5){
document.write('<class ts_1 bgcolor="#008080">')
}
//9-17 day
if (hours > 8 && hours < 18){
document.write('<body bgcolor="deepskyblue" text="#FFFFFF">')
}
//7-8 day
if (hours > 6 && hours < 9){
document.write('<body bgcolor="skyblue" text="#FFFFFF">')
}
//5-6 day
if (hours > 4 && hours < 7){
document.write('<body bgcolor="steelblue" text="#FFFFFF">')
}
//--></script><style type="text/css">.ts_0 {border: 1px outset black; height: 52px; position: relative; text-align: left; width: 986px;} .ts_1 {height: 19px; left: 3px; padding: 1px; position: absolute; top: 3px; width: 89px;} .ts_2 {height: 19px; left: 98px; padding: 1px; position: absolute; top: 3px; width: 883px;} .ts_3 {height: 19px; left: 3px; padding: 1px; position: absolute; top: 28px; width: 89px;} .ts_4 {height: 19px; left: 98px; padding: 1px; position: absolute; top: 28px; width: 883px;}</style></head><body><div id="table1" class="ts_0"><div align="center" class="ts_1">
20 - 21</div><div class="ts_2"> </div><div align="center" class="ts_3">
22 - 23</div><div class="ts_4"> </div></div></body></html>