jQuery(document).ready(function() {
	jQuery('.kwicks').kwicks({
		max : 430,
		spacing : 5
	});
});

