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?j2539130410","DeviceAnywhere names EMEA sales MD","Telecom.paper","text","moreover...","","http://telecompaper.com","10 Feb 2010 12:09:00","",""),
  new sa("http://c.moreover.com/click/here.pl?j2539130406","Northern Oil and Gas, Inc. Announces High Rate Bakken Producer","Your Story","text","moreover...","","http://your-story.org","10 Feb 2010 12:09:00"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2539130397","Bluestreak picks SafeNet's DRM services","Telecom.paper","text","moreover...","","http://telecompaper.com","10 Feb 2010 12:09:00","",""),
  new sa("http://c.moreover.com/click/here.pl?j2539130396","Motoring & Car News: Super-clean smart","Lennox Herald","text","moreover...","","http://lennoxherald.co.uk","10 Feb 2010 12:09:00"," "," ")
);
 