    $().ready(function() {
        $('.kwicks').kwicks({
            max: 467,
            duration: 400,
            sticky: true,
	    spacing: -25
        });
    });

/* the variable max sets the width or height (in pixels) of a fully expanded kwick element.
the variable duration sets the number of milliseconds required for each animation to complete. 
the variable sticky sets whether the slide is open on initialization
http://www.jeremymartin.name/projects.php?project=kwicks */
