$().ready(function() {
    $('#example7 .kwicks').kwicks({
        max: 300,
        duration: 400,
        sticky: true
    });
});