If you have a server at hand and you know php then everything is simpler. Use JSONP ajax requests with jQuery (read here http://api.jquery.com). Basically behind the scenes jQuery creates a script tag with an url on a remote server. When the data is loaded a callback function is invoked. Pretty simple to use.