
function random_text()

{};

var random_text = new random_text();

var number = 0;

random_text[number++] = "<p>Webster&#8217;s counseling program has greatly enhanced my ability to perform the duties of my job and has improved my understanding of the issues I face. My life has actually become more exciting as I accomplish my goals and objectives.</p><p><strong>Judy Manuel<br />Guidance/Mental Health Counselor<br />MA in Counseling, 2000</strong></p>"

random_text[number++] = "<p>I can say without a doubt that Webster has contributed greatly to my career development. Staff were always approachable and did their best to ensure that any difficulties were resolved immediately.</p><p><strong>Eduyr Carolina Estrano Nessy<br />MA in Computer Resources and Information Management, 2006</strong></p>"

random_text[number++] = "<p>I feel that Webster University exceeded my expectations in two key areas. The first area was the flexibility of the curriculum to meet the needs of a working professional, and secondly in the quality the professors. The professor typically had a combination of practical real world experience plus a thorough knowledge of the course they were facilitating.</p><p><strong>Hank Charpentier<br />Strategic Opportunities Manager, Embarq Corp.<br />MBA, 2004; MA in Marketing, 2007</strong></p>"

random_text[number++] = "<p>I entered to learn and departed to serve. Webster has been helpful all of the way through meeting the licensure requirements.</p><p><strong>Barry Daly<br />Florida Supreme Court Certified Mediator, Licented Mental Health<br />MA in Counseling, 1995</strong></p>"

random_text[number++] = "<p>Knowledge gained while earning my MBA from Webster led to an executive level promotion. I still can&#8217;t believe it only took two years to earn my MBA which continues to present me with a lifetime of career growth.</p><p><strong>Scott Conway<br />Manager, Sector Security, Northrop Grumman Integrated System<br />MBA, 2001</strong></p>"
 
random_text[number++] = "<p>After 27 years as a business professional in Human Resources, I was eager to return to a learning environment to obtain my Master&#8217;s degree. However, I was also aware that I wanted that environment to be one of diversity in talent of professors and classmates alike. I found Webster to be exactly what I needed! I felt challenged and invigorated by the curriculum and often found that I learned as much from my classmates as I did from the course work. I am proud to have a Master&#8217;s degree from Webster.</p><p><strong>Rhonda Rhodes<br />Vice President, Human Resources, Univeral Orlando<br />MA in Human Resources Management, 2005</strong></p>"

random_text[number++] = "<p>My goal when I entered Webster Orlando was to obtain a master&#8217;s degree that would help me prepare for a career in management. Upon graduation I was hired as a manager within my company. I have Webster to thank for this opportunity. Having earned my MA continues to present me with a lifetime of career growth.</p><p><strong>Alvin Bell<br />Consumer Data Support Manager, AT&amp;T</strong></p>"

random_text[number++] = "<p>As an international student from Peru, my goal is to succeed in international business. Webster has taught me how to think globally and has given me the skills to achieve my goals.</p><p><strong>Hector Ledesma<br />BA in Business, 2002</strong></p>"

var random_number = Math.floor(Math.random() * number);
 
document.write(random_text[random_number]);
