function checkSchValid(){
	if(document.getElementById('searchTextInput').value == '') { 
		alert('검색어가 필요합니다.'); 
		return false; 
	}
}
