$(document).ready(function() {
	$('.kwicks').kwicks({ max: 250, min: 200 });
	jQuery("#breadcrumb").jBreadCrumb()
	$("#tabs").tabs();
});

