

function load() {
if (document.getElementById("a")) {
location.href="#a";
}
if (document.wallet.elements['password']){
document.wallet.elements['password'].focus();
}

}

