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('Critics are helpful, Obama tells China;  U.S. leader makes pitch for an open Internet as he walks a delicate line', 
       '', 
       'November 17, 2009 Tuesday', 
	   'l:1075721587',
       ' The International Herald Tribune', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('In China, Obama gets limited exposure;  His nuanced message of free expression to students is restricted', 
       '', 
       'November 17, 2009 Tuesday', 
	   'l:1075721588',
       ' The International Herald Tribune', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('India:\'Libraries treasure of knowledge\'', 
       '', 
       'November 17, 2009 Tuesday', 
	   'l:1075721597',
       ' Right Vision News', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('Iran: Book Week underway in Iran', 
       '', 
       'November 17, 2009 Tuesday', 
	   'l:1075721600',
       ' Right Vision News', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('Iran: Iran donates books to Russian academic centers', 
       '', 
       'November 17, 2009 Tuesday', 
	   'l:1075721601',
       ' Right Vision News', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  
	

new sa('Canada: Linden Lab Aims To Make (Second) Life Easier For IP Owners', 
       '', 
       'November 16, 2009', 
	   'l:1075721634',
       ' Mondaq Business Briefing', 
       '101968',
       'Most Recent Updates', 
       '', 
       '108160036', 

       ''),
  


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

