function getChannel(){
	if(!window.BreadCrumbIDs){return '';}

	if(window.location.pathname.indexOf("/patient_education/") != -1){return "Patient Education";}

	var channel = '';
	for(var i=0,len=BreadCrumbIDs.length;i<len;i++){
		channel = findChannel(BreadCrumbIDs[i]);
		if(channel){return channel;}
	}
	return '';

	function findChannel(ID){
		switch(ID){
			case 15467:	return "When You Need a Transplant";
			case 17589:	return "Newly Diagnosed - Lymphoma";
			case 13910:	return "Newly Diagnosed - Leukemia";
			case 14172:	return "Newly Diagnosed - Colorectal";
			case 13016:	return "Newly Diagnosed - GYN";
			case 9698:	return "Newly Diagnosed Pilot";
			case 12112:	return "Newly Diagnosed - Lung";
			case 49719:	return "Gateway";
			case 11570:	return "About Herbs";
			case 5804:	return "SKI";
			case 5306:	return "For New Patients";
			case 3226:	return "International Patients";
			case 3151:	return "Physician Referral Guide";
			case 2715:	return "Pediatrics";
			case 361:	return "Types of Cancer";
			case 600:	return "Prevention and Screening";
			case 539:	return "Public Education";
			case 3336:	return "Fred's Team";
			case 5626:	return "How to Help";
			case 11698:	return "Donating Blood & Platelets";
			case 5621:	return "Center News";
			case 1072:	return "News Room";
			case 58022:	return "Living Beyond Cancer";
			case 8965:	return "Clinical Fellowships";
			case 2635:	return "For Medical Students";
			case 10137:	return "Postdoctoral Training";
			case 65977:	return "Memorial Hospital Research";
			default: 	return "";
		}	
	}
}

