new Autocompleter.Ajax.Json('searchInput', '/index.php?searchSent=1', {
	'minLength': 3,
	'postVar': 'search',
	'delay': 400,
	'autoSubmit': true
});

$('searchInput').addEvent('focus', function() {
	if (this.value == GLOBAL_ENTER_ARTIST_HERE) this.value='';
});