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.as.com/futbol/articulo/ex-directivo-acusa-club-pagar/dasftb/20100204dasdasftb_63/Tes","Ex directivo acusa al club de pagar seis veces m\341s por terrenos de Viladecans", "","Thu, 04 Feb 2010 20:21:00 +0100")
);
