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('Mehserle to be tried in downtown L.A.;  THE BART POLICE SHOOTING', 
       '', 
       'November 20, 2009 Friday', 
	   'l:1078370906',
       ' The San Francisco Chronicle (California)', 
       '2083',
       'Home Page news', 
       '', 
       '100005246', 

       ''),
  
	

new sa('Officer plans to appeal ruling regarding retaliation', 
       '', 
       'November 18, 2009 Wednesday', 
	   'l:1078372892',
       ' The Beach Reporter (Manhattan Beach, California)', 
       '2083',
       'Home Page news', 
       '', 
       '100005246', 

       ''),
  
	

new sa('Decision in lawsuit favors city', 
       '', 
       'November 19, 2009 Thursday', 
	   'l:1078372579',
       ' The Times (Munster, Indiana)', 
       '2083',
       'Home Page news', 
       '', 
       '100005246', 

       ''),
  
	

new sa('BRIEF: Crank gets three years for student loan scam', 
       '', 
       'November 19, 2009 Thursday', 
	   'l:1078372532',
       ' Tahlequah Daily Press (Oklahoma)', 
       '2083',
       'Home Page news', 
       '', 
       '100005246', 

       ''),
  
	

new sa('Local man sentenced in downtown stabbing', 
       '', 
       'November 19, 2009 Thursday', 
	   'l:1078372348',
       ' The Press-Republican (Plattsburgh, New York)', 
       '2083',
       'Home Page news', 
       '', 
       '100005246', 

       ''),
  


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

