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?j2538927523","Jacob 'Jack' Block | Psychologist, 85","Philadelphia Daily News","text","moreover...","","http://philly.com","10 Feb 2010 10:27:00","reg","https://registration.philly.com/reg/login.do"),
  new sa("http://c.moreover.com/click/here.pl?j2538927492","Other Sports: Flyers finish top of pile in Crusader League","Crewe Chronicle","text","moreover...","","http://crewechronicle.co.uk","10 Feb 2010 10:27:00"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2538927484","Alaska dentist fixes injured eagle's broken beak","WTVD Raleigh Durham","text","moreover...","","http://abclocal.go.com","10 Feb 2010 10:27:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2538927467","Letter regarding apprenticeships","Swindon Advertiser","text","moreover..."," ","http://www.swindonadvertiser.co.uk","10 Feb 2010 10:26:59"," "," ")
);
 