Displaying XML in Flash?

I have some statistical data that is in xml form, and I tried to use this tutorial to display it in my flash file, but my xml structure is different and I am having trouble modifying the actionscript to work with my information. I was wondering if anyone could help me out. My xml looks like this:

<hits><hit startdate="11/13/06" enddate="11/19/06" monday="780" tuesday="788" wednesday="662" thursday="693" friday="629" saturday="523" sunday="663" winnermessage="You show them, Tuesday." /></hits>

Can anyone take the actionscript from the tutorial and modify it for me? or is there an alternate method I should use?

Thanks!