Random XML Playlist

Does anyone know how to make this XML playlist load the files in a random order vs a set order?

<?xml version=“1.0” encoding=“utf-8”?>
<playlist>
<sound src=“http://www.leakmob.com/mp3/oldroad.mp3” stream=“true” soundbuffer=“2”>“Old Road” - Luc</sound>
<sound src=“http://www.leakmob.com/mp3/thesearedreams.mp3” stream=“true” soundbuffer=“2”>“These Are Dreams” - The Verdict</sound>
<sound src=“http://www.leakmob.com/mp3/findyouagain.mp3” stream=“true” soundbuffer=“2”>“Find You Again” - October Fall</sound>
<sound src="" stream=“true” soundbuffer=“2”>“Your song here” - You</sound>
<sound src="" stream=“true” soundbuffer=“2”>“Your song here” - You</sound>
<sound src="" stream=“true” soundbuffer=“2”>“Your song here” - You</sound>
<sound src="" stream=“true” soundbuffer=“2”>“Your song here” - You</sound>
</playlist>