/*$(
function()
{
    $('#parola').change(
        function() {
        $(this).val('In allestimento...');
        });
});*/
