var page_loaded = 0;
alert('search_loaded');
function search_loaded() {
alert('search_loaded');
page_loaded = 1;
}
function changed() {
if (page_loaded) {
if (document.getElementById("cse").innerHTML.search("Robert Price") > 0) {
//n = document.getElementById("cse").innerHTML.search("Robert Price")-30;
//alert(s.substring(n, n+100));
document.getElementById("cse").innerHTML = "Unable to Display Search Results. Click HERE to try another name.";
page_loaded=0;
}
}
}
![]() |
for partnering with us on this project. Please click HERE to visit the Alumni Association website. |
![]() |
To view a full yearbook, click a picture below:
Note, these are LARGE FILES which may take SEVERAL MINUTES to download.
Some yearbooks are missing and will be added when available. Please check back.
Yearbooks from the most recent 5 years will remain off the internet to avoid publishing picture of minors.
document.addEventListener("DOMNodeInserted", function(event) {
changed();
});