function advisingquotes()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('
Good advising may be the single most underestimated characteristic of a successful college experience.
— R.J. Light
'); } // RJLight
if (ranNum == 1){document.write('Academic advising assists students in many ways. . . . Students who receive effective academic advising tend to feel positive about the institution as a whole.
— L. Noel
'); } // LNoel
if (ranNum == 2){document.write('Academic advising is the only structured service on the campus in which all students have the opportunity for on-going, one-to-one contact with a concerned representative of the institution.
— W.R. Habley
'); } // WRHabley
if (ranNum == 3){document.write('Advising is a key to student retention. The best way to keep students enrolled is to keep them stimulated, challenged and progressing toward a meaningful goal. The best way to do that — especially among new students — is through informed academic advising.
— Edward "Chip" Anderson
'); } // EAnderson
if (ranNum == 4){document.write('If students are to succeed in college and in life, the principles of developmental advising must be considered essential to all phases of the institution.
— T. Grites
'); } // TGrites
if (ranNum == 5){document.write('By capitalizing on the benefits of quality advising, colleges can more effectively help students select the programs and courses that will help them stay in school and on track toward achievement of their education and career goals..
— ACT 2004 Annual Report
'); } // ACT
}