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('Corner-Books: An interview with author Sharon Flake', 
       '', 
       'February 10, 2010, Wednesday 1:20 PM EST', 
	   'l:1124507279',
       ' Scripps Howard News Service', 
       '574',
       'Entertainment - News', 
       '', 
       '100019533', 

       'In 10 years, Sharon Flake had published six award-winning books, mostly for teens. Writing came naturally to her, as did the stories about young African-American girls and boys facing challenges in navigating their teenage years.And then she developed writer\'s block."It was the first time I ever had writer\'s block. I had it bad," Flake said in a recent interview from her Pittsburgh home. "Part of the problem was that, for 10 years, people had been asking me, \'How do you write like that?\' And I would tell them that I have no idea, that I always have very little idea of where I\'m going when I write a book. ... It\'s something intuitive and beyond me."'),
  


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

