Cannot get jQuery UI to enqueue in my plugin!

Hook my_load_js() to wp_enqueue_scripts as in the examples in the Codex, and not to admin_init.

add_action('wp_enqueue_scripts', 'my_load_js');

…pretty sure that will take care of it.