$(document).ready(function() {
	$('#example1 .kwicks').kwicks({
	max: 205,
	spacing:  5
	});
});

