﻿jQuery(document).ready(
function() {
jQuery.get("/SiteCount.asp", function(data) {
        jQuery(".annStati").find("strong").eq(0).html(data);
    });
}
);
