function checkSearch(obj,text) {
	if (obj.sw.value == '' || obj.sw.value == text) {
		alert('Please enter a Keyword');
		return false;
	}
}
