> Might want to put all that in the same $(document).ready() > block so the code all runs in the order you want it......
If multiple ready() calls are in the order you want them, then it doesn't matter if they are separate calls or all in one. The callback functions are called in the same order that the .ready() calls are made. -Mike