<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="Donutorders3.css"?>

<outstandingorders>
	<order>
		<name>
			<firstname>Don</firstname> 
			<middleinitial>S</middleinitial> 
			<lastname>Szarkowicz</lastname> 
		</name>
		<email>dszarkow@iun.edu</email> 
		<plain>1</plain> 
		<chocolatefrosted>2</chocolatefrosted> 
		<vanillafrosted>3</vanillafrosted> 
		<coconuttopped>4</coconuttopped> 
		<mapleglazed>5</mapleglazed> 
	</order>
	<order>
		<name>
			<firstname>Michael</firstname> 
			<middleinitial>J</middleinitial> 
			<lastname>Certa</lastname> 
		</name>
		<email>mcerta@iun.edu</email> 
		<plain>6</plain> 
		<chocolatefrosted>7</chocolatefrosted> 
		<vanillafrosted>8</vanillafrosted> 
		<coconuttopped>9</coconuttopped> 
		<mapleglazed>10</mapleglazed> 
	</order>
	<order>
		<name>
			<firstname>Judith</firstname> 
			<middleinitial>A</middleinitial> 
			<lastname>Knapp</lastname> 
		</name>
		<email>jknapp@iun.edu</email> 
		<plain>11</plain> 
		<chocolatefrosted>12</chocolatefrosted> 
		<vanillafrosted>13</vanillafrosted> 
		<coconuttopped>14</coconuttopped> 
		<mapleglazed>15</mapleglazed> 
	</order>
	<order>
		<name>
			<firstname>Vidya</firstname> 
			<middleinitial>A</middleinitial> 
			<lastname>Arshanapalli</lastname> 
		</name>
		<email>varshan@iun.edu</email> 
		<plain>16</plain> 
		<chocolatefrosted>17</chocolatefrosted> 
		<vanillafrosted>18</vanillafrosted> 
		<coconuttopped>19</coconuttopped> 
		<mapleglazed>20</mapleglazed> 
	</order>	  	  
	<order>
		<name>
			<firstname>William</firstname> 
			<middleinitial>D</middleinitial> 
			<lastname>Dorin</lastname> 
		</name>
		<email>wdorin@iun.edu</email> 
		<plain>21</plain> 
		<chocolatefrosted>22</chocolatefrosted> 
		<vanillafrosted>23</vanillafrosted> 
		<coconuttopped>24</coconuttopped> 
		<mapleglazed>25</mapleglazed> 
	</order>
</outstandingorders>