<?xml version="1.0" ?>

<select name="tracks">

	<!-- the attributes are pretty self-explanatory.                     -->	

	<!-- nameOfTrack = <artist> - <song title>                           -->

	<!-- all audio should be in mp3 format or else it wouldn't be loaded -->

	<song nameOfTrack="Federico Aubele - En El Desierto" path="audio/El_Desierto.mp3" />	

	<song nameOfTrack="Sia - Electric Bird" path="audio/Electric_Bird.mp3" />	

	<song nameOfTrack="311 Porter - Surround Me with your Love" path="audio/Surround_Me.mp3" />

	

</select>

