Running javascript without hooking wp_head

Just make own notReady.php file for your function and add where you want to use with include("notReady.php") or require("notReady.php")
or make your own javascript file and load it within html:

<script src="notReady.js" />

Basicly, try to load your scripts at bottom your website… This is just optimalisation