function my_kwicks(){
    $('.kwicks').kwicks({
        max: 540,
        spacing:  5
    });
}  

 $(document).ready(function(){
	my_kwicks();
});
