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

var singleTopic = true;




news = new Array(


	

new sa('Unemployment rates rise in 29 states', 
       '', 
       'November 20, 2009 Friday 12:12 PM EST', 
	   'l:1079189517',
       ' CNNMoney.com', 
       '574',
       'Latest News - CNNMoney', 
       '', 
       '100019402', 

       'A growing number of states reported rising jobless rates in October, and thirteen states reported unemployment rates above the national average of 10.2%, according to a government report released on Friday.Overall, jobless rates increased in 29 states and the District of Columbia last month, while they fell in 13 states, according to a monthly Labor Department survey on state unemployment.In September, 23 states and Washington D.C. reported that their unemployment rates increased, and 14 states had jobless rates above the national average.'),
  


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

