This box turns orange when the bootstrap is run!
The code coloring this box orange is hosted in an function attached to the bootstrap. The bootstrap attaches itself to "DOM readyness" and fires the attached function when the DOM is ready.
This box turns olive when the "traditional" onload event are fired!
An function attached directly to the onload event will change the color of this box. This will not happen before the image below are fully loaded.