I do not have it, require little bit of testing.
If you have no skills, do not do it and look for developer.
Something basic would be:
$(document).ready(function() {
$('input[name="title[en_US]"]').val('Dummy title');
});
And hide title (this is for Epsilon):
.row.ttle {display:none;}