i have a banner ad on the top of my page and it makes the rest of the page wait for it before loading. And this is slow. I cannot use the async property because the ad doesn't work well with it.
Can someone tell me another method to load this javascript after the body loaded?
I've read about placing the js at the footer and positioning the ad with css on top but i don't know how to achieve this, and i'm a little scared google might penalize it (they penalize everything this days).
So yeah what are the best ways?
](http://stackoverflow.com/questions/191157/window-onload-vs-body-onload)
– Rooster Oct 24 '14 at 22:22