// JavaScript Document
//Services section

var topSectArr = section.split(".", 2);
var topSection = topSectArr[0] + "." + topSectArr[1];

document.write('<ul id="navLinks">');
if (topSection!="1.5") {
	document.write('<li><a href="/careers.shtml">Careers</a></li>');        
} else {
	document.write('<li><a href="/careers.shtml" class="on">Careers</a></li>');
}