function writeMJA(){

// 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 = 'Jane Wagner, MJA';
var type0 = 'alumni';
var pgm0 = '<font color="#8e001c">County Sheriffs Department</font><br>Justice Administration Valedictorian&nbsp;\'06';
var text0 = 'Norwich is a quality institution and that quality is translated throughout the MJA program by staff who are committed to developing students into quality leaders through the enhancement of knowledge, broadened thought processes, elevated communication skills, and ethical personal development';

var name1 = 'Deborah Woodward Rhyne,&nbsp;EdD';
var type1 = 'faculty';
var pgm1 = 'Justice Administration Faculty';
var text1 = 'Dr. Rhyne began her law enforcement career in 1973 with Titusville Police Department (Florida). In 1976 she was contracted by the United States Air Force as a Security Police Officer at Patrick Air Force Base and Cape Canaveral Air Force Station. Her assignments during her tour of duty included: SWAT Team Leader, Traffic Enforcement Specialist and Marine Patrol Senior Officer.';

var name2 = 'April Christiansen';
var type2 = 'alumni';
var pgm2 = 'MA, Justice Administration&nbsp;\'06';
var text2 = 'After researching master\'s programs, I knew that Norwich University\'s Master of Justice Administration program would help to give me that edge, and I was right. I wasn\'t even done with the program when I was offered a supervisory position!';


//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_mja_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
}