function writeMSIA(){

// 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 = 'Joe Albaugh, MSIA \'07, <font size="2">CISO, U.S. Food and Drug Administration</font>';
var type0 = 'alumni';
var pgm0 = 'Information Assurance Alumni';
var text0= 'The due diligence and collaboration of the [MSIA] program &hellip; set me up for handling the amount of information in the program we have here [at the FDA], making sure what I put on paper is coherent and concise.';

var name1 = 'Arian&nbsp;Eigen&nbsp;Heald, MA,&nbsp;MsIA,&nbsp;CNE, CEH, CISA, QDSP, CISSP';
var type1 = 'alumni';
var pgm1 = 'Information Assurance&nbsp;\'04';
var text1 = 'I looked at many colleges after deciding to go back to school. Norwich University\'s designation by the National Security Agency as a Center of Excellence in Information Assurance caught my eye. Although there are now many more schools with that designation, Norwich was one of the first.';

var name2 = 'Mike Buglewicz, MSIA';
var type2 = 'alumni';
var pgm2 = 'Information Assurance Alumni';
var text2 = 'I use our weekly papers as vehicles to solve many of the problems I face at work. I literally take what we discuss, write about and learn in class and apply the knowledge, in some cases within hours.';

var name3 = 'Dianne Coleman, MSIA';
var type3 = 'alumni';
var pgm3 = 'Information Assurance Alumni';
var text3 = 'I chose Norwich University\'s Master of Science in Information Assurance Program for its return on investment. With college costs on the rise, I knew I needed to make the right decision in choosing a school for my degree. Norwich\'s program is rigorous, challenging, and current. ';

var name4 = 'Steven Lovaas, MSIA';
var type4 = 'alumni';
var pgm4 = 'Information Assurance Alumni';
var text4 = 'When I started the Norwich MSIA program, I worked for a public school district with approximately 30,000 students and employees. At the time, the district\'s information security was negligible, with outdated policies and a few access control entries on the Internet router.';

var name5 = 'Eric Salveggio, MSIA';
var type5 = 'alumni';
var pgm5 = 'Information Assurance Alumni';
var text5= 'As the Director of Virginia College\'s Network Engineering program, my challenge was to teach others how to properly set up and protect their employer\'s infrastructure.';

//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="/infoassurance/spotlight_0'+z+'.php"><img src="/webtemplate_images/content_msia_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="/infoassurance/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
}