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?j2527055660","All Beer and Boilies - Book review","FISHINGmagic","text","fishingmagic"," ","http://www.fishingmagic.com","5 Feb 2010 14:18:06"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2510520920","Daiwa Powermesh X Medium and Jerk rods","FISHINGmagic","text","fishingmagic"," ","http://www.fishingmagic.com","30 Jan 2010 19:57:41"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2509257467","Review - Cyprinus Whole Hog Chair","FISHINGmagic","text","fishingmagic"," ","http://www.fishingmagic.com","30 Jan 2010 02:28:24"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2509257216","Practical Carp Fishing - Book Review","FISHINGmagic","text","fishingmagic"," ","http://www.fishingmagic.com","30 Jan 2010 02:28:14"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2507740467","Fishing for Pleasure","FISHINGmagic","text","fishingmagic"," ","http://www.fishingmagic.com","29 Jan 2010 15:19:47"," "," ")
);
 