﻿jQuery(document).ready(
function() {
jQuery.get("/SiteCount.asp", function(data) {
        jQuery("#SiteCount").html(data);
    });
}
);
