﻿var io = new Image();
var pageAction, sale, price, sku, order_code, currency_id, user_defined1, user_defined2, user_defined3, ic_cat, ic_type, urlA, prefix;
function pixel() {
	var icstring = "://www.ic-live.com/goat.php?cID=1367&cdid=5022&campID=8";
	var refVar = (document.referrer);
	var locURL = location.href;
	var locHttp = locURL.split(":")[0];

	if (!pageAction) { pageAction = 0; };
	if (!sale) { sale = ""; }
	if (!price) { price = ""; }
	if (!sku) { sku = ""; }
	if (!order_code) { order_code = ""; }
	if (!user_defined1) { user_defined1 = ""; }
	if (!user_defined2) { user_defined2 = ""; }
	if (!user_defined3) { user_defined3 = ""; }
	if (!currency_id) { currency_id = ""; }
	if (!ic_cat) { ic_cat = ""; }
	if (!ic_type) { ic_type = ""; }
	if (locHttp.toLowerCase() == "https") { prefix = "https" + icstring + ""; }
	if (locHttp.toLowerCase() == "http") { prefix = "http" + icstring + ""; }

	if (pageAction > 0) {
		urlA = prefix + "&convID=" + pageAction + "&sl=" + sale + "&convP=" + price + "&curID=" + currency_id + "&ordID=" + escape(order_code) + "&ud1=" + escape(user_defined1) + "&ud2=" + escape(user_defined2) + "&ud3=" + escape(user_defined3) + "&ic_cat=" + escape(ic_cat) + "&ic_type=" + escape(ic_type) + "&sku=" + escape(sku) + "&refVar=" + escape(refVar);
	} else {
		urlA = prefix + "&ic_cat=" + escape(ic_cat) + "&ic_type=" + escape(ic_type) + "&refVar=" + escape(refVar);
	}
	io.src = urlA;
}
pixel();
