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?j103768190","Around 100,000 march against Bush in London","China Daily","text","US politics news"," ","http://www1.chinadaily.com.cn","Nov 21, 2003 1:22"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j103764892","Lieberman criticizes Bush, Dean on corporate accountability","AP via New Jersey Online","text","US politics news"," ","http://www.nj.com","Nov 21, 2003 1:07"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j103760779","Security Breach: Reporter Says He Could Have Killed Bush","NewsMax.com","text","US politics news"," ","http://www.newsmax.com","Nov 21, 2003 0:52"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j103760675","Clinton effect tells on Monica dates","Calcutta Telegraph","text","US politics news"," ","http://www.telegraphindia.com","Nov 21, 2003 0:47"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j103758971","Bush opponents stage mass protest in London","Kaumudi","text","US politics news"," ","http://www.kaumudi.com","Nov 21, 2003 0:46"," "," ")
);
 