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/futuro/universo/ultravioleta/visto/Madrid/elpepusocfut/20100210elpepifut_1/Tes","El universo ultravioleta visto desde Madrid", "ALICIA RIVERA","Wed, 10 Feb 2010 07:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Endeavour/acopla/Estacion/Espacial/Internacional/elpepusoc/20100210elpepusoc_2/Tes","El \'Endeavour\' se acopla a la Estaci\363n Espacial Internacional", "EFE","Wed, 10 Feb 2010 06:50:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/caza/virus/elpepusoc/20100209elpepusoc_18/Tes","A la caza de los virus", "KRZYSZTOF PYRC","Tue, 09 Feb 2010 21:19:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/forman/capilares/elpepusoc/20100209elpepusoc_14/Tes","As\355 se forman los capilares", "EL PA\315S","Tue, 09 Feb 2010 20:06:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Medio/siglo/primeras/estructuras/proteinas/elpepusoc/20100209elpepusoc_10/Tes","Medio siglo de las primeras estructuras de prote\355nas", "CELE ABAD-ZAPATERO","Tue, 09 Feb 2010 17:50:00 +0100"), 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"), new noticia("http://www.elpais.com/articulo/sociedad/transbordador/Endeavour/parte/Estacion/Espacial/Internacional/elpepusoc/20100208elpepusoc_2/Tes","El transbordador \'Endeavour\' parte hacia la Estaci\363n Espacial Internacional", "REUTERS | EFE","Mon, 08 Feb 2010 10:22:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/NASA/retrasa/dia/lanzamiento/Endeavour/elpepusoc/20100207elpepusoc_1/Tes","La NASA retrasa un d\355a el lanzamiento del \'Endeavour\'", "AGENCIAS","Sun, 07 Feb 2010 16:06:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Adios/Luna/nueva/orden/elpepisoc/20100207elpepisoc_4/Tes","Adi\363s a la Luna... hasta nueva orden", "ALICIA RIVERA","Sun, 07 Feb 2010 07:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/espermatozoides/inician/carrera/ovulo/mecanismo/electrico/elpepusoc/20100205elpepusoc_19/Tes","Los espermatozoides inician la carrera hacia el \363vulo por un mecanismo el\351ctrico", "M.R.E.","Fri, 05 Feb 2010 20:26:00 +0100") );