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