$(document).ready(function(){
        $('.line').crawlLine({
            speed:2,
            crawElement:'div', // для примера div.move
            textElement:'p'
//            hoverClass:'viewText'
        });
    });
