function doSearch(keywords){

	if(keywords.length<=0)

		return false; 

	return true;
}