	jQuery.noConflict();
	jQuery(document).ready(function(){
	
      jQuery(".tx-feuserlisting-pi1-searchbox-sword").autocomplete(SearchWords, {
        	minChars: 0,
        	max: 12,
        	autoFill: true,
        	mustMatch: false,
        	matchContains: false,
        	scrollHeight: 220,
        	formatItem: function(data, i, total) {
        		return data[0];
        	}
      });
        
      
	});
	
	

