function noticia(link,title,autor,pubdate) { this.link = link; this.title = title; this.autor = autor; this.pubdate = pubdate; } var a_noticias = new Array( new noticia("http://www.elpais.com/articulo/espana/Identificado/cuerpo/estudiantes/catalanes/desaparecidos/Mexico/elpepuesp/20100731elpepunac_1/Tes","Identificado el cuerpo de uno de los cuatro estudiantes catalanes desaparecidos en M\351xico", "SALVADOR CAMARENA | REBECA CARRANCO","Sat, 31 Jul 2010 04:40:00 +0200"), new noticia("http://www.elpais.com/articulo/internacional/Chavez/revisa/planes/guerra/Colombia/elpepuint/20100731elpepuint_1/Tes","Ch\341vez revisa \"planes de guerra\" contra Colombia", "EFE","Sat, 31 Jul 2010 03:56:00 +0200"), new noticia("http://www.elpais.com/vineta/?d_date=20100731&autor=&anchor=elpporopivin&xref=20100731elpepuvin_2&type=Tes&k=","ERLICH", "","Sat, 31 Jul 2010 01:24:00 +0200"), new noticia("http://www.elpais.com/vineta/?d_date=20100731&autor=&anchor=elpporopivin&xref=20100731elpepuvin_1&type=Tes&k=","RAM\323N", "","Sat, 31 Jul 2010 00:25:00 +0200"), new noticia("http://www.elpais.com/articulo/deportes/fe/corona/Arturo/Casado/elpepudep/20100730elpepudep_16/Tes","La fe corona a Arturo Casado", "CARLOS ARRIBAS","Fri, 30 Jul 2010 22:57:00 +0200") );