Codex tools: Log in / create account
For theme and plugin development: in order to have a Javascript function executed in the admin areas on load, or when the document is ready, use the following:
addLoadEvent('my_onload_function');
function my_onload_function(){
alert('Look, the document has loaded.');
}