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('West Allis tries lighting a FIRE toward redevelopment &lt;|&gt; Funding mechanism willaid some \'distressed areas\'', 
       '', 
       'November 19, 2009 Thursday', 
	   'l:1077641176',
       ' Milwaukee Journal Sentinel (Wisconsin)', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('UA trustees give approval for new dorm New unit to cost $22 million on Math, Sciences campus', 
       '', 
       'November 14, 2009 Saturday', 
	   'l:1076132093',
       ' Arkansas Democrat-Gazette (Little Rock)', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Development investment firm awarded $60M in tax credits', 
       '', 
       'November 13, 2009 Friday', 
	   'l:1075452677',
       ' The Virginian-Pilot(Norfolk, VA.)', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Bioworks awarded $30M in tax credits;  Program to spur investment in low-income areas', 
       '', 
       'November 11, 2009 Wednesday', 
	   'l:1073306634',
       ' The Commercial Appeal (Memphis, TN)', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  
	

new sa('Construction continues at Holy Cross School in N.O.', 
       '', 
       'November 9, 2009', 
	   'l:1072560991',
       ' New Orleans CityBusiness (New Orleans, LA)', 
       '102376',
       'CDFI Fund &amp; Programs', 
       '', 
       '136200029', 

       ''),
  


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

