// JavaScript Document
 $().ready(function() {
				$('.kwicks').kwicks({
					max : 220,
					spacing : 0
				});
			});
