<!--
function show_Clock() {
  theTime = window.setTimeout("show_Clock()", 0);
  var today = new Date();
  var display= today.toLocaleString();
  status=display;
}
//-->
