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?j2352157308","Technology company posts fall in profit","Business Day","text","moreover..."," ","http://www.businessday.co.za","23 Nov 2009 04:39:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352157297","Doctor focuses on nutrition, exercise","St. Louis Jewish Light","text","moreover..."," ","http://www.stljewishlight.com","23 Nov 2009 04:39:58"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352157276","Sandakan city bus in two to three years","New Sabah Times","text","moreover..."," ","http://www.newsabahtimes.com.my","23 Nov 2009 04:39:56"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352157257","Sleep aid? kit? has? feminine packaging","Packaging Digest","text","moreover..."," ","http://www.packagingdigest.com","23 Nov 2009 04:39:55"," "," ")
);
 