﻿$(document).ready(function() {
    $("span.right").dotdotdot({
        wrapper: 'div',
        ellipsis: '...',
        wrap: 'word',
        watch: true,
        height: 260,
        tolerance: 0,
        after: "a.more"
});
});
