Assign getURL value with XML

I’m having trouble getting urls to work with an XML document I’m pulling into flash.

The XML looks like this:

<items>
	<item>
		<art>linked.jpg</art>
		<title>Linked</title>
		<author>John Smith</author>
		<website>http://www.kirupa.com</website>
	</item>
</items>