// JavaScript Document

function fnValidate4Search(){

with(document.frmsearch){

if(isNull(keywords,"Keywords"))return false;

if(notSelected(CityID,"Location..")){ return false; }

}

}

function numbers(){
	
	
}

