jQuery(document).ready(function($)
{
	$('.kwicks').kwicks
	({  
		max : 160,  
		spacing : 1  
	});


});
