The Commuter Rail data (e.g. http://developer.mbta.com/lib/RTCR/RailLine_9.json) appear to be available neither via either JSONP nor CORS, making it impossible to access this data via JavaScript. If you’d like to make this data available to browser applications using JavaScript, you will need to add CORS support.
Please make the JSON available via CORS by sending the HTTP
response header:
Access-Control-Allow-Origin: *
This site details how to do so for IIS6: http://enable-cors.org/#how-iis6.
Thanks in advance,
alan