SBA HUBZone\
Certified\
";
var cmmiprefix = "\
";
var cmmisuffix = "\<\/div\>\<\/div\>\<\/div\>";
if (document.URL.match(/r?about-sycamore?/g)){
if (document.URL.match(/r?leadership-team?/g)){
document.write(prefix + leadership + suffix);
}
else if (document.URL.match(/r?community?/g)){
document.write(prefix + community + suffix);
}
else if (document.URL.match(/r?locations?/g)){
document.write(prefix + locations + suffix);
}
else {
document.write(prefix + about + suffix);
}
}
else if (document.URL.match(/r?services?/g)){
if(document.URL.match(/r?engineering-services?/g)){
if (document.URL.match(/r?independent-verification-validation?/g)){
document.write(prefix + ivv + suffix);
}
else if (document.URL.match(/r?information-assurance?/g)){
document.write(prefix + iassurance + suffix);
}
else if (document.URL.match(/r?software-assurance?/g)){
document.write(prefix + softAssurance + suffix);
}
else{
document.write(prefix + engServices + suffix);
}
}
else if(document.URL.match(/r?it-infrastructure?/g)){
if (document.URL.match(/r?cable-plant?/g)){
document.write(prefix + cablePlant + suffix);
}
else if (document.URL.match(/r?networks?/g)){
document.write(prefix + networks + suffix);
}
else if (document.URL.match(/r?satcom-engineering?/g)){
document.write(prefix + satcom + suffix);
}
else if (document.URL.match(/r?telephony?/g)){
document.write(prefix + telephony + suffix);
}
else if (document.URL.match(/r?voip?/g)){
document.write(prefix + voip + suffix);
}
else if (document.URL.match(/r?web-hosting?/g)){
document.write(prefix + webHost + suffix);
}
else{
document.write(prefix + itInfEng + suffix);
}
}
else if(document.URL.match(/r?software-development?/g)){
if (document.URL.match(/r?aerospace-software-development?/g)){
document.write(prefix + aerospace + suffix);
}
else if (document.URL.match(/r?application-virtualization?/g)){
document.write(prefix + appVirt + suffix);
}
else if (document.URL.match(/r?cots-integration?/g)){
document.write(prefix + cots + suffix);
}
else if (document.URL.match(/r?web-development?/g)){
document.write(prefix + webDev + suffix);
}
else{
document.write(prefix + softDev + suffix);
}
}
else{
document.write(prefix + services + suffix);
}
}
else if (document.URL.match(/r?solutions?/g)){
if (document.URL.match(/r?risknav?/g)){
document.write(prefix + riskNav + suffix);
}
else if (document.URL.match(/r?requirements-management-system-rms?/g)){
document.write(prefix + rms + suffix);
}
else if (document.URL.match(/r?maestro?/g)){
document.write(prefix + maestro + suffix);
}
else {
document.write(prefix + solutions + suffix);
}
}
else if (document.URL.match(/r?contract-vehicles?/g)){
}
else if (document.URL.match(/r?news-events?/g)){
}
else if (document.URL.match(/r?contact-us?/g)){
}
else if (document.URL.match(/r?careers?/g)){
if (document.URL.match(/r?benefits?/g)){
document.write(prefix + benefits + suffix);
}
else if (document.URL.match(/r?openings?/g)){
document.write(prefix + openings + suffix);
}
else if (document.URL.match(/r?leadership-team?/g)){
document.write(prefix + leadership + suffix);
}
else if (document.URL.match(/r?internships?/g)){
if (document.URL.match(/r?to-qualify?/g)){
document.write(prefix + toQualify + suffix);
} else {
document.write(prefix + internship + suffix);
}
}
else if (document.URL.match(/r?live-well-with-sycamore?/g)){
document.write(prefix + deepcreek + suffix);
}
else {
document.write(prefix + careers + suffix);
}
}
else {
document.write(prefix + homePage + suffix);
}
document.write("\<\/div\>");