 			$('#search-location').autocomplete({
			    serviceUrl: '/dresources/searchAddress',
			   /*  onSelect: function (suggestion) {
			        alert('You selected: ' + suggestion.value + ', ' + suggestion.data);
			    } */
			});
			(function() {
				[].slice.call( document.querySelectorAll( 'select.cs-select' ) ).forEach( function(el) {	
					new SelectFx(el);
				} );
			})();