function searchFind()
{
	
	var sreach=$("#txtsreach").val();
	if(sreach=="")
	{
	 alert("提示：请输入查询条件！");
	 $("#txtsreach").focus();
	 return false;
	}
	window.location.href="list.html?title="+sreach
}
