$().ready(function() {
	$('.kwicks').kwicks({
		maxWidth : 205,  // required attribute
		spacing : 5
	});
});
