// JavaScript Document

<!--

// the random number generator.
	var ranNum=Math.floor(Math.random()*19);

// this is where the array of success stories text is created.
	var story = new Array();
		
		story[0] = "<em>As a mother of three sons, I understand first-hand how hard it is for a non-traditional student to go back to college. Now I am in a position to help others like me achieve their career goals.</em>";

		story[1] = "<em>Surry Community College provided me an opportunity to attend college at night while I worked full time and cared for my family.</em>";

		story[2] = "<em>I found mentors, role models, and people who were willing to take a personal interest in me at Surry. What a foundation SCC provided!</em>";

		story[3] = "<em>My experience at SCC was wonderful, and I met some of the best friends and people I have ever known anywhere, and who I continue to see and work with on a regular basis.</em>";

		story[4] = "<em>My two college years at Surry Community College were memorable times with memorable people that I will never forget -- from homecoming queen to being a member of the student government association under the leadership of Dr. Carlyle Shepherd!</em>";

		story[5] = "<em>Surry showed me an entirely different career path that really sparked my interest.</em>";

		story[6] = "<em>My story is a little unique, as I started Surry after I had my Bachelor's Degree. Surry's Community College's viticulture and enology program gave me the hands-on skills to advance my career beyond my Bachelor's Degree.</em>";

		story[7] = "<em>SCC opened doors for me that I never thought possible! Through encouragement from my instructors and financial aid, I was able to establish goals and work towards a degree in an area that I love - the arts. My passion for art is now providing an income for me and I am living the dream!</em>";

		story[8] = "<em>Looking back, I was so fortunate to have people like Dr. Reeves take a personal interest in me. It inspired and motivated me.</em>";

		story[9] = "<em>Surry Community was my rock, my foundation which prepared me academically and socially for the years to follow.</em>";

		story[10] = "<em>From the start I felt like I was a part of a family at Surry Community College. It was the best two years of my life.</em>";

		story[11] = "<em>People will find it almost impossible to understand the difference Surry Community College has made in my life.</em>";

		story[12] = "From one of SCC's first full-time students to over 40 years of service. ";

		story[13] = "<em>I know the value and quality of a student who comes out of SCC, and that helps me to better match them with employers in the area.</em>";

		story[14] = "<em>I feel joy when I see a former student say that Surry Community College helped them to realize their potential. Surry did that for me, and now I have the opportunity to help students in the same way. I learned it at SCC. Now I do it at SCC.</em>";

		story[15] = "<em>I use and apply the knowledge I learned at Surry Community College on a daily basis in my work and personal life.</em>";

		story[16] = "<em>While going through the Associate's program, I was able to search and find out what it was that I really wanted to do with my life, and realized a career path for me that included my love of music.</em>";

		story[17] = "<em>I felt very prepared to continue my education after graduating from Surry Community College. It made me realize how much I loved learning.</em>";

		story[18] = "<em>I couldn't ask for anything better.</em>";


var page = new Array();
		
		page[0] = "http://www.surry.edu/stories/cholder.html";

		page[1] = "http://www.surry.edu/stories/celdridge.html";

		page[2] = "http://www.surry.edu/stories/cmuckler.html";

		page[3] = "http://www.surry.edu/stories/dmccormick.html";

		page[4] = "http://www.surry.edu/stories/drogers.html";

		page[5] = "http://www.surry.edu/stories/jbrintle.html";

		page[6] = "http://www.surry.edu/stories/jwiseman.html";

		page[7] = "http://www.surry.edu/stories/jwright.html";

		page[8] = "http://www.surry.edu/stories/jgilley.html";

		page[9] = "http://www.surry.edu/stories/jreid.html";

		page[10] = "http://www.surry.edu/stories/kepperson.html";

		page[11] = "http://www.surry.edu/stories/rhazelwood.html";

		page[12] = "http://www.surry.edu/stories/sjohnson.html";

		page[13] = "http://www.surry.edu/stories/tlewis.html";

		page[14] = "http://www.surry.edu/stories/tsearcy.html";

		page[15] = "http://www.surry.edu/stories/tkirkman.html";

		page[16] = "http://www.surry.edu/stories/adawson.html";

		page[17] = "http://www.surry.edu/stories/jsimmons.html";

		page[18] = "http://www.surry.edu/stories/kharris.html";

	
// this is where the array of success stories pictures are created.	
	var pic = new Array();
		
		pic[0] = "cHolder.jpg";

		pic[1] = "cEldridge.jpg";

		pic[2] = "cMuckler.jpg";

		pic[3] = "dMcCormick.jpg";

		pic[4] = "dRogers.jpg";

		pic[5] = "jBrintle.jpg";

		pic[6] = "jWiseman.jpg";

		pic[7] = "jWright.jpg";

		pic[8] = "jGilley.jpg";

		pic[9] = "jReid.jpg";

		pic[10] = "kEpperson.jpg";

		pic[11] = "rHazelwood.jpg";

		pic[12] = "sJohnson.jpg";

		pic[13] = "tLewis.jpg";

		pic[14] = "tSearcy.jpg";

		pic[15] = "tKirkman.jpg";

		pic[16] = "aDawson.jpg";

		pic[17] = "jSimmons.jpg";

		pic[18] = "kHarris.jpg";
		
	document.write('<center><strong>SCC SUCCESS STORIES</strong></center><p>'+story[ranNum]+'</p><p align="center"><img src="http://www.ncviticulturecenter.com/images/smallStories/'+pic[ranNum]+'" width="150" border="0" alt="Success Story Photo"/><br /><a href="http://www.nccommunitycolleges.edu/" target="_blank"><img src="http://www.ncviticulturecenter.com/images/smallStories/creatingSuccess.png" border="0" alt="Creating Success"/></a></p>');






// -->
