<!-- Begin Google ORDER CONFIRMATION CODE -->
	<script type="text/javascript">
			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
			</script>
			<script type="text/javascript">
				var pageTracker = _gat._getTracker("UA-xxxxxxx-x");
				pageTracker._initData();
				pageTracker._trackPageview();
			</script>

	<script type='text/javascript'>
		pageTracker._addTrans(
			"<ss:value source="$invoice.confirmationNumber" />",
			"x",
			"<ss:value source="$invoice.storeSubTotal"/>",
			"0",
			"0",
			"<ss:value source="$invoice.billToCity"/>",
			"<ss:value source="$invoice.billToState"/>",
			"<ss:value source="$invoice.billToCountry"/>"
		);
		<ss:foreach item="detail" within="$invoice.details">
		pageTracker._addItem(
			"<ss:value source="$invoice.confirmationNumber"/>",
			"<ss:value source="$detail.sku"/>",
			"<ss:value source="$detail.product.name"/>",
			"<ss:value source="$detail.product.oem"/>",
			"<ss:value format="none" source="$detail.price"/>",
			"<ss:value source="$detail.quantity"/>"
		);
		</ss:foreach>
		pageTracker._trackTrans();
	</script>
			
<!-- End Google ORDER CONFIRMATION CODE -->