<!--
var ranQuote=new Array() // do not change this!

// Add, edit or remove quotes below:

ranQuote[0] = "Technical Education leads to better employment opportunities!";
ranQuote[1] = "Many of the highest-paying jobs require technical training.";
ranQuote[2] = "Hands-on learning and real world experience.";
ranQuote[3] = "Get on the fast-track to a rewarding career.";
ranQuote[4] = "Learning does not end with high school graduation.";
ranQuote[5] = "Think about your future and your career options!";
ranQuote[6] = "Receive the training and skills needed to compete in today's highly competitive job market.";
ranQuote[7] = "Only six months after graduation, 98% of Georgia Technical College graduates are employed.";
ranQuote[8] = "91% believe that their technical education directly and positively  impacted their job situation improvement.";
ranQuote[9] = "Technical college tuition is more cost-effective than four-year institutions.";
ranQuote[10] = "Georgia technical colleges have the lowest tuition among public post-secondary institutions.";
ranQuote[11] = "Enter the job market in a shorter amount of time.";
ranQuote[12] = "Two-thirds of the fastest growing occupations require more than a high school education but less than a four year degree.";
ranQuote[13] = "98% of Georgia’s technical college system graduates enter the job market or continue their education after graduation.";
ranQuote[14] = "96% of employers of technical college graduates would hire other technical college graduates.";
ranQuote[15] = "94% of our graduates are satisfied or very satisfied with their education from the technical college and would recommend attending a Georgia technical college to others.";
ranQuote[16] = "Median salaries of new associate degree graduates are over $32,000.";

// Do not change the following code:

var Q = ranQuote.length;
var whichranQuote=Math.round(Math.random()*(Q-1));
function showranQuote(){document.write(ranQuote[whichranQuote]);}
-->