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?j2352170658","Capello is key to glory, says Beckham","Times Online","text","moreover..."," ","http://www.timesonline.co.uk","23 Nov 2009 04:51:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352170648","[$] Jackson moonwalk glove sells for $350K in NYC","Record Publishing Online","text","moreover..."," ","http://recordpub.com","23 Nov 2009 04:51:59","reg","http://recordpub.com/auth/"),
  new sa("http://c.moreover.com/click/here.pl?j2352170645","Economic woes keep Corrigan at his post","San Francisco Business Times","text","moreover..."," ","http://sanfrancisco.bizjournals.com","23 Nov 2009 04:51:59","prem","https://www.bizjournals.com/secure/"),
  new sa("http://c.moreover.com/click/here.pl?j2352170641","Student dead from gunshot wound","The Appalachian Online","text","moreover..."," ","http://theapp.appstate.edu","23 Nov 2009 04:51:59"," "," ")
);
 