
<!-- 
	$(function() {
		$( "#tags" ).autocomplete({
			source: "../en/pages/words.php",
			minLength: 2
		});
	});
// --> 
