I have an jQuery JSON request, that loads some JSON from another server (ex. foo.com):
$.getJSON(\"http://foo.com/json.php\",function(data) { alert(data); }); >
More about cross-domain JSON throw JSONP and jQuery.