function truncateText(str,size){  var retStr = str;  size = size.toLowerCase();     if(size!='no' && size!='0')    {	var num = parseInt(size);	if( num > 0 && str.length > num) {	  var chopStr = str.substring(0,num);	  var lSpac = chopStr.lastIndexOf(" ");	  if( lSpac > 0 )		retStr = str.substring(0,lSpac);	  else		retStr = chopStr;	  if( retStr.length < str.length )	  {		retStr = retStr + '...';	  }	}  }  return retStr;}function sa(title, annotation, pub_date,doc_id, publication, gid, topicname, topicannotation, topicid, nib){   this.title = title;   this.annotation=annotation;   this.pub_date = pub_date;   this.doc_id = doc_id;   this.publication = publication;   this.gid = gid;   this.topicname=topicname;   this.topicannotation = topicannotation;   this.topicid=topicid;   this.nib=nib;} 
var topicsOnly = false;
  
var briefs = false;
  

var singleTopic = false;




news = new Array(


new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'LexisNexis IN THE NEWS',
       '',
       '14126', 
       ''),

new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'ONLINE LEGAL RESEARCH NEWS',
       '',
       '14123', 
       ''),

new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'LIBRARY TECHNOLOGY NEWS',
       '',
       '14121', 
       ''),

new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'LIBRARIAN NEWS',
       '',
       '100002525', 
       ''),

new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'KNOWLEDGE MANAGEMENT NEWS',
       '',
       '14124', 
       ''),

new sa('', 
       '', 
       '', 
       '',
       '',
       '681',
       'ONLINE INFORMATION VENDORS NEWS',
       '',
       '14125', 
       ''),



new sa('', '', '', '', '', '', '', '', '', ''));

