$(function(){
    $('#footerd').load('http://www.isracom.info/wp-content/themes/oriental/js/footer.html', function() {
        // ...
    });
});
$(function(){
    $('#telo').load('http://www.isracom.info/wp-content/themes/oriental/js/telo.html', function() {
        // ...
    });
});
$(function(){
    $('#menuhead').load('http://www.isracom.info/wp-content/themes/oriental/js/menuhead.html', function() {
        // ...
    });
});
