window.onload以外でJavascriptを自動実行

こんな感じ

<script type="text/javascript">

(function() {

      alert("ふははははっ、ごほっははっ、ゲホッ");

})()

</script>