﻿function main() {
    $('#SurveyBlock').dialog({
        modal: true,
        autoOpen: true,
        closeOnEscape: false,
        closeText: '',
        minWidth: 500,
        minHeight: 275,
        title: 'ProgressBook Wants Your Feedback!',
        resizable: false,
        open: function(event, ui) { jQuery('.ui-dialog-titlebar-close').hide(); }
    });
    $('#SurveyBlock').parent().appendTo($('form:first'));
}
