function writeMBA(){

// 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 = 'Brett S. Lasser';
var type0 = 'alumni';
var pgm0 = 'MBA Alumnus';
var text0 = 'In a previous job, my employer was very education-minded which was the driving force in my earning the MBA. With limited time, I decided to consider an online program.  Norwich seemed like the right choice. After the first seminar, I knew I was doing the right thing at the right school. My first class in Strategic Resource Management was a great eye opener for me and it quickly helped me climb the corporate ladder.';

//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_mba_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
}