
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<font size="2">Choose, Learn, Succeed!</font>'

quotes[1]='<font size="2">Over <b>65 years</b> of excellence in training leading to JOBS </font>'

quotes[2]='<font size="2">Knowledge Leads to Success!</font>'

quotes[3]='<font size="2">Employment is YOUR goal in attending Huntington Junior College</font>'

quotes[4]='<font size="2">Financial Aid available for those who qualify</font>'

quotes[5]='<font size="2">Convenient scheduling allows for school to fit into a busy lifestyle</font>'

quotes[6]='<font size="2">The fact that we have small classes creates a small school atmosphere</font>'

quotes[7]='<font size="2">The major goal of HJC is job placement for its graduates</font>'

quotes[8]='<font size="2">Convenient scheduling allows for school to fit into a busy lifestyle</font>'

quotes[9]='<font size="2">HJC gives its students one-on-one guidance for class selection</font>'

quotes[10]='<font size="2">Evening classes are available for students who have daytime responsibilities</font>'

quotes[11]='<font size="2">HJC is an accredited College allowing students to transfer credits</font>'

quotes[12]='<font size="2">HJC offers modern equipment, giving students the latest in technology</font>'

quotes[13]='<font size="2">Family atmosphere, giving students a comfortable learning experience</font>'

quotes[14]='<font size="2">Job placement is very successful!</font>'

quotes[15]='<font size="2">HJC offers excellent choice of hands-on job-related majors</font>'

quotes[16]='<font size="2">Peer tutoring is available to students at no additional charge</font>'

quotes[17]='<font size="2">Teachers give students lots of help in and out of the classroom</font>'

quotes[18]='<font size="2">Conveniently located in downtown Huntington, which makes parking easy!</font>'

quotes[19]='<font size="2">HJC tuition <u>includes</u> textbooks with <u>no</u> additional fees</font>'

quotes[20]='<font size="2">Reach HJC easily with our toll free number 1-800-344-4522</font>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])


