function myFunction() {
$("h01").insert("Hello Prototype!");
}
Event.observe(window, "load", myFunction);