$(document).ready(function(){
    $('img[title]').jcaption({
        copyStyle: true,
        imageAttr: 'ttl',
        animate: true,
        show: {height: "show"},
        hide: {height: "hide"}
    });
});
