//This document is ultra critical to displaying titles in the header area ... do not delete this page
//
if (document.location.href.toLowerCase().indexOf('dmissions') > 0)
{
document.write("Admissions");
}
else if (document.location.href.toLowerCase().indexOf('thletics') > 0)
{
document.write("Athletics");
}
else if (document.location.href.toLowerCase().indexOf('bout') > 0)
{
document.write("About Us");
}
else if (document.location.href.toLowerCase().indexOf('eacher') > 0)
{
document.write("Teachers");
}
else if (document.location.href.toLowerCase().indexOf('vents') > 0)
{
document.write("Events");
}
else
{
document.write("Perimeter Christian School");
}