onReady TEST (only for IE)

The background color of this page should be GREEN.

The background color is set to green by the "window.onload" function, if it where correctly called as last.
Unfortuanately the "onReady" is called last, after the "onload", so it overwrites the color with "yellow".

Again, we missed the train...to definitely solve this on IE is not as easy as it seems.