﻿window.addEvent("domready",
function() {
    if (!Cookie.get("S[eqifa]")) {
		var a = "";
		var c = window.location.href.indexOf("cid");
        if (c>1) {
            a = window.location.href.substr(c);
        }
   
		if (a.length > 1) {
            Cookie.set("S[eqifa]", a, {
                duration: (Shop.set.refer_timeout || 15)
            })
        }

		var d = window.location.href.indexOf("url=");
		
		if (d>1) {

			e = window.location.href.substr(d+4);
			if (e.length > 1) {
				window.location.href = e;
			}
		}
    }
});
