window.onload = function(){	
	im_autocomplete.set({
		'id' : 'what',
		'file' : 'ac.locations.ajax.php',
		'param' : 'what',
		'extra_params' : function(){return 'where='+s('where').value;}
	});
}