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('NOTABLE', 
       '', 
       'November 22, 2009 Sunday', 
	   'l:1079281834',
       ' The Columbus Dispatch (Ohio)', 
       '574',
       'Sports - News', 
       '', 
       '100019514', 

       '* Image is everything: Ari Fleischer Communications, a sports public relations firm headed by the former press secretary for President George W. Bush, was hired by BCS officials to help remodel its tattered image. BCS executive director Bill Hancock said the goal of the hiring was to help highlight the positive aspects of the BCS.'),
  


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

