$(document).ready(function() {
	$("#searchbox").autocomplete(
		dotdotpath+"search/autocomplete/quicksearchdata.cfm",
		{
			minChars:4,
			delay:50,
			autoFill:false,
			matchSubset:false,
			matchContains:1,
			cacheLength:10,
			selectOnly:1
		}
	);
});
