/* if there is a better way, i'm all for it */

if (String(this.document.location).indexOf("mba/ov") > 0) {
document.write('<style type="text/css">#schools_csom_mba_overview{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/me") > 0) {
document.write('<style type="text/css">#schools_csom_mba_meetstudents{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/ad") > 0) {
document.write('<style type="text/css">#schools_csom_mba_admission{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/aca") > 0) {
document.write('<style type="text/css">#schools_csom_mba_academics{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/ca") > 0) {
document.write('<style type="text/css">#schools_csom_mba_careers{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/acc") > 0) {
document.write('<style type="text/css">#schools_csom_mba_acceptedstudents{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/cu") > 0) {
document.write('<style type="text/css">#schools_csom_mba_currentstudents{background:#d5d5d5}</style>');
}
if (String(this.document.location).indexOf("mba/vi") > 0) {
document.write('<style type="text/css">#schools_csom_mba_visitschedule{background:#d5d5d5}</style>');
}
