if (window.location.pathname != FES.Constants.HOMEPAGE)
{
	FES.Widgets.SectionTitle.setup("#t-content-header .right .banner",
	{
		map:
		{
			"" :
			{
				url : null,
				uris :
				[
					"/fes/.*",
					"/fes/community/news/.*",
					"/fes/wa/.*"
				]
			},
			"About us" :
			{
				url : "http://www.yorku.ca/fes/about/",
				uris :
					[
						"/fes/about/.*"
					],
				banner : "/fes/www2/images/template/fes/sub/banners/mural.png"
			},
			"Faculty governance" :
			{
				url : "http://www.yorku.ca/fes/about/governance/",
				uris :
				[
					"/fes/about/governance/.*"
				]
			},
			"Faculty members" :
			{
				url : "http://www.yorku.ca/fes/wa/FacultyProfiles/app/fulltime",
				uris :
				[
					"/fes/faculty/.*",
					"/fes/wa/FacultyProfiles/app/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/ceramic-leaf-in-brick.png"
			},
			"Future students" :
			{
				url : "http://www.yorku.ca/fes/students/future/",
				uris :
				[
					"/fes/students/future/.*",
					"/fes/students/future/bes/.*",
					"/fes/students/future/mes/.*",
					"/fes/wa/mf/index.htm?id=5",
					"/fes/students/future/phd/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/cn-tower.png"
			},
			"Current students" :
			{
				url : "http://www.yorku.ca/fes/students/current/",
				uris :
				[
					"/fes/students/current/.*",
					"/fes/students/current/bes/.*",
					"/fes/students/current/mes/.*",
					"/fes/students/current/phd/.*",
					"/fes/wa/GradCourses/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/prairie-smoke.png"
			},
			"Resources & services" :
			{
				url : "http://www.yorku.ca/fes/resources/",
				uris :
				[
					"/fes/resources/.*",
					"/fes/acadreg/.*",
					"/fes/careers/.*",
					"/fes/wa/mf/index.htm?id=13",
					"/fes/wa/JobsBoard/.*",
					"/fes/computing/.*",
					"/fes/wa/mf/index.htm?id=4",
					"/fes/wa/mf/index.htm?id=8",
					"/fes/financial/.*",
					"/fes/resources/faculty/.*",
					"/fes/wa/mf/index.htm?id=21",
					"/fes/wa/mf/index.htm?id=22"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/forest.png"
			},
			/*
			"Academic regulations" :
			{
				url : "http://www.yorku.ca/fes/acadreg/",
				uris :
				[
					"/fes/acadreg/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/street-car.png"
			},
			"Career Services" :
			{
				url : "http://www.yorku.ca/fes/careers/",
				uris :
				[
					"/fes/careers/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/street-car.png"
			},
			"Computing services" :
			{
				url : "http://www.yorku.ca/fes/computing/",
				uris :
				[
					"/fes/computing/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/street-car.png"
			},
			"Financial support" :
			{
				url : "http://www.yorku.ca/fes/financial/",
				uris :
				[
					"/fes/financial/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/street-car.png"
			},
			"For faculty members" :
			{
				url : "http://www.yorku.ca/fes/resources/faculty/",
				uris :
				[
					"/fes/resources/faculty/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/street-car.png"
			},
			*/
			"Research & publications" :
			{
				url : "http://www.yorku.ca/fes/research/",
				uris :
				[
					"/fes/research/.*",
					"/fes/wa/BesTheses/.*",
					"/fes/wa/MesPapers/.*",
					"/fes/wa/PhdDissertation/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/scott-library-book-shelves.png"
			},
			"Alumni" :
			{
				url : "http://www.yorku.ca/fes/alumni/",
				uris :
				[
					"/fes/alumni/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/dandelion.png"
			},
			"School and community links" :
			{
				url : "http://www.yorku.ca/fes/community/",
				uris :
				[
					"/fes/community/.*"
				],
				banner : "/fes/www2/images/template/fes/sub/banners/goose-with-baby.png"
			},
			"Contact us" :
			{
				url : "http://www.yorku.ca/fes/contact/",
				uris :
				[
					"/fes/contact/.*"
				]
			},
			"FES search" :
			{
				url : "http://www.yorku.ca/fes/wa/Search/",
				uris :
				[
					"/fes/site/search/.*",
					"/fes/wa/Search/.*"
				]
			}
			/*
			"FES News" :
			{
				url : "http://www.yorku.ca/fes/wa/News/app/do_list",
				uris :
				[
					"/fes/community/news/.*"
				]
			}
			*/
		}
	});
}
