<script src="//www.gmodules.com/ig/ifr?url=http://www.appuonline.com/gadgets/mkt.xml&synd=open&w=176&h=92&title=&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script>
This script shows me the google gadget for NIFTY updates. i have called this script in my php page as
<div class="sensex" align="right">
<script src="//www.gmodules.com/ig/ifr?url=http://www.appuonline.com/gadgets/mkt.xml&synd=open&w=176&h=92&title=&border=%23ffffff%7C0px%2C1px+solid+%23993333%7C0px%2C1px+solid+%23bb5555%7C0px%2C1px+solid+%23DD7777%7C0px%2C2px+solid+%23EE8888&output=js"></script>
</div>
Now, how to run this script after page load.. because it is taking time to load this gadgets contents so i want to load this gadget after page load.. i tried but i am not able to do that.. please can any one tell me how to do it...?