// JavaScript Document for Mason Gives Back Section

var r_text = new Array ();
r_text[0] = "The Center for Leadership and Community Engagement helped match 250 students with almostt 12,000 hours of volunteer work in the 2006-07 academic year. ";
r_text[1] = "Mason has the third-most students of any university participating in a program that allows students to earn a master’s degree while serving in the Peace Corps.";
r_text[2] = "Social work students in the College of Health and Human Services contribute more than 60,000 hours every year to local agencies.";
r_text[3] = "Through its service-learning opportunities, CLCE helped facilitate about 17,000 hours of service to 65 nonprofit and government-service organizations";
r_text[4] = "More than 100 graduate students and about 25 undergraduate students work in local schools to help children and adolescents with their reading skills.";
r_text[5] = "Students have spent about 5,000 hours per semester in local assisted-living homes, charities and the Fairfax County Health Department.";
var i = Math.floor(6*Math.random())

document.write(r_text[i]);

