// JavaScript Document
function whoAreYou()
 {
  window.location="#"+document.whoform.who.value;
 }		