function writeCTL(){

// Set to the number of grads.  Remember that 0 is a number, so for 5 grads, set the number to 6
var w = 1;

var z=Math.floor(Math.random() * w);

// name/program/text/ for each grad
var name0 = 'David Lyons';
var type0 = 'student';
var pgm0 = 'CTL Student';
var text0 = 'This has given me weekly, almost daily, opportunities to reflect on what I do [and] six months of continuous learning, engaging and being able to apply what I\'m learning.';

//alert(z);

var spacer = '/webtemplate_images/spacer.gif';

	document.write('<table width="243" border="0" cellspacing="0" cellpadding="0"><tr height="18"><td align="left" valign="top" colspan="3" width="243" height="18"><img src="'+spacer+'" border="0" height="18" width="243" border="0"><br></td></tr><tr><td align="left" valign="top" width="8"><img src="'+spacer+'" border="0" height="18" width="18" border="0"><br></td><td align="left" valign="top" class="side_text" width="207"><img src="/webtemplate_images/title_side_'+eval("type"+z)+'spotlight.gif" width="150" height="27" border="0" alt="Spotlight:"><br><table width="150" border="0" cellspacing="0" cellpadding="1" bgcolor="#111111" height="150"><tr height="148"><td align="left" valign="top" width="148" height="148"><!--PHOTO--><a href="/teachlearn/spotlight_0'+z+'.php"><img src="/webtemplate_images/content_tl_spotlight_0'+z+'.jpg" width="148" height="148" border="0" alt="Spotlight Image"></a><!--end PHOTO--></td></tr></table><img src="'+spacer+'" border="0" height="9" width="150" border="0"><br><span class="side_title">'+eval("name"+z)+'</span><br><span class="side_subtitle">'+eval("pgm"+z)+'</span><br><br><!--QUOTE-->'+eval("text"+z)+'<br><!--end QUOTE--><br><b><a href="/teachlearn/spotlight_0'+z+'.php">&raquo;&nbsp;Read&nbsp;More</a></b><br></td><td align="left" valign="top" width="18"><img src="'+spacer+'" border="0" height="18" width="18" border="0"><br></td></tr><tr height="18"><td align="left" valign="top" colspan="3" width="243" height="18"><img src="'+spacer+'" border="0" height="18" width="243" border="0"><br></td></tr></table>');
//end
}