Just put this jQuery in your page using Admin->Layout.
$('input#title').val('I will ');
You could also do it with a plugin, but I don't see any advantage to that. Even if you wanted to change the text conditionally, you could still do that with ajax and jquery.