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?j2539053315","Sarah Manners: Adrenaline junkie","Epsom Guardian","text","moreover...","","http://epsomguardian.co.uk","10 Feb 2010 11:28:00"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2539053249","British schoolgirl set to top Japanese charts after YouTube J-Pop clips are watched by millions","Mail Online UK","text","moreover...","","http://dailymail.co.uk","10 Feb 2010 11:28:00"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2539053225","Semcon: Positive Cash Flow Despite Negative Results","Business Wire via Yahoo!","text","moreover...","","http://biz.yahoo.com","10 Feb 2010 11:28:00",""," "),
  new sa("http://c.moreover.com/click/here.pl?j2539053204","Transfers - Paper Round: Zola to be pushed out","Yahoo! UK and Ireland Eurosport","text","moreover..."," ","http://uk.eurosport.yahoo.com","10 Feb 2010 11:27:59"," "," ")
);
 