$(document).ready(function(){

//about
$('#nav-main #nav-li-about_us .spotlight-group #nav-li-who-we-are').append("<span class='main-text'>Our vision, our mission, and The Essential Qualities of a Haverford School Graduate.</span>");
$('#nav-main #nav-li-about_us .spotlight-group #nav-li-preparing-boys-for-life').append("<span class='main-text'>What does it mean to Prepare Boys for Life, and what makes Haverford different from the rest?</span>");
$('#nav-main #nav-li-about_us .spotlight-group #nav-li-history-tradition').append("<span class='main-text'>Learn more about the great Haverford legacies and traditions of excellence begun over 125 years ago.</span>");

//admissions
$('#nav-main #nav-li-admission .spotlight-group #nav-li-why-haverford').append("<span class='main-text'>What are the most cited reasons why students and parents choose The Haverford School?</span>");
$('#nav-main #nav-li-admission .spotlight-group #nav-li-applying-to-haverford').append("<span class='main-text'>Everything you need to know to begin the admissions process - you can even apply online.</span>");
$('#nav-main #nav-li-admission .spotlight-group #nav-li-admissions-events').append("<span class='main-text'>Learn more about our upcoming Admissions events; we hope to see you here on campus soon!</span>");

//academics
$('#nav-main #nav-li-academics .spotlight-group #nav-li-academic-program').append("<span class='main-text'>Intentionally designed for boys, the Liberal Arts are the foundation of a Haverford education.</span>");
$('#nav-main #nav-li-academics .spotlight-group #nav-li-college-counseling').append("<span class='main-text'>We provide the guidance, support, and resources each student needs in the competitive college quest.</span>");
$('#nav-main #nav-li-academics .spotlight-group #nav-li-decision-education').append("<span class='main-text'>What is decision education, and why is it important?</span>");

//arts
$('#nav-main #nav-li-arts .spotlight-group #nav-li-music').append("<span class='main-text'>We have fun each day singing, dancing, playing, arranging, composing, and studying music.</span>");
$('#nav-main #nav-li-arts .spotlight-group #nav-li-theater').append("<span class='main-text'>Theater is alive at Haverford! Act, design, manage, or write, direct, and produce a work of your own.</span>");
$('#nav-main #nav-li-arts .spotlight-group #nav-li-visual-arts').append("<span class='main-text'>Opportunities abound in the visual arts at Haverford, offering many creative experiences for our boys.</span>");


//athletics
$('#nav-main #nav-li-athletics .spotlight-group #nav-li-teamlist').append("<span class='main-text'>Haverford fields 18 sports and more than 50 teams. Find schedules, scores, team info, and more here.</span>");
$('#nav-main #nav-li-athletics .spotlight-group #nav-li-scholar-athlete').append("<span class='main-text'>Are you a prospective Haverford scholar-athlete? Click here to request more information.</span>");

//campus_life
$('#nav-main #nav-li-campus_life .spotlight-group #nav-li-life__haverford').append("<span class='main-text'>Haverford is an exciting place to learn, teach, play, and work. Learn more about daily life on campus!</span>");
$('#nav-main #nav-li-campus_life .spotlight-group #nav-li-service-learning').append("<span class='main-text'>Through service to others, we know ourselves better and make a difference in the world.</span>");
$('#nav-main #nav-li-campus_life .spotlight-group #nav-li-school-store').append("<span class='main-text'>Visit the School Store for apparel, sportswear, school clothing, accessory, collectable, and gift needs.</span>");

//support
$('#nav-main #nav-li-support .spotlight-group #nav-li-the-haverford-fund').append("<span class='main-text'>Gifts to The Haverford Fund are set to work immediately, and support all areas of the School.</span>");
$('#nav-main #nav-li-support .spotlight-group #nav-li-maroon-and-gold-society').append("<span class='main-text'>The Maroon & Gold Society is composed of donors who exemplify leadership in annual giving.</span>");
$('#nav-main #nav-li-support .spotlight-group #nav-li-annual-report').append("<span class='main-text'>Help us recognize our many supporters who graciously embody the spirit of Haverford's mission.</span>");

//alumni
$('#nav-main #nav-li-alumni .spotlight-group #nav-li-welcome').append("<span class='main-text'>Learn more about the many local, regional, and national alumni events planned throughout the year.</span>");
$('#nav-main #nav-li-alumni .spotlight-group #nav-li-directory').append("<span class='main-text'>Sign in to the Fords Directory to connect with friends and network with the broader Haverford community.</span>");
$('#nav-main #nav-li-alumni .spotlight-group #nav-li-class-notes').append("<span class='main-text'>Use our quick online forms to submit your news, notes, announcements, and photos!</span>");

});

