		var sPath = window.location.pathname;
		var sPage = sPath.substring(1,sPath.lastIndexOf('.'));
		document.write(sPage);

