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('Around the Remote: Chuck Barney\'s TV Picks for Nov. 22-28', 
       '', 
       'November 22, 2009 Sunday', 
	   'l:1079270099',
       ' San Jose Mercury News (California)', 
       '574',
       'Entertainment - News', 
       '', 
       '100019533', 

       'Chuck Barney\'s TV Picks for Nov. 22-28DON\'T MISS: The Macy\'s Thanksgiving Day Parade   It\'s not really Thanksgiving until gigantic floating balloons with big smiley faces invade our TV screens in the early morning hours. ("Look kids, it\'s Spongebob!"). The 83rd annual march through Manhattan, which follows a new route this year, will also feature its usual assortment of marching bands, celebrities, cheerleaders and, of course, that jolly bearded guy in the red suit. Overseeing the festivities are Matt Lauer, Meredith Vieira and Al Roker of the "Today Show." 9 a.m., Thursday Channels 3 and 11 (NBC).OTHER BETS:'),
  


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

