function find_zip(frm){
			var location1=jQuery("#location1").val();
			if(location1){
			    return true;
			}else{
					jQuery('#mask, #dialog').show();
							return false;
				}	
			
}
