    $().ready(function() {
        $('.kwicks').kwicks({
            max : 170,
            spacing : 0
        });
    });