<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl?" type="text/xsl"?>

<!-- Squad properties follow - change values as necessary -->
<!-- Keep nick short - it is displayed together with players nick -->
<squad nick="ODB">
	<!-- Main squad name, also page title when XML is viewed in web browser -->
	<name>Old Dirty Bastards</name>
	<!-- Squadmaster email address -->
	<email>info@stealth-net.co.uk</email>
	<!-- Main web site of the squad -->
	<web>www.TeamODB.com</web>
	<!-- Squad picture URL (will be documented later) -->
	<picture>stealth.paa</picture>
	<!-- Squad name - displayed on vehicles manned by squad members -->
	<title>Scary Mofo</title>
<!-- End of squad properties  -->

<!-- Member list follows - change values as necessary -->
<!-- user ID and nick nick must be the same as given in OFP Edit Player dialog -->
	<member id="105316" nick="StealthTiger">
	<!-- additonal information about this member, accessible by pressing 'P' -->
	<!-- all this information is optional and may be set to N/A -->
		<!-- Full name -->
		<name>StealthTiger</name>
		<!-- E-mail address -->
		<email>StealthTiger@hotmail.co.uk</email>
		<!-- ICQ number -->
		<icq>www.Stealth-Net.co.uk</icq>
		<!-- short description -->
		<remark>Scary Mofo</remark>
	<!-- end of additional member iformation -->
	</member>
	
<!-- End of member list -->

</squad>
