// Set focus: puts cursor in the site search box. Usually used "onload"
function sf() {
	document.forms[0].elements[0].focus();
}
