document.write("<span id='footer'></span>");

$(function() {
    $.post(
        "/parts/footer.aspx",
        {},
        function(result) { $("#footer").html(result); });
});



