function writeMMH(){

// 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 = 'Pam Bradbury';
var type0 = 'student';
var pgm0 = 'Military History Student';
var text0 = 'I like to give you positive feedback because this is such a new program. I don\'t think I could have picked a better school, online or traditional. You get exposed to so many diverse ideas. If you go to a traditional school you get the traditional rhetoric. ';

var name1 = 'Holly Senatore';
var type1 = 'student';
var pgm1 = 'Military History Alumni';
var text1 = 'One factor that consistently appealed to me about the Norwich MA in Military History program was the consistent mentoring by the instructors during the discussions. Each of my professors provided insightful and constructive feedback to each of the students and expressed their true concern for our academic progress.';

var name2 = 'Heidi L. Hawkinson-Penny';
var type2 = 'student';
var pgm2 = 'Military History Alumni';
var text2 = 'The road for me started with my acceptance letter and ended with a masters degree in Military History. But between that beginning and end was an educational journey that was enriched by professors who lead the field and my cohorts whose experiences and knowledge forced me to not only work harder but also helped me to see another point of view.';



//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+'" alt="" border="0" height="18" width="243"><br></td></tr><tr><td align="left" valign="top" width="8"><img src="'+spacer+'" alt="" border="0" height="18" width="18"><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" alt="Spotlight:" border="0"><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_mmh_spotlight_0'+z+'.jpg" width="148" height="148" alt="Spotlight Image" border="0"></a><!--end PHOTO--></td></tr></table><img src="'+spacer+'" alt="" border="0" height="9" width="150"><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+'" alt="" border="0" height="18" width="18"><br></td></tr><tr height="18"><td align="left" valign="top" colspan="3" width="243" height="18"><img src="'+spacer+'" alt="" border="0" height="18" width="243"><br></td></tr></table>');

//end
}