// JavaScript Document

$().ready(function() {
				$('.kwicks').kwicks({
					max : 362,
					spacing : 0
				});
			});
