setTimeout("auto();", 100);

function auto() {
	var url = '/show/auto.marx';
	new Ajax.Autocompleter('searchValue', 'autoComp', url);
}	
