$(function(){
    $("#dosubscribe").click(function(){
            $("#email").attr('value','');
    });
    
});
