function empty2(){
if(tributes.country.value == ""){
alert("A Search Term Must Be Entered!");
tributes.country.focus();      // this puts the cursor back in the field
return false;

}
}