

//This script writes the Author Spotlight code into its table cell. 



//To update the Spotlight, change the 5 variables and stage this file. 



//When updating the tagline variable use the "\" character to \"escape\" double quotes. 



var link="http://www.randomhouse.com/teachers/authors/results.pperl?authorid=75728" 



var image="http://www.randomhouse.com/catalog/authphoto_110/75728_donofrio_beverly.gif" 



var name="Beverly Donofrio" 



var photocredit= "Photo © Will O'Leary"



var tagline="Meet Beverly Donofrio! She has published two books for adults, including the bestselling memoir Riding in Cars with Boys. She began writing for children with her picture book Mary and the Mouse, the Mouse and Mary. Her most recent book is Thank You Lucky Stars, the story of a 5th grade girl trying to deal with her changing friendships."  


document.write('<div align="center"><a href="'+link+'"><img src="'+image+'" width=93 align=center hspace=0 border=1></a></div><font class="large"><b><a href="'+link+'">'+name+'</a></b></font><br><span class="standard">'+tagline+'<br><a href="'+link+'">Learn more . . . </a> </span><br><br><span class="credit">'+photocredit+'</span>');


