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/sociedad/UE/plantea/ahora/subir/gasto/ciencia/elpepusoc/20100208elpepusoc_18/Tes","La UE plantea ahora subir el gasto en ciencia", "EL PA\315S","Mon, 08 Feb 2010 21:39:00 +0100") );