var fecha=new Date();
var diames=fecha.getDate();
var mes=fecha.getMonth() +1 ;
var ano=fecha.getFullYear();

var textomes = new Array (12);
  textomes[1]="enero";
  textomes[2]="febrero";
  textomes[3]="marzo";
  textomes[4]="abril";
  textomes[5]="mayo";
  textomes[6]="junio";
  textomes[7]="julio";
  textomes[8]="agosto";
  textomes[9]="septiembre";
  textomes[10]="octubre";
  textomes[11]="noviembre";
  textomes[12]="diciembre";
  
var textomesc = new Array (12);
  textomesc[1]="gener";
  textomesc[2]="febrer";
  textomesc[3]="març";
  textomesc[4]="abril";
  textomesc[5]="maig";
  textomesc[6]="juny";
  textomesc[7]="juliol";
  textomesc[8]="agost";
  textomesc[9]="setembre";
  textomesc[10]="octubre";
  textomesc[11]="novembre";
  textomesc[12]="desembre";
