﻿$('document').ready(function() {

    $('#textSize a').textresizer({
        target: "#centerCol p"
    });

    initDefinitionList();

});
