$("#popup_ok").click( function() {
                    $.alerts._hide();
                    if( callback ) callback(true);
                });