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?j2348995507","Latest Kit Questions Answered","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","21 Nov 2009 00:11:43"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2340484697","Paramo Fuera Ascent / Summit Hoodie Test","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","17 Nov 2009 18:43:33"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2339819374","Just In - The North Face Aero Jacket","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","17 Nov 2009 14:03:30"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2339819139","Source Launches New Bladders","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","17 Nov 2009 14:03:24"," "," ")
);
 