$().ready(function() {
	$("input#q").autocomplete("search.php", {
		width: 260,
		selectFirst: false,
        max: 100
	});  
});