// JavaScript Document

$().ready(function() {
	$('.kwicks').kwicks({
		max: 315,
		spacing : 0
	});
});
