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/Varios/inmigrantes/huyen/iban/ser/repatriados/Alicante/elpepuesp/20091123elpepunac_27/Tes","Varios inmigrantes huyen cuando iban a ser repatriados desde Alicante", "EZEQUIEL MOLT\323","Wed, 25 Nov 2009 00:38:00 +0100"), new noticia("http://www.elpais.com/vineta/?d_date=20091124&autor=ERLICH&anchor=elpporopivin&xref=20091124elpepuvin_2&type=Tes&k=ERLICH","ERLICH", "ERLICH","Tue, 24 Nov 2009 01:13:00 +0100"), new noticia("http://www.elpais.com/articulo/deportes/Djokovic/bate/Davydenko/partido/largo/intenso/elpepudep/20091124elpepudep_1/Tes","Djokovic bate a Davydenko en un partido largo e intenso", "EUROPA PRESS","Tue, 24 Nov 2009 01:00:00 +0100") );