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?j551838642","Buyers' Guide - Sleeping Mats","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","8 Jun 2006 15:19:10"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j551772584","The Return Of Richard Gear","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","8 Jun 2006 13:52:18"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j551772546","AlpKit's Airic Sleeping Mat Family Expands","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","8 Jun 2006 13:52:15"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j550601331","Polar Launches New UK Web Site","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","7 Jun 2006 11:11:42"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j550574546","ViewRanger Now Available For Nokia Phones","OUTDOORSmagic","text","outdoorsmagic"," ","http://www.outdoorsmagic.com","7 Jun 2006 10:39:13"," "," ")
);
 
