//<SCRIPT language=Javascript1.2>
function PathName() {
		document.write(location.pathname);
		}
