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/Tensiones/Vaticano/Berlusconi/fondo/elpepisoc/20100210elpepisoc_7/Tes","Tensiones en el Vaticano con Berlusconi al fondo", "MIGUEL MORA","Wed, 10 Feb 2010 07:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/centro/dialisis/Tarragona/contagia/hepatitis/C/personas/elpepisoc/20100210elpepisoc_6/Tes","Un centro de di\341lisis de Tarragona contagia hepatitis C a siete personas", "F. BALSELLS / J. GARRIGA","Wed, 10 Feb 2010 07:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Alt/Emporda/quiere/concentrar/parques/eolicos/junto/AP-7/elpepusoc/20100210elpepusoc_3/Tes","El Alt Empord\340 quiere concentrar los parques e\363licos junto a la AP-7", "REBECA CARRANCO","Wed, 10 Feb 2010 08:38:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/familia/Marta/Castillo/inicia/busqueda/cuerpo/cuenta/propia/elpepusoc/20100210elpepusoc_10/Tes","La familia de Marta del Castillo inicia la b\372squeda del cuerpo por cuenta propia", "EP","Wed, 10 Feb 2010 13:58:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Condenado/anos/carcel/hombre/abuso/hija/encontrarla/television/elpepusoc/20100210elpepusoc_9/Tes","Condenado a 7 a\361os de c\341rcel un hombre que abus\363 de su hija tras encontrarla por televisi\363n", "EP","Wed, 10 Feb 2010 13:53:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/mujer/suicida/dia/juzga/ex/pareja/maltrato/elpepisoc/20100210elpepisoc_8/Tes","Una mujer se suicida el d\355a que se juzga a su ex pareja por maltrato", "EL PA\315S","Wed, 10 Feb 2010 03:15:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/violacion/menor/alerta/riesgo/ciberacosadores/elpepisoc/20100210elpepisoc_4/Tes","La violaci\363n de una menor alerta del riesgo de los \'ciberacosadores\'", "PEDRO ESPINOSA / JES\332S DUVA","Wed, 10 Feb 2010 07:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/Cae/red/exploto/150/mujeres/Girona/elpepusoc/20100210elpepusoc_7/Tes","Cae una red que explot\363 a 150 mujeres en Girona", "JES\332S GARC\315A","Wed, 10 Feb 2010 12:00:00 +0100"), new noticia("http://www.elpais.com/articulo/sociedad/jovenes/vuelven/prudentes/volante/elpepisoc/20100210elpepisoc_1/Tes","Los j\363venes se vuelven m\341s prudentes al volante", "ELSA GRANDA","Wed, 10 Feb 2010 07:00:00 +0100"), 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") );