






var fwescortparts = {
    load: function(timer) {
        var timer = timer;

        // If we look ten times, and don't find fwescort, clear out
        if(timer === 10) return clearTimeout(fwescortparts.timerHold);

        if(typeof fwescort !== "undefined" && typeof fwescort.fw_i === "function") {
            fwescort.fw_i({
	            un: 'atnoosa', 
	            np: 0, 
	            prov: 0, 
	            cd: 13767,
	            ll: 14853,
	            cat: '998',
	            al: 0,
	            pa: true,
                fr: -1
            });
        } else {
            fwescortparts.timerHold = setTimeout(function() {
                fwescortparts.load(timer++);
            }, 300);
        }
    },

    timerHold: null
};

(function() { fwescortparts.load(1); })();

