function process(){}
  today = new Date()
  document.write("<b>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"&nbsp;&nbsp;</b>");
