 function aa()
{
 	if(this.form1.search.value!="")
	{
		return true;
	}else
	{
	alert("ΗλΚδΘλΔΪΘέ");
	return false;
	}
}
 
