$(document).ready(function() {
	if (typeof(test) != "undefined") {
		if (selectedItem != null) {
			$("#codice").html("id: " + selectedItem);
		}
	}
});
