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?j2538482975","Make it nine","Salt Lake Tribune","text","moreover...","","http://sltrib.com","10 Feb 2010 06:36:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2538482946","Parents face childcare fees rise","Leamington Spa Courier","text","moreover...","","http://leamingtoncourier.co.uk","10 Feb 2010 06:36:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2538482903","Football - West Riding County Amateur League: Ovenden stutter to Celtic victory","Halifax Evening Courier","text","moreover..."," ","http://www.halifaxcourier.co.uk","10 Feb 2010 06:35:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2538482894","Advocates in Virginia push for abortion-rights license plate","Bradenton Herald","text","moreover..."," ","http://www.bradenton.com","10 Feb 2010 06:35:59"," "," ")
);
 