				$().ready(function() {
					$('.kwicks').kwicks({
						max : 200,
						duration: 800,
						easing: 'easeOutQuint'
					});
				}); 
