
var techfact = new Array();
techfact[0] = "WVU Tech has great Business, Finance and Accounting programs";
techfact[1] = "WVU Tech offers degrees in Nursing and Health Services";
techfact[2] = "WVU Tech is ranked in the nation's top 100 undergraduate engineering programs by U.S. News & World Report";
techfact[3] = "With a 16-to-1 student to faculty ratio, WVU Tech offers small classes with individual attention";
techfact[4] = "WVU Tech has one of the area's largest collections of internet-based classes";
techfact[5] = "WVU Tech offers flexible scheduling for adult students and commuters";
techfact[6] = "WVU Tech features fully accredited programs of study in a variety of fields";
techfact[7] = "Numerous alumni of WVU Tech have gone on to have successful careers with Fortune 500 companies";
techfact[8] = "WVU Tech offers scholarships for both academic performance and financial need";
techfact[9] = "Free academic assistance is available at WVU Tech through Student Support Services";
techfact[10] = "Students can receive free help in finding a job with Career Services at WVU Tech";
techfact[11] = "Students can receive credit hours for work experience with the Regents Bachelor of Arts program";
techfact[12] = "WVU Tech is only 30 minutes from the State Capitol, and only 35 minutes from the New River Gorge";
techfact[13] = "WVU Tech competes in the NAIA Division I and sponsors 12 intercollegiate varsity sports";
techfact[14] = "WVU Tech hosts 49 student organizations";
techfact[15] = "WVU Tech is only minutes away from fantastic rock-climbing not to mention steep and rocky mountain biking";
techfact[16] = "WVU Tech is only 45 minutes from skiing and epic whitewater";
techfact[17] = "WVU Tech holds patents for the latest in clean coal energy production";
techfact[18] = "WVU Tech offers scholarships for students entering science, math, engineering, and technology degrees";

random_num = (Math.round((Math.random()*8)+1))

document.write(techfact[random_num]);
