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('Jobs take top priority in Washington this week', 
       '', 
       'February 8, 2010 Monday 1:51 PM EST', 
	   'l:1123862585',
       ' MarketWatch', 
       '574',
       'Latest News - Marketwatch', 
       '', 
       '100019799', 

       'WASHINGTON (MarketWatch) -- Job creation will be job No. 1 in Washington this week, with a bipartisan meeting at the White House on tap, in addition to possible movement in the Senate on a jobs bill and a handful of congressional hearings dealing with employment and the economy.With Friday\'s employment report showing that the economy lost 20,000 jobs in January -- but also showing that the jobless rate ticked down to 9.7% -- lawmakers and the White House are anxious to try to kick-start job creation. The question now is whether they can do it in a bipartisan way given the new math in the Senate that leaves Democrats without their filibuster-proof majority.'),
  


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

