function writeMCE(){

// Set to the number of grads.  Remember that 0 is a number, so for 5 grads, set the number to 6
var w = 3;

var z=Math.floor(Math.random() * w);

// name/program/text/ for each grad
var name0 = 'Tim Santo, MCE';
var type0 = 'alumni';
var pgm0 = 'Civil Engineering Alumnus';
var text0 = 'I feel that the master\'s program has really broadened my perceptions, broadened my experience, and broadened my knowledge in my field. It may even help me find a new career in teaching or in starting my own business.';

var name1 = 'Scott Sabol, MCE';
var type1 = 'faculty';
var pgm1 = 'Civil Engineering Faculty';
var text1 = 'I was very humbled to receive the award, and if people ask me what I think makes a good instructor it comes down to caring; I want the students to learn.';

var name2 = 'N. Catherine Baz&aacute;n-Arias, MCE';
var type2 = 'faculty';
var pgm2 = 'Civil Engineering Faculty';
var text2 = 'The at-large director is supposed to represent [the American Society of Civil Engineers] globally. In my personal agenda I would like to attend at least two to three symposiums or seminars in which to participate so the international contacts ASCE has will grow.';


//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="/spotlight_0'+z+'.php"><img src="/webtemplate_images/content_mce_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="/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
}