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('Treasury launches program to spur small-business lending', 
       '', 
       'February 4, 2010', 
	   'u:1122396386',
       'LATimes.com', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Treasury offers loans to banks funding community development', 
       '', 
       'February 4, 2010', 
	   'u:1121570574',
       'The Washington Post.com', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Obama Administration to Provide $1B to Small Banks', 
       '', 
       'February 3, 2010', 
	   'u:1122441973',
       'ABCNews.com', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('U.S. Eases Terms on Aid to Community Lenders ', 
       '', 
       'February 3, 2010', 
	   'u:1122418553',
       'Wall Street Journal.com ', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Obama administration to provide $1B to small banks', 
       '', 
       'February 3, 2010', 
	   'u:1122345022',
       'Businessweek.com', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  


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

