function make_xhr(){
        var xhr;
                try {
                    xhr = new XMLHttpRequest();
                } catch(e) {