<script>
l = location.href;
document.write(l.substr(l.lastIndexOf("/")+1).split(/[?#]/)[0]);
</script>

ciao