FES.Template.Ajax.breadcrumbs = function(data)
{
	FES.Widgets.Breadcrumbs.setup("#t-breadcrumbs",
	{
		structure : data.structure,
		map :
		{
			"" :
				[
					"/fes/",
					"/fes/index.htm",
					"/fes/wa/.*",
					"/fes/changeyourworld/.*"
				],
			".w-home" :
				[
					"/fes/.*",
					"/fes/community/events/.*",
					"/fes/community/news/.*",
					"/cms/.*",
					"/webcms/.*"
				],
			".w-home .w-about" :
				[
					"/fes/about/.*",
					"/fes/about/people/.*"
				],
			".w-home .w-about .w-people .w-students .w-bes" :
				[
					"/fes/about/people/students/bes/.*"
				],
			".w-home .w-about .w-people .w-students .w-phd" :
				[
					"/fes/about/people/students/phd/.*"
				],
			".w-home .w-about .w-people .w-alumni .w-bes" :
				[
					"/fes/about/people/alumni/bes/.*"
				],
			".w-home .w-about .w-people .w-alumni .w-phd" :
				[
					"/fes/about/people/alumni/phd/.*"
				],
			".w-home .w-about .w-governance" :
				[
					"/fes/about/governance/.*"
				],
			".w-home .w-faculty" :
				[
					"/fes/wa/FacultyProfiles/app/.*",
					"/fes/faculty/.*"
				],
			".w-home .w-faculty .w-fulltime" :
				[
					"/fes/faculty/fulltime/.*"
				],
			".w-home .w-faculty .w-postdoctoral" :
				[
					"/fes/faculty/postdoc/.*"
				],
			".w-home .w-students-future" :
				[
					"/fes/students/future/.*",
					"/fes/wa/mf/index.htm?id=5"
				],
			".w-home .w-students-future .w-bes" :
				[
					"/fes/students/future/bes/.*"
				],
			".w-home .w-students-future .w-bes .w-overview" :
				[
					"/fes/students/future/bes/overview/.*"
				],
			".w-home .w-students-future .w-mes" :
				[
					"/fes/students/future/mes/.*"
				],
			".w-home .w-students-future .w-mes .w-welcome" :
				[
					"/fes/students/future/mes/welcome/.*"
				],
			".w-home .w-students-future .w-phd" :
				[
					"/fes/students/future/phd/.*"
				],
			".w-home .w-students-current" :
				[
					"/fes/students/current/.*"
				],
			".w-home .w-students-current .w-bes" :
				[
					"/fes/students/current/bes/.*"
				],
			".w-home .w-students-current .w-bes .w-concentration" :
				[
					"/fes/students/current/bes/concentration/.*"
				],
			".w-home .w-students-current .w-bes .w-certificates" :
				[
					"/fes/students/current/bes/certificates/.*"
				],
			".w-home .w-students-current .w-bes .w-joint" :
				[
					"/fes/students/current/bes/joint/.*"
				],
			".w-home .w-students-current .w-mes" :
				[
					"/fes/students/current/mes/.*",
					"/fes/wa/GradCourses/.*"
				],
			".w-home .w-students-current .w-phd" :
				[
					"/fes/students/current/phd/.*"
				],
			".w-home .w-resources" :
				[
					"/fes/resources/.*"
				],
			".w-home .w-resources .w-acad-reg" :
				[
					"/fes/acadreg/.*"
				],
			".w-home .w-resources .w-careers" :
				[
					"/fes/careers/.*",
					"/fes/wa/mf/index.htm?id=13",
					"/fes/wa/JobsBoard/.*"
				],
			".w-home .w-resources .w-careers .w-job-search" :
				[
					"/fes/careers/jobsearch/.*"
				],
			".w-home .w-resources .w-careers .w-profiles" :
				[
					"/fes/careers/profiles/.*"
				],
			".w-home .w-resources .w-computing" :
				[
					"/fes/computing/.*",
					"/fes/wa/mf/index.htm?id=4",
					"/fes/wa/mf/index.htm?id=8",
				],
			".w-home .w-resources .w-computing .w-labs" :
				[
					"/fes/computing/labs/.*"
				],
			".w-home .w-resources .w-computing .w-staff" :
				[
					"/fes/computing/staff/.*",
					"/fes/wa/mf/index-23.htm?id=23"
				],
			".w-home .w-resources .w-financial" :
				[
					"/fes/financial/.*"
				],
			".w-home .w-resources .w-financial .w-bes" :
				[
					"/fes/financial/bes/.*"
				],
			".w-home .w-resources .w-financial .w-graduate" :
				[
					"/fes/financial/graduate/.*"
				],
			".w-home .w-resources .w-financials .w-intl" :
				[
					"/fes/financial/intl/.*"
				],
			".w-home .w-resources .w-faculty" :
				[
					"/fes/resources/faculty/.*"
				],
			".w-home .w-resources .w-faculty .w-research" :
				[
					"/fes/resources/faculty/research/.*"
				],
			".w-home .w-resources .w-listservs" :
				[
					"/fes/wa/mf/index.htm?id=21",
					"/fes/wa/mf/index.htm?id=22"
				],
			".w-home .w-research" :
				[
					"/fes/research/.*",
					"/fes/wa/BesTheses/.*",
					"/fes/wa/MesPapers/.*",
					"/fes/wa/PhdDissertation/.*"
				],
			".w-home .w-research .w-publications" :
				[
					"/fes/research/Publications.htm"
				],
			".w-home .w-alumni-2" :
				[
					"/fes/alumni/.*"
				],
			".w-home .w-community" :
				[
					"/fes/community/.*"
				],
			".w-home .w-contact" :
				[
					"/fes/contact/.*"
				],
			".w-home .w-search" :
				[
					"/fes/wa/Search/.*"
				]
		}
	});
};
if (window.location.pathname != FES.Constants.HOMEPAGE)
{
	$.ajax(
	{
		url: "http://www.yorku.ca/fes/www2/jsonp/breadcrumbs-structure.js",
		dataType: "jsonp"
		//jsonpCallbackString: "FES.Template.Ajax.breadcrumbs"
	});
}
