<!--
Example of mapping:
<maps>
	<map>
		<dest_host>UrlMapRoot</dest_host>
		<dest_urlpath>/home.asp</dest_urlpath>
		<mapped_host>money://@surf.mar@</mapped_host>
		<mapped_urlpath>/home.htm</mapped_urlpath>
		<flags>1</flags>
	</map>
</maps>
Both dest_host and mapped_host could be either actual host strings or tookens from misurls.xml file
flags field is a bitmap: 1 - mapping for Offline, 2 - mapping for Online, 3 ( 11 in binary form) 
mapping for Offline and Online
-->
<maps>
	<map>
		<dest_host>money://@surf.mar@</dest_host>
		<dest_urlpath>/taxhome.htm</dest_urlpath>
		<mapped_host>money://mclink</mapped_host>
		<mapped_urlpath>/TaxHome</mapped_urlpath>
		<flags>2</flags>
	</map>
	<map>
		<dest_host>money://@surf.mar@</dest_host>
		<dest_urlpath>/invhome.htm</dest_urlpath>
		<mapped_host>money://mclink</mapped_host>
		<mapped_urlpath>/InvestingHome</mapped_urlpath>
		<flags>2</flags>
	</map>
	<map>
		<dest_host>money://@surf.mar@</dest_host>
		<dest_urlpath>/plnhome.htm</dest_urlpath>
		<mapped_host>money://mclink</mapped_host>
		<mapped_urlpath>/PlanningHome</mapped_urlpath>
		<flags>2</flags>
	</map>
</maps>