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?j2539228991","Death As 'Bad Guys' Fall Out","Police Oracle","text","moreover...","","http://policeoracle.com","10 Feb 2010 12:51:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2539228974","With help of 3-D, picture improves for IMAX's fortunes (Today)","Pittsburgh Post-Gazette","text","moreover..."," ","http://www.post-gazette.com","10 Feb 2010 12:50:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2539228965","Woods' Alleged Mistress Lands Tv Job","PR inside","text","moreover..."," ","http://www.pr-inside.com","10 Feb 2010 12:50:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2539228978","Diagnosis and management of vasa previa: a questionnaire survey","MDLinx","text","moreover...","","http://mdlinx.com","10 Feb 2010 12:50:59"," "," ")
);
 