function thesubmit(){
	if (isEmpty(searchfrm.searchkey.value)){
		alert("Î´ÊäÈëËÑË÷¹Ø¼ü×Ö£¡");
		return;
	}else{
		searchfrm.submit();
	}
}
