function careersByLocation_onchange() {
	if (document.forms['careersByLocationForm'].careersByLocation.selectedIndex > 0) {
		window.open(document.forms['careersByLocationForm'].careersByLocation.options[document.forms['careersByLocationForm'].careersByLocation.selectedIndex].value, '_self');
	}
}