// JavaScript Document
var randomNumber = Math.floor(Math.random() * 6);

var images = new Array();
images[0] = '../images/profiles/hedger.jpg';
images[1] = '../images/profiles/anwar.jpg';
images[2] = '../images/profiles/cake_lady.jpg';
images[3] = '../images/profiles/jen_and_suzie.jpg';
images[4] = '../images/profiles/SRichardson.jpg';
images[5] = '../images/profiles/Wells.jpg';

var names = new Array();
names[0] = 'Jennifer Hedger';
names[1] = 'Anwar Mukhayesh';
names[2] = 'Heather Reier';
names[3] = 'Jennifer Kluger and Suzie Orol';
names[4] = 'Sarah Richardson';
names[5] = 'Paul Wells';

var deg = new Array();
deg[0] = 'BA 98 (Theatre Arts/English)';
deg[1] = 'Mechanical Engineering Design 98';
deg[2] = 'BA Political Science 96';
deg[3] = 'HBA 2002';
deg[4] = 'BA Visual Arts 93';
deg[5] = 'BA Political Science 89';

var desc = new Array();
desc[0] = 'Delivering the goods on TSN: Jennifer went from volunteering at Rogers Television to joining SportsCentre as a reporter & host on WTSN then becoming co-host of TSN SportsCentre.';
desc[1] = 'Principal designer and founding partner of design firm Precipice Studios. One of the hosts of HGTV’s successful Designer Guys series. Designed modern bistro sPaHa at U of T, also owns and operates Kensington Kitchen, a Mediterranean Annex Landmark.';
desc[2] = 'Founder of beauty product company, Cake Beauty Inc. Caters to celebrities and expanding worldwide.'; 
desc[3] = 'Two girls start handmade jewelry company based out of London- now selling items to celebrities and expanding across North American and Canada.'; 
desc[4] = 'Host, co-producer and co-creator of design inc. Owns her own successful design firm, Sarah Richardson Design.'; 
desc[5] = 'Humorous anecdotes about roommates, freshman encounters, and personal influences- now works for Maclean’s as columnist.'; 

