
				function check_hurry_find(){
					var keyword = document.frames["hurry_find"].keyword.value;
					var title = document.frames["hurry_find"].title;
					var content = document.frames["hurry_find"].content;
					var law_db_type = document.frames["hurry_find"].law_db_type;

					if(keyword != "" ){
						if(!title.checked && !content.checked){
							alert("\u9519\u8bef\u63d0\u793a\uff1a\u5bf9\u4e0d\u8d77\uff0c\u6807\u9898\u6216\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a\uff01");
							return false;
						}
					}
					
					if(!law_db_type[0].checked && !law_db_type[1].checked){
						alert("\u9519\u8bef\u63d0\u793a\uff1a\u5bf9\u4e0d\u8d77\uff0c\u8bf7\u9009\u62e9\u8981\u67e5\u8be2\u7684\u5e93\u3002");
						return false;
					}
					 openDIV();
					return true;
				}
