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?j2352110338","2010 street cleanup takes shape","Burns Lake District News","text","moreover..."," ","http://www.bclocalnews.com","23 Nov 2009 03:55:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352110325","UPDATE: Spot Gold Jumps To Record, LME C","Hemscott","text","moreover..."," ","http://www.hemscott.com","23 Nov 2009 03:55:57","reg","http://www.hemscott.com/"),
  new sa("http://c.moreover.com/click/here.pl?j2352110302","Cigar maker smokes old length record","Tobacco.org","text","moreover..."," ","http://www.tobacco.org","23 Nov 2009 03:55:55","reg","http://www.tobacco.org/articles/state/FL/"),
  new sa("http://c.moreover.com/click/here.pl?j2352110298","Review: Assassin's Creed: Bloodlines","VG Chartz","text","moreover..."," ","http://www.vgchartz.com","23 Nov 2009 03:55:54"," "," ")
);
 