document.observe('dom:loaded', function () {
    var form = $('exportForm');

    if (form) {
        form.submit();
    }
});
