$(document).ready(function(){
    $(".hash").each(function () {
		$(this).empty().html('<img src="/images/loading.gif" style="margin: 0 auto;" />');
        $(this).load('/fragment.php/?hash='+$(this).attr('id'));
    });
});
