function sa(url,headline_text,source,media_type,cluster,tagline,document_url,harvest_time,access_status,access_registration) 
{
   this.url = url;
   this.headline_text = headline_text;
   this.source = source;
   this.media_type = media_type;
   this.cluster = cluster;
   this.tagline = tagline;
   this.document_url = document_url;
   this.harvest_time = harvest_time;
   this.access_status = access_status;
   this.access_registration = access_registration;
}
article = new Array(
  new sa("http://c.moreover.com/click/here.pl?j2352243977","Arizona student from NM wins Rhodes scholarship","Examiner.com","text","moreover...","","http://examiner.com","23 Nov 2009 05:52:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2352243970","WTO in Seattle: 10 Years Later","KPLU 88.5","text","moreover..."," ","http://www.publicbroadcasting.net","23 Nov 2009 05:51:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352243952","Karthik flown in as cover for injured Dhoni","Sify","text","moreover...","","http://sify.com","23 Nov 2009 05:51:59"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2352243928","Stoudemire, Nash lead Suns past Pistons, 117-91","Examiner.com","text","moreover...","","http://examiner.com","23 Nov 2009 05:51:58"," ","")
);
 