$(document).ready(function(){

//about
$('#nav-main #nav-li-about_sandia_prep .spotlight-group #nav-li-10-things-we-believe a').append("<span class='main-text'>At Sandia Prep, our focus is on the child. Learn more about our philosophy.</span>");
$('#nav-main #nav-li-about_sandia_prep .spotlight-group #nav-li-mission a').append("<span class='main-text'>The joy of learning and living is at the center of all we do. </span>");

//admissions
$('#nav-main #nav-li-admission .spotlight-group #nav-li-application-process a').append("<span class='main-text'> There are two ways that you and your child can apply to Sandia Prep. You can request a paper application and mail or bring it in, or you can use our secure and easy online application.</span>");
$('#nav-main #nav-li-admission .spotlight-group #nav-li-why-an-independent-school a').append("<span class='main-text'> As an independent school, we are free to let passionate teachers create rich educational experiences that meet each student's individual needs...</span>");

//academics
$('#nav-main #nav-li-academics .spotlight-group #nav-li-overview a').append("<span class='main-text'> At Sandia Prep, we want our students to discover the connections between subjects and to use these discoveries to explore and understand the world around them. </span>");
$('#nav-main #nav-li-academics .spotlight-group #nav-li-middle-school a').append("<span class='main-text'>This is the blurb for the Middle School link in the meganav</span>");
$('#nav-main #nav-li-academics .spotlight-group #nav-li-upper-school a').append("<span class='main-text'>This is the blurb for the Upper School link in the meganav</span>");

//giving
$('#nav-main #nav-li-giving .spotlight-group #nav-li-make-a-gift a').append("<span class='main-text'> Philanthropic support helps Sandia Prep maintain a diverse community of teachers and students who seek creativity, innovation and achievement in all that they do. </span>");

//athletics
$('#nav-main #nav-li-athletics .spotlight-group #nav-li-example a').append("<span class='main-text'>This is a placeholder for a blurb for a page in this section</span>");

//alumni
$('#nav-main #nav-li-alumni .spotlight-group #nav-li-how-your-gifts-are-used a').append("<span class='main-text'>Gifts to Sandia Prep help provide the exceptional educational experience you received as a student here. While tuition covers 88% of the School?s operating revenue, your donations help bridge the gap of approximately $1,500 per student between tuition income and the actual cost of a Sandia Prep education.</span>");

});

