This function in the b2edit.form annoys the mess out of me! Every time I refresh the page or something it JUMPS up and I loose my place!
So anyway, I deleted:
function focusit() {
// focus on first input field
document.post.title.focus();
}
window.onload = focusit;