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
 //
 // ----Extension-js----
 // ----No-End--3----
}
article = new Array(new sa("http://toc.oreilly.com/","Tools of Change for Publishing","Perl.com","text","www.EasyByte.com"," ","http://www.perl.com/pub","December 14, 2009 15:32:37"," "," "),
new sa("http://www.forbes.com/oreillyinsights/","O'Reilly Insights on Forbes.com","Perl.com","text","www.EasyByte.com"," ","http://www.perl.com/pub","December 14, 2009 15:32:37"," "," ")
);

