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 = true;




news = new Array(


	

new sa('AUSTRALIAN GOVERNMENT RELEVANT TO POLICE INTERNET COPYRIGHT INFRINGEMENTS', 
       '', 
       'February 9, 2010 Tuesday', 
	   'l:1124385117',
       ' Media Blab News Bites', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('LIBRARY ACQUIRES PAPERS OF THURMAN ADAMS, JR.', 
       '', 
       'February 9, 2010 Tuesday', 
	   'l:1124385022',
       ' States News Service', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('SUNSHINE PORTAL PASSES SENATE UNANIMOUSLY', 
       '', 
       'February 9, 2010 Tuesday 2:09 PM  EST', 
	   'l:1124385024',
       ' US State News', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('PM asks governors to oversee electronic services, promises financial (adds) (Updates with more details)', 
       '', 
       'February 8, 2010 Monday 9:21 PM EST', 
	   'l:1124385086',
       ' TASS', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('Where Google Still Censors', 
       '', 
       'February 8, 2010', 
	   'l:1115298427',
       ' Forbes', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('Donald W. Reynolds Foundation Donates $12.75 Million to Help Fund the Ronald Reagan Presidential Library\'s Museum Renovation', 
       '', 
       'February 6, 2010 Saturday 10:00 AM GMT', 
	   'l:1124385063',
       ' Marketwire', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  


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

