$(document).ready(function(){

    $("#tx-branchensuche-pi1-search").autocomplete(
        {
        url:"http://" + top.location.host + top.location.pathname + "?eID=branchensuche&sr=" + sr + "&sh=" + sh + "&lang=" + lang + "",
        result:function(){
            $("form:last").submit();
        }
        }
    );

});