// JavaScript Document
var random = (Math.round((Math.random()*10)+1))
	if (random == 1) {
		document.write("<img src='http://www.fhsu.edu/virtualcollege/jsinclude/james_c.jpg' alt=\"\" />");
		document.write("<p class=\"body\">\"One week I might be in Kansas and the next week I might be in California.  With the Virtual College it doesn't matter.\"</p>");
		document.write("<p class=\"profile_name\">~ JAMES C.</p>");
	} else if (random == 2) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/paula_l.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"Cost is not the only factor but it is certainly important.\"</p>");
		document.write("<p class=\"profile_name\">~ PAULA L.</p>");
	} else if (random == 3) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/danny_b.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"FHSU helped me afford the opportunity to not only achieve my education goal, but also to find my dream job.\"</p>");
		document.write("<p class=\"profile_name\">~ DANNY B.</p>");
	} else if (random == 4) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/bach_h.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"Virtual College lets me study when I have the time instead of when the school has the time.\"</p>");
		document.write("<p class=\"profile_name\">~ BACH H.</p>");
	} else if (random == 5) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/jonathan-f.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"I appreciate the assistance I received in helping me achieve my bachelors degree in Computer Networking and Telecommunications.  My own success at work is a reflection of the department and FHSU's outstanding support for virtual students.\"</p>");
		document.write("<p class=\"profile_name\">~ JONATHAN F.</p>");
	} else if (random == 6) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/alissa.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"The classes I take at Fort Hays State University Virtual College are challenging; however, the flexibility of the Virtual College makes it worth all my effort.\"</p>");
		document.write("<p class=\"profile_name\">~ ELISA R.</p>");
	}  else if (random == 7) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/cynthia.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"The Virtual College is convenient for me, I have children and a full time job and I can work at my own pace.\"</p>");
		document.write("<p class=\"profile_name\">~ CYNTHIA M.</p>");
	} else if (random == 8) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/janae-r.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"I chose FHSU because of the convenience and the fact that the instructors are closer to you in a virtual sense than I ever experienced in a traditional class.\"</p>");
		document.write("<p class=\"profile_name\">~ JANAE R.</p>");
	} else if (random == 9) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/jason_g.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"I want to thank the virtual college at Fort Hays for making this possible (graduation). They really fit my schedule, fit my learning style very well, and fit into my budget quite well.\"</p>");
		document.write("<p class=\"profile_name\">~ JASON G.</p>");
	} else if (random == 10) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/laura_s.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"I started my college career at a private university in California.  I wanted to stay in the area but I also knew I needed to be responsible about my student debt. That is when I decided to pursue a quality, affordable online degree through Fort Hays State University.\"</p>");
		document.write("<p class=\"profile_name\">~ LAURA S.</p>");
	} else if (random = 11) {
		document.write("<img src=\"http://www.fhsu.edu/virtualcollege/jsinclude/nicole_b.jpg\" alt=\"\" />");
		document.write("<p class=\"body\">\"The kindess shown by all of my FHSU instructors has been WONDERFUL -- I do not believe I could have gotten that from any other university!\"</p>");
		document.write("<p class=\"profile_name\">~ NICOLE B.</p>");
	}  