function writeMDY(){

// Set to the number of grads.  Remember that 0 is a number, so for 5 grads, set the number to 6
var w = 6;

var z=Math.floor(Math.random() * w);

// name/program/text/ for each grad
var name0 = 'Matthew Edwards';
var type0 = 'student';
var pgm0 = 'Diplomacy Student';
var text0 = 'While writing a book about being globally competitive in the software engineering industry it occurred to me that I needed more knowledge about global interactivity and how it impacts economics, job opportunity, and an ability to be globally competitive. So I began searching for an educational venue that would take me on this journey and give me more contexts for the world I experience on a daily basis through work and home life.';

var name1 = 'Sandra L. Fernandez,&nbsp;MDY';
var type1 = 'alumni';
var pgm1 = 'Diplomacy \'05';
var text1 = 'At the age of 34 I had two directions to head in when it came to my academic career -  simply finish my teaching credential and remain as such for thirty years or pursue a higher level of education which could open more windows of opportunity. I had encouraged the seniors I taught to do as much, and it seemed very appropriate to look deep with in myself and find I was not finished with as far as I could go when it came to my professional goals.';

var name2 = 'Stanley Janusz,&nbsp;MDY';
var type2 = 'alumni';
var pgm2 = 'Diplomacy \'06';
var text2 = 'Over the years, I acquired an intense interest in the international arena. As a self-employed, knowledge management consultant, whose largest client was a transnational corporation, I found myself intrigued by it. As the author of an international business-economic newsletter, I found myself in awe of it. I didn\'t believe, however, as a former Computer Science and Biology major, that I was sufficiently versed in it.';

var name3 = 'James Miskel';
var type3 = 'faculty';
var pgm3 = 'Diplomacy Faculty';
var text3 = 'I have greatly enjoyed working in the Norwich University Diplomacy and International Relations program for a number of reasons including the quality of the students and the administrative support that the University gives faculty and students. Diplomacy and International Relations students bring a lot to the table in terms of experience in Washington, Afghanistan, Iraq, Korea, and just about anywhere else military are deployed and foreign service personnel work.';

var name4 = 'Stephen Twing';
var type4 = 'faculty';
var pgm4 = 'Diplomacy Faculty';
var text4 = 'I was first introduced to the Norwich Masters in Diplomacy by a colleague who had been teaching in the program for a year or so. Prior to that I had been aware of Norwich\'s excellent reputation as a premiere "brick and mortar"  military college, but I had not known about its innovative online graduate programs. The first thing that struck me upon being hired as an instructor in the Diplomacy program was the quality of the program\'s curriculum.';

var name5 = 'Andrew Morgado,&nbsp;MDY';
var type5 = 'alumni';
var pgm5 = 'Diplomacy \'06';
var text5 = 'The Diplomacy Program has certainly helped me in my current position. It has provided me a deep base of knowledge of international affairs and enables me to effectively engage and educate our future Army officers and expand their understanding of the international system.';

//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_mdy_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
}