document.write('<div align="center" style="padding-top:15px;color:white;font-family: Tahoma,calibri; font-size: 15px;color:white;"><b>Friday</b><br><font color=white>September,&nbsp;10</font><br><b style="font-size:19px;"><span id="shaphour">08</span><span id="shaptick">:</span><span id="shapmin">09</span></b></div>');function next_sec() {  sectick++; if (sectick>60) { 	sectick=1; 	min=(document.getElementById("shapmin").innerHTML); 	min=min*1+1; 	if (min>59) { 		min=min-60; 		hour=(document.getElementById("shaphour").innerHTML)*1+1; 		if (hour>23) { 			hour=0; 		} 		ss=hour.toString(); if (hour<10) ss="0"+ss; 		document.getElementById("shaphour").innerHTML=ss; 	}	ss=min.toString(); if (min<10) ss="0"+ss; 	document.getElementById("shapmin").innerHTML=ss;  }  if (sectick % 2==0) document.getElementById("shaptick").style.color="#666666"; else document.getElementById("shaptick").style.color="#FFFFFF"; setTimeout('next_sec()', 1000);  } var sectick=17; setTimeout('next_sec()', 3000); //