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?j2352217043","Will Chrome OS Lead to More Powerful Win7 Netbooks?","PC World","text","moreover...","","http://feeds.pcworld.com","23 Nov 2009 05:38:00"," ",""),
  new sa("http://c.moreover.com/click/here.pl?j2352217023","Woman with tumour sues health service","NEWS.com.au","text","moreover...","","http://news.com.au","23 Nov 2009 05:38:00"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352217013","Open Mobile Alliance Elects Syniverse's Jerry Easom to Its Board","TMC Net","text","moreover..."," ","http://www.tmcnet.com","23 Nov 2009 05:37:59"," "," "),
  new sa("http://c.moreover.com/click/here.pl?j2352217008","Garfield, Golf Course Road Repairs to Continue Through Thanksgiving 11/21/09","CBS 7","text","moreover..."," ","http://cbs7.com","23 Nov 2009 05:37:59"," "," ")
);
 