// JavaScript Document

$().ready(function() {  
     $('.kwicks').kwicks({  
         max: 307,  
         duration: 500,  
         sticky: true  
     });  
});
