function noticia(link,title,autor,pubdate)
{
   this.link = link;
   this.title = title;
   this.autor = autor;
   this.pubdate = pubdate;
}

var a_noticias = new Array(

);

