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/ola/calor/mantiene/alerta/27/provincias/elpepuesp/20100729elpepunac_6/Tes","La ola de calor mantiene en alerta a 27 provincias", "EFE","Thu, 29 Jul 2010 11:43:00 +0200"), new noticia("http://www.elpais.com/articulo/sociedad/temperaturas/Espana/subiran/grados/siglo/elpepusoc/20100727elpepusoc_8/Tes","Las temperaturas en Espa\361a subir\341n hasta seis grados este siglo", "AGENCIAS | Madrid","Tue, 27 Jul 2010 18:32:00 +0200"), new noticia("http://www.elpais.com/articulo/internacional/Moscu/vive/hoy/dia/caluroso/historia/elpepuint/20100726elpepuint_14/Tes","Mosc\372 vive hoy el d\355a m\341s caluroso de su historia", "PILAR BONET | Mosc\372","Mon, 26 Jul 2010 19:34:00 +0200") );