t = 0;
function DspClk() {
  DD = new Date();
  Month = DD.getMonth() + 1;
  Day = DD.getDate();
  Hours = DD.getHours();
  Minutes = DD.getMinutes();
  Seconds = DD.getSeconds();
  DC = document.getElementById('pt2');
  DC.firstChild.nodeValue = Month + "ŒŽ" + Day + "“ú" + Hours + "Žž" + Minutes + "•ª" + Seconds +"•b";
}
