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?j2525988345","EU panel cites privacy in opposing security deal with US","Business Day","text","moreover...","","http://www.businessday.co.za","5 Feb 2010 05:45:00","",""),
  new sa("http://c.moreover.com/click/here.pl?j2515787290","EU Introduces Privacy Measures For Social Networking, Advertising","CdrInfo.com","text","moreover...","","http://www.cdrinfo.com","2 Feb 2010 04:49:00","",""),
  new sa("http://c.moreover.com/click/here.pl?j2491118693","User privacy will be protected, Chinese mobile phone operator","Indo-Asian News Service","text","moreover...","","http://www.ians.in","23 Jan 2010 11:19:00","sub","http://www.ians.in/newlogin.php?")
);
 