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?j2352046618","Full review: Nokia E72","CNET Asia","text","moreover..."," ","http://asia.cnet.com","23 Nov 2009 02:13:58"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352046617","November 19, 2009","The Item","text","moreover..."," ","http://www.theitem.com","23 Nov 2009 02:13:58"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352046606","Crisis forces hard-up Spaniards to sell hair","Alarab Online","text","moreover..."," ","http://www.alarabonline.org","23 Nov 2009 02:13:58"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352046604","Swine flu vaccine effective despite mutations: experts","The Independent","text","moreover..."," ","http://www.independent.co.uk","23 Nov 2009 02:13:58"," "," ")
);
 