function Rundate()
{var e=new Date,b=e.getHours(),o=e.getMinutes(),k=e.getSeconds(),x=e.getDate(),j=e.getDay(),N=e.getMonth()+1;e=e.getFullYear();var I="",M="AM";if(b>=12)M="PM";if(b>12)b-=12;if(b==0)b=12;if(b<10)b="0"+b;if(o<10)o="0"+o;if(k<10)k="0"+k;switch(j){case 0:I="Ch\u1ee7 nh\u1eadt, ";break;case 1:I="Th\u1ee9 hai, ";break;case 2:I="Th\u1ee9 3, ";break;case 3:I="Th\u1ee9 4, ";break;case 4:I="Th\u1ee9 5, ";break;case 5:I="Th\u1ee9 6, ";break;case 6:I="Th\u1ee9 7, "}document.getElementById("todaydate").innerHTML=
I+x+"/"+N+"/"+e+" - "+b+":"+o+":"+k+" "+M;setTimeout("Rundate()",1E3)}
