$(document).ready(function() {
    $('#form-subscribe .input-text').val('Enter email address here').focus(function() { $(this).val('') });
});
