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=20100209&autor=&anchor=elpporopivin&xref=20100209elpepivin_1&type=Tes&k=","Vi\361eta de FORGES", "FORGES","Tue, 09 Feb 2010 01:37:00 +0100") );