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/pellegrini-llama-canteranos-mateos-felipe/dasftb/20100209dasdasftb_7/Tes","Pellegrini llama a los canteranos Mateos, Felipe Ramos y Rub\351n Ramos", "Manu Sainz","Tue, 09 Feb 2010 10:48:00 +0100"),
new noticia("http://www.as.com/futbol/articulo/aguero-companeros-piden-tire-aprendi/dasftb/20100209dasdasftb_58/Tes","Ag\374ero: \"Mis compa\361eros me piden que me tire m\341s, pero no s\351. Aprend\355 en la calle\"", "EP","Tue, 09 Feb 2010 20:25:00 +0100"),
new noticia("http://www.as.com/futbol/articulo/muniain-encanta-iniesta-juega-forma/dasftb/20100209dasdasftb_55/Tes","Muniain: \"Me encanta Iniesta por c\363mo juega y por su forma de ser\"", "EFE","Tue, 09 Feb 2010 19:26:00 +0100"),
new noticia("http://www.as.com/futbol/articulo/representantes-rfef-han-visitado-zaragoza/dasftb/20100209dasdasftb_54/Tes","Representantes RFEF han visitado Zaragoza, aspirante a subsede Mundial 2018", "EFE","Tue, 09 Feb 2010 19:18:00 +0100"),
new noticia("http://www.as.com/futbol/articulo/fifa-confirma-suspension-cebolla-rodriguez/dasftb/20100209dasdasftb_53/Tes","La FIFA confirma la suspensi\363n de \"Cebolla\" Rodr\355guez", "EFE","Tue, 09 Feb 2010 18:50:00 +0100")
);
