[jQuery] JQuery problem trying to read XML from a site (xmlhttp)

[jQuery] JQuery problem trying to read XML from a site (xmlhttp)


Hey guys,
I'm a bit new to JQuery, but from what i've read, it's the end all to
xmlhttprequests.
I pulled this from a website and modified it to work on mine. I'm
using jQuery 1.3.2, btw...
For the life of me, i cannot get it to pull the xml data from
getstream.aspx. if you open it up in a browser, it shows as perfect
xml. If i parse it with straight php, it works, but i want to use the
jQuery Library with an ajax refresh.
Am I screwing something up, or is there something I don't know about
when using a website source vs. a local source.
~Doc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" media="all" href="style.css" /