$(document).ready(function(){

	$('#keyword').autocomplete({
		serviceUrl:'/search.php?action=auto-suggestion',
		width: '200px'
	});
});
