$().ready(function() {

	$("#search").autocomplete("/includes/ajax/ajax.search.php", {
		width: 220,
		scroll: true,
		selectFirst: false
	});

});