$('#unwatch').click(function(e) {
        $(this).hide();
        $('#watch').show();
    });