$().ready(function() {
$('#search').focus().autocomplete('http://cps.regis.edu/alliance/rpc.php', {
    minChars: 4,  
		width:400
	  });
});
