
 $(document).ready(function(){
 	$(".input-tags").autocomplete("http://www.reseaufing.org/pg/autocomplete", {
			cacheLength: 20,
			multiple: true
	});
 });

