<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="/Special_events.xsl" type="text/xsl"?>
<Events>

/*The line below is where you need to start copying to create a new event*/
    <Event_type id="1">
		<Date></Date>
		<Title></Title>
		<Description></Description>
	</Event_type>
/*The line above is where you need to end copying*/	
	
    <Event_type id="2">
		<Date></Date>
		<Title></Title>
		<Description></Description>
	</Event_type>
	
	<Event_type id="3">
		<Date></Date>
		<Title></Title>
		<Description></Description>
	</Event_type>
	
	<Event_type id="4">
		<Date></Date>
		<Title></Title>
		<Description></Description>
	</Event_type>

	<Event_type id="5">
		<Date>Don't Forget</Date>
		<Title>We are open Christmas Day and New Years Eve 2010</Title>
		<Description></Description>

	</Event_type>
	

/*Insert copied event above here and increment event id by one*/

</Events>