function GetRegion(f,sName){
  var cE;
  var tE;

  cE=document.forms[(f)][(sName)].value;
  if (cE.length>=1) {
    tE=cE + ' and ( (state:al and county:coosa^300) or (state:al and county:randolph^700) or (state:al and county:tallapoosa^400) or (state:al and county:cleburne^500) or (state:al and county:clay^900) or (state:al and county:talladega^600) )';
    document.forms[(f)][(sName)].value=tE;
  }
}
