﻿$(function () {
    $('#parchment-list').css({ 'display': 'block' });

    $.each($('#parchment-list li'), function (i, v) {
    });
});
