is it just me, or is it smelling geeky in here?
the key is the string "http://www.wmata.com:80/metrorail/Stations/showpid/showpid_refresh.cfm?station=31"
.cfm = the pages are being served up by
coldfusion, and thus the data source is probably inaccessible unless they were really lax about implementing security.
since accessing the data directly will likely be impossible (and could potentially land you in hot water), you might consider simple text scraping instead.