As per my requirement I need to use
window.onload (using for javascipt effects initialization on images) and
dojo.addOnLoad(using for rest of javascript functionality and for page load optimization)
The order of event firing (first dojo.addOnLoad, next window.onload) is working properly in all other borwsers except IE (both IE6 an IE7).
In IE order of event firing is behaving oddly, After I done deep testing, I observed that,
