<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type = "text/css" href = "emails2.css"?>
<emails>
	<!-- Begin Message 1 -->

	<message num = "m1">
        <date_sent>
            <year>2011</year>
            <month>7</month>
            <day>17</day>
        </date_sent>		
        <subject>The Buccos</subject>
		<to>cs1520&#64;pitt.edu</to>

		<from>ramirez&#64;cs.pitt.edu</from>
        <reply status = "yes"/>
	<body>
		Tough series against St. Louis coming up
	</body>
	</message>

	<!-- End Message 1 -->

	<!-- Begin Message 2 -->

	<message num = "m2">
        <date_sent>
            <year>2011</year>
            <month>7</month>
            <day>17</day>
        </date_sent>	

        <subject>Re: The Buccos</subject>
		<to>ramirez&#64;cs.pitt.edu</to>
		<from>cs1520&#64;pitt.edu</from>
        <reply status = "no"/>
	<body>
		This will show if they are contenders or pretenders
	</body>
	</message>

	<!-- End Message 2 -->

	<!-- Begin Message 3 -->

	<message num = "m3">
        <date_sent>
            <year>2011</year>
            <month>7</month>
            <day>18</day>
        </date_sent>	
	<subject>iPhone 5</subject>
	<to>cs1520&#64;pitt.edu</to>
	<from>ramirez&#64;cs.pitt.edu</from>
        <reply status = "yes"/>
	<body>
		When will it be released?
	</body>
	</message>

	<!-- End Message 3 -->

	<!-- Begin Message 4 -->

	<message num = "m4">
        <date_sent>
            <year>2011</year>
            <month>7</month>
            <day>18</day>
        </date_sent>	
	<subject>Re: iPhone 5</subject>
	<to>ramirez&#64;cs.pitt.edu</to>
	<from>cs1520&#64;pitt.edu</from>
        <reply />
	<body>
		Don't ask me - maybe Steve knows!
	</body>
	</message>

	<!-- End Message 4 -->

	<!-- Begin Message 5 -->

	<message num = "m5">
        <date_sent>
            <year>2011</year>
            <month>7</month>
            <day>18</day>
        </date_sent>
        <to>cs1520&#64;pitt.edu</to>
        <from>ramirez&#64;cs.pitt.edu</from>
        <body>
		XML is pretty cool!
		</body>
	</message>
	<!-- End Message 5 -->

</emails>

