function doSearch() {
	newLoc = "/search/default.asp?keywords=" + document.getElementById("txtSearchStr").value;
	window.location = newLoc;
}