function writeINDEX(){

// Set to the number of grads.  Remember that 0 is a number, so for 5 grads, set the number to 6
var w = 9;

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 = 'Joe Albaugh, MSIA \'07';
var type1 = 'alumni';
var pgm1 = 	'<font color="#8e001c">CISO, U.S. Food and Drug Administration</font><br>Information Assurance Alumnus';
var text1= 'The due diligence and collaboration of the [MSIA] program... 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 name2 = 'Jane Wagner, MJA';
var type2 = 'alumni';
var pgm2 = 	'<font color="#8e001c">County Sheriffs Department</font><br>Justice Administration Valedictorian&nbsp;\'06';
var text2 = '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 name3 = 'Matthew Edwards';
var type3 = 'student';
var pgm3 = 'Diplomacy Student';
var text3 = '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.';

var name4 = 'Brett S. Lasser';
var type4 = 'alumni';
var pgm4 = 'MBA Alumnus';
var text4 = '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.';

var name5 = 'Tim Santo, MCE';
var type5 = 'alumni';
var pgm5 = 'Civil Engineering Alumnus';
var text5 = 'I feel that the master\'s program has really broadened my perceptions, broadened my experience, and broadened my knowledge in my field. It may even help me find a new career in teaching or in starting my own business.';

var name6 = 'Scott Sabol, MCE';
var type6 = 'faculty';
var pgm6 = 'Civil Engineering Faculty';
var text6 = 'I was very humbled to receive the award, and if people ask me what I think makes a good instructor it comes down to caring; I want the students to learn.';

var name7 = 'Andrew Morgado, MDY';
var type7 = 'alumni';
var pgm7 = 'Diplomacy \'06';
var text7 = '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.';

var name8 = 'N. Catherine Baz&aacute;n-Arias, MCE';
var type8 = 'faculty';
var pgm8 = 'Civil Engineering Faculty';
var text8 = 'The at-large director is supposed to represent [the American Society of Civil Engineers] globally. In my personal agenda I would like to attend at least two to three symposiums or seminars in which to participate so the international contacts ASCE has will grow.';


//alert(z);

var spacer = '/webtemplate_images/spacer.gif';

	document.write('<table width="168" border="0" cellspacing="0" cellpadding="0"><tr height="18"><td align="left" valign="top" colspan="3" height="18"><img src="'+spacer+'" alt="" border="0" height="18" width="168"><br></td></tr><tr><td align="left" valign="top" width="8"><img src="'+spacer+'" alt="" border="0" height="18" width="9"><br></td><td align="left" valign="top" class="side_text" width="150"><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_grad_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="9"><img src="'+spacer+'" alt="" border="0" height="18" width="9"><br></td></tr><tr height="18"><td align="left" valign="top" colspan="3" width="168" height="18"><img src="'+spacer+'" alt="" border="0" height="18" width="168"><br></td></tr></table>');

//end
}