	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"));

	try {
		var pageTracker = _gat._getTracker("UA-11720317-3");
		pageTracker._setDomainName(".kadokawashop.com");
		pageTracker._initData();
		pageTracker._trackPageview();
		pageTracker._addTrans(
		"<!--{$orderId}-->", 		// Order ID
		"", 						// Affiliation
		"<!--{$total}-->", 			// Total
		"<!--{$tax}-->", 			// Tax
		"<!--{$deliv_fee}-->", 		// Shipping
		"", 						// City
		"<!--{$order_pref}-->", 	// State
		"JP" 						// Country
		);
		<!--{section name=cnt loop=$arrItems}-->
		pageTracker._addItem(
		"<!--{$orderId}-->", 		// Order ID
		"<!--{$arrItems[cnt].product_code}-->", // SKU
		"<!--{$arrItems[cnt].product_name}-->", // Product Name
		"", 						// Category
		"<!--{$arrItems[cnt].price}-->", 		// Price
		"<!--{$arrItems[cnt].quantity}-->" 		// Quantity
		);
		<!--{/section}-->
		pageTracker._trackTrans();
	} catch(err) {}


