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?j2352082959","Crow fighting for rights of wild horses","Fox 23 Oklahoma","text","moreover..."," ","http://www.fox23.com","23 Nov 2009 02:55:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352082943","China's implied copper demand falls 20 pct in Oct","Reuters Africa","text","moreover..."," ","http://af.reuters.com","23 Nov 2009 02:55:57"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352082941","Swift makes big donation to kids' charity","Fox 23 Oklahoma","text","moreover..."," ","http://www.fox23.com","23 Nov 2009 02:55:57"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352082909","Lohan won't play herself in new comedy","Fox 23 Oklahoma","text","moreover..."," ","http://www.fox23.com","23 Nov 2009 02:55:55"," "," ")
);
 