/* disable the default autocomplete */
tags = document.getElementById('tags');
tags.setAttribute("autocomplete","off");
