// JavaScript Document
			var sPath = window.location.pathname;
			//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
			var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
			//alert(sPage);
			if (sPage == 'advisors.shtml') {
				document.getElementById("logIn").style.visibility='hidden';}
			if (sPage == 'toolkit.shtml') {
				document.getElementById("logIn").style.visibility='hidden';}
			if (sPage == 'planning-specialists.shtml') {
				document.getElementById("logIn").style.visibility='hidden';}
			if (sPage == 'giving-account-center.shtml') {
				document.getElementById("logIn").style.visibility='hidden';}
			
			
				


