Yes, I looked at the source and it seems if I am looking at this right this is where it is all happening.
Code:
<div id="udecalls">
  <iframe name="UDSW" width="520" src="http://www.cityoftulsa.org/divisions/divisions.aspx?div=udsw" height="222"> Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>

</div>
Its in an iframe within a div called udecalls ..... however the url itself seems interesting .... hmmm could it be this is what we are looking at being displayed int he iframe???
I will look into that and check it out.

If so I may simply be able to display that but still this doesnt help me actually grab the info .. instead it would only let me display it ...

I will check out if I can display it but would love to be able to actually read it ...
Any thoughts will be appreciated
Ill be back after I test the url

Mark