<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="2.0"
				xmlns:html="http://www.w3.org/TR/REC-html40"
				xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
				xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
				xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
	<xsl:template match="/">
		<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XML Sitemaps</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body {
		background: #F7F7F7;
		font-size: 14px;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
	h1 {
		color: #23282d;
		font-weight:bold;
		font-size:20px;
		margin: 20px 0;
	}
	p {
		margin: 0 0 15px 0;
	}
	p a {
		color: rgb(0, 135, 190);
	}
	p.footer {
		padding: 15px;
	    background: rgb(250, 251, 252) none repeat scroll 0% 0%;
	    margin: 10px 0px 0px;
	    display: inline-block;
	    width: 100%;
	    color: rgb(68, 68, 68);
	    font-size: 13px;
	    border-top: 1px solid rgb(224, 224, 224);
	}
	#main {
		margin: 0 auto;
		max-width: 55rem;
		padding: 1.5rem;
		width: 100%;
	}
	#sitemaps {
		width: 100%;
		box-shadow: 0 0 0 1px rgba(224, 224, 224, 0.5),0 1px 2px #a8a8a8;
		background: #fff;
		margin-top: 20px;
		display: inline-block;
	}
	#sitemaps .loc, #sitemaps .lastmod {
	    font-weight: bold;
	    display: inline-block;
	    border-bottom: 1px solid rgba(224, 224, 224, 1);
	    padding: 15px;
	}
	#sitemaps .loc {
		width: 70%;
	}
	#sitemaps .lastmod {
		width: 30%;
		padding-left: 0;
	}
	#sitemaps ul {
	    margin: 10px 0;
	    padding: 0;
	}
	#sitemaps li {
	    list-style: none;
	    padding: 10px 15px;
	}
	#sitemaps li a {
	    color: rgb(0, 135, 190);
	    text-decoration: none;
	}
	#sitemaps li:hover{
		background:#F3F6F8;
	}
	#sitemaps .item-loc {
	    width: 70%;
	    display: inline-block;
	}
	#sitemaps .item-lastmod {
		width: 30%;
	    display: inline-block;
		padding: 0 10px;
	}
	</style><style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wpsc-theme-css-css'  href='https://securex.net.au/wp-content/themes/titan/wpsc-default.css?ver=3.13.1.361d748' type='text/css' media='all' />
<style id='wpsc-theme-css-inline-css' type='text/css'>

		/*
		* Default View Styling
		*/
		div.default_product_display div.textcol{
			margin-left: 158px !important;
			min-height: 148px;
			_height: 148px;
		}

		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -158px !important;
		}

		div.default_product_display  div.textcol div.imagecol a img {
			width: 148px;
			height: 148px;
		}

		.wpsc_category_grid_item  {
			display:block;
			float:left;
			width: 148px;
			height: 148px;
		}
		.wpsc_category_grid_item  span{
			position:relative;
			top:16.222222222222px;
		}
		div.default_product_display div.item_no_image a  {
			width: 146px;
		}

		div.default_product_display .imagecol img.no-image, #content div.default_product_display .imagecol img.no-image {
			width: 148px;
			height: 148px;
        }

		
		/*
		* Single View Styling
		*/

		div.single_product_display div.item_no_image  {
			width: 146px;
			height: 146px;
		}
		div.single_product_display div.item_no_image a  {
			width: 146px;
		}

		div.single_product_display div.textcol{
			margin-left: 158px !important;
			min-height: 148px;
			_height: 148px;
		}


		div.single_product_display  div.textcol div.imagecol{
			position:absolute;

			margin-left: -158px !important;
		}

		div.single_product_display  div.textcol div.imagecol a img {
			width: 148px;
			height: 148px;
		}

	div#categorydisplay{
		display: block;
	}

	div#branddisplay{
		display: none;
	}

</style>
<link rel='stylesheet' id='wpsc-theme-css-compatibility-css'  href='https://securex.net.au/wp-content/themes/titan/compatibility.css?ver=3.13.1.361d748' type='text/css' media='all' />
</head><body><div id="main"><h1>XML Sitemaps</h1><p><a href="https://securex.net.au/sitemaps.xml">Index sitemaps</a></p><div id="sitemaps"><div class="loc">URL</div><div class="lastmod">Last update</div><ul><xsl:for-each select="sitemap:sitemapindex/sitemap:sitemap"><li><xsl:variable name="sitemap_loc"><xsl:value-of select="sitemap:loc"/></xsl:variable><span class="item-loc"><a href="{$sitemap_loc}"><xsl:value-of select="sitemap:loc" /></a></span><span class="item-lastmod"><xsl:value-of select="sitemap:lastmod" /></span></li></xsl:for-each></ul><ul><xsl:for-each select="sitemap:urlset/sitemap:url"><li><xsl:variable name="url_loc"><xsl:value-of select="sitemap:loc"/></xsl:variable><span class="item-loc"><a href="{$url_loc}"><xsl:value-of select="sitemap:loc" /></a></span><span class="item-lastmod"><xsl:value-of select="sitemap:lastmod" /></span></li></xsl:for-each></ul></div></div><!-- ngg_resource_manager_marker --><!-- ngg_resource_manager_marker -->
<!-- CallRail WordPress Integraton -->
<script type="text/javascript" src="//cdn.callrail.com/companies/182139490/b8143f77c81804e591b1/12/swap.js"></script>

<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpsc_vars = {"wpsc_ajax":{"ajaxurl":"\/wp-admin\/admin-ajax.php","spinner":"https:\/\/securex.net.au\/wp-admin\/images\/spinner.gif","no_quotes":"It appears that there are no shipping quotes for the shipping information provided.  Please check the information and try again.","ajax_get_cart_error":"There was a problem getting the current contents of the shopping cart.","slide_to_shipping_error":true},"base_url":"https:\/\/securex.net.au","WPSC_URL":"https:\/\/securex.net.au\/wp-content\/plugins\/wp-e-commerce","WPSC_IMAGE_URL":"https:\/\/securex.net.au\/wp-content\/uploads\/wpsc\/product_images\/","WPSC_CORE_IMAGES_URL":"https:\/\/securex.net.au\/wp-content\/plugins\/wp-e-commerce\/wpsc-core\/images","fileThickboxLoadingImage":"https:\/\/securex.net.au\/wp-content\/plugins\/wp-e-commerce\/wpsc-core\/images\/loadingAnimation.gif","msg_shipping_need_recalc":"Please click the <em>Calculate<\/em> button to refresh your shipping quotes, as your shipping information has been modified.","no_country_selected":"Please select a country","no_region_selected_format":"Please select a %s","no_region_label":"State\/Province","base_country":"AU","wpsc_country_AX_region_label":"State\/Province","wpsc_country_AU_region_label":"State\/Province","wpsc_country_BQ_region_label":"State\/Province","wpsc_country_CW_region_label":"State\/Province","wpsc_country_GF_region_label":"State\/Province","wpsc_country_ME_region_label":"State\/Province","wpsc_country_PS_region_label":"State\/Province","wpsc_country_BL_region_label":"State\/Province","wpsc_country_MF_region_label":"State\/Province","wpsc_country_RS_region_label":"State\/Province","wpsc_country_SX_region_label":"State\/Province","wpsc_country_SS_region_label":"State\/Province","wpsc_country_TL_region_label":"State\/Province","wpsc_countries":{"AX":"Aland Islands","AU":"Australia","BQ":"Bonaire, Sint Eustatius and Saba","CW":"Curacao","GF":"French Guiana","ME":"Montenegro","PS":"Palestinian Territories","BL":"Saint Barthelemy","MF":"Saint Martin (French Part)","RS":"Serbia","SX":"Sint Maarten (Dutch Part)","SS":"South Sudan","TL":"Timor-Leste"},"wpsc_checkout_unique_name_to_form_id_map":{"billingfirstname":"wpsc_checkout_form_2","billinglastname":"wpsc_checkout_form_3","billingaddress":"wpsc_checkout_form_4","billingcity":"wpsc_checkout_form_5","billingstate":"wpsc_checkout_form_6","billingcountry":"wpsc_checkout_form_7","billingpostcode":"wpsc_checkout_form_8","billingphone":"wpsc_checkout_form_18","billingemail":"wpsc_checkout_form_9","delivertoafriend":"wpsc_checkout_form_10","shippingfirstname":"wpsc_checkout_form_11","shippinglastname":"wpsc_checkout_form_12","shippingaddress":"wpsc_checkout_form_13","shippingcity":"wpsc_checkout_form_14","shippingstate":"wpsc_checkout_form_15","shippingcountry":"wpsc_checkout_form_16","shippingpostcode":"wpsc_checkout_form_17"},"wpsc_checkout_item_active":{"billingfirstname":true,"billinglastname":true,"billingaddress":true,"billingcity":true,"billingstate":true,"billingcountry":true,"billingpostcode":true,"billingphone":true,"billingemail":true,"delivertoafriend":true,"shippingfirstname":true,"shippinglastname":true,"shippingaddress":true,"shippingcity":true,"shippingstate":true,"shippingcountry":true,"shippingpostcode":true},"wpsc_checkout_item_required":{"billingfirstname":true,"billinglastname":true,"billingaddress":true,"billingcity":true,"billingstate":false,"billingcountry":true,"billingpostcode":false,"billingphone":true,"billingemail":true,"delivertoafriend":false,"shippingfirstname":false,"shippinglastname":false,"shippingaddress":false,"shippingcity":false,"shippingstate":false,"shippingcountry":false,"shippingpostcode":false},"store_uses_shipping":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://securex.net.au/wp-content/plugins/wp-e-commerce/wpsc-core/js/wp-e-commerce.js?ver=3.13.1.361d748'></script>
<script type='text/javascript' src='https://securex.net.au/wp-content/plugins/wp-e-commerce/wpsc-core/js/jquery.rating.js?ver=3.13.1.361d748'></script>
<script type='text/javascript' src='https://securex.net.au/wp-content/plugins/wp-e-commerce/wpsc-core/js/user.js?ver=3.13.1361d748'></script>
<script type='text/javascript' src='https://securex.net.au/wp-content/plugins/wp-e-commerce/wpsc-core/js/thickbox.js?ver=3.13.1.361d748'></script>
<script type='text/javascript' src='https://securex.net.au/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.5.4'></script>
</body></html></xsl:template></xsl:stylesheet>