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/internacional/Berlusconi/mantiene/principal/asesor/investigado/corrupcion/elpepuint/20100210elpepuint_8/Tes","Berlusconi mantiene a su principal asesor, investigado por corrupci\363n", "MIGUEL MORA","Wed, 10 Feb 2010 15:59:00 +0100"), new noticia("http://www.elpais.com/articulo/espana/juez/imputa/portavoz/PP/Andratx/caso/torre/Sant/Telm/elpepuesp/20100210elpepunac_22/Tes","El juez imputa al portavoz del PP en Andratx por el \'caso torre Sant Telm\'", "EFE","Wed, 10 Feb 2010 15:55:00 +0100"), new noticia("http://www.elpais.com/articulo/economia/paises/eurozona/reunen/urgencia/decidir/rescate/Grecia/elpepueco/20100210elpepueco_3/Tes","Los pa\355ses de la eurozona se re\372nen de urgencia para decidir sobre el rescate a Grecia", "EL PA\315S","Wed, 10 Feb 2010 15:55:00 +0100"), new noticia("http://www.elpais.com/articulo/deportes/juez/Euroliga/desestima/recurso/Regal/Barcelona/elpepudep/20100210elpepudep_9/Tes","El juez de la Euroliga desestima el recurso del Regal Barcelona", "EFE","Wed, 10 Feb 2010 15:46:00 +0100"), new noticia("http://www.elpais.com/articulo/economia/Moody/s/confirma/maxima/nota/deuda/espanola/elpepueco/20100210elpepueco_9/Tes","Moody\'s confirma la m\341xima nota de la deuda espa\361ola", "EL PA\315S | AGENCIAS","Wed, 10 Feb 2010 15:34:00 +0100") );