<?xml version="1.0" standalone="yes"?>
<address_book>
	<record id="1">
		<name>
			<first_name>first name goes here</first_name>
			<last_name>last name goes here</last_name>
			<nick_name>nick name goes here</nick_name>
		</name>
		<address>
			<street>your street address</street>
			<city>your city</city>
			<state>your state</state>
			<zipcode>your zipcode</zipcode>
		</address>
		<contact>
			<work_phone>occupation goes here</work_phone>
			<cell_phone>education goes here</cell_phone>
			<email_address>email address goes here</email_address>
			<website>your website address goes here</website>
		</contact>
	</record>
</address_book>

