I've started using this tool for quickness and I can't seem to find the name of the function in the javascript file that pulls the feed. I want to only display the pulled rss feed onload only as it sometimes takes a few seconds for it to pull it and I need everything else on the page to begin working in the mean time. So questions are: any idea how to do this given I can't see the function in the javascript file or can you tell me the name of the function I can call in the js file so I can write my own onload wrapper?
Thanks!