|
Your issue is, the security model in the browser prevents the ajax calls from loading content from a site other than the one in the browser (your site).
To make that script work, you'll either need to host a copy of the feed yourself (use a cron job to keep your copy up to date), or write a proxy to the actual feed.
|