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?j2352116087","Penis implants for the sexually challenged","IOL","text","moreover..."," ","http://www.int.iol.co.za","23 Nov 2009 04:05:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352116076","Beckham has option to own 20th MLS team: commissioner","Reuters Canada","text","moreover..."," ","http://ca.reuters.com","23 Nov 2009 04:05:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352116070","Man killed in farm accident","Herald Sun","text","moreover..."," ","http://www.heraldsun.com.au","23 Nov 2009 04:05:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352116074","Brown urges Europe to go for growth","Tiscali","text","moreover...","","http://tiscali.co.uk","23 Nov 2009 04:05:59"," "," ")
);
 