// START OF WEB TRENDS VARIABLES
//var gFpcDom=".nyp.org";
var gDomain="cds.nyp.org";
var gDcsId="dcs9e0rmek711roghvzx6gsg8_9s4x";


function sectionName() {
	var activeSectionName = "";
	
	if (active == "one") {
		activeSectionName = "About Us";
	} else if (active == "two") {
		activeSectionName = "News Events Announcements";
	} else if (active == "three") {
		activeSectionName = "Clinical Sites";
	} else if (active == "four") {
		activeSectionName = "Center for Professional Nursing Practice";
	} else if (active == "home") {
		activeSectionName = "Nursing Home Page";
	} else if (active == "maps") {
		activeSectionName = "Toolbar:Maps and Directions";
	} else if (active == "contact") {	
			activeSectionName = "Toolbar:Contact Us";
	} 
	return activeSectionName;
}
// END OF WEB TRENDS VARIABLES 