// Set focus to search box
function setFocus() {
	document.getElementById("cse-search-box").q.focus();
}

