﻿$(document).ready(function () {
    //$("body").hide();
    $("#footer").load('footer.htm');
    //$("body").fadeIn(3000);
});
