Event.observe(window, 'load', function() {
    new FileUploader('theForm', 'status');
});
