// JavaScript Document

$().ready(function() {
	$('.kwicks').kwicks({
		min: 120,
		spacing : 0
	});
});