getURL with XML

I’m having trouble with an XML/Flash project. Specifically, I’m having trouble getting getURL to work with URLs in my XML.

Here’s how my XML is setup:

<items>
<item>
<image>sample.jpg</image>
<website>http://www.kirupa.com</website>
</item>
</item>