I\'m executing an external script, using a inside .
Now since the script executes before the pa
Look at hooking document.onload or in jQuery $(document).load(...).
document.onload
$(document).load(...)