// set FlashVars for subheader based on the URL
//var flashVar = "dan";

function setSubHeader() {
	switch(window.location.pathname) {
		case "/about/":
		var flashVar = "/global/flash/bannerImg/text1.gif";
		break;
		
		case  "/about/our_approach.html":
		var flashVar = "/global/flash/bannerImg/text1.gif";
		break;
		
		default:
		var flashVar = "/global/flash/bannerImg/text1.gif"
		break;
	}
}

document.observe("dom:loaded", function() {
	//setSubHeader();
});
