function cleanseach()
{
	var sinput = document.getElementById("searchKeyWord");
	sinput.value = '';
}
