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/vineta/?d_date=20091121&autor=&anchor=elpporopivin&xref=20091121elpepivin_1&type=Tes&k=","Vi\361eta de FORGES", "FORGES","Sat, 21 Nov 2009 02:36:00 +0100"), new noticia("http://www.elpais.com/vineta/?d_date=20091121&autor=&anchor=elpporopivin&xref=20091121elpepivin_2&type=Tes&k=","Vi\361eta de ROMEU", "ROMEU","Sat, 21 Nov 2009 02:37:00 +0100"), new noticia("http://www.elpais.com/vineta/?d_date=20091121&autor=&anchor=elpporopivin&xref=20091121elpepivin_3&type=Tes&k=","Vi\361eta de PERIDIS", "PERIDIS","Sat, 21 Nov 2009 02:37:00 +0100"), new noticia("http://www.elpais.com/vineta/?d_date=20091121&autor=&anchor=elpporopivin&xref=20091121elpepivin_4&type=Tes&k=","Vi\361eta de EL ROTO", "EL ROTO","Sat, 21 Nov 2009 02:38:00 +0100") );