/* Contains the profile data.
	ENTER NEW PROFILES HERE!!!
	Data is used by both the profile menu functions and the random profile function 
*/
	

// path info
// use trailing slashes!
path_image_base = "/profiles/";
path_document_base = "/profiles/";
path_thumb_base = "/profiles/";


// category info
categoryArray = new Array();
categoryArray[0] = "student";
categoryArray[1] = "faculty";
categoryArray[2] = "alumni";
categoryArray[3] = "research";

// college info 
collegeArray = new Array();
collegeArray[0] = "Armour College of Engineering";
collegeArray[1] = "College of Architecture";
collegeArray[2] = "Institute of Psychology";
collegeArray[3] = "Center for Professional Development";
collegeArray[4] = "College of Science and Letters";
collegeArray[5] = "Stuart School of Business";
collegeArray[6] = "Chicago-Kent College of Law";
collegeArray[7] = "Institute of Design";





// rest of profiles you want randomly to come up 
// must be manually added here
// weight: possible values are 3, 2, 1
// 3 is more likely to show up. (will be added to the pool 3 times)
var profilesArray =  new Array(109) // ****DONT FORGET TO put total number of profiles here****
for ( i = 0; i < profilesArray.length; i++ ) {
	profilesArray[i] = new Array(8); // the number here refers to the number of fields stored for each profile
}



/*  **IMPORTANT**:
	When you add a profile to the array, you do NOT need the 
	full image or document path, just the name of the document (or image)
	itself. But, they MUST BE IN THE CORRECT FOLDER! 
	Example (for adding a student): 
	Student large images go in /profiles/student/images/
	Student documents go in /profiles/student/
	Student thumbs go in /profiles/student/images/thumbs/
	Student category is 0 (see above for categories).
	-Major could also be title for faculty or project for research
*/
profilesArray[0]['name'] = "Adam Berg";
profilesArray[0]['image_file'] = "berg.jpg";
profilesArray[0]['page_name'] = "adam_berg.html";
profilesArray[0]['category'] = 0;
profilesArray[0]['weight'] = 1;
profilesArray[0]['thumb'] = "";
profilesArray[0]['college'] = 0;
profilesArray[0]['major']="ECE Undergraduate";

profilesArray[1]['name'] = "Brad Ford";
profilesArray[1]['image_file'] = "ford.jpg";
profilesArray[1]['page_name'] = "brad_ford.html";
profilesArray[1]['category'] = 0;
profilesArray[1]['weight'] = 1;
profilesArray[1]['thumb'] = "";
profilesArray[1]['college'] = 1;
profilesArray[1]['major']="Architecture Undergraduate";

profilesArray[2]['name'] = "Laura Franek";
profilesArray[2]['image_file'] = "franek.jpg";
profilesArray[2]['page_name'] = "laura_franek.html";
profilesArray[2]['category'] = 0;
profilesArray[2]['weight'] = 1;
profilesArray[2]['thumb'] = "";
profilesArray[2]['college'] = 7;
profilesArray[2]['major']="Communications Design, Research Master's Candidate";

profilesArray[3]['name'] = "Dorothy Brown";
profilesArray[3]['image_file'] = "brown2.jpg";
profilesArray[3]['page_name'] = "dorothy_brown.html";
profilesArray[3]['category'] = 2;
profilesArray[3]['weight'] = 1;
profilesArray[3]['thumb'] = "";
profilesArray[3]['college'] = 6;
profilesArray[3]['major']="J.D. from Chicago-Kent, 1996, Clerk of the Circuit Court of Cook County";

profilesArray[4]['name'] = "Donna V. Robertson";
profilesArray[4]['image_file'] = "robertson.jpg";
profilesArray[4]['page_name'] = "donna_robertson.html";
profilesArray[4]['category'] = 1;
profilesArray[4]['weight'] = 1;
profilesArray[4]['thumb'] = "";
profilesArray[4]['college'] = 1;
profilesArray[4]['major']="College of Architecture";

profilesArray[5]['name'] = "Ron Krueck";
profilesArray[5]['image_file'] = "krueck.jpg";
profilesArray[5]['page_name'] = "ron_krueck.html";
profilesArray[5]['category'] = 2;
profilesArray[5]['weight'] = 1;
profilesArray[5]['thumb'] = "";
profilesArray[5]['college'] = 1;
profilesArray[5]['major']="Bachelor of Architecture, 1970";

profilesArray[6]['name'] = "IIT VoIP Lab";
profilesArray[6]['image_file'] = "voip_davids.jpg";
profilesArray[6]['page_name'] = "voip_lab.html";
profilesArray[6]['category'] = 3;
profilesArray[6]['weight'] = 1;
profilesArray[6]['thumb'] = "research_thumb_1.jpg";
profilesArray[6]['college'] = 3;
profilesArray[6]['major']="";

profilesArray[7]['name'] = "Richard W. Wright";
profilesArray[7]['image_file'] = "wright.jpg";
profilesArray[7]['page_name'] = "richard_wright.html";
profilesArray[7]['category'] = 1;
profilesArray[7]['weight'] = 1;
profilesArray[7]['thumb'] = "";
profilesArray[7]['college'] = 6;
profilesArray[7]['major']="Chicago-Kent College of Law";

profilesArray[8]['name'] = "Frank Flury";
profilesArray[8]['image_file'] = "flurry.jpg";
profilesArray[8]['page_name'] = "frank_flury.html";
profilesArray[8]['category'] = 1;
profilesArray[8]['weight'] = 1;
profilesArray[8]['thumb'] = "";
profilesArray[8]['college'] = 1;
profilesArray[8]['major']="College of Architecture";

profilesArray[9]['name'] = "Center for Sustainable Enterprise";
profilesArray[9]['image_file'] = "cse_nassos.jpg";
profilesArray[9]['page_name'] = "cse.html";
profilesArray[9]['category'] = 3;
profilesArray[9]['weight'] = 1;
profilesArray[9]['thumb'] = "";
profilesArray[9]['college'] = 5;
profilesArray[9]['major']="";

profilesArray[10]['name'] = "Mark Sexton";
profilesArray[10]['image_file'] = "sexton.jpg";
profilesArray[10]['page_name'] = "mark_sexton.html";
profilesArray[10]['category'] = 2;
profilesArray[10]['weight'] = 1;
profilesArray[10]['thumb'] = "";
profilesArray[10]['college'] = 1;
profilesArray[10]['major']="Bachelor of Architecture, 1980";

profilesArray[11]['name'] = "Chicago Consortium for Stigma Research";
profilesArray[11]['image_file'] = "ccsr.jpg";
profilesArray[11]['page_name'] = "ccsr.html";
profilesArray[11]['category'] = 3;
profilesArray[11]['weight'] = 1;
profilesArray[11]['thumb'] = "";
profilesArray[11]['college'] = 2;
profilesArray[11]['major']="";

profilesArray[12]['name'] = "Geoffrey Harris";
profilesArray[12]['image_file'] = "harris.jpg";
profilesArray[12]['page_name'] = "geoffrey_harris.html";
profilesArray[12]['category'] = 1;
profilesArray[12]['weight'] = 1;
profilesArray[12]['thumb'] = "faculty_thumb_1.jpg";
profilesArray[12]['college'] = 5;
profilesArray[12]['major']="Assistant Professor of Finance, Stuart School of Business";

profilesArray[13]['name'] = "Mark Anastasio";
profilesArray[13]['image_file'] = "anastasio.jpg";
profilesArray[13]['page_name'] = "mark_anastasio.html";
profilesArray[13]['category'] = 1;
profilesArray[13]['weight'] = 1;
profilesArray[13]['thumb'] = "";
profilesArray[13]['college'] = 0;
profilesArray[13]['major']="Department of Biomedical Engineering";

profilesArray[14]['name'] = "Linda Spentzouris";
profilesArray[14]['image_file'] = "spentzouris.jpg";
profilesArray[14]['page_name'] = "linda_spentzouris.html";
profilesArray[14]['category'] = 1;
profilesArray[14]['weight'] = 1;
profilesArray[14]['thumb'] = "";
profilesArray[14]['college'] = 4;
profilesArray[14]['major']="Department of Biological, Chemical and Physical Sciences";

profilesArray[15]['name'] = "Ed Kaplan";
profilesArray[15]['image_file'] = "kaplan.jpg";
profilesArray[15]['page_name'] = "ed_kaplan.html";
profilesArray[15]['category'] = 2;
profilesArray[15]['weight'] = 1;
profilesArray[15]['thumb'] = "";
profilesArray[15]['college'] = 0;
profilesArray[15]['major']="Bachelor of Science in Mechanical Engineering, 1965. CEO and Chairman, Zebra Technologies";

profilesArray[16]['name'] = "Miles Wernick";
profilesArray[16]['image_file'] = "wernick.jpg";
profilesArray[16]['page_name'] = "miles_wernick.html";
profilesArray[16]['category'] = 1;
profilesArray[16]['weight'] = 1;
profilesArray[16]['thumb'] = "";
profilesArray[16]['college'] = 0;
profilesArray[16]['major']="Department of Electrical and Computer Engineering";

profilesArray[17]['name'] = "Rong Wang";
profilesArray[17]['image_file'] = "wang_r.jpg";
profilesArray[17]['page_name'] = "rong_wang.html";
profilesArray[17]['category'] = 1;
profilesArray[17]['weight'] = 1;
profilesArray[17]['thumb'] = "";
profilesArray[17]['college'] = 4;
profilesArray[17]['major']="Department of Biological, Chemical and Physical Sciences ";

profilesArray[18]['name'] = "Thinkering Spaces";
profilesArray[18]['image_file'] = "thinkering_spaces.jpg";
profilesArray[18]['page_name'] = "thinkering_spaces.html";
profilesArray[18]['category'] = 3;
profilesArray[18]['weight'] = 1;
profilesArray[18]['thumb'] = "";
profilesArray[18]['college'] = 7;
profilesArray[18]['major']="";

profilesArray[19]['name'] = "Dylan Easley";
profilesArray[19]['image_file'] = "easley.jpg";
profilesArray[19]['page_name'] = "dylan_easley.html";
profilesArray[19]['category'] = 2;
profilesArray[19]['weight'] = 1;
profilesArray[19]['thumb'] = "";
profilesArray[19]['college'] = 0;
profilesArray[19]['major']="";

profilesArray[20]['name'] = "Victor Perez-Luna";
profilesArray[20]['image_file'] = "perez_luna.jpg";
profilesArray[20]['page_name'] = "victor_perez_luna.html";
profilesArray[20]['category'] = 1;
profilesArray[20]['weight'] = 1;
profilesArray[20]['thumb'] = "";
profilesArray[20]['college'] = 0;
profilesArray[20]['major']="Department of Chemical and Biological Engineering";

profilesArray[21]['name'] = "Lauren Joyce";
profilesArray[21]['image_file'] = "joyce.jpg";
profilesArray[21]['page_name'] = "lauren_joyce.html";
profilesArray[21]['category'] = 2;
profilesArray[21]['weight'] = 1;
profilesArray[21]['thumb'] = "";
profilesArray[21]['college'] = 4;
profilesArray[21]['major']="B.S. in Professional and Technical Communication, 2006, Admission Counselor, IIT";

profilesArray[22]['name'] = "Adrienne Chin-Perez";
profilesArray[22]['image_file'] = "chin_perez.jpg";
profilesArray[22]['page_name'] = "adrienne_chin_perez.html";
profilesArray[22]['category'] = 0;
profilesArray[22]['weight'] = 1;
profilesArray[22]['thumb'] = "";
profilesArray[22]['college'] = 2;
profilesArray[22]['major']="Psychology Undergraduate";

profilesArray[23]['name'] = "Crystal Reynolds";
profilesArray[23]['image_file'] = "reynolds.jpg";
profilesArray[23]['page_name'] = "crystal_reynolds.html";
profilesArray[23]['category'] = 0;
profilesArray[23]['weight'] = 1;
profilesArray[23]['thumb'] = "";
profilesArray[23]['college'] = 2;
profilesArray[23]['major']="Psychology Undergraduate";

profilesArray[24]['name'] = "Institute for Law and the Workplace";
profilesArray[24]['image_file'] = "ilw.jpg";
profilesArray[24]['page_name'] = "ilw.html";
profilesArray[24]['category'] = 3;
profilesArray[24]['weight'] = 1;
profilesArray[24]['thumb'] = "";
profilesArray[24]['college'] = 6;
profilesArray[24]['major']="";

profilesArray[25]['name'] = "Vijay Kumar";
profilesArray[25]['image_file'] = "kumar.jpg";
profilesArray[25]['page_name'] = "vijay_kumar.html";
profilesArray[25]['category'] = 1;
profilesArray[25]['weight'] = 1;
profilesArray[25]['thumb'] = "";
profilesArray[25]['college'] = 7;
profilesArray[25]['major']="Institute of Design";

profilesArray[26]['name'] = "Bing Qie";
profilesArray[26]['image_file'] = "qie.jpg";
profilesArray[26]['page_name'] = "bing_qie.html";
profilesArray[26]['category'] = 0;
profilesArray[26]['weight'] = 1;
profilesArray[26]['thumb'] = "";
profilesArray[26]['college'] = 3;
profilesArray[26]['major']="Master of Industrial Technology and Operations";

profilesArray[27]['name'] = "M. Krishna Erramilli";
profilesArray[27]['image_file'] = "erramilli.jpg";
profilesArray[27]['page_name'] = "krishna_erramilli.html";
profilesArray[27]['category'] = 1;
profilesArray[27]['weight'] = 1;
profilesArray[27]['thumb'] = "";
profilesArray[27]['college'] = 5;
profilesArray[27]['major']="Professor of Marketing and Director of IIT Stuart MBA Program";

profilesArray[28]['name'] = "Jared Gardner";
profilesArray[28]['image_file'] = "gardner.jpg";
profilesArray[28]['page_name'] = "jared_gardner.html";
profilesArray[28]['category'] = 2;
profilesArray[28]['weight'] = 1;
profilesArray[28]['thumb'] = "";
profilesArray[28]['college'] = 0;
profilesArray[28]['major']="B.S. in Mechanical Engineering, 2006";

profilesArray[29]['name'] = "Leo Bassett";
profilesArray[29]['image_file'] = "bassett.jpg";
profilesArray[29]['page_name'] = "leo_bassett.html";
profilesArray[29]['category'] = 0;
profilesArray[29]['weight'] = 1;
profilesArray[29]['thumb'] = "";
profilesArray[29]['college'] = 5;
profilesArray[29]['major']="Stuart, Business Administration";

profilesArray[30]['name'] = "Ray Trygstad";
profilesArray[30]['image_file'] = "trygstad.jpg";
profilesArray[30]['page_name'] = "ray_trygstad.html";
profilesArray[30]['category'] = 1;
profilesArray[30]['weight'] = 1;
profilesArray[30]['thumb'] = "";
profilesArray[30]['college'] = 3;
profilesArray[30]['major']="Information Technology and Management";

profilesArray[31]['name'] = "Lydia Benger";
profilesArray[31]['image_file'] = "benger.jpg";
profilesArray[31]['page_name'] = "lydia_benger.html";
profilesArray[31]['category'] = 0;
profilesArray[31]['weight'] = 1;
profilesArray[31]['thumb'] = "";
profilesArray[31]['college'] = 0;
profilesArray[31]['major']="MMAE Undergraduate";

profilesArray[32]['name'] = "Ishaque Khan";
profilesArray[32]['image_file'] = "khan_i.jpg";
profilesArray[32]['page_name'] = "ishaque_khan.html";
profilesArray[32]['category'] = 1;
profilesArray[32]['weight'] = 1;
profilesArray[32]['thumb'] = "";
profilesArray[32]['college'] = 4;
profilesArray[32]['major']="Department of Biological, Chemical and Physical Sciences";

profilesArray[33]['name'] = "Timothy Holbrook";
profilesArray[33]['image_file'] = "holbrook.jpg";
profilesArray[33]['page_name'] = "timothy_holbrook.html";
profilesArray[33]['category'] = 1;
profilesArray[33]['weight'] = 1;
profilesArray[33]['thumb'] = "";
profilesArray[33]['college'] = 6;
profilesArray[33]['major']="Chicago-Kent College of Law";

profilesArray[34]['name'] = "Tamara Sher";
profilesArray[34]['image_file'] = "sher.jpg";
profilesArray[34]['page_name'] = "tamara_sher.html";
profilesArray[34]['category'] = 1;
profilesArray[34]['weight'] = 1;
profilesArray[34]['thumb'] = "";
profilesArray[34]['college'] = 2;
profilesArray[34]['major']="Institute of Psychology";

profilesArray[35]['name'] = "Jiong Sun";
profilesArray[35]['image_file'] = "sun.jpg";
profilesArray[35]['page_name'] = "jiong_sun.html";
profilesArray[35]['category'] = 1;
profilesArray[35]['weight'] = 1;
profilesArray[35]['thumb'] = "";
profilesArray[35]['college'] = 5;
profilesArray[35]['major']="Assistant Professor of Management, Stuart School of Business";

profilesArray[36]['name'] = "Walter Nathan ";
profilesArray[36]['image_file'] = "nathan.jpg";
profilesArray[36]['page_name'] = "walter_nathan.html";
profilesArray[36]['category'] = 2;
profilesArray[36]['weight'] = 1;
profilesArray[36]['thumb'] = "";
profilesArray[36]['college'] = 7;
profilesArray[36]['major']="B.S. in Mechanical Engineering, Founder and Chairman of RTC Industries";

profilesArray[37]['name'] = "Sanjaka Wirasingha";
profilesArray[37]['image_file'] = "wirasingha.jpg";
profilesArray[37]['page_name'] = "sanjaka_wirasingha.html";
profilesArray[37]['category'] = 0;
profilesArray[37]['weight'] = 1;
profilesArray[37]['thumb'] = "";
profilesArray[37]['college'] = 0;
profilesArray[37]['major']="Electrical Engineering";

profilesArray[38]['name'] = "John Groszko";
profilesArray[38]['image_file'] = "groszko.jpg";
profilesArray[38]['page_name'] = "john_groszko.html";
profilesArray[38]['category'] = 0;
profilesArray[38]['weight'] = 1;
profilesArray[38]['thumb'] = "";
profilesArray[38]['college'] = 4;
profilesArray[38]['major']="Computer Science Undergraduate";

profilesArray[39]['name'] = "Sue Jin Kim";
profilesArray[39]['image_file'] = "kim.jpg";
profilesArray[39]['page_name'] = "sue_jin_kim.html";
profilesArray[39]['category'] = 0;
profilesArray[39]['weight'] = 1;
profilesArray[39]['thumb'] = "";
profilesArray[39]['college'] = 7;
profilesArray[39]['major']="Institute of Design";

profilesArray[40]['name'] = "Rohan Patil";
profilesArray[40]['image_file'] = "patil.jpg";
profilesArray[40]['page_name'] = "rohan_patil.html";
profilesArray[40]['category'] = 0;
profilesArray[40]['weight'] = 1;
profilesArray[40]['thumb'] = "";
profilesArray[40]['college'] = 5;
profilesArray[40]['major']="Business Administration master's program ";

profilesArray[41]['name'] = "Sara Sustersic";
profilesArray[41]['image_file'] = "sustersic.jpg";
profilesArray[41]['page_name'] = "sara_sustersic.html";
profilesArray[41]['category'] = 0;
profilesArray[41]['weight'] = 1;
profilesArray[41]['thumb'] = "";
profilesArray[41]['college'] = 5;
profilesArray[41]['major']="Business Administration Undergraduate";

profilesArray[42]['name'] = "Eliezer Geisler";
profilesArray[42]['image_file'] = "geisler_stuart.jpg";
profilesArray[42]['page_name'] = "eliezer_geisler.html";
profilesArray[42]['category'] = 3;
profilesArray[42]['weight'] = 1;
profilesArray[42]['thumb'] = "";
profilesArray[42]['college'] = 5;
profilesArray[42]['major']="Stuart School of Business";

profilesArray[43]['name'] = "Mary-Jo Sumner";
profilesArray[43]['image_file'] = "sumner.jpg";
profilesArray[43]['page_name'] = "mary_jo_sumner.html";
profilesArray[43]['category'] = 0;
profilesArray[43]['weight'] = 1;
profilesArray[43]['thumb'] = "";
profilesArray[43]['college'] = 6;
profilesArray[43]['major']="";

profilesArray[44]['name'] = "Katie Norwick";
profilesArray[44]['image_file'] = "norwick.jpg";
profilesArray[44]['page_name'] = "katie_norwick.html";
profilesArray[44]['category'] = 0;
profilesArray[44]['weight'] = 1;
profilesArray[44]['thumb'] = "";
profilesArray[44]['college'] = 6;
profilesArray[44]['major']="";

profilesArray[45]['name'] = "Nilmini Wickramasinghe";
profilesArray[45]['image_file'] = "wickramasinghe.jpg";
profilesArray[45]['page_name'] = "nilmini_wickramasinghe.html";
profilesArray[45]['category'] = 1;
profilesArray[45]['weight'] = 1;
profilesArray[45]['thumb'] = "";
profilesArray[45]['college'] = 5;
profilesArray[45]['major']="";

profilesArray[46]['name'] = "Shandra Brown";
profilesArray[46]['image_file'] = "brown_s.jpg";
profilesArray[46]['page_name'] = "shandra_brown.html";
profilesArray[46]['category'] = 0;
profilesArray[46]['weight'] = 1;
profilesArray[46]['thumb'] = "";
profilesArray[46]['college'] = 2;
profilesArray[46]['major']="Psychology Ph.D. Candidate";

profilesArray[47]['name'] = "Nasrin R. Khalili";
profilesArray[47]['image_file'] = "khalili.jpg";
profilesArray[47]['page_name'] = "nasrin_khalili.html";
profilesArray[47]['category'] = 1;
profilesArray[47]['weight'] = 1;
profilesArray[47]['thumb'] = "";
profilesArray[47]['college'] = 5;
profilesArray[47]['major']="Associate Professor, Stuart School of Business; Academic Director, Environmental Management";

profilesArray[48]['name'] = "Michael Gorham";
profilesArray[48]['image_file'] = "gorham.jpg";
profilesArray[48]['page_name'] = "michael_gorham.html";
profilesArray[48]['category'] = 1;
profilesArray[48]['weight'] = 1;
profilesArray[48]['thumb'] = "";
profilesArray[48]['college'] = 5;
profilesArray[48]['major']="Director, IIT Stuart Center for Financial Markets";

profilesArray[49]['name'] = "Astha Sen";
profilesArray[49]['image_file'] = "sen.jpg";
profilesArray[49]['page_name'] = "astha_sen.html";
profilesArray[49]['category'] = 0;
profilesArray[49]['weight'] = 1;
profilesArray[49]['thumb'] = "";
profilesArray[49]['college'] = 5;
profilesArray[49]['major']="MBA Candidate, Stuart School of Business, Finance";

profilesArray[50]['name'] = "Kevin O'Connor";
profilesArray[50]['image_file'] = "oconnor.jpg";
profilesArray[50]['page_name'] = "kevin_oconnor.html";
profilesArray[50]['category'] = 2;
profilesArray[50]['weight'] = 1;
profilesArray[50]['thumb'] = "";
profilesArray[50]['college'] = 5;
profilesArray[50]['major']="MBA, Stuart School of Business";

profilesArray[51]['name'] = "Rupinder Bains";
profilesArray[51]['image_file'] = "bains.jpg";
profilesArray[51]['page_name'] = "rupinder_bains.html";
profilesArray[51]['category'] = 0;
profilesArray[51]['weight'] = 1;
profilesArray[51]['thumb'] = "";
profilesArray[51]['college'] = 5;
profilesArray[51]['major']="MBA Candidate, Stuart School of Business";

profilesArray[52]['name'] = "Ifeanyi Nnadi";
profilesArray[52]['image_file'] = "nnadi.jpg";
profilesArray[52]['page_name'] = "ifeanyi_nnadi.html";
profilesArray[52]['category'] = 0;
profilesArray[52]['weight'] = 1;
profilesArray[52]['thumb'] = "";
profilesArray[52]['college'] = 5;
profilesArray[52]['major']="Undergraduate, Business Administration, Stuart School of Business";

profilesArray[53]['name'] = "Robert Krawczyk";
profilesArray[53]['image_file'] = "robert_krawczyk.jpg";
profilesArray[53]['page_name'] = "robert_krawczyk.html";
profilesArray[53]['category'] = 1;
profilesArray[53]['weight'] = 1;
profilesArray[53]['thumb'] = "";
profilesArray[53]['college'] = 1;
profilesArray[53]['major']="College of Architecture";

profilesArray[54]['name'] = "Ernest Bellamy";
profilesArray[54]['image_file'] = "ernest_bellamy.jpg";
profilesArray[54]['page_name'] = "ernest_bellamy.html";
profilesArray[54]['category'] = 0;
profilesArray[54]['weight'] = 1;
profilesArray[54]['thumb'] = "";
profilesArray[54]['college'] = 1;
profilesArray[54]['major']="Architecture Undergraduate";

profilesArray[55]['name'] = "Noel Davis";
profilesArray[55]['image_file'] = "noel_davis.jpg";
profilesArray[55]['page_name'] = "noel_davis.html";
profilesArray[55]['category'] = 0;
profilesArray[55]['weight'] = 1;
profilesArray[55]['thumb'] = "";
profilesArray[55]['college'] = 1;
profilesArray[55]['major']="Architecture";

profilesArray[56]['name'] = "Jerome Chiecchio";
profilesArray[56]['image_file'] = "jerome_chiecchio.jpg";
profilesArray[56]['page_name'] = "jerome_chiecchio.html";
profilesArray[56]['category'] = 2;
profilesArray[56]['weight'] = 1;
profilesArray[56]['thumb'] = "";
profilesArray[56]['college'] = 0;
profilesArray[56]['major']="B.S. in Aerospace Engineering, 2001";

profilesArray[57]['name'] = "Paul McCoy";
profilesArray[57]['image_file'] = "paul_mccoy.jpg";
profilesArray[57]['page_name'] = "paul_mccoy.html";
profilesArray[57]['category'] = 2;
profilesArray[57]['weight'] = 1;
profilesArray[57]['thumb'] = "";
profilesArray[57]['college'] = 0;
profilesArray[57]['major']="B.S. in Electrical Engineering, 1972";

profilesArray[58]['name'] = "John P. O'Neill";
profilesArray[58]['image_file'] = "john_oneill.jpg";
profilesArray[58]['page_name'] = "john_oneill.html";
profilesArray[58]['category'] = 2;
profilesArray[58]['weight'] = 1;
profilesArray[58]['thumb'] = "";
profilesArray[58]['college'] = 0;
profilesArray[58]['major']="B.S. in Civil Engineering, 1989";

profilesArray[59]['name'] = "Donald Chmielewski";
profilesArray[59]['image_file'] = "donald_chmielewski.jpg";
profilesArray[59]['page_name'] = "donald_chmielewski.html";
profilesArray[59]['category'] = 1;
profilesArray[59]['weight'] = 1;
profilesArray[59]['thumb'] = "";
profilesArray[59]['college'] = 0;
profilesArray[59]['major']="Department of Chemical and Biological Engineering ";

profilesArray[60]['name'] = "Herek Clack";
profilesArray[60]['image_file'] = "herek_clack.jpg";
profilesArray[60]['page_name'] = "herek_clack.html";
profilesArray[60]['category'] = 1;
profilesArray[60]['weight'] = 1;
profilesArray[60]['thumb'] = "";
profilesArray[60]['college'] = 0;
profilesArray[60]['major']="Department of Mechanical, Materials and Aerospace Engineering";

profilesArray[61]['name'] = "Jennifer Kang Derwent";
profilesArray[61]['image_file'] = "jennifer_kang_derwent.jpg";
profilesArray[61]['page_name'] = "jennifer_kang_derwent.html";
profilesArray[61]['category'] = 1;
profilesArray[61]['weight'] = 1;
profilesArray[61]['thumb'] = "";
profilesArray[61]['college'] = 0;
profilesArray[61]['major']="Department of Biomedical Engineering";

profilesArray[62]['name'] = "Ali Emadi";
profilesArray[62]['image_file'] = "ali_emadi.jpg";
profilesArray[62]['page_name'] = "ali_emadi.html";
profilesArray[62]['category'] = 1;
profilesArray[62]['weight'] = 1;
profilesArray[62]['thumb'] = "";
profilesArray[62]['college'] = 0;
profilesArray[62]['major']="Department of Electrical and Computer Engineering";

profilesArray[63]['name'] = "David Mogul";
profilesArray[63]['image_file'] = "david_mogul.jpg";
profilesArray[63]['page_name'] = "david_mogul.html";
profilesArray[63]['category'] = 1;
profilesArray[63]['weight'] = 1;
profilesArray[63]['thumb'] = "";
profilesArray[63]['college'] = 0;
profilesArray[63]['major']="Department of Biomedical Engineering ";

profilesArray[64]['name'] = "Krishna Pagilla";
profilesArray[64]['image_file'] = "krishna_pagilla.jpg";
profilesArray[64]['page_name'] = "krishna_pagilla.html";
profilesArray[64]['category'] = 1;
profilesArray[64]['weight'] = 1;
profilesArray[64]['thumb'] = "";
profilesArray[64]['college'] = 0;
profilesArray[64]['major']="Department of Civil, Architectural and Environmental Engineering";

profilesArray[65]['name'] = "Jonathan Shi";
profilesArray[65]['image_file'] = "jonathan_shi.jpg";
profilesArray[65]['page_name'] = "jonathan_shi.html";
profilesArray[65]['category'] = 1;
profilesArray[65]['weight'] = 1;
profilesArray[65]['thumb'] = "";
profilesArray[65]['college'] = 0;
profilesArray[65]['major']="Department of Civil, Architectural and Environmental Engineering";

profilesArray[66]['name'] = "Benjamin Jados";
profilesArray[66]['image_file'] = "benjamin_jados.jpg";
profilesArray[66]['page_name'] = "benjamin_jados.html";
profilesArray[66]['category'] = 0;
profilesArray[66]['weight'] = 1;
profilesArray[66]['thumb'] = "";
profilesArray[66]['college'] = 0;
profilesArray[66]['major']="Civil, Architectural and Environmental Engineering masters";

profilesArray[67]['name'] = "Minh Tran";
profilesArray[67]['image_file'] = "minh_tran.jpg";
profilesArray[67]['page_name'] = "minh_tran.html";
profilesArray[67]['category'] = 0;
profilesArray[67]['weight'] = 1;
profilesArray[67]['thumb'] = "";
profilesArray[67]['college'] = 0;
profilesArray[67]['major']="Chemical Engineering Undergraduate";

profilesArray[68]['name'] = "William Lidinsky";
profilesArray[68]['image_file'] = "william_lidinsky.jpg";
profilesArray[68]['page_name'] = "william_lidinsky.html";
profilesArray[68]['category'] = 1;
profilesArray[68]['weight'] = 1;
profilesArray[68]['thumb'] = "";
profilesArray[68]['college'] = 3;
profilesArray[68]['major']="Information Technology and Management";

profilesArray[69]['name'] = "Deborah Kimnach";
profilesArray[69]['image_file'] = "deborah_kimnach.jpg";
profilesArray[69]['page_name'] = "deborah_kimnach.html";
profilesArray[69]['category'] = 0;
profilesArray[69]['weight'] = 1;
profilesArray[69]['thumb'] = "";
profilesArray[69]['college'] = 3;
profilesArray[69]['major']="Information Technology &amp; Management Master's";

profilesArray[70]['name'] = "Mathew Oommen";
profilesArray[70]['image_file'] = "mathew_oommen.jpg";
profilesArray[70]['page_name'] = "mathew_oommen.html";
profilesArray[70]['category'] = 0;
profilesArray[70]['weight'] = 1;
profilesArray[70]['thumb'] = "";
profilesArray[70]['college'] = 3;
profilesArray[70]['major']="Information Technology and Management Master's";

profilesArray[71]['name'] = "Gady Agam";
profilesArray[71]['image_file'] = "gady_agam.jpg";
profilesArray[71]['page_name'] = "gady_agam.html";
profilesArray[71]['category'] = 1;
profilesArray[71]['weight'] = 1;
profilesArray[71]['thumb'] = "";
profilesArray[71]['college'] = 4;
profilesArray[71]['major']="Department of Computer Science";

profilesArray[72]['name'] = "Shlomo Argamon";
profilesArray[72]['image_file'] = "shlomo_argamon.jpg";
profilesArray[72]['page_name'] = "shlomo_argamon.html";
profilesArray[72]['category'] = 1;
profilesArray[72]['weight'] = 1;
profilesArray[72]['thumb'] = "";
profilesArray[72]['college'] = 4;
profilesArray[72]['major']="Department of Computer Science";

profilesArray[73]['name'] = "Gruia Calinescu";
profilesArray[73]['image_file'] = "gruia_calinescu.jpg";
profilesArray[73]['page_name'] = "gruia_calinescu.html";
profilesArray[73]['category'] = 1;
profilesArray[73]['weight'] = 1;
profilesArray[73]['thumb'] = "";
profilesArray[73]['college'] = 4;
profilesArray[73]['major']="Department of Computer Science";

profilesArray[74]['name'] = "Thomas Irving ";
profilesArray[74]['image_file'] = "thomas_irving.jpg";
profilesArray[74]['page_name'] = "thomas_irving.html";
profilesArray[74]['category'] = 1;
profilesArray[74]['weight'] = 1;
profilesArray[74]['thumb'] = "";
profilesArray[74]['college'] = 4;
profilesArray[74]['major']="Department of Biological, Chemical and Physical Sciences";

profilesArray[75]['name'] = "Nick Menhart";
profilesArray[75]['image_file'] = "nick_menhart.jpg";
profilesArray[75]['page_name'] = "nick_menhart.html";
profilesArray[75]['category'] = 1;
profilesArray[75]['weight'] = 1;
profilesArray[75]['thumb'] = "";
profilesArray[75]['college'] = 4;
profilesArray[75]['major']="Department of Biological, Chemical and Physical Sciences";

profilesArray[76]['name'] = "Jack Dobbin";
profilesArray[76]['image_file'] = "jack_dobbin.jpg";
profilesArray[76]['page_name'] = "jack_dobbin.html";
profilesArray[76]['category'] = 0;
profilesArray[76]['weight'] = 1;
profilesArray[76]['thumb'] = "";
profilesArray[76]['college'] = 4;
profilesArray[76]['major']="Applied Mathematics";

profilesArray[77]['name'] = "Nishi Gupta";
profilesArray[77]['image_file'] = "nishi_gupta.jpg";
profilesArray[77]['page_name'] = "nishi_gupta.html";
profilesArray[77]['category'] = 2;
profilesArray[77]['weight'] = 1;
profilesArray[77]['thumb'] = "";
profilesArray[77]['college'] = 2;
profilesArray[77]['major']="B.S. in Psychology with pre-med minor, 2005";

profilesArray[78]['name'] = "Scott Morris";
profilesArray[78]['image_file'] = "scott_morris.jpg";
profilesArray[78]['page_name'] = "scott_morris.html";
profilesArray[78]['category'] = 1;
profilesArray[78]['weight'] = 1;
profilesArray[78]['thumb'] = "";
profilesArray[78]['college'] = 2;
profilesArray[78]['major']="Institute of Psychology";

profilesArray[79]['name'] = "Center for Strategic Competitiveness (CSC)";
profilesArray[79]['image_file'] = "csc.jpg";
profilesArray[79]['page_name'] = "csc.html";
profilesArray[79]['category'] = 3;
profilesArray[79]['weight'] = 1;
profilesArray[79]['thumb'] = "";
profilesArray[79]['college'] = 5;
profilesArray[79]['major']="Harvey Kahalas";

profilesArray[80]['name'] = "Victor Tsao";
profilesArray[80]['image_file'] = "victor_tsao.jpg";
profilesArray[80]['page_name'] = "victor_tsao.html";
profilesArray[80]['category'] = 2;
profilesArray[80]['weight'] = 1;
profilesArray[80]['thumb'] = "";
profilesArray[80]['college'] = 4;
profilesArray[80]['major']="M.S. in Computer Science, 1980";

profilesArray[81]['name'] = "Tarek K. Abou-Nemeh";
profilesArray[81]['image_file'] = "tarek_abou_nemeh.jpg";
profilesArray[81]['page_name'] = "tarek_abou_nemeh.html";
profilesArray[81]['category'] = 0;
profilesArray[81]['weight'] = 1;
profilesArray[81]['thumb'] = "";
profilesArray[81]['college'] = 4;
profilesArray[81]['major']="BCPS undergraduate";

profilesArray[82]['name'] = "Gary Holliday";
profilesArray[82]['image_file'] = "gary_holliday.jpg";
profilesArray[82]['page_name'] = "gary_holliday.html";
profilesArray[82]['category'] = 0;
profilesArray[82]['weight'] = 1;
profilesArray[82]['thumb'] = "";
profilesArray[82]['college'] = 4;
profilesArray[82]['major']="Mathematics and Science Education Doctoral Candidate";

profilesArray[83]['name'] = "Vince Rivera";
profilesArray[83]['image_file'] = "vince_rivera.jpg";
profilesArray[83]['page_name'] = "vince_rivera.html";
profilesArray[83]['category'] = 0;
profilesArray[83]['weight'] = 1;
profilesArray[83]['thumb'] = "";
profilesArray[83]['college'] = 4;
profilesArray[83]['major']="Humanities Undergraduate";

profilesArray[84]['name'] = "Meghan Romba";
profilesArray[84]['image_file'] = "meghan_romba.jpg";
profilesArray[84]['page_name'] = "meghan_romba.html";
profilesArray[84]['category'] = 0;
profilesArray[84]['weight'] = 1;
profilesArray[84]['thumb'] = "";
profilesArray[84]['college'] = 4;
profilesArray[84]['major']="Master of Science in Cell and Molecular Biology Candidate";

profilesArray[85]['name'] = "Xiaoyan Zeng";
profilesArray[85]['image_file'] = "xiaoyan_zeng.jpg";
profilesArray[85]['page_name'] = "xiaoyan_zeng.html";
profilesArray[85]['category'] = 0;
profilesArray[85]['weight'] = 1;
profilesArray[85]['thumb'] = "";
profilesArray[85]['college'] = 4;
profilesArray[85]['major']="Applied Mathematics Doctoral Student";

profilesArray[86]['name'] = "CSEP";
profilesArray[86]['image_file'] = "csep.jpg";
profilesArray[86]['page_name'] = "csep.html";
profilesArray[86]['category'] = 3;
profilesArray[86]['weight'] = 1;
profilesArray[86]['thumb'] = "";
profilesArray[86]['college'] = 4;
profilesArray[86]['major']="Center for the Study of Ethics in the Professions";

profilesArray[87]['name'] = "CSRRI";
profilesArray[87]['image_file'] = "cssri.jpg";
profilesArray[87]['page_name'] = "cssri.html";
profilesArray[87]['category'] = 3;
profilesArray[87]['weight'] = 1;
profilesArray[87]['thumb'] = "";
profilesArray[87]['college'] = 4;
profilesArray[87]['major']="Center for Synchrotron Radiation Research and Instrumentation";

profilesArray[88]['name'] = "Susan Feinberg";
profilesArray[88]['image_file'] = "susan_feinberg.jpg";
profilesArray[88]['page_name'] = "susan_feinberg.html";
profilesArray[88]['category'] = 1;
profilesArray[88]['weight'] = 1;
profilesArray[88]['thumb'] = "";
profilesArray[88]['college'] = 4;
profilesArray[88]['major']="Department of Humanities";

profilesArray[89]['name'] = "Norman Lederman";
profilesArray[89]['image_file'] = "norman_lederman.jpg";
profilesArray[89]['page_name'] = "norman_lederman.html";
profilesArray[89]['category'] = 1;
profilesArray[89]['weight'] = 1;
profilesArray[89]['thumb'] = "";
profilesArray[89]['college'] = 4;
profilesArray[89]['major']="Department of Mathematics and Science Education";

profilesArray[90]['name'] = "Jialing Xiang";
profilesArray[90]['image_file'] = "jialing_xiang.jpg";
profilesArray[90]['page_name'] = "jialing_xiang.html";
profilesArray[90]['category'] = 1;
profilesArray[90]['weight'] = 1;
profilesArray[90]['thumb'] = "";
profilesArray[90]['college'] = 4;
profilesArray[90]['major']="Department of Biological, Chemical, and Physical Sciences";

profilesArray[91]['name'] = "Xiang-Yang Li ";
profilesArray[91]['image_file'] = "xiang_yang_li.jpg";
profilesArray[91]['page_name'] = "xiang_yang_li.html";
profilesArray[91]['category'] = 1;
profilesArray[91]['weight'] = 1;
profilesArray[91]['thumb'] = "";
profilesArray[91]['college'] = 4;
profilesArray[91]['major']="Department of Computer Science";

profilesArray[92]['name'] = "Rajeev Chandrasekhar";
profilesArray[92]['image_file'] = "rajeev_chandrasekhar.jpg";
profilesArray[92]['page_name'] = "rajeev_chandrasekhar.html";
profilesArray[92]['category'] = 2;
profilesArray[92]['weight'] = 1;
profilesArray[92]['thumb'] = "";
profilesArray[92]['college'] = 4;
profilesArray[92]['major']="Chair and Chief Executive Officer, Jupiter Capital";

profilesArray[93]['name'] = "Marilyn Kouba";
profilesArray[93]['image_file'] = "marilyn_kouba.jpg";
profilesArray[93]['page_name'] = "marilyn_kouba.html";
profilesArray[93]['category'] = 2;
profilesArray[93]['weight'] = 1;
profilesArray[93]['thumb'] = "";
profilesArray[93]['college'] = 4;
profilesArray[93]['major']="";

profilesArray[94]['name'] = "Manu Vora";
profilesArray[94]['image_file'] = "manu_vora.jpg";
profilesArray[94]['page_name'] = "manu_vora.html";
profilesArray[94]['category'] = 2;
profilesArray[94]['weight'] = 1;
profilesArray[94]['thumb'] = "";
profilesArray[94]['college'] = 0;
profilesArray[94]['major']="M.S. in Chemical Engineering, 1970; Ph.D., 1975";

profilesArray[95]['name'] = "Jarard Paige";
profilesArray[95]['image_file'] = "jarard_paige.jpg";
profilesArray[95]['page_name'] = "jarard_paige.html";
profilesArray[95]['category'] = 2;
profilesArray[95]['weight'] = 1;
profilesArray[95]['thumb'] = "";
profilesArray[95]['college'] = 5;
profilesArray[95]['major']="M.S. in Marketing Communication (Beta Gamma Sigma)";

profilesArray[96]['name'] = "George P. Nassos";
profilesArray[96]['image_file'] = "george_nassos.jpg";
profilesArray[96]['page_name'] = "george_nassos.html";
profilesArray[96]['category'] = 1;
profilesArray[96]['weight'] = 1;
profilesArray[96]['thumb'] = "";
profilesArray[96]['college'] = 5;
profilesArray[96]['major']="Industry Associate Professor";

profilesArray[97]['name'] = "Perri Irmer";
profilesArray[97]['image_file'] = "perri_irmer.jpg";
profilesArray[97]['page_name'] = "perri_irmer.html";
profilesArray[97]['category'] = 2;
profilesArray[97]['weight'] = 1;
profilesArray[97]['thumb'] = "";
profilesArray[97]['college'] = 1;
profilesArray[97]['major']="Bachelor of Architecture, 1981";

profilesArray[98]['name'] = "Harry Mallgrave";
profilesArray[98]['image_file'] = "harry_mallgrave.jpg";
profilesArray[98]['page_name'] = "harry_mallgrave.html";
profilesArray[98]['category'] = 1;
profilesArray[98]['weight'] = 1;
profilesArray[98]['thumb'] = "";
profilesArray[98]['college'] = 1;
profilesArray[98]['major']="College of Architecture";

profilesArray[99]['name'] = "Dirk Denison";
profilesArray[99]['image_file'] = "dirk_denison.jpg";
profilesArray[99]['page_name'] = "dirk_denison.html";
profilesArray[99]['category'] = 1;
profilesArray[99]['weight'] = 1;
profilesArray[99]['thumb'] = "";
profilesArray[99]['college'] = 1;
profilesArray[99]['major']="College of Architecture";

profilesArray[100]['name'] = "Kaitlin Streyle";
profilesArray[100]['image_file'] = "kaitlin_streyle.jpg";
profilesArray[100]['page_name'] = "kaitlin_streyle.html";
profilesArray[100]['category'] = 0;
profilesArray[100]['weight'] = 1;
profilesArray[100]['thumb'] = "";
profilesArray[100]['college'] = 1;
profilesArray[100]['major']="Architecture Undergraduate";

profilesArray[101]['name'] = "Mamata Malla";
profilesArray[101]['image_file'] = "mamata_malla.jpg";
profilesArray[101]['page_name'] = "mamata_malla.html";
profilesArray[101]['category'] = 0;
profilesArray[101]['weight'] = 1;
profilesArray[101]['thumb'] = "";
profilesArray[101]['college'] = 1;
profilesArray[101]['major']="Architecture Graduate Student";

profilesArray[102]['name'] = "Camille Yu";
profilesArray[102]['image_file'] = "camille_yu.jpg";
profilesArray[102]['page_name'] = "camille_yu.html";
profilesArray[102]['category'] = 0;
profilesArray[102]['weight'] = 1;
profilesArray[102]['thumb'] = "";
profilesArray[102]['college'] = 1;
profilesArray[102]['major']="Architecture Graduate Student";

profilesArray[103]['name'] = "Ryan Szanyi";
profilesArray[103]['image_file'] = "ryan_szanyi.jpg";
profilesArray[103]['page_name'] = "ryan_szanyi.html";
profilesArray[103]['category'] = 0;
profilesArray[103]['weight'] = 1;
profilesArray[103]['thumb'] = "";
profilesArray[103]['college'] = 1;
profilesArray[103]['major']="Architecture Undergraduate";

profilesArray[104]['name'] = "John DeSalvo";
profilesArray[104]['image_file'] = "john_desalvo.jpg";
profilesArray[104]['page_name'] = "john_desalvo.html";
profilesArray[104]['category'] = 1;
profilesArray[104]['weight'] = 1;
profilesArray[104]['thumb'] = "";
profilesArray[104]['college'] = 1;
profilesArray[104]['major']="College of Architecture";

profilesArray[105]['name'] = "Catherine Wetzel";
profilesArray[105]['image_file'] = "catherine_wetzel.jpg";
profilesArray[105]['page_name'] = "catherine_wetzel.html";
profilesArray[105]['category'] = 1;
profilesArray[105]['weight'] = 1;
profilesArray[105]['thumb'] = "";
profilesArray[105]['college'] = 1;
profilesArray[105]['major']="College of Architecture";

profilesArray[106]['name'] = "Ragdale Meadow Studio";
profilesArray[106]['image_file'] = "ragdale_meadow_studio.jpg";
profilesArray[106]['page_name'] = "ragdale_meadow_studio.html";
profilesArray[106]['category'] = 3;
profilesArray[106]['weight'] = 1;
profilesArray[106]['thumb'] = "";
profilesArray[106]['college'] = 1;
profilesArray[106]['major']="";

profilesArray[107]['name'] = "Sungano Ziswa";
profilesArray[107]['image_file'] = "sungano_ziswa.jpg";
profilesArray[107]['page_name'] = "sungano_ziswa.html";
profilesArray[107]['category'] = 0;
profilesArray[107]['weight'] = 1;
profilesArray[107]['thumb'] = "";
profilesArray[107]['college'] = 1;
profilesArray[107]['major']="";

profilesArray[108]['name'] = "Urban Green Home";
profilesArray[108]['image_file'] = "urban_green_home.jpg";
profilesArray[108]['page_name'] = "urban_green_home.html";
profilesArray[108]['category'] = 3;
profilesArray[108]['weight'] = 1;
profilesArray[108]['thumb'] = "";
profilesArray[108]['college'] = 1;
profilesArray[108]['major']="";