function tempStart() {
	$('#searchKey').autocomplete('include/ajaxLib.php?act=arama',{
			minChars: 2,
			width: 300,
			multiple: false,
			matchContains: true,
			formatItem: formatItem,
			formatResult: formatResult
	});
}
