$(function(){
    $('#footmenu').load('../../../..//js/footmenu.php', function() {
        // ...
    });
});
$(function(){
    $('#counters').load('../../../../inc/counters/counters.php', function() {
        // ...
    });
});
$(function(){
    $('#brands').load('../../../..//inc/modules/brnd.php', function() {
        // ...
    });
});
$(function(){
  $('.link').bind('click', function(){
    if( $(this).is('[title]') ) document.location = $(this).attr('title');
  });
});
$(function(){
    $('#menu').load('../../../../js/menu.php', function() {
        // ...
    });
});
