$(document).ready(function() {
	$('input.dropdowncontrol').each(function() {
		$(this).textdropdown();
	});
});


