function check_watchlist(update, callback) {
    if (typeof update == "undefined") update = true;
    if (typeof callback == "undefined") callback = function(){};
    
    var email = $('#email').val();