
function writeSpotlight(tagline)
{
document.write('<div class="AC-SpotlightSmall">');
document.write('	<div class="AC-SpotlightSmallImage">');
document.write('		<a rel="lyteframe" rev="width:550px;height:500px;scrolling:auto;" href="http://profiles.lesley.edu/spotlight.php?iSpotID=401">');
document.write('			<img src="http://www.lesley.edu/images/spotlight/401.jpg" width="163" border="0" alt="Shaun McNiff, PhD"><br>');
document.write('		</a>');
document.write('	</div>');
document.write('	<div class="bio">');
if(tagline != "skip") document.write('		<img src="/images/AIB/home/tagline.gif" width="226" height="47" border="0" alt="The world needs help in many ways. We choose to do something about it. We choose to wake up the world.">');
if(tagline != "skip") document.write('		<br><br>');
document.write('		<div class="name">Shaun McNiff, PhD</div>');
document.write('		Lesley University<br><br><p><p> Why choose Lesley?&nbsp; &quot;Because the mind is shaped by the quality of the company it ...<br><br>');
document.write('		<a rel="lyteframe" rev="width:550px;height:500px;scrolling:auto;" href="http://profiles.lesley.edu/spotlight.php?iSpotID=401"  class="morelink"><span>full profile</span></a><br>');
document.write('	</div>');
document.write('</div>');
}
