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?j2352024069","Conduct watchdog MP in expenses row","Buxton Today","text","moreover...","","http://buxtonadvertiser.co.uk","23 Nov 2009 01:49:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2352024047","Iraq war files show US-UK tensions","Buxton Today","text","moreover...","","http://buxtonadvertiser.co.uk","23 Nov 2009 01:48:59"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2352024043","A Downer In Dallas: Redskins Fall 7-6","Washington Redskins","text","moreover..."," ","http://www.redskins.com","23 Nov 2009 01:48:57"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352024035","Iraq War Inquiry 'will be thorough'","Falmouth Packet","text","moreover..."," ","http://www.falmouthpacket.co.uk","23 Nov 2009 01:48:57"," "," ")
);
 