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/Herramientas/colaboracion/educativa/elpepusoc/20100210elpepusoc_6/Tes","Herramientas de colaboraci\363n educativa", "EL PA\315S DE LOS ESTUDIANTES","Wed, 10 Feb 2010 09:26:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Videos/educativos/elpepusoc/20100210elpepusoc_5/Tes","Videos educativos", "EL PA\315S DE LOS ESTUDIANTES","Wed, 10 Feb 2010 09:22:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/I/Edicion/Festival/MusicAula/elpepusoc/20100210elpepusoc_4/Tes","I Edici\363n del Festival MusicAula", "EL PA\315S DE LOS ESTUDIANTES","Wed, 10 Feb 2010 09:19:00 +0100"), new noticia("http://www.elpais.com/articulo/espana/grupo/ninos/anos/acapara/Zapatero/Senado/elpepuesp/20100209elpepunac_20/Tes","Un grupo de ni\361os de siete a\361os acapara a Zapatero en el Senado", "SERVIMEDIA","Tue, 09 Feb 2010 15:33:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Gabilondo/dice/PP/colaborando/consecucion/pacto/educacion/elpepusoc/20100208elpepusoc_13/Tes","Gabilondo dice que el PP esta colaborando en la consecuci\363n del pacto por la educaci\363n", "MAURICIO VICENT","Mon, 08 Feb 2010 19:33:00 +0100") );