Overview

URLhttp://channer.uselot.info/pahana/uDd/7264/s=MTgxLjE5MS4yNDR8MTEwOHxnaXxlaFtlbWFpbF0=
IP70.39.73.9
ASNAS46844 Sharktech
Location United States
Report completed2012-11-09 19:28:53 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro No alerts detected
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-09 19:27:56 urlQuery Client 173.241.240.71MALWARE-CNC Win32.Delf outbound connection
2012-11-09 19:27:56 urlQuery Client 173.241.240.71MALWARE-CNC Win32.Delf outbound connection
2012-11-09 19:28:00 urlQuery Client 173.241.240.71MALWARE-CNC Win32.Delf outbound connection


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 70.39.73.9

Date Alerts / IDS URL IP
2012-11-26 20:25:110 / 0http://ari.willsign.net70.39.73.9
2012-11-26 20:23:590 / 0http://rahima.choosewait.com70.39.73.9
2012-11-26 20:22:030 / 0http://rahima.choosewait.com70.39.73.9
2012-11-23 15:52:260 / 0http://vasilis.copytake.net70.39.73.9
2012-11-23 10:20:400 / 0http://kaleigh.shipturn.com70.39.73.9
2012-11-21 09:43:510 / 0http://brier.energysend.com/jena/sVta/6018/&d=Z2FkYW1AZXBvLm9yZw==70.39.73.9

Last 6 reports on ASN: AS46844 Sharktech

Date Alerts / IDS URL IP
2013-03-21 05:18:480 / 2http://www.dvdrippersoftware.net/adrsetup.exe70.39.99.89
2013-03-21 00:16:331 / 0http://playerv.v.ldp567.com/5/index.html198.148.88.227
2013-03-20 23:20:130 / 3http://70.39.88.42/index.html70.39.88.42
2013-03-20 19:10:090 / 1http://3786.007766.info/ip.txt208.98.25.168
2013-03-20 18:23:120 / 3http://70.39.88.42/70.39.88.42
2013-03-20 16:04:030 / 1http://19217.008877.info/ip.txt208.98.25.168

Last 1 reports on domain: channer.uselot.info

Date Alerts / IDS URL IP
2012-11-13 13:36:170 / 0http://channer.uselot.info/pahana/uDc/7264/s=MTgxLjE5MS4yNDR8MTEwOHxnaXxlaFtlbWFpbF0=70.39.73.9



JavaScript

Executed Scripts (42)


Executed Evals (14)

#1 JavaScript::Eval (size: 1743, repeated: 1)

function lpUpdateStaticButton() {
    this.hcDate = function() {
        var d = new Date();
        return d.getTime();
    };
    this.hcGetImage = function(name) {
        return this.hcFindImage(document, name);
    };
    this.hcFindImage = function(doc, name) {
        var i;
        if (this.hcDOM) {
            var elements = doc.getElementsByTagName('IMG');
            var collection = [];
            for (i = 0; i < elements.length; i++) {
                if ((typeof(elements[i].name) != 'undefined') && (elements[i].name == name)) {
                    collection[collection.length] = elements[i];
                }
            }
            if (collection.length == 0) {
                return null;
            }
            if (collection.length == 1) {
                return collection[0];
            }
            return collection;
        }
        var lays = doc.layers;
        if (!lays) {
            return doc[name];
        }
        for (i = 0; i < doc.images.length; i++) {
            if (doc.images[i].name == name) {
                return doc.images[i];
            }
        }
        for (var l = 0; l < lays.length; l++) {
            var img = this.hcFindImage(lays[l].document, name);
            if (img != null) {
                return img;
            }
        }
        return null;
    };
    this.hcDOM = (document.getElementById) ? true : false;
    this.hcimage = this.hcGetImage('hcIcon');
    this.hcicon = null;
    var i;
    if (this.hcimage) {
        if (!(this.hcimage.length)) {
            var temp = this.hcimage;
            this.hcimage = [];
            this.hcimage[0] = temp;
        }
        this.hcicon = [];
        for (i = 0; i < this.hcimage.length; i++) {
            this.hcicon[i] = this.hcimage[i].src;
        }
    }
    if (this.hcimage) {
        for (i = 0; i < this.hcimage.length; i++) {
            this.hcimage[i].src = this.hcicon[i] + '&monitor=1&d=' + this.hcDate();
        }
    }
    if (typeof(lpMTagStatic) != 'undefined' && typeof(lpMTagStatic.stateChangeCallbacks) != 'undefined') {
        for (i = 0; i < lpMTagStatic.stateChangeCallbacks.length; i++) {
            var tempfunc = lpMTagStatic.stateChangeCallbacks[i];
            try {
                tempfunc();
                if (lpConnLib.DebugDisplay) {
                    lpMTagDebug.Display('OK Executing Static button callback function', 'EXEC-OK');
                }
            } catch (hcError) {
                if (lpConnLib.DebugDisplay) {
                    lpMTagDebug.Display('ERROR Executing Static button callback function=' + tempfunc + ' &nbsp #' + hcError + '#', 'ERROR');
                }
            }
        }
    }
}
var lpUpdateStaticButtonObj = new lpUpdateStaticButton();

#2 JavaScript::Eval (size: 120, repeated: 1)

if (lpMTagConfig.lpServer != 'server.iad.liveperson.net') {
    lpMTag.overrideLPServer('server.iad.liveperson.net', true);
}

#3 JavaScript::Eval (size: 45920, repeated: 1)

if (typeof Array.prototype.splice === 'undefined') {
    Array.prototype.splice = function(a, c) {
        var i = 0,
            e = arguments,
            d = this.copy(),
            f = a;
        if (!c) {
            c = this.length - a
        }
        for (i; i < e.length - 2; i++) {
            this[a + i] = e[i + 2]
        }
        for (a; a < this.length - c; a++) {
            this[a + e.length - 2] = d[a - c]
        }
        this.length -= c - e.length + 2;
        return d.slice(f, f + c)
    }
}
function hcArrayStorage() {
    this.idx = 0;
    this.nArr = [];
    this.vArr = []
}
hcArrayStorage.prototype.add = function(n, v, unescD) {
    if (typeof(unescD) == 'undefined') {
        unescD = false
    }
    if (typeof(v) == 'undefined') {
        var temp = n.split('=');
        n = temp[0];
        v = temp[1]
    }
    if (unescD) {
        this.nArr[this.idx] = unescape(n);
        this.vArr[this.idx] = unescape(v)
    } else {
        this.nArr[this.idx] = n;
        this.vArr[this.idx] = v
    }
    this.idx++
};
hcArrayStorage.prototype.size = function() {
    return this.idx
};
hcArrayStorage.prototype.get = function(i) {
    if (typeof(this.nArr[i]) == 'undefined') {
        return ''
    }
    var tmp = escape(this.nArr[i]) + '=' + escape(this.vArr[i]);
    tmp = tmp.replace(/\+/g, "%2B");
    return tmp
};
hcArrayStorage.prototype.getName = function(i) {
    return this.nArr[i]
};
hcArrayStorage.prototype.getValue = function(i) {
    return this.vArr[i]
};
hcArrayStorage.prototype.getValueEsc = function(i) {
    return escape(this.vArr[i])
};
hcArrayStorage.prototype.getByName = function(n) {
    for (var i = 0; i < this.idx; i++) {
        if (this.getName(i) == n) {
            return i
        }
    }
    return -1
};
hcArrayStorage.prototype.remove = function(i) {
    if (typeof(i) == 'undefined' || i == null || typeof(this.nArr[i]) == 'undefined') {
        return
    }
    this.nArr.splice(i, 1);
    this.vArr.splice(i, 1);
    this.idx--
};
hcArrayStorage.prototype.paramLength = function(i) {
    var url = '&' + this.get(i);
    return url.length
};
hcArrayStorage.prototype.fullLength = function() {
    var length = 0;
    for (var i = 0; i < this.idx; i++) {
        length += this.paramLength(i)
    }
    return length
};
hcArrayStorage.prototype.getMaxLengthItem = function() {
    var max = 0,
        maxItemId = -1;
    for (var i = 0; i < this.idx; i++) {
        if (this.paramLength(i) > max) {
            max = this.paramLength(i);
            maxItemId = i
        }
    }
    return maxItemId
};
hcArrayStorage.prototype.clone = function() {
    var cObj = new hcArrayStorage();
    cObj.idx = this.idx;
    for (var i = 0; i < this.idx; i++) {
        cObj.nArr[i] = this.nArr[i];
        cObj.vArr[i] = this.vArr[i]
    }
    return cObj
};

function lpRequest(protocolVer, Url, params, Callback, requireConfirm, maxretries, prunId, lpjson, enc, browser, postAutoConfirm, spImmediateCleanup, partial, part, outOf, forceget, forcePost, encodingBlankUrl, minPost, minPostMaxGets, allowTruncate) {
    this.headLoc = document.getElementsByTagName("head").item(0);
    this.timeStamp = new Date();
    this.callId = this.getCID();
    this.protocolVer = protocolVer;
    this.scriptId = 'lpScriptId' + this.callId;
    this.callbackFunc = Callback;
    this.requireConfirm = requireConfirm;
    this.spImmediateCleanup = spImmediateCleanup;
    this.postAutoConfirm = postAutoConfirm;
    this.params = params;
    this.BaseUrl = Url;
    this.fullUrl = '';
    if (typeof(enc) != 'undefined' && enc != '' && enc != null) {
        this.dataEncoding = enc.toUpperCase()
    } else {
        this.dataEncoding = "UTF-8"
    }
    this.retries = 0;
    this.confirmed = false;
    this.usedget = true;
    this.usedSpecialPost = false;
    this.maxretries = maxretries;
    this.prunId = prunId;
    this.lpjson = lpjson;
    this.browser = browser;
    this.spImmediateCleanup = true;
    if (typeof(partial) == 'undefined') {
        partial = false
    }
    this.partial = partial;
    if (typeof(part) == 'undefined') {
        part = 0
    }
    this.part = part;
    if (typeof(outOf) == 'undefined') {
        outOf = 0
    }
    this.outOf = outOf;
    this.forceget = forceget;
    this.forcePost = forcePost;
    this.encodingBlankUrl = encodingBlankUrl;
    this.minimizePost = minPost;
    this.minimizePostMaxGets = minPostMaxGets;
    this.allowTruncate = allowTruncate
}
lpRequest.prototype.getCID = function() {
    var sKey = lpConnLib.getC('HumanClickKEY'),
        i = 999999999999;
    if (sKey == null) {
        sKey = Math.round(Math.random() * i)
    }
    return sKey + '-' + Math.round(Math.random() * i)
};
lpRequest.prototype.BuildBaseCallUrl = function() {
    var url = this.BaseUrl;
    if (url.indexOf('?') == -1) {
        url += '?'
    } else {
        url += '&'
    }
    url += 'lpCallId=' + this.callId;
    url += '&protV=' + this.protocolVer;
    url += '&' + this.prunId + this.lpjson;
    return url
};
lpRequest.prototype.BuildCallUrl = function(type, maxLn, nolog) {
    var cUrl = this.BuildBaseCallUrl(),
        urlLn = cUrl.length;
    if (type == 'get') {
        if (this.params.size() > 0) {
            for (var i = 0; i < this.params.size(); i++) {
                cUrl += '&' + this.params.get(i)
            }
        }
        urlLn = cUrl.length;
        if (urlLn > maxLn) {
            if (!nolog) {
                lpConnLib.log('BuildCallUrl Cut length:' + urlLn + ' m=' + maxLn, 'WARN', 'EMT')
            }
            cUrl = cUrl.substring(0, maxLn)
        }
    }
    this.fullUrl = cUrl;
    return urlLn
};
lpRequest.prototype.MakeCallByScript = function() {
    this.scriptObj = document.createElement('script');
    this.scriptObj.setAttribute('type', 'text/javascript');
    this.scriptObj.setAttribute('charset', this.dataEncoding);
    this.scriptObj.setAttribute('src', this.fullUrl);
    this.scriptObj.setAttribute('id', this.scriptId);
    this.headLoc.appendChild(this.scriptObj)
};
lpRequest.prototype.removeScriptTag = function() {
    try {
        this.headLoc.removeChild(this.scriptObj)
    } catch (e) {
        lpConnLib.log('removeScript FAILED:' + e, 'ERROR', 'EMT')
    }
};
lpRequest.prototype.clone = function() {
    var cRq = new lpRequest();
    for (var p in this) {
        if (typeof(this[p]) != 'undefined') {
            if (typeof(this[p]) != 'object') {
                cRq[p] = this[p]
            } else if (typeof(this[p]) != 'undefined' && this[p] != null && this[p].constructor == hcArrayStorage) {
                cRq[p] = this[p].clone()
            } else {
                cRq[p] = this[p]
            }
        }
    }
    return cRq
};

function lpConnectionLibrary() {
    this.protocolVer = 20;
    this.garbagePeriod = 10;
    this.gcT = 0;
    this.callTimeoutPeriod = 3 * this.garbagePeriod;
    this.maxurllengthMZ = 2083;
    this.maxurllengthIE = 2083;
    this.postDeleteIfrDelay = 3;
    this.iframeName = 'lpIframeContainer-' + Math.round(1000 * Math.random());
    this.onPostAutoConfirm = true;
    this.queue = [];
    this.partialQueue = [];
    this.fullForPartialQueue = {};
    this.browser = this.BrowserSniff();
    this.maxurlgetlength = 2083;
    this.callCounter = 0;
    this.garbageCollectCounter = 0;
    this.forcedGet = 0;
    this.reconfirmedCalls = 0;
    this.resendCounter = 0;
    this.partialCounter = 0;
    this.lpExecuteErrors = 0;
    this.lpCallbackCnt = 0;
    this.lpjson = 1;
    this.prunId = 'lpjson=';
    this.DebugDisplay = false;
    this.postParams = [];
    this.spPostIframesFree = [];
    this.spPostIframesBusy = []
}
lpConnectionLibrary.prototype.SortQueue = function(a, b) {
    if (a.confirmed == b.confirmed) {
        return a.timeStamp.getTime() - b.timeStamp.getTime()
    }
    if (a.confirmed && !b.confirmed) {
        return -1
    }
    if (!a.confirmed && b.confirmed) {
        return 1
    }
    return 0
};
lpConnectionLibrary.prototype.confirmConnection = function(idList) {
    var tempList = ',' + idList + ',';
    for (var i = 0; i < this.queue.length; i++) {
        var myid = ',' + this.queue[i].callId + ',';
        if (!this.queue[i].confirmed && tempList.indexOf(myid) > -1) {
            this.queue[i].confirmed = true
        }
    }
};
lpConnectionLibrary.prototype.getRequestForCallId = function(callId) {
    for (var i = 0; i < this.queue.length; i++) {
        if (callId == this.queue[i].callId) {
            return this.queue[i]
        }
    }
    return null
};
lpConnectionLibrary.prototype.addToQueue = function(Url, params, Callback, requireConfirm, maxretries, forceget, onPostAutoConfirm, lpjson, dataEncoding, forcePost, specialPost, spImmediateCleanup, encodingBlankUrl, minimizePost, minimizePostMaxGets, allowTruncate) {
    var callType = '',
        postAutoConfirm = false;
    if (typeof(lpjson) != 'undefined') {
        this.lpjson = lpjson
    }
    if (typeof(onPostAutoConfirm) != 'undefined') {
        postAutoConfirm = onPostAutoConfirm
    } else {
        postAutoConfirm = this.onPostAutoConfirm
    }
    if (typeof(encodingBlankUrl) == 'undefined') {
        if (typeof(lpMTagConfig) != 'undefined') {
            encodingBlankUrl = lpMTagConfig.lpProtocol + '://' + lpMTagConfig.lpServer + '/hcp/asp/blankenc.asp'
        } else if (typeof(lpChatConfig) != 'undefined') {
            encodingBlankUrl = lpChatConfig.lpProtocol + '://' + lpChatConfig.lpServer + '/hcp/asp/blankenc.asp'
        }
    }
    this.encodingBlankUrl = encodingBlankUrl;
    if (typeof(spImmediateCleanup) == 'undefined') {
        spImmediateCleanup = true
    }
    var request = new lpRequest(this.protocolVer, Url, params, Callback, requireConfirm, maxretries, this.prunId, this.lpjson, dataEncoding, this.browser, postAutoConfirm, spImmediateCleanup, undefined, 0, 0, forceget, forcePost, encodingBlankUrl, minimizePost, minimizePostMaxGets, allowTruncate);
    if (typeof(lpMTagDebug) != 'undefined' && typeof(lpMTagDebug.Display) != 'undefined') {
        this.DebugDisplay = true
    }
    if (forceget) {
        this.forcedGet++
    }
    var partial = '',
        urlLength = request.BuildCallUrl('get', this.maxurlgetlength, true);
    if (!forcePost && (urlLength < this.maxurlgetlength || forceget)) {
        callType = this.makeTheCall(request, 'get', requireConfirm)
    } else {
        if (typeof(minimizePost) == 'undefined') {
            if (typeof(lpMTagConfig.minimizePost) == 'undefined') {
                minimizePost = false
            } else {
                minimizePost = lpMTagConfig.minimizePost
            }
        }
        var minPostStatus = false;
        if (!forcePost && minimizePost) {
            if (typeof(minimizePostMaxGets) == 'undefined') {
                if (typeof(lpMTagConfig.minimizePostMaxGets) == 'undefined') {
                    minimizePostMaxGets = 3
                } else {
                    minimizePostMaxGets = lpMTagConfig.minimizePostMaxGets
                }
            }
            if (typeof(allowTruncate) == 'undefined') {
                if (typeof(lpMTagConfig.allowTruncate) == 'undefined') {
                    allowTruncate = false
                } else {
                    allowTruncate = lpMTagConfig.allowTruncate
                }
            }
            var origRequest = request.clone();
            this.splitRequestIntoGets(request, origRequest, minimizePostMaxGets, allowTruncate, specialPost, postAutoConfirm, spImmediateCleanup, minimizePostMaxGets, requireConfirm);
            minPostStatus = true
        }
        if (!minPostStatus) {
            if (specialPost) {
                callType = this.makeTheCall(request, 'sp-post', !postAutoConfirm, spImmediateCleanup)
            } else {
                callType = this.makeTheCall(request, 'post', !postAutoConfirm)
            }
        }
    }
    return callType
};
lpConnectionLibrary.prototype.makeTheCall = function(r, pr) {
    pr = pr.toUpperCase();
    var ret, qsize;
    if (pr == 'GET') {
        r.BuildCallUrl('get', this.maxurlgetlength);
        qsize = this.queue.length;
        this.queue[qsize] = r;
        this.queue[qsize].MakeCallByScript();
        if (!r.requireConfirm) {
            this.queue[qsize].confirmed = true
        }
        ret = 'GET'
    } else if (pr == 'POST') {
        r.BuildCallUrl('post', this.maxurlgetlength);
        qsize = this.queue.length;
        this.queue[qsize] = r;
        this.queue[qsize].MakeCallByIframe(this.browser);
        if (r.postAutoConfirm) {
            this.queue[qsize].confirmed = true
        }
        ret = 'POST'
    } else if (pr == 'SP-POST') {
        r.BuildCallUrl('post', this.maxurlgetlength);
        qsize = this.queue.length;
        this.queue[qsize].spImmediateCleanup = r.spImmediateCleanup;
        this.specialPostHandler(r.callId);
        if (r.postAutoConfirm) {
            this.queue[qsize].confirmed = true
        }
        ret = 'POST'
    }
    if (this.DebugDisplay) {
        var cmd = '';
        try {
            cmd = r.params.getValue(r.params.getByName('cmd'));
            if (typeof(cmd) == 'undefined') {
                cmd = r.fullUrl.match(/cmd=.*?&/).toString();
                if (cmd != null && cmd != 'null') {
                    cmd = cmd.replace(/&/g, '')
                }
            }
            cmd = '<strong><span style="color:rgb(255,153,0);">' + cmd + '</span></strong>'
        } catch (e) {}
        lpConnLib.log('Making ' + pr + ' Call id=' + r.callId + ' ' + cmd, 'DEBUG', 'EMT')
    }
    this.callCounter++;
    return ret
};
lpConnectionLibrary.prototype.hasNonLatinChars = function(params) {
    for (var i = 0; i < params.size(); i++) {
        if (params.get(i).indexOf("%u") != -1) {
            return true
        }
    }
    return false
};
lpConnectionLibrary.prototype.BrowserSniff = function() {
    var agt = navigator.userAgent.toLowerCase();
    if (agt.indexOf("safari") != -1) {
        return 'SAFARI'
    }
    if (document.all) {
        var is_opera = (agt.indexOf("opera") != -1);
        if (is_opera) {
            return "OPR"
        } else {
            return "IE"
        }
    }
    if (document.getElementById) {
        var is_ff = (agt.indexOf("firefox") != -1);
        if (is_ff) {
            return "FF"
        }
        return "MOZ"
    }
    return "MOZ"
};
lpConnectionLibrary.prototype.GetCallbackFunc = function(usrCallId) {
    var qSize = this.queue.length;
    for (var i = 0; i < qSize; i++) {
        if (this.queue[i].callId == usrCallId) {
            return this.queue[i].callbackFunc
        }
    }
    return null
};
lpConnectionLibrary.prototype.CleanUpBusySpecialPost = function(callID) {
    if (typeof(callID) == 'undefined') {
        callID = null
    }
    for (var i = 0; i < this.spPostIframesBusy.length; i++) {
        if ((this.spPostIframesBusy[i]['spImmediateCleanup'] && this.spPostIframesBusy[i]['callMade']) || this.spPostIframesBusy[i]['callID'] == callID) {
            this.releaseIframe(this.spPostIframesBusy[i]['callID'])
        }
    }
};
lpConnectionLibrary.prototype.gc = function() {
    lpConnLib.log('GC', 'OK', 'EMT');
    this.queue.sort(this.SortQueue);
    var confirmedCnt = 0,
        i;
    for (i = 0; i < this.queue.length; i++) {
        if (this.queue[i].confirmed) {
            if (this.queue[i].usedget) {
                this.queue[i].removeScriptTag()
            }
            confirmedCnt++
        }
    }
    this.queue.splice(0, confirmedCnt);
    this.garbageCollectCounter++;
    this.CleanUpBusySpecialPost();
    var now = new Date().getTime();
    for (i = 0; i < this.queue.length; i++) {
        if (!this.queue[i].confirmed && (now - this.queue[i].timeStamp.getTime()) > this.callTimeoutPeriod * 1000) {
            if (this.queue[i].retries < this.queue[i].maxretries) {
                this.queue[i].retries++;
                this.callCounter++;
                this.reconfirmedCalls++;
                lpConnLib.log('Retry ' + this.queue[i].retries + '/' + this.queue[i].maxretries + ' cId=' + this.queue[i].callId, 'DEBUG', 'EMT');
                this.queue[i].timeStamp = new Date();
                if (this.queue[i].usedget) {
                    this.queue[i].MakeCallByScript()
                } else {
                    if (this.usedSpecialPost) {
                        this.CleanUpBusySpecialPost(this.queue[i].callId);
                        this.specialPostHandler(this.queue[i].callId)
                    } else {
                        this.queue[i].MakeCallByIframe(this.browser)
                    }
                }
            } else {
                this.queue[i].confirmed = true;
                lpConnLib.log('Timeout for cId=' + this.queue[i].callId, 'DEBUG', 'EMT');
                var lpDataObj = {
                    "ResultSet": {
                        "lpCallId": this.queue[i].callId,
                        "lpCallError": "TIMEOUT"
                    }
                };
                this.UsrCFn(lpDataObj)
            }
        }
    }
};
lpConnectionLibrary.prototype.Process = function(d) {
    if (d == null) {
        lpConnLib.log('Cback No data', 'ERROR', 'EMT');
        return
    }
    this.lpCallbackCnt++;
    var dRS = d.ResultSet;
    d.ServiceInfo = {};
    var dSI = d.ServiceInfo;
    if (dRS.lpCallId == 0 || dRS.lpCallId == null || dRS.lpCallId == '') {
        lpConnLib.log('Cback No Call ID', 'ERROR', 'EMT');
        return
    }
    dSI.requestType = 'REGULAR';
    dSI.resendCall = false;
    dSI.origCallId = dRS.lpCallId;
    if (typeof(dRS.lpData) != 'undefined' && typeof(dRS.lpData) == 'object' && typeof(dRS.lpData[0]) != 'undefined') {
        if (typeof(dRS.lpData[0].TYPE) != 'undefined') {
            dSI.requestType = dRS.lpData[0].TYPE
        }
        if (typeof(dRS.lpData[0].RESEND) != 'undefined') {
            dSI.resendCall = dRS.lpData[0].RESEND
        }
    }
    if (dSI.resendCall) {
        this.resendCounter++
    }
    if (dSI.requestType == 'PARTIAL REQUEST') {
        dRS.lpCallId = dRS.lpCallId + '!' + dRS.lpData[0].PART
    }
    lpConnLib.log('Cback cId=' + dRS.lpCallId, 'DEBUG', 'EMT');
    if (typeof(dRS.lpCallConfirm) == 'undefined' || dRS.lpCallConfirm == '') {
        dRS.lpCallConfirm = dRS.lpCallId
    } else {
        dRS.lpCallConfirm += ',' + dRS.lpCallId
    }
    var req;
    if (dSI.requestType == 'PARTIAL REQUEST' && dSI.resendCall) {
        req = this.fullForPartialQueue[dSI.origCallId];
        delete this.fullForPartialQueue[dSI.origCallId];
        lpConnLib.log('CId=' + dRS.lpCallId + ' Deleted - fullForPartialQueue[' + dSI.origCallId + ']', 'DEBUG', 'EMT')
    } else {
        req = this.getRequestForCallId(dRS.lpCallId);
        if (req != null && req.partial) {
            req = this.fullForPartialQueue[dSI.origCallId]
        }
    }
    if (dSI.requestType != 'PARTIAL REQUEST') {
        if (this.fullForPartialQueue[dSI.origCallId]) {
            delete this.fullForPartialQueue[dSI.origCallId];
            lpConnLib.log('CId=' + dRS.lpCallId + ' Deleted fullForPartialQueue[' + dSI.origCallId + ']', 'DEBUG', 'EMT')
        }
    }
    if (req == null) {
        lpConnLib.log('REQ is NULL callId=' + dSI.origCallId, 'ERROR', 'EMT')
    }
    this.confirmConnection(dRS.lpCallConfirm);
    if (dSI.requestType == 'PARTIAL REQUEST') {
        var callNum, outOfcalls;
        if (typeof(dRS.lpData) != 'undefined' && typeof(dRS.lpData) == 'object') {
            if (typeof(dRS.lpData[0].PART) != 'undefined') {
                callNum = dRS.lpData[0].PART
            }
            if (typeof(dRS.lpData[0].OUTOF) != 'undefined') {
                outOfcalls = dRS.lpData[0].OUTOF
            }
        }
        if (dSI.resendCall) {
            for (var i = (callNum + 1); i <= outOfcalls; i++) {
                var cid = dSI.origCallId + '!' + i;
                delete this.partialQueue[cid]
            }
        } else {
            try {
                var ncId = dSI.origCallId + '!' + (callNum + 1);
                lpConnLib.log('P Call Response recieved  - ' + dRS.lpCallId + ' part=' + callNum + ' outof=' + outOfcalls, 'DEBUG', 'EMT');
                var r = this.partialQueue[ncId];
                if (r != null) {
                    delete this.partialQueue[ncId];
                    if (r.part == r.outOf) {
                        r.callId = this.spPartFromStr(r.callId)
                    }
                    this.makeTheCall(r, 'get')
                } else {
                    if (typeof(dbg) != 'undefined' && dbg.Display) {
                        dbg.Display('P Call NOT found for id=' + ncId, 'ERROR', 'EMT')
                    }
                }
            } catch (e) {
                if (typeof(dbg) != 'undefined' && dbg.Display) {
                    dbg.Display('P Call Proces error for id=' + dRS.lpCallId + ' exception=' + e, 'ERROR', 'EMT')
                }
            }
            return
        }
    }
    if (typeof(dRS.lpJS_Execute) != 'undefined') {
        var d_msg = [];
        for (var MTagI = 0; MTagI < dRS.lpJS_Execute.length; MTagI++) {
            var no_err_flag = true,
                err_msg = '',
                code_id = dRS.lpJS_Execute[MTagI].code_id;
            try {
                eval(dRS.lpJS_Execute[MTagI].js_code);
                if (typeof(lpMTag) != 'undefined' && typeof(lpMTag.tmpCode) != 'undefined' && lpMTag.tmpCode != '') {
                    eval(lpMTag.tmpCode)
                }
            } catch (hcExecError) {
                this.lpExecuteErrors++;
                no_err_flag = false;
                err_msg = hcExecError
            }
            if (typeof(lpMTag) != 'undefined') {
                lpMTag.tmpCode = ''
            }
            if (this.DebugDisplay) {
                if (no_err_flag) {
                    d_msg[d_msg.length] = 'OK Executed snippet=<strong>' + code_id + '</strong><!!>EXEC-OK'
                } else {
                    d_msg[d_msg.length] = 'ERROR Executing snippet=<strong>' + code_id + '</strong> &nbsp #' + err_msg + '#<!!>ERROR'
                }
            }
        }
        if (this.DebugDisplay) {
            lpMTagDebug.DisplayArray(d_msg, 'EMT')
        }
    }
    if (typeof(dRS.lpCallError) != 'undefined') {
        lpConnLib.log('ERR Recieved=' + dRS.lpCallError + ' &nbsp # CallID = ' + dRS.lpCallId + '#', 'ERROR', 'EMT')
    }
    this.UsrCFn(d, req)
};
lpConnectionLibrary.prototype.spPartFromStr = function(str) {
    var temp = str.split('!');
    return temp[0]
};
lpConnectionLibrary.prototype.UsrCFn = function(d, r) {
    var userCallbackFunc = this.GetCallbackFunc(d.ResultSet.lpCallId);
    if (userCallbackFunc != '' && userCallbackFunc != null) {
        var no_err_flag = true,
            err_msg = '';
        try {
            userCallbackFunc(d, r)
        } catch (hcExecError) {
            no_err_flag = false;
            err_msg = hcExecError
        }
        if (no_err_flag) {
            lpConnLib.log('OK Exec User function - ' + d.ResultSet.lpCallId, 'EXEC-OK', 'EMT')
        } else {
            lpConnLib.log('ERROR Exec User function=' + userCallbackFunc + ' &nbsp #' + err_msg + '#', 'ERROR', 'EMT')
        }
    }
};
lpConnectionLibrary.prototype.getC = function(n) {
    var c = document.cookie,
        start = c.indexOf(n + "=");
    if (typeof(n) == 'undefined' || start == -1) {
        return null
    }
    var len = start + n.length + 1;
    if ((!start) && (n != c.substring(0, n.length))) {
        return null
    }
    var end = c.indexOf(";", len);
    if (end == -1) {
        end = c.length
    }
    return unescape(c.substring(len, end))
};
lpConnectionLibrary.prototype.log = function(m, t, s) {
    if (this.DebugDisplay) {
        lpMTagDebug.Display(m, t, s)
    }
};
if (typeof(lpConnLib) == 'undefined') {
    function lpJSLibrary() {}
    var lpJSLib = new lpJSLibrary(),
        lpConnLib = new lpConnectionLibrary();
    lpConnLib.gcT = setInterval('lpConnLib.gc()', lpConnLib.garbagePeriod * 1000)
}
function lpMonitorTag() {
    var c = lpMTagConfig;
    this.maxretries = 3;
    this.maxErrorCnt = 2;
    this.connErrorCnt = 0;
    this.errorDelay = 10;
    if (typeof(c.lpProtocol) == 'undefined') {
        c.lpProtocol = (document.location.toString().indexOf("https:") == 0) ? "https" : "http"
    }
    this.lpURL = c.lpProtocol + '://' + c.lpServer + '/hc/' + c.lpNumber + '/';
    this.lpPageLocation = this.getPageUrl();
    if (typeof(c.lpUseSecureCookies) == 'undefined') {
        c.lpUseSecureCookies = false
    }
    if (typeof(c.sendCookies) == 'undefined') {
        c.sendCookies = true
    }
    if (typeof(c.lpSendCookies) == 'undefined') {
        c.lpSendCookies = false
    }
    this.dCkName = 'LP_DATA_COOKIE';
    this.lpVisitorStatus = 'INSITE_STATUS';
    this.lpCmd = 'mTagKnockPage';
    this.webServerCookie = 'LPNMT_DOMAIN-' + c.lpNumber;
    this.lpPageID = this.getPId();
    this.title = this.getTitle();
    this.referrer = this.getRefr();
    this.lpJavaEnabled = (this.lpIsJavaEnabled() ? 'true' : 'false');
    this.lpLoopTimer = -1;
    this.lpFirstInPage = true;
    this.lpKnockPageRequestDelay = 0;
    this.lpStartPageRequestDelay = 0;
    this.lpFirstInPageRequestDelay = 0;
    this.lpInPageRequestDelay = 30;
    this.lpDelayAfterPost = 10;
    this.lpBrowser = lpConnLib.browser;
    this.lpDataToSend = '';
    if (typeof(c.activePlugin) == 'undefined') {
        c.activePlugin = 'none'
    }
    if (typeof(c.enableActivityMon) != 'undefined') {
        this.actMon = c.enableActivityMon
    } else {
        this.actMon = true
    }
    if (typeof(c.inactivityPeriod) != 'undefined') {
        this.inactPer = c.inactivityPeriod
    } else {
        this.inactPer = 120
    }
    if (typeof(c.actPollingInterval) != 'undefined') {
        this.actPolInt = c.actPollingInterval
    } else {
        this.actPolInt = 3
    }
    this.lastActiveDate = new Date();
    this.cookieRemovedCnt = 0;
    this.prevCookie = '';
    this.splitCookieLeft = '';
    this.events = {
        eventId: 0,
        lstnrs: {},
        fired: [],
        prefix: 'evId_',
        register: function(evName, fn) {
            if (typeof(evName) == 'undefined' || typeof(fn) != 'function') {
                lpConnLib.log('Ev listen has invalid params: evName=[' + evName + ']  fn=[' + fn + ']', 'ERROR', 'EMT-Events');
                return null
            }
            var evId = this.eventId++;
            this.lstnrs[this.prefix + evId] = {
                id: evId,
                name: evName,
                fn: fn
            };
            lpConnLib.log('Ev listen rgstr: evName=[' + evName + ']  fn=[' + fn + ']', 'DEBUG', 'EMT-Events');
            return evId
        },
        unregister: function(id) {
            if (typeof(id) == 'undefined') {
                lpConnLib.log('Ev listen id not spec for unregister', 'ERROR', 'EMT-Events');
                return null
            }
            var ev = this.lstnrs[this.prefix + id];
            if (typeof(ev) == 'undefined') {
                lpConnLib.log('Ev listen id not Found for unregister id=' + id, 'ERROR', 'EMT-Events');
                return false
            } else {
                delete this.lstnrs[this.prefix + id];
                lpConnLib.log('Ev listen id=' + id + ' unregister', 'DEBUG', 'EMT-Events');
                return true
            }
        },
        hasFired: function(evName) {
            if (typeof(evName) == 'undefined' || evName == '*') {
                return this.fired
            }
            var ret = [];
            for (var n = 0; n < this.fired.length; n++) {
                if (this.fired[n].evName == evName) {
                    ret[ret.length] = this.fired[n]
                }
            }
            return ret
        },
        publish: function(evName, pJson) {
            if (typeof(evName) == 'undefined') {
                lpConnLib.log('Ev name not spec for publish', 'ERROR', 'EMT-Events');
                return null
            }
            this.fired[this.fired.length] = {
                evName: evName,
                evData: pJson
            };
            var anyLstnr = false;
            for (var n in this.lstnrs) {
                var l = this.lstnrs[n];
                if (l.name == evName || l.name == '*') {
                    l.fn(evName, pJson);
                    anyLstnr = true;
                    lpConnLib.log('Ev listen=' + n + ' ev=' + evName + ' exec', 'DEBUG', 'EMT-Events')
                }
            }
            return anyLstnr
        }
    }
}
lpMonitorTag.prototype.startActMon = function() {
    if (this.actMon) {
        lpConnLib.log('Start ActMon', 'DEBUG', 'EMT');
        var c = lpMTagConfig;
        c.visitorActive = true;
        if (typeof(c.pageVar) == 'undefined') {
            c.pageVar = []
        }
        c.pageVar[c.pageVar.length] = 'visitorActive=1';
        if (window.attachEvent) {
            document.attachEvent('onmousedown', this.MAct);
            document.attachEvent('onmousemove', this.MAct);
            document.attachEvent('onmouseover', this.MAct);
            window.attachEvent('onresize', this.MAct);
            window.attachEvent('onblur', this.MAct);
            window.attachEvent('onfocus', this.MAct);
            document.attachEvent('onkeydown', this.MAct);
            document.attachEvent('onscroll', this.MAct)
        } else {
            var fn = window.addEventListener;
            fn("mousedown", this.MAct, false);
            fn("mousemove", this.MAct, false);
            fn("mouseover", this.MAct, false);
            fn("scroll", this.MAct, false);
            fn("resize", this.MAct, false);
            fn("blur", this.MAct, false);
            fn("focus", this.MAct, false);
            fn("keydown", this.MAct, false)
        }
        this.actT = setInterval(this.cAct, this.actPolInt * 1000)
    }
};
lpMonitorTag.prototype.getPageUrl = function() {
    var u = document.location.href.toString();
    if (u == null || u == '') {
        u = '__blank__'
    }
    return u
};
lpMonitorTag.prototype.getTitle = function() {
    var title = '';
    if (typeof(document.title) != "undefined" && document.title.length > 0) {
        title = document.title
    }
    return title
};
lpMonitorTag.prototype.getPId = function() {
    return Math.round(Math.random() * 9999999999)
};
lpMonitorTag.prototype.getRefr = function() {
    var referrer = '';
    if (typeof(document.referrer) != "undefined" && document.referrer.length > 0) {
        referrer = document.referrer
    }
    return referrer
};
lpMonitorTag.prototype.MAct = function() {
    lpMTag.lastActiveDate = new Date()
};
lpMonitorTag.prototype.cAct = function() {
    var c = lpMTagConfig,
        cTime = new Date().getTime(),
        lastActTime = lpMTag.lastActiveDate.getTime(),
        actSt = c.visitorActive;
    actSt = (cTime - lastActTime) <= (lpMTag.inactPer * 1000);
    if (actSt != c.visitorActive) {
        lpConnLib.log('Visitor Act STATUS= ' + (actSt ? '1' : '0'), 'DEBUG', 'EMT');
        c.pageVar[c.pageVar.length] = 'visitorActive=' + (actSt ? '1' : '0');
        c.visitorActive = actSt
    }
};
lpMonitorTag.prototype.removeUrlParameter = function(url, p) {
    var pnt = url.indexOf('&' + p + '=');
    if (pnt > -1) {
        var tmp = url.substring(pnt + ('&' + p + '=').length),
            endpnt = tmp.indexOf('&');
        if (endpnt > -1) {
            url = url.substring(0, pnt) + tmp.substring(endpnt)
        } else {
            url = url.substring(0, pnt)
        }
    }
    return url
};
lpMonitorTag.prototype.addFirstPartyCookies = function(url, cmd, params) {
    var c = lpMTagConfig;
    if (typeof(cmd) == 'undefined') {
        var pnt = url.indexOf('&cmd=');
        if (pnt > -1) {
            var tmp = url.substring(pnt + 5);
            if (tmp.indexOf('&') > -1) {
                tmp = tmp.substring(0, tmp.indexOf('&'))
            }
            cmd = tmp
        } else {
            cmd = ''
        }
    }
    if (typeof(c.useFirstParty) != 'undefined' && c.useFirstParty || cmd == 'mTagKnockPage') {
        var vid = lpConnLib.getC(c.FPC_VID_NAME ? c.FPC_VID_NAME : c.lpNumber + '-VID'),
            skey = lpConnLib.getC(c.FPC_SKEY_NAME ? c.FPC_SKEY_NAME : c.lpNumber + '-SKEY'),
            contId = lpConnLib.getC(c.FPC_CONT_NAME ? c.FPC_CONT_NAME : 'HumanClickSiteContainerID_' + c.lpNumber);
        if (url.indexOf('?') == -1) {
            url += '?'
        }
        if (url.indexOf('&visitor=') > -1) {
            lpConnLib.log('FPC Found &v in url - remove', 'DEBUG', 'EMT');
            url = this.removeUrlParameter(url, 'visitor')
        }
        if (url.indexOf('&msessionkey=') > -1) {
            lpConnLib.log('FPC Found &m in the url - remove', 'DEBUG', 'EMT');
            url = this.removeUrlParameter(url, 'msessionkey')
        }
        if (url.indexOf('&siteContainer=') > -1) {
            lpConnLib.log('FPC Found &s in the url - remove', 'DEBUG', 'EMT');
            url = this.removeUrlParameter(url, 'siteContainer')
        }
        if (typeof(params) != 'undefined') {
            var idx;
            idx = params.getByName('visitor');
            if (idx > -1) {
                lpConnLib.log('FPC visitor - remove', 'DEBUG', 'EMT');
                params.remove(idx)
            }
            idx = params.getByName('msessionkey');
            if (idx > -1) {
                lpConnLib.log('FPC msessionkey - remove', 'DEBUG', 'EMT');
                params.remove(idx)
            }
            idx = params.getByName('siteContainer');
            if (idx > -1) {
                lpConnLib.log('FPC siteContainer - remove', 'DEBUG', 'EMT');
                params.remove(idx)
            }
        }
        if (vid != null) {
            url += '&visitor=' + vid
        }
        if (skey != null) {
            url += '&msessionkey=' + skey
        }
        if (contId != null) {
            if (cmd == 'mTagKnockPage' || (typeof(c.allowThirdPartyByServer) != 'undefined' && !c.allowThirdPartyByServer)) {
                url += '&siteContainer=' + contId
            }
        }
    }
    return url
};
lpMonitorTag.prototype.mtagAddReqToQueue = function(req) {
    this.mtagAddToQueue(req.BaseUrl, req.params, req.callbackFunc, req.requireConfirm, req.maxretries, req.forceget, req.postAutoConfirm, req.lpjson, req.dataEncoding, req.forcePost, req.usedSpecialPost, req.spImmediateCleanup, req.encodingBlankUrl, req.minimizePost, req.minimizePostMaxGets, req.allowTruncate)
};
lpMonitorTag.prototype.mtagAddToQueue = function(Url, params, Callback, requireConfirm, maxretries, forceget, onPostAutoConfirm, lpjson, dataEncoding, forcePost, specialPost, spImmediateCleanup, encodingBlankUrl, minimizePost, minimizePostMaxGets, allowTruncate) {
    var cmd = params.getValue(params.getByName('cmd'));
    Url = this.addFirstPartyCookies(Url, cmd, params);
    Url = this.addStatCmdToUrl(Url, params);
    params = this.avoidPost(Url, params, cmd);
    return lpConnLib.addToQueue(Url, params, Callback, requireConfirm, maxretries, forceget, onPostAutoConfirm, lpjson, dataEncoding, forcePost, specialPost, spImmediateCleanup, encodingBlankUrl, minimizePost, minimizePostMaxGets, allowTruncate)
};
lpMonitorTag.prototype.addStatCmdToUrl = function(url, params) {
    var indx, value = '';
    if (url.indexOf('?') == -1) {
        url += '?'
    }
    indx = params.getByName('site');
    if (indx != -1) {
        value = params.getValue(indx);
        url += '&site=' + value;
        params.remove(indx)
    }
    indx = params.getByName('cmd');
    if (indx != -1) {
        value = params.getValue(indx);
        url += '&cmd=' + value;
        params.remove(indx)
    }
    return url
};
lpMonitorTag.prototype.avoidPost = function(Url, params, cmd) {
    var c = lpMTagConfig,
        avoidPost = this.getAPProps(),
        splitCookie = c.sgpemtSplitCookie,
        splitCookieMinDelta = 0;
    if (splitCookie) {
        splitCookieMinDelta = c.sgpemtSplitCookieMinDelta
    }
    if (!avoidPost.avoidPost && !splitCookie) {
        return params
    }
    var r = new lpRequest(lpConnLib.protocolVer, Url, params, null, false, 0, lpConnLib.prunId, lpConnLib.lpjson, 'UTF-8', lpConnLib.browser, false, true, undefined, 0, 0, false, false),
        baseUrl = r.BuildBaseCallUrl(),
        urlLength = baseUrl.length + params.fullLength() + 1,
        orgCk = '';
    if (urlLength > lpConnLib.maxurlgetlength) {
        var indx = params.getByName('cookie');
        if (indx > -1) {
            lpConnLib.log('AP ' + avoidPost.avoidPost + ' SC ' + splitCookie + ' Limit ' + urlLength + ': drop cookies', 'DEBUG', 'EMT');
            orgCk = params.getValue(indx);
            params.remove(indx);
            this.cookieRemovedCnt++;
            if (this.cookieRemovedCnt > 1) {
                lpConnLib.log('AP set sendCookies to FALSE', 'DEBUG', 'EMT');
                lpMTagConfig.sendCookies = false
            }
        } else {
            lpConnLib.log('AP Limit ' + urlLength + ': cookies not FOUND', 'DEBUG', 'EMT')
        }
        urlLength = baseUrl.length + params.fullLength() + 1;
        if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
            lpConnLib.log('AP Limit ' + urlLength + ': after drop cookies - trim', 'DEBUG', 'EMT');
            params = this.trimParam(params, 'pageWindowName', avoidPost.maxPageWinNameLength);
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > lpConnLib.maxurlgetlength) {
                lpConnLib.log('AP Limit ' + urlLength + ' after trim pageWindowName ', 'DEBUG', 'EMT')
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            params = this.trimParam(params, 'title', avoidPost.emtMaxTitleLength);
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP Limit ' + urlLength + ' after trim title ', 'DEBUG', 'EMT');
                params = this.trimParam(params, 'referrer', avoidPost.emtMaxReferLength)
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP Limit ' + urlLength + 'trim page', 'DEBUG', 'EMT');
                params = this.trimParam(params, 'page', avoidPost.emtMaxUrlLength)
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP Limit ' + urlLength, 'DEBUG', 'EMT');
                params = this.trimParam(params, 'title', avoidPost.emtMinTitleLength)
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP Limit ' + urlLength, 'DEBUG', 'EMT');
                params = this.trimParam(params, 'referrer', avoidPost.emtMinReferLength)
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP Limit ' + urlLength, 'DEBUG', 'EMT');
                params = this.trimParam(params, 'page', avoidPost.emtMinUrlLength)
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
            urlLength = baseUrl.length + params.fullLength() + 1;
            if (urlLength > (lpConnLib.maxurlgetlength - splitCookieMinDelta)) {
                lpConnLib.log('AP over limit  ' + urlLength + ': DO POST', 'DEBUG', 'EMT');
                var idx = params.getByName('page');
                if (idx > -1) {
                    params.remove(idx);
                    params.add('page', this.lpPageLocation)
                }
                idx = params.getByName('referrer');
                if (idx > -1) {
                    params.remove(idx);
                    params.add('referrer', this.referrer)
                }
                idx = params.getByName('title');
                if (idx > -1) {
                    params.remove(idx);
                    params.add('title', this.title)
                }
                if (orgCk != '') {
                    this.cookieRemovedCnt--;
                    params.add('cookie', orgCk)
                }
                return params
            } else {
                return this.prSplitC(cmd, params, urlLength, orgCk)
            }
        } else {
            return this.prSplitC(cmd, params, urlLength, orgCk)
        }
    } else {
        return this.prSplitC(cmd, params, urlLength, orgCk)
    }
};
lpMonitorTag.prototype.prSplitC = function(cmd, params, urlLength, orgCk) {
    var d = lpMTagDebug;
    if (!lpMTagConfig.sgpemtSplitCookie || (cmd != 'mTagStartPage' && cmd != 'mTagInPage' && cmd != 'mTagUDEsend')) {
        lpConnLib.log('SplitCookie ' + lpMTagConfig.sgpemtSplitCookie + ' cmd ' + cmd, 'DEBUG', 'EMT');
        return params
    }
    var chunk = '',
        sizeLeft = lpConnLib.maxurlgetlength - urlLength - "&sc=".length;
    if (typeof(orgCk) == 'undefined' || orgCk == '') {
        if (this.splitCookieLeft.length == 0) {
            lpConnLib.log('SplitCookie - nothing to send - DONE', 'DEBUG', 'EMT');
            return params
        }
        sizeLeft = this.adjustForSpChars(this.splitCookieLeft, sizeLeft);
        chunk = this.splitCookieLeft.substr(0, sizeLeft);
        this.splitCookieLeft = this.splitCookieLeft.substr(sizeLeft);
        var pname = 'ac';
        if (this.splitCookieLeft == '') {
            pname = 'ec'
        }
        lpConnLib.log('SC send ' + pname + ' chunk size=' + chunk.length + ' left=' + this.splitCookieLeft.length, 'DEBUG', 'EMT');
        params.add(pname, unescape(chunk))
    } else {
        var escCk = escape(orgCk);
        sizeLeft = this.adjustForSpChars(escCk, sizeLeft);
        chunk = escCk.substr(0, sizeLeft);
        params.add('sc', unescape(chunk));
        lpConnLib.log('SC send sc chunk size=' + chunk.length + ' total size=' + orgCk.length, 'DEBUG', 'EMT');
        this.splitCookieLeft = escCk.substr(sizeLeft)
    }
    return params
};
lpMonitorTag.prototype.adjustForSpChars = function(escCk, sizeLeft) {
    if (escCk.charAt(sizeLeft - 1) == '%') {
        return sizeLeft - 1
    }
    if (escCk.charAt(sizeLeft - 2) == '%') {
        return sizeLeft - 2
    }
    var chunkSlice = escCk.substr(0, sizeLeft).substr(-6),
        unicodeIdx = chunkSlice.lastIndexOf("%u");
    if (unicodeIdx > 0) {
        return sizeLeft - (chunkSlice.length - unicodeIdx)
    }
    return sizeLeft
};
lpMonitorTag.prototype.trimParam = function(p, name, maxSize) {
    var str = '',
        indx = p.getByName(name);
    if (indx > -1) {
        str = p.getValueEsc(indx)
    }
    if (str.length > maxSize) {
        lpConnLib.log('trimParam ' + name.toUpperCase() + ' length ' + str.length + ' to ' + maxSize, 'DEBUG', 'EMT');
        str = this.trimLength(str, maxSize);
        p.remove(indx);
        if (str != '') {
            p.add(name, str, true)
        }
    }
    return p
};
lpMonitorTag.prototype.getAPProps = function() {
    var ret = {
        avoidPost: false
    };
    var c = lpMTagConfig;
    if (c.emtAvoidPOST || (typeof(c.emtAvoidPOST) == 'undefined' && c.sgpemtAvoidPOST)) {
        ret.avoidPost = true
    } else {
        return ret
    }
    if (typeof(c.emtMaxUrlLength) != 'undefined') {
        ret.emtMaxUrlLength = c.emtMaxUrlLength
    } else {
        if (typeof(c.sgpemtMaxUrlLength) == 'undefined') {
            ret.emtMaxUrlLength = 500
        } else {
            ret.emtMaxUrlLength = c.sgpemtMaxUrlLength
        }
    }
    if (typeof(c.emtMinUrlLength) != 'undefined') {
        ret.emtMinUrlLength = c.emtMinUrlLength
    } else {
        if (typeof(c.sgpemtMinUrlLength) == 'undefined') {
            ret.emtMinUrlLength = 100
        } else {
            ret.emtMinUrlLength = c.sgpemtMinUrlLength
        }
    }
    if (typeof(c.emtMaxReferLength) != 'undefined') {
        ret.emtMaxReferLength = c.emtMaxReferLength
    } else {
        if (typeof(c.sgpemtMaxReferLength) == 'undefined') {
            ret.emtMaxReferLength = 300
        } else {
            ret.emtMaxReferLength = c.sgpemtMaxReferLength
        }
    }
    if (typeof(c.emtMinReferLength) != 'undefined') {
        ret.emtMinReferLength = c.emtMinReferLength
    } else {
        if (typeof(c.sgpemtMinReferLength) == 'undefined') {
            ret.emtMinReferLength = 100
        } else {
            ret.emtMinReferLength = c.sgpemtMinReferLength
        }
    }
    if (typeof(c.emtMaxTitleLength) != 'undefined') {
        ret.emtMaxTitleLength = c.emtMaxTitleLength
    } else {
        if (typeof(c.sgpemtMaxTitleLength) == 'undefined') {
            ret.emtMaxTitleLength = 100
        } else {
            ret.emtMaxTitleLength = c.sgpemtMaxTitleLength
        }
    }
    if (typeof(c.emtMinTitleLength) != 'undefined') {
        ret.emtMinTitleLength = c.emtMinTitleLength
    } else {
        if (typeof(c.sgpemtMinTitleLength) == 'undefined') {
            ret.emtMinTitleLength = 50
        } else {
            ret.emtMinTitleLength = c.sgpemtMinTitleLength
        }
    }
    if (typeof(c.maxPageWinNameLength) != 'undefined') {
        ret.maxPageWinNameLength = c.maxPageWinNameLength
    }
    return ret
};
lpMonitorTag.prototype.lpSetCallParams = function(lpCmd, extra) {
    var c = lpMTagConfig,
        i, tmpData, cPrm = new hcArrayStorage();
    cPrm.add('site', c.lpNumber);
    cPrm.add('cmd', lpCmd);
    if (lpCmd != 'mTagKnockPage') {
        cPrm.add('page', this.lpPageLocation)
    }
    cPrm.add('id', this.lpPageID);
    cPrm.add('javaSupport', this.lpJavaEnabled);
    cPrm.add('visitorStatus', this.lpVisitorStatus);
    if (lpCmd == 'mTagInPage') {
        var data = lpConnLib.getC(this.dCkName);
        if (data != '' && data != null) {
            this.lpDeleteCookie(this.dCkName);
            cPrm.add(data)
        }
    }
    if (lpCmd != 'mTagKnockPage') {
        if (typeof(c.defaultChatInvite) != 'undefined') {
            cPrm.add('defCInvite', c.defaultChatInvite)
        }
        if (typeof(c.defaultVoiceInvite) != 'undefined') {
            cPrm.add('defVInvite', c.defaultVoiceInvite)
        }
        if (typeof(c.defaultMultiChannelInvite) != 'undefined') {
            cPrm.add('defMCInvite', c.defaultMultiChannelInvite)
        }
        if (typeof(c.defaultInvite) != 'undefined') {
            cPrm.add('defInvite', c.defaultInvite)
        }
        if (typeof(c.cobrowseEnabled) != 'undefined') {
            if (typeof(c.lpActivePlugin) == 'undefined') {
                c.lpActivePlugin = 'none'
            }
            cPrm.add('activePlugin', c.lpActivePlugin);
            cPrm.add('cobrowse', 'true');
            if (typeof(c.pageWindowName) != 'undefined') {
                cPrm.add('pageWindowName', c.pageWindowName)
            } else {
                var name = '';
                try {
                    if (top && typeof(top.document) != 'undefined') {
                        name = '' + top.name
                    }
                } catch (e) {
                    name = ''
                }
                if (name != '') {
                    if (escape(name).length > c.maxPageWinNameLength) {
                        name = this.trimLength(name, c.maxPageWinNameLength)
                    }
                    cPrm.add('pageWindowName', name)
                }
            }
            if (typeof(c.lpOperatorPageType) != "undefined") {
                cPrm.add('cobrowsetitle', c.lpOperatorPageType)
            }
            if (typeof(c.lpOperatorPageUrl) != "undefined") {
                cPrm.add('cobrowseurl', c.lpOperatorPageUrl)
            }
        }
    }
    if (lpCmd == 'mTagStartPage' || lpCmd == 'mTagInPage') {
        if (typeof(c.pageVar) != 'undefined' && c.pageVar.length > 0) {
            for (i = 0; i < c.pageVar.length; i++) {
                cPrm.add('PV!' + c.pageVar[i], undefined, true);
                this.addUDESt('page', c.pageVar[i])
            }
            c.pageVar = []
        }
        if (typeof(c.sessionVar) != 'undefined' && c.sessionVar.length > 0) {
            for (i = 0; i < c.sessionVar.length; i++) {
                cPrm.add('SV!' + c.sessionVar[i], undefined, true);
                this.addUDESt('session', c.sessionVar[i])
            }
            c.sessionVar = []
        }
        if (typeof(c.visitorVar) != 'undefined' && c.visitorVar.length > 0) {
            for (i = 0; i < c.visitorVar.length; i++) {
                cPrm.add('VV!' + c.visitorVar[i], undefined, true);
                this.addUDESt('visitor', c.visitorVar[i])
            }
            c.visitorVar = []
        }
    }
    if (lpCmd == 'mTagKnockPage') {
        if (typeof(c.dynButton) != 'undefined' && c.dynButton.length > 0) {
            var dbut = '';
            for (i = 0; i < c.dynButton.length; i++) {
                if (i > 0) {
                    dbut += '#'
                }
                dbut += c.dynButton[i].name + '|';
                if (typeof(c.dynButton[i].ovr) != 'undefined') {
                    dbut += c.dynButton[i].ovr + '|'
                } else {
                    dbut += 'null|'
                }
                if (typeof(c.dynButton[i].pid) != 'undefined') {
                    dbut += c.dynButton[i].pid + '|'
                } else {
                    dbut += 'null|'
                }
            }
            cPrm.add('dbut', dbut)
        }
    }
    if (typeof(c.sendSnippets) != 'undefined') {
        cPrm.add('sendSnippets', c.sendSnippets);
        c.sendSnippets = undefined
    }
    if (typeof(extra) != 'undefined') {
        tmpData = extra.split('&');
        for (i = 0; i < tmpData.length; i++) {
            if (tmpData[i] != '') {
                cPrm.add(tmpData[i])
            }
        }
    }
    if (lpCmd != 'mTagKnockPage') {
        if (this.lpDataToSend != '') {
            tmpData = this.lpDataToSend.split('&');
            for (i = 0; i < tmpData.length; i++) {
                if (tmpData[i] != '') {
                    cPrm.add(tmpData[i])
                }
            }
            this.lpDataToSend = ''
        }
    }
    if (lpCmd != 'mTagKnockPage' && lpCmd != 'mTagInPage') {
        if (this.title != '') {
            cPrm.add('title', this.title)
        }
        if (this.referrer != '') {
            cPrm.add('referrer', this.referrer)
        }
    }
    if (lpCmd != 'mTagKnockPage' && c.lpSendCookies && c.sendCookies) {
        var cookies = null;
        if (!c.cobrowseEnabled) {
            cPrm.add('cobrowse', 'true')
        }
        if (lpCmd == 'mTagStartPage') {
            if (typeof(c.GetPageCookies) == 'function') {
                cookies = c.GetPageCookies()
            } else {
                cookies = document.cookie
            }
            if ((typeof(cookies) == 'undefined') || cookies == null) {
                cookies = ''
            }
            if (cookies != '' && this.prevCookie != cookies) {
                cPrm.add('cookie', cookies);
                this.prevCookie = cookies
            }
        }
    }
    if (typeof(c.addToCallParams) == 'function') {
        cPrm = c.addToCallParams(lpCmd, cPrm)
    }
    return cPrm
};
lpMonitorTag.prototype.lpIsJavaEnabled = function() {
    var rc = false,
        n = navigator,
        agent = n.appName,
        ver = parseInt(n.appVersion);
    if (agent == "Microsoft Internet Explorer") {
        if ((ver >= 4) && n.javaEnabled()) {
            rc = true
        }
    } else {
        for (var i = 0; i < n.plugins.length; i++) {
            rc = rc || (n.plugins[i].name.toUpperCase().indexOf("JAVA") != -1)
        }
    }
    return rc
};
lpMonitorTag.prototype.trimLength = function(str, max) {
    if (str.length > max && max > -1) {
        return str.substring(0, max)
    }
    return str
};
lpMonitorTag.prototype.lpFixProtocol = function(str) {
    if ((str != null) && (str.indexOf('http:') == 0) && (lpMTagConfig.lpProtocol == 'https')) {
        return lpMTagConfig.lpProtocol + str.substring(4)
    }
    return str
};
lpMonitorTag.prototype.lpFormData = function(fName, useC, fL, excl, prfx) {
    if (typeof(useC) == 'undefined') {
        useC = false
    }
    if (typeof(fL) == 'undefined') {
        fL = null
    }
    if (typeof(excl) == 'undefined') {
        excl = false
    }
    var hcForm = document.forms[fName];
    if (hcForm) {
        var data = this.lpGetFormData(hcForm, fL, excl, prfx);
        if (useC) {
            this.lpAddToSetCookie(this.dCkName, data, lpMTagConfig.lpUseSecureCookies)
        } else {
            var cParam = new hcArrayStorage();
            cParam = this.lpSetCallParams(this.lpCmd, data);
            this.mtagAddToQueue(this.lpURL, cParam, this.MTagCallback, true, this.maxretries, false, 1, 1, lpMTagConfig.charSet)
        }
        return true
    } else {
        lpConnLib.log('Cannot get form=' + fName, 'ERROR', 'EMT');
        return false
    }
};
lpMonitorTag.prototype.lpFormField = function(formN, fldN, useC, prfx) {
    return this.lpFormData(formN, useC, [fldN], false, prfx)
};
lpMonitorTag.prototype.lpGetFormData = function(f, fL, excl, prfx) {
    var nvps = [];
    for (var e = 0; f.length > e; e++) {
        var el = f.elements[e];
        if ((excl && !this.lpValueInArray(el.name, fL)) || ((!excl && this.lpValueInArray(el.name, fL)))) {
            switch (el.type) {
            case "text":
            case "password":
            case "hidden":
                nvps[nvps.length] = (el.name ? escape(el.name) : "undefined" + e) + "=" + escape(el.value);
                break;
            case "select-one":
            case "select-multiple":
                {
                    if (el.length) {
                        for (var m = 0; el.length > m; m++) {
                            if (el[m].selected) {
                                nvps[nvps.length] = (el.name ? escape(el.name) : "undefined" + e) + "=" + escape(el[m].value)
                            }
                        }
                    }
                }
                break;
            case "checkbox":
            case "radio":
                {
                    if (el.checked) {
                        nvps[nvps.length] = (el.name ? escape(el.name) : "undefined" + e) + "=" + escape(el.value)
                    }
                }
                break;
            case "file":
            case "image":
            case "reset":
            case "submit":
            case "button":
            default:
                if (el.tagName == "BUTTON" || el.tagName == "TEXTAREA") {
                    nvps[nvps.length] = (el.name ? escape(el.name) : "undefined" + e) + "=" + escape(el.value)
                }
                break
            }
        }
    }
    var qs = '';
    for (var i = 0; i < nvps.length; i++) {
        if (typeof(prfx) != 'undefined' && prfx != "") {
            qs += prfx
        } else {
            qs += "PV!"
        }
        qs += '' + nvps[i] + '&'
    }
    return qs
};
lpMonitorTag.prototype.lpValueInArray = function(v, l) {
    if (typeof(l) == 'undefined') {
        return false
    }
    for (var i = 0; i < l.length; i++) {
        if (l[i] == v) {
            return true
        }
    }
    return false
};
lpMonitorTag.prototype.lpSendData = function(d, now) {
    if (d.length <= 0) {
        return false
    }
    if (typeof(now) == 'undefined') {
        now = false
    }
    if (now) {
        var send_data = new hcArrayStorage();
        send_data = this.lpSetCallParams('mTagUDEsend', d);
        this.mtagAddToQueue(this.lpURL, send_data, null, false, 0, false, 0, 1, lpMTagConfig.charSet)
    } else {
        this.lpDataToSend += d + '&'
    }
};
lpMonitorTag.prototype.lpAddToSetCookie = function(n, v, s, ex, p, dom) {
    var cV = lpConnLib.getC(n);
    if (cV == null) {
        cV = ''
    }
    this.lpSetCookie(n, v + cV, ex, p, dom, s)
};
lpMonitorTag.prototype.lpSetCookie = function(n, v, e, p, d) {
    if (e) {
        e = e * 1000 * 60 * 60 * 24
    }
    var eD = new Date((new Date()).getTime() + (e));
    document.cookie = n + "=" + escape(v) + ((e) ? ";expires=" + eD.toGMTString() : "") + ((p) ? ";path=" + p : "") + ((d) ? ";domain=" + d : "") + ((lpMTagConfig.lpUseSecureCookies) ? ";secure" : "")
};
lpMonitorTag.prototype.lpGetCookie = function(n) {
    return lpConnLib.getC(n)
};
lpMonitorTag.prototype.lpDeleteCookie = function(n, p, d) {
    if (lpConnLib.getC(n)) {
        document.cookie = n + "=" + ((p) ? ";path=" + p : "") + ((d) ? ";domain=" + d : "") + ";expires=Thu, 01-Jan-1970 00:00:01 GMT"
    }
};
lpMonitorTag.prototype.ifVisitorActions = function(data) {
    var c = lpMTagConfig;
    if (typeof(c.ifVisitorCode) != 'undefined') {
        for (var i = 0; i < c.ifVisitorCode.length; i++) {
            var fn = c.ifVisitorCode[i];
            try {
                fn(data);
                lpConnLib.log('OK Executing Visitor function', 'EXEC-OK', 'EMT')
            } catch (e) {
                lpConnLib.log('ERROR Executing Visitor function=' + fn + ' &nbsp #' + e + '#', 'ERROR', 'EMT')
            }
        }
        c.ifVisitorCode = []
    }
    c.isVisitor = true
};
lpMonitorTag.prototype.MTagCallback = function(d, r) {
    var delay = 0;
    if (typeof(lpMTagConfig.onResponse) == 'function') {
        lpMTagConfig.onResponse(d, r)
    }
    if (typeof(d.ResultSet.lpCallError) != 'undefined') {
        lpMTag.connErrorCnt++;
        if (lpMTag.connErrorCnt <= lpMTag.maxErrorCnt) {
            lpMTag.lpLoopTimer = setTimeout('lpMTag.lpMTagMain()', lpMTag.errorDelay * 1000)
        }
        return
    }
    lpMTag.connErrorCnt = 0;
    if (d.ServiceInfo.resendCall) {
        lpConnLib.log('Resend con ' + d.ResultSet.lpCallId, 'WARN', 'EMT');
        if (r != null) {
            lpMTag.mtagAddReqToQueue(r)
        }
        return
    }
    if (lpMTag.lpCmd == 'mTagKnockPage') {
        lpMTag.lpCmd = 'mTagStartPage';
        lpMTag.startActMon();
        delay = lpMTag.lpStartPageRequestDelay
    } else {
        if (lpMTag.lpCmd == 'mTagStartPage') {
            lpMTag.lpCmd = 'mTagInPage';
            delay = lpMTag.lpFirstInPageRequestDelay
        } else {
            delay = lpMTag.lpInPageRequestDelay
        }
        lpMTag.ifVisitorActions()
    }
    if (!lpMTag.stopMTag) {
        if (lpMTag.lpLoopTimer != -1) {
            clearTimeout(lpMTag.lpLoopTimer)
        }
        if (lpMTag.lpLoopTimer != -1) {
            lpMTag.lpLoopTimer = setTimeout('lpMTag.lpMTagMain()', delay * 1000)
        }
    }
};
lpMonitorTag.prototype.overrideLPServer = function(srvName, setCookie) {
    var c = lpMTagConfig;
    if (setCookie) {
        this.lpSetCookie(this.webServerCookie, srvName)
    }
    c.lpServer = srvName;
    this.lpURL = c.lpProtocol + '://' + c.lpServer + '/hc/' + c.lpNumber + '/'
};
lpMonitorTag.prototype.MTagOnLoad = function() {
    var c = lpMTagConfig;
    if (lpConnLib.getC(this.webServerCookie) != null) {
        this.overrideLPServer(lpConnLib.getC(this.webServerCookie), false)
    }
    if (typeof(c.onLoadCode) != 'undefined') {
        for (var i = 0; i < c.onLoadCode.length; i++) {
            var tempfunc = c.onLoadCode[i];
            try {
                tempfunc();
                lpConnLib.log('OK ONLoad fn', 'EXEC-OK', 'EMT')
            } catch (e) {
                lpConnLib.log('ERROR ONLoad fn=' + tempfunc + ' &nbsp #' + e + '#', 'ERROR', 'EMT')
            }
        }
        c.onLoadCode = []
    }
    if (typeof(lpGetVariables) != 'undefined' && typeof(lpGetVariables) == 'function') {
        this.lpProcessUDEs(lpGetVariables())
    }
    if (typeof(lpUDEs) != 'undefined') {
        this.lpProcessUDEs(lpUDEs)
    }
};
lpMonitorTag.prototype.lpProcessUDEs = function(udes) {
    var c = lpMTagConfig;
    for (var indx in udes) {
        for (var i = 0; i < udes[indx].length; i++) {
            if (indx == 'session') {
                if (typeof(c.sessionVar) == 'undefined') {
                    c.sessionVar = []
                }
                c.sessionVar[c.sessionVar.length] = udes[indx][i]
            } else if (indx == 'page') {
                if (typeof(c.pageVar) == 'undefined') {
                    c.pageVar = []
                }
                c.pageVar[c.pageVar.length] = udes[indx][i]
            } else if (indx == 'visitor') {
                if (typeof(c.visitorVar) == 'undefined') {
                    c.visitorVar = []
                }
                c.visitorVar[c.visitorVar.length] = udes[indx][i]
            }
        }
    }
};
lpMonitorTag.prototype.lpMTagMain = function(forceGet) {
    var cParam = new hcArrayStorage();
    if (typeof(forceGet) == 'undefined') {
        forceGet = false
    }
    cParam = this.lpSetCallParams(this.lpCmd);
    var callType = this.mtagAddToQueue(this.lpURL, cParam, this.MTagCallback, true, this.maxretries, forceGet, undefined, 1, lpMTagConfig.charSet);
    if (callType == 'POST') {
        if (this.lpCmd == 'mTagKnockPage') {
            this.lpCmd = 'mTagStartPage'
        } else if (this.lpCmd == 'mTagStartPage') {
            this.lpCmd = 'mTagInPage'
        }
        lpMTag.lpLoopTimer = setTimeout('lpMTag.lpMTagMain(true)', lpMTag.lpDelayAfterPost * 1000)
    }
};
lpMTagConfig.UDEstore = {};
lpMTagConfig.UDEstore.SV = [];
lpMTagConfig.UDEstore.VV = [];
lpMTagConfig.UDEstore.PV = [];
lpMonitorTag.prototype.addUDESt = function(scope, ude) {
    var c = lpMTagConfig;
    if (scope == 'session') {
        c.UDEstore.SV[c.UDEstore.SV.length] = ude
    } else if (scope == 'visitor') {
        c.UDEstore.VV[c.UDEstore.VV.length] = ude
    } else if (scope == 'page') {
        c.UDEstore.PV[c.UDEstore.PV.length] = ude
    }
};
lpMonitorTag.prototype.regPlugins = function() {
    var c = lpMTagConfig,
        burl = '';
    if (c.lpMTagSrc) {
        burl = c.lpMTagSrc.substr(0, c.lpMTagSrc.lastIndexOf('/')) + "/plugins/"
    } else if (c.lpTagSrv) {
        burl = c.lpProtocol + "://" + c.lpTagSrv + "/hcp/html/plugins/"
    } else {
        burl = c.lpProtocol + "://" + c.lpServer + "/hcp/html/plugins/"
    }
    lpLazy.register('lpRequest.prototype.MakeCallByIframe', burl + 'emt_post_plugin.js');
    lpLazy.register('lpConnectionLibrary.prototype.specialPostHandler', burl + 'emt_sp-post_plugin.js');
    lpLazy.register('lpConnectionLibrary.prototype.splitRequestIntoGets', burl + 'emt_split-post_plugin.js');
    lpLazy.register('lpConnectionLibrary.prototype.reportError', burl + 'emt_reportError_plugin.js');
    lpLazy.register('lpMonitorTag.prototype.lpSetPage', burl + 'emt_lpSetPage_plugin.js')
};
var lpLazy = {
    map: {},
    d: {},
    register: function(mS, f) {
        try {
            var that = this;
            if (mS.indexOf('.prototype.') > -1) {
                var str = mS + " = function () {var that = this; lpLazy.prx('" + mS + "', arguments, that);}";
                eval(str)
            } else if (mS.indexOf('.') > -1) {
                var r = this.gR(mS);
                r.rf[r.mt] = function() {
                    that.prx(mS, arguments)
                }
            } else {
                window[mS] = function() {
                    that.prx(mS, arguments)
                }
            }
            this.map[mS] = f;
            this.log('register:' + mS + ' ' + f, 'DEBUG', 'LPLAZY')
        } catch (e) {
            this.log('Ex:' + e, 'ERROR', 'LPLAZY')
        }
    },
    prx: function(mS, a, ctx) {
        try {
            var inP = true;
            if (typeof(this.d[mS]) == 'undefined') {
                this.d[mS] = [];
                inP = false
            }
            this.d[mS][this.d[mS].length] = {
                a: a,
                ctx: ctx
            };
            if (!inP) {
                this.lPl(this.map[mS])
            }
            this.log('prx:' + mS, 'DEBUG', 'LPLAZY')
        } catch (e) {
            this.log('Ex:' + e, 'ERROR', 'LPLAZY')
        }
    },
    callback: function(mS) {
        try {
            var i;
            if (mS.indexOf('.') == -1) {
                ctx = window[mS];
                for (i = 0; i < this.d[mS].length; i++) {
                    window[mS].apply(this, this.d[mS][i].a)
                }
            } else if (mS.indexOf('.prototype.') > -1) {
                var fnN = mS.substr(mS.indexOf('.prototype.') + 11);
                for (i = 0; i < this.d[mS].length; i++) {
                    this.d[mS][i].ctx[fnN].apply(this.d[mS][i].ctx, this.d[mS][i].a)
                }
            } else {
                var r = this.gR(mS);
                for (i = 0; i < this.d[mS].length; i++) {
                    r.rf[r.mt].apply(r.rf, this.d[mS][i].a)
                }
            }
            this.d[mS] = [];
            this.log('callback:' + mS, 'DEBUG', 'LPLAZY')
        } catch (e) {
            this.log('Ex:' + e, 'ERROR', 'LPLAZY')
        }
    },
    lPl: function(src) {
        var s = document.createElement("script");
        s.setAttribute("type", "text/javascript");
        s.setAttribute("charset", "iso-8859-1");
        s.setAttribute("src", src);
        document.getElementsByTagName("head").item(0).appendChild(s)
    },
    gR: function(mS) {
        var d = mS.split('.'),
            ref = window;
        for (var i = 0; i < d.length - 1; i++) {
            ref = ref[d[i]]
        }
        return {
            rf: ref,
            mt: d[d.length - 1]
        };
    },
    log: function(msg, lvl, sys) {
        lpConnLib.log(msg, lvl, sys)
    }
};
if (typeof(lpOpenPlatformNS) == 'undefined') {
    window.lpOpenPlatformNS = {}
}
if (typeof(lpMTagDebug) == 'undefined') {
    window.lpMTagDebug = {}
}
var lpMTag = new lpMonitorTag();
lpMTag.ver = '9.5.0';
lpMTag.build = '3';
lpMTag.MTagOnLoad();
lpMTag.regPlugins();
lpMTag.lpLoopTimer = setTimeout('lpMTag.lpMTagMain()', lpMTag.lpKnockPageRequestDelay * 1000);

#4 JavaScript::Eval (size: 205, repeated: 1)

if (window.lpTag && window.lpTag.events) {
    window.lpTag.events.trigger('LPChat', 'LP_REP_STATE_CHANGED', {});
} else if (window.lpMTag && window.lpMTag.events) {
    window.lpMTag.events.publish('LP_REP_STATE_CHANGED', {});
}

#5 JavaScript::Eval (size: 148, repeated: 1)

lpConnectionLibrary.prototype.reportError = function() {
    var that = this;
    lpLazy.prx('lpConnectionLibrary.prototype.reportError', arguments, that);
}

#6 JavaScript::Eval (size: 162, repeated: 1)

lpConnectionLibrary.prototype.specialPostHandler = function() {
    var that = this;
    lpLazy.prx('lpConnectionLibrary.prototype.specialPostHandler', arguments, that);
}

#7 JavaScript::Eval (size: 166, repeated: 1)

lpConnectionLibrary.prototype.splitRequestIntoGets = function() {
    var that = this;
    lpLazy.prx('lpConnectionLibrary.prototype.splitRequestIntoGets', arguments, that);
}

#8 JavaScript::Eval (size: 31, repeated: 3)

lpMTag.lpInPageRequestDelay = 30;

#9 JavaScript::Eval (size: 1200, repeated: 1)

lpMTagConfig.oemName = 'LivePerson';
lpMTagConfig.poweredByURL = 'http://solutions.liveperson.com/ref/lppb.asp';
lpMTagConfig.servlet = 'hc/';
lpMTagConfig.appletsDirectory = 'applets/v7.8';
lpMTagConfig.charSet = 'UTF-8';
lpMTagConfig.language = 'ml';
lpMTagConfig.credit = 'powered';
lpMTagConfig.logoDir = 'icon/lp';
lpMTagConfig.useFirstParty = false;
lpMTagConfig.allowThirdPartyByServer = true;
lpMTagConfig.lpUseSecureCookies = false;
lpMTagConfig.lpUseSessionCookies = false;
lpMTagConfig.cobrowseEnabled = true;
lpMTag.activityMonitor = true;
lpMTagConfig.lpSendCookies = true;
lpConnLib.postDeleteIfrDelay = 3;
lpMTagConfig.minimizePost = false;
lpMTagConfig.minimizePostMaxGets = 3;
lpMTagConfig.allowTruncate = false;
lpMTagConfig.serverVer = '12.5.3.0';
lpMTagConfig.serverBuild = '12';
lpMTagConfig.dbMultipleClickDelay = 3;
lpMTagConfig.sgpemtAvoidPOST = true;
lpMTagConfig.sgpemtMaxUrlLength = 500;
lpMTagConfig.sgpemtMinUrlLength = 100;
lpMTagConfig.sgpemtMaxReferLength = 300;
lpMTagConfig.sgpemtMinReferLength = 100;
lpMTagConfig.sgpemtMaxTitleLength = 100;
lpMTagConfig.sgpemtMinTitleLength = 50;
lpMTagConfig.maxPageWinNameLength = 200;
lpMTagConfig.sgpemtSplitCookie = false;
lpMTagConfig.sgpemtSplitCookieMinDelta = 200;
lpMTagConfig.LEeventsAPI = false;

#10 JavaScript::Eval (size: 130, repeated: 1)

lpMonitorTag.prototype.lpSetPage = function() {
    var that = this;
    lpLazy.prx('lpMonitorTag.prototype.lpSetPage', arguments, that);
}

#11 JavaScript::Eval (size: 138, repeated: 1)

lpRequest.prototype.MakeCallByIframe = function() {
    var that = this;
    lpLazy.prx('lpRequest.prototype.MakeCallByIframe', arguments, that);
}

#12 JavaScript::Eval (size: 555, repeated: 1)

window.lpTag.taglets.LPCHATTAG = {
    _v: 1.0,
    _name: 'LPCHATTAG',
    init: function() {
        if (typeof lpMTagConfig == 'undefined') {
            window.lpMTagConfig = {}
        }
        if (typeof(lpMTagConfig.onLoadCode) == 'undefined') {
            lpMTagConfig.onLoadCode = []
        }
        lpMTagConfig.onLoadCode.push(function() {
            window.lpTagConfig = {
                lpServer: lpMTagConfig.lpServer,
                lpNumber: lpMTagConfig.lpNumber,
                lpProtocol: lpMTagConfig.lpProtocol,
                addLpTag: function() {
                    var src = this.lpTagSrc || this.lpProtocol + '://' + this.lpServer + '/hc/s-' + this.lpNumber + '/?cmd=lpTagGetJsSnippets';
                    lpTag.load(src, 'UTF-8')
                }
            };
            window.lpTagConfig.addLpTag()
        })
    }
};

#13 JavaScript::Eval (size: 939, repeated: 1)

window.lpTag.taglets.LPMONITOR = {
    _v: 1.0,
    _name: 'LPMONITOR',
    init: function() {
        if (typeof(lpMTagConfig) == 'undefined') {
            window.lpMTagConfig = {}
        }
        lpMTagConfig.lpServer = lpTag.getDomain('LPMONITOR');
        lpMTagConfig.lpNumber = lpTag.site;
        lpMTagConfig.lpProtocol = lpTag.protocol.replace(':', '');
        window.lpAddMonitorTag = function(src) {
            if (typeof(src) == 'undefined' || typeof(src) == 'object') {
                if (typeof(lpMTagConfig.pluginSys) != 'undefined' && !lpMTagConfig.pluginsLoaded) {
                    src = lpMTagConfig.pluginSys;
                    lpMTagConfig.pluginsLoaded = true
                } else {
                    src = lpMTagConfig.lpMTagSrc ? lpMTagConfig.lpMTagSrc : '/hcp/html/mTag.js'
                }
            }
            if (src.indexOf('http') != 0) {
                src = lpMTagConfig.lpProtocol + "://" + lpMTagConfig.lpServer + src + '?site=' + lpMTagConfig.lpNumber
            } else {
                if (src.indexOf('site=') < 0) {
                    if (src.indexOf('?') < 0) src = src + '?';
                    else src = src + '&';
                    src = src + 'site=' + lpMTagConfig.lpNumber
                }
            }
            lpTag.load(src, 'iso-8859-1')
        };
        if (lpTag.isDom) {
            lpAddMonitorTag()
        } else {
            lpTag.events.bind('LPT', 'DOM_READY', lpAddMonitorTag)
        }
    }
};

#14 JavaScript::Eval (size: 3868, repeated: 1)

window.lpTag = window.lpTag || {};
lpTag.taglets = lpTag.taglets || {};
lpTag._tagv = '2.5.0';
lpTag.log = function(msg, type, app) {
    if (typeof(lpMTagDebug) != 'undefined' && typeof(lpMTagDebug.Display) == 'function') {
        lpMTagDebug.Display(msg, type, app)
    }
};
lpTag.csds = (function() {
    var srvMap = [],
        setDomains = function(_srvMap) {
            for (var i = 0; i < _srvMap.length; i++) {
                srvMap[_srvMap[i].service] = _srvMap[i].baseURI
            }
        };
    var getDomain = function(srv) {
            var baseURI = srvMap[srv];
            if (baseURI) {
                return baseURI
            }
            return srvMap['ALL']
        };
    return {
        getDomain: getDomain,
        setDomains: setDomains
    }
})();
lpTag.getDomain = lpTag.csds.getDomain;
lpTag.events = (function() {
    var eventId = 0,
        lstnrs = {},
        fired = [],
        prefix = 'evId_',
        lpt_domReady_hasTriggered = false,
        bind = function(app, ev, fn) {
            if (!app || !ev || typeof(fn) != 'function') {
                lpTag.log('bind invalid params:  app=[' + app + '] ev=[' + ev + ']  fn=[' + fn + ']', 'ERROR', 'EVENTS');
                return null
            }
            var evId = eventId++;
            lstnrs[prefix + evId] = {
                id: evId,
                name: ev,
                app: app,
                fn: fn
            };
            lpTag.log('ev: ' + ev + ',  app: ' + (app || '*') + 'bind', 'DEBUG', 'EVENTS');
            return evId
        };
    var unbind = function(id) {
            if (!id) {
                lpTag.log('Ev listen id not spec for unbind', 'ERROR', 'EVENTS');
                return null
            }
            var ev = lstnrs[prefix + id];
            if (typeof(ev) == 'undefined') {
                lpTag.log('Ev listen id not Found for unbind id=' + id, 'ERROR', 'EVENTS');
                return false
            } else {
                delete lstnrs[prefix + id];
                lpTag.log('Ev listen id=' + id + ' unbind', 'DEBUG', 'EVENTS');
                return true
            }
        };
    var hasFired = function(app, evName) {
            if (app == '*' && evName == '*') {
                return fired
            }
            var ret = [];
            for (var n = 0; n < fired.length; n++) {
                if ((app == '*' || fired[n].app == app) && (evName == '*' || fired[n].evName == evName)) {
                    ret.push(fired[n])
                }
            }
            return ret
        };
    var trigger = function(app, evName, data) {
            if (typeof(evName) == 'undefined' || typeof(app) == 'undefined') {
                lpTag.log('Ev name or app not spec for trigger', 'ERROR', 'EVENTS');
                return null
            }
            if (app == 'LPT' && evName == 'DOM_READY') {
                if (lpt_domReady_hasTriggered) {
                    return
                }
                lpt_domReady_hasTriggered = true
            }
            fired.push({
                "app": app,
                "evName": evName,
                "data": data
            });
            for (var n in lstnrs) {
                var l = lstnrs[n];
                if ((l.name == evName || l.name == '*') && (l.app == '*' || l.app == app)) {
                    try {
                        l.fn(data);
                        lpTag.log('ev=' + evName + ' triggered', 'DEBUG', 'EVENTS')
                    } catch (err) {
                        lpTag.log('Error triggering  ' + evName, 'DEBUG', 'EVENTS')
                    }
                }
            }
        };
    return {
        bind: bind,
        unbind: unbind,
        hasFired: hasFired,
        trigger: trigger
    }
})();
lpTag.tglMng = (function() {
    var run = function(taglets) {
            _createTaglets(taglets);
            _initTaglets(taglets);
            _execDefer();
            _startTaglets(taglets)
        };
    var _createTaglets = function(taglets) {
            for (var i = 0; i < taglets.length; i++) {
                try {
                    lpTag.log('Processing taglet: ' + taglets[i].name, 'DEBUG', 'LPTAG');
                    eval(taglets[i].code)
                } catch (e) {
                    lpTag.log('Error creating taglet:' + taglets[i].name + '  e=' + e, 'ERROR', 'LPTAG')
                }
            }
        };
    var _initTaglets = function(taglets) {
            for (var i = 0; i < taglets.length; i++) {
                var tgl = lpTag.taglets[taglets[i].name];
                try {
                    tgl.init(taglets[i].parameters)
                } catch (e) {
                    lpTag.log('Error init taglet:' + taglets[i].name + '  e=' + e, 'ERROR', 'LPTAG')
                }
            }
        };
    var _execDefer = function() {
            lpTag.defer = function(fn) {
                try {
                    fn()
                } catch (e) {
                    lpTag.log('Error executing defer fn:' + e, 'ERROR', 'LPTAG')
                }
            };
            if (lpTag._defL) {
                for (var i = 0, ii = lpTag._defL.length; i < ii; i++) {
                    try {
                        lpTag._defL[i]()
                    } catch (e) {
                        lpTag.log('Error executing defer fn:' + e, 'ERROR', 'LPTAG')
                    }
                }
                lpTag._defL = []
            }
        };
    var _startTaglets = function(taglets) {
            for (var i = 0; i < taglets.length; i++) {
                var tgl = lpTag.taglets[taglets[i].name];
                try {
                    if ((typeof(tgl.start) === 'function')) {
                        tgl.start()
                    }
                } catch (e) {
                    lpTag.log('Error start taglet :' + taglets[i].name + 'e= ' + e, 'ERROR', 'LPTAG')
                }
            }
        };
    return {
        run: run
    }
})();
lpTag.getTaglets = function() {
    lpTag.load(lpTag.protocol + '//' + ((lpTag.ovr && lpTag.ovr.tagjs) ? lpTag.ovr.tagjs : 'tags.liveperson.net') + '/lptag/api/account/' + lpTag.site + '/configuration/applications/taglets/.jsonp' + (lpTag.section ? "?s=" + lpTag.section : ""), 'UTF-8')
};
lpTag.callback = function(response) {
    try {
        lpTag.csds.setDomains(response.serviceMap);
        lpTag.tglMng.run(response.taglets)
    } catch (e) {
        lpTag.log('callback has failed ' + e, 'ERROR', 'LPTAG')
    }
};
if (typeof(window._lptTagStop) == 'undefined') {
    lpTag.getTaglets()
}

Executed Writes (13)

#1 JavaScript::Write (size: 353, repeated: 1)

<img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/964848297/?random=1352485674693&cv=7&fst=1352485674681&num=2&fmt=3&value=0&label=61pPCOfzvQMQqdWJzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0" />

#2 JavaScript::Write (size: 353, repeated: 1)

<img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/966104090/?random=1352485674681&cv=7&fst=1352485674681&num=1&fmt=3&value=0&label=EExBCJ6sugMQmqjWzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0" />

#3 JavaScript::Write (size: 136, repeated: 1)

<img width="1" height="1" src="http://ad.360yield.com/match?publisher_dsp_id=7&external_user_id=3b014b29-b605-4909-a077-6a4e68450aae" />

#4 JavaScript::Write (size: 163, repeated: 1)

<img width="1" height="1" src="http://ad.crwdcntrl.net/5/c=1389/pe=y?http%3A%2F%2Fpixel.sitescout.com%2Fdmp%2Fset%3Fprovider%3D1%26audiences%3D%24%7Baud_ids%7D" />

#5 JavaScript::Write (size: 117, repeated: 1)

<img width="1" height="1" src="http://ads.adBrite.com/adserver/vdi/1116121?d=3b014b29-b605-4909-a077-6a4e68450aae" />

#6 JavaScript::Write (size: 122, repeated: 1)

<img width="1" height="1" src="http://cm.g.doubleclick.net/pixel?google_nid=ssc&google_ula=1293153&google_cm&google_sc" />

#7 JavaScript::Write (size: 181, repeated: 1)

<img width="1" height="1" src="http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MTk2OSZ0bD0yNTkyMDA=&piggybackCookie=3b014b29-b605-4909-a077-6a4e68450aae"/>

#8 JavaScript::Write (size: 142, repeated: 1)

<img width="1" height="1" src="http://pixel.rubiconproject.com/tap.php?v=7430&nid=2238&put=3b014b29-b605-4909-a077-6a4e68450aae&expires=360"/>

#9 JavaScript::Write (size: 139, repeated: 1)

<img width="1" height="1" src="http://r.openx.net/set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&rtb=3b014b29-b605-4909-a077-6a4e68450aae" />

#10 JavaScript::Write (size: 140, repeated: 1)

<img width="1" height="1" src="http://tag.admeld.com/match?admeld_adprovider_id=613&external_user_id=3b014b29-b605-4909-a077-6a4e68450aae"/>

#11 JavaScript::Write (size: 196, repeated: 1)

<script src="http://dev.visualwebsiteoptimizer.com/deploy/js_visitor_settings.php?v=1&a=11451&url=http%3A%2F%2Fwww.marined3.com%2Fbp%2F&random=0.07411475504314091" type="text/javascript"></script>

#12 JavaScript::Write (size: 76, repeated: 1)

<script src='http://s.clicktale.net/WRd.js' type='text/javascript'></script>

#13 JavaScript::Write (size: 88, repeated: 1)

<small><font color='ffffff' face='Arial'><b>Friday, November 09, 2012</b></font></small>


HTTP Transactions (114)


Request Response
GET /pahana/uDd/7264/s=MTgxLjE5MS4yNDR8MTEwOHxnaXxlaFtlbWFpbF0= HTTP/1.1

Host: channer.uselot.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/1.2.3
Date: Fri, 09 Nov 2012 18:32:16 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.15
Content-Encoding: gzip
GET /favicon.ico HTTP/1.1

Host: channer.uselot.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/1.2.3
Date: Fri, 09 Nov 2012 18:32:16 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.15
Content-Encoding: gzip
GET /aff_c?offer_id=318&aff_id=1039&aff_sub=elem&url_id=802 HTTP/1.1

Host: jump.tvitrack.com
GET /aff_c?offer_id=318&amp;aff_id=1039&amp;aff_sub=elem&amp;url_id=802 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Cache-Control: no-cache, no-store, must-revalidate
Date: Fri, 09 Nov 2012 18:27:50 GMT
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Location: https://dpgeneral.infusionsoft.com/go/bpdrew/drew/drew4
P3P: CP=&quot;NOI CUR OUR NOR INT&quot;
Pragma: no-cache
Server: nginx/0.9.3
Set-Cookie: aff_ran_url_318=802; expires=Sat, 10 Nov 2012 18:27:50 GMT; path=/; enc_aff_session_318=ENC02184-10280203168254318121109-1039-318-802-0-0-0-NO-2-_-656C656D-_-_-_-_-80.203.168.254-20121109132750-_-276F5038296509240424027B23506F694556091E471D6A0200017466423A7C650A5D1E324936526A07; expires=Sun, 09 Dec 2012 18:27:50 GMT; path=/;
X-Robots-Tag: noindex, nofollow
Content-Length: 239
Connection: keep-alive
GET /go/bpdrew/drew/drew4 HTTP/1.1

Host: dpgeneral.infusionsoft.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 301 Moved Permanently

Content-Type: text/html;charset=UTF-8
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: no-cache, no-store
Expires: Sat, 10 Nov 2012 06:27:51 GMT
Set-Cookie: JSESSIONID=F2E5FB3F43E942EBFEB8105AEDBD94C7; Path=/ affiliate=drew; Expires=Sun, 19-Jul-2026 18:27:51 GMT; Path=/ src=drew4; Expires=Sun, 19-Jul-2026 18:27:51 GMT; Path=/ contactId=0; Expires=Sun, 19-Jul-2026 18:27:51 GMT; Path=/ jumpLog=3088066; Expires=Sun, 19-Jul-2026 18:27:51 GMT; Path=/ linkedJumpLog=&quot;&quot;; Expires=Sun, 19-Jul-2026 18:27:51 GMT; Path=/ app-lb=990052362.20480.0000; path=/
Location: http://www.marined3.com/bp
Content-Length: 0
Date: Fri, 09 Nov 2012 18:27:51 GMT
GET /bp HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 301 Moved Permanently

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:49 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Location: http://www.marined3.com/bp/
Content-Length: 415
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /deploy/js_visitor_settings.php?v=1&a=11451&url=http%3A%2F%2Fwww.marined3.com%2Fbp%2F&random=0.07411475504314091 HTTP/1.1

Host: dev.visualwebsiteoptimizer.com
GET /deploy/js_visitor_settings.php?v=1&amp;a=11451&amp;url=http%3A%2F%2Fwww.marined3.com%2Fbp%2F&amp;random=0.07411475504314091 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: ngx_openresty
Date: Fri, 09 Nov 2012 18:27:52 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Fri, 09 Nov 2012 08:35:01 GMT
Expires: Fri, 09 Nov 2012 20:35:01 GMT
Vary: Accept-Encoding
Age: 35571
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=827587480&utmhn=www.marined3.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Naturally%20Lower%20Your%20Blood%20Pressure...&utmhid=1127936988&utmr=-&utmp=%2Fbp%2F&utmac=UA-23311514-4&utmcc=__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%2B__utmz%3D120814484.1352485673.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qh~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=827587480&amp;utmhn=www.marined3.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Naturally%20Lower%20Your%20Blood%20Pressure...&amp;utmhid=1127936988&amp;utmr=-&amp;utmp=%2Fbp%2F&amp;utmac=UA-23311514-4&amp;utmcc=__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%2B__utmz%3D120814484.1352485673.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=qh~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:38:31 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 164962
Server: GFE/2.0
GET /bp/ HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Date: Fri, 09 Nov 2012 18:27:49 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By: PHP/5.2.9
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
POST / HTTP/1.1

Host: ocsp.digicert.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Server: nginx
Date: Fri, 09 Nov 2012 18:27:53 GMT
Connection: keep-alive
Content-Length: 471
Last-Modified: Fri, 09 Nov 2012 16:04:07 GMT
Expires: Thu, 15 Nov 2012 16:04:07 GMT
Cache-Control: max-age=509964
Accept-Ranges: bytes
POST / HTTP/1.1

Host: ocsp.digicert.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Server: nginx
Date: Fri, 09 Nov 2012 18:27:53 GMT
Connection: close
Content-Length: 471
Last-Modified: Fri, 09 Nov 2012 16:28:12 GMT
Expires: Thu, 15 Nov 2012 16:28:12 GMT
Cache-Control: max-age=511409
Accept-Ranges: bytes
GET /favicon.ico HTTP/1.1

Host: channer.uselot.info

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/1.2.3
Date: Fri, 09 Nov 2012 18:32:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.15
Content-Encoding: gzip
GET /utils/leadtrack.js HTTP/1.1

Host: tylergarns.s3.amazonaws.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
x-amz-id-2: dQxf09VfD9oLSGzIlDzhAlkQpHYnD1OJ4/79T+Bw82Q7rDTYLdJ8ufJNEx6ZCQho
x-amz-request-id: B66FAE3AEF7EE831
Date: Fri, 09 Nov 2012 18:27:54 GMT
x-amz-meta-s3fox-filesize: 6908
x-amz-meta-s3fox-modifiedtime: 1345581920000
Last-Modified: Tue, 21 Aug 2012 20:45:32 GMT
Etag: &quot;5a5bb5838209651ae78bb342fec948cb&quot;
Accept-Ranges: bytes
Content-Length: 6908
Server: AmazonS3
GET /utils/jquery-1.7.1.min.js HTTP/1.1

Host: tylergarns.s3.amazonaws.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
x-amz-id-2: tzyy5LCsPBEgNbRSxar7DW3X8GkCV0zYI4lLq/MIMopRSXO0L5stqGLKToTx94Ae
x-amz-request-id: 70362EB87578A230
Date: Fri, 09 Nov 2012 18:27:54 GMT
x-amz-meta-s3fox-filesize: 93868
x-amz-meta-s3fox-modifiedtime: 1345580812000
Last-Modified: Tue, 21 Aug 2012 20:27:15 GMT
Etag: &quot;ddb84c1587287b2df08966081ef063bf&quot;
Accept-Ranges: bytes
Content-Length: 93868
Server: AmazonS3
GET /pagead/conversion.js HTTP/1.1

Host: www.googleadservices.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 13183414511898789384
Date: Thu, 08 Nov 2012 20:35:02 GMT
Expires: Fri, 09 Nov 2012 20:35:02 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 2469
X-XSS-Protection: 1; mode=block
Age: 78771
Cache-Control: public, max-age=86400
GET /bp/images/index_01.gif HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.digicert.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Server: nginx
Date: Fri, 09 Nov 2012 18:27:54 GMT
Connection: keep-alive
Content-Length: 471
Last-Modified: Fri, 09 Nov 2012 16:00:25 GMT
Expires: Thu, 15 Nov 2012 16:00:25 GMT
Cache-Control: max-age=509742
Accept-Ranges: bytes
GET /ap/7335832d9fed94a1 HTTP/1.1

Host: pixel.sitescout.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Set-Cookie: cookietest3=123; Domain=.sitescout.com
Location: http://pixel.sitescout.com/ap/7335832d9fed94a1?cookieQ=1
Content-Length: 0
Date: Fri, 09 Nov 2012 18:27:53 GMT
GET /t3a1efce75f8e486409df69114c183509.js HTTP/1.1

Host: d2ieqaiwehnqqp.cloudfront.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.0 200 OK

Content-Type: text/javascript
Content-Length: 15541
Connection: keep-alive
x-amz-id-2: Emyzu+pAPQLMRT1cFXyDCqTNXyeSy7PRr0juZkY1MpbvKnmOO+Xpnq97ONiSBMPU
x-amz-request-id: DA43EFE83F9508F3
Date: Tue, 06 Nov 2012 10:20:56 GMT
Last-Modified: Tue, 06 Nov 2012 10:01:12 GMT
Etag: &quot;53fe37f704a884364cc4409ea2e3a7fe&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 33945
X-Amz-Cf-Id: lBjGkLRgVP_RgPpE8nTLFX_AAXUgBFpsxZtM5ddZ_HO3aWQevZ23qg==
Via: 1.0 e9de1ab26f69f80cffce197b90e2ce29.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /event/js?mt_id=154379&mt_adid=106654&v1=&v2=&v3=&s1=&s2=&s3=&mm_bnc HTTP/1.1

Host: pixel.mathtag.com
GET /event/js?mt_id=154379&amp;mt_adid=106654&amp;v1=&amp;v2=&amp;v3=&amp;s1=&amp;s2=&amp;s3=&amp;mm_bnc HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Fri, 09 Nov 2012 18:27:54 GMT
Content-Length: 3210
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1583 5507
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
GET /bp/images/index_03.gif HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /atc-cookie.js HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 01:14:12 GMT
Etag: &quot;fc0d81-569-4cbaa2c1fc100&quot;
Accept-Ranges: bytes
Content-Length: 1385
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /ap/7335832d9fed94a1?cookieQ=1 HTTP/1.1

Host: pixel.sitescout.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: cookietest3=123
HTTP/1.1 200 OK

Content-Type: text/html
Server: Apache-Coyote/1.1
Cache-Control: max-age=0,no-cache,no-store
Pragma: no-cache
Expires: Tue, 11 Oct 1977 12:34:56 GMT
P3P: CP=&quot;NON DEVa PSAa PSDa OUR NOR NAV&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Set-Cookie: ssi=3b014b29-b605-4909-a077-6a4e68450aae; Domain=.sitescout.com; Expires=Mon, 04-Nov-2013 18:27:54 GMT; Path=/
Content-Length: 1348
Date: Fri, 09 Nov 2012 18:27:53 GMT
GET /embed/iframe/eb4xgozkrt?version=v1&videoWidth=560&videoHeight=315&playButton=false&smallPlayButton=false&playbar=false&fullscreenButton=false&autoPlay=true HTTP/1.1

Host: fast.wistia.com
GET /embed/iframe/eb4xgozkrt?version=v1&amp;videoWidth=560&amp;videoHeight=315&amp;playButton=false&amp;smallPlayButton=false&amp;playbar=false&amp;fullscreenButton=false&amp;autoPlay=true HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Server: nginx/1.0.9
Status: 200 OK
X-UA-Compatible: IE=Edge,chrome=1
Etag: &quot;8ddd1b913c795652e2bd62a6a14c6f32&quot;
Cache-Control: max-age=0, private, must-revalidate
P3P: CP=&quot;CURi ADMa DEVa IVAa IVDa CONi OUR IND DSP CAO COR&quot;
X-Runtime: 0.062091
X-Rack-Cache: miss
Content-Encoding: gzip
Content-Length: 1182
Accept-Ranges: bytes
Date: Fri, 09 Nov 2012 18:27:54 GMT
Age: 47683
Via: 1.1 varnish
Connection: keep-alive
X-Served-By: cache-a16-AMS
X-Cache: HIT
X-Cache-Hits: 12
X-Timer: S1352485674.358237505,VS0,VE0
Vary: Accept-Encoding, Referer,X-Forwarded-Proto
GET /bp/assets/cc.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:49 GMT
Etag: &quot;1008045-111e-4cbbcc9eec040&quot;
Accept-Ranges: bytes
Content-Length: 4382
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /bp/images/index_01.gif HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET / HTTP/1.1

Host: itrack360.appspot.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Origin: http://www.marined3.com
HTTP/1.1 200 OK

Content-Type: text/plain
Cache-Control: no-cache
Access-Control-Allow-Origin: *
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Fri, 09 Nov 2012 18:27:54 GMT
Server: Google Frontend
Content-Length: 34
GET /static/concat/E-v1,iframe-v1.js?lct=1352322574 HTTP/1.1

Host: fast.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fast.wistia.com/embed/iframe/eb4xgozkrt?version=v1&amp;videoWidth=560&amp;videoHeight=315&amp;playButton=false&amp;smallPlayButton=false&amp;playbar=false&amp;fullscreenButton=false&amp;autoPlay=true
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Server: nginx/1.0.9
Status: 200 OK
X-UA-Compatible: IE=Edge,chrome=1
Etag: &quot;08681e13b70ab3dd882716035296ab5b&quot;
Cache-Control: max-age=0, private, must-revalidate
P3P: CP=&quot;CURi ADMa DEVa IVAa IVDa CONi OUR IND DSP CAO COR&quot;
X-Runtime: 0.003953
X-Rack-Cache: miss
Content-Encoding: gzip
Content-Length: 18138
Accept-Ranges: bytes
Date: Fri, 09 Nov 2012 18:27:54 GMT
Age: 833
Via: 1.1 varnish
Connection: keep-alive
X-Served-By: cache-a16-AMS
X-Cache: HIT
X-Cache-Hits: 116
X-Timer: S1352485674.518617153,VS0,VE0
Vary: Accept-Encoding
GET /exit.js HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Thu, 01 Nov 2012 19:49:24 GMT
Etag: &quot;2e48001-c47-4cd7450e61900&quot;
Accept-Ranges: bytes
Content-Length: 3143
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /pagead/conversion/966104090/?random=1352485674681&cv=7&fst=1352485674681&num=1&fmt=3&value=0&label=EExBCJ6sugMQmqjWzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/966104090/?random=1352485674681&amp;cv=7&amp;fst=1352485674681&amp;num=1&amp;fmt=3&amp;value=0&amp;label=EExBCJ6sugMQmqjWzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Fri, 09 Nov 2012 18:27:54 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/966104090/?random=1352485674681&amp;cv=7&amp;fst=1352485674681&amp;num=1&amp;fmt=3&amp;value=0&amp;label=EExBCJ6sugMQmqjWzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /u.js HTTP/1.1

Host: d2ieqaiwehnqqp.cloudfront.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.0 200 OK

Content-Type: text/javascript
Content-Length: 23364
Connection: keep-alive
x-amz-id-2: 6/Z26EAfK3JbBlUj5StRapLDO9HpDAebHnZab0+J796Rt8U0PR/m8cR4MiM0y2mL
x-amz-request-id: 3F22B6D476011BB0
Date: Thu, 18 Oct 2012 16:52:47 GMT
Last-Modified: Thu, 18 Oct 2012 16:28:42 GMT
Etag: &quot;7f44bdcf1dd2a1272e05c7acd8851248&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 77800
X-Amz-Cf-Id: ldmO2Yax0JOdNjy49K0P1BKX-1wXjaRJY_nr4NiMwBfrgXpQ0GL5DQ==
Via: 1.0 e9de1ab26f69f80cffce197b90e2ce29.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /bp/images/gif-4.gif HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:46 GMT
Etag: &quot;100802e-41bb-4cbbcc9c0f980&quot;
Accept-Ranges: bytes
Content-Length: 16827
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /pagead/conversion/964848297/?random=1352485674693&cv=7&fst=1352485674681&num=2&fmt=3&value=0&label=61pPCOfzvQMQqdWJzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/964848297/?random=1352485674693&amp;cv=7&amp;fst=1352485674681&amp;num=2&amp;fmt=3&amp;value=0&amp;label=61pPCOfzvQMQqdWJzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Fri, 09 Nov 2012 18:27:54 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/964848297/?random=1352485674693&amp;cv=7&amp;fst=1352485674681&amp;num=2&amp;fmt=3&amp;value=0&amp;label=61pPCOfzvQMQqdWJzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/viewthroughconversion/966104090/?random=1352485674681&cv=7&fst=1352485674681&num=1&fmt=3&value=0&label=EExBCJ6sugMQmqjWzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/966104090/?random=1352485674681&amp;cv=7&amp;fst=1352485674681&amp;num=1&amp;fmt=3&amp;value=0&amp;label=EExBCJ6sugMQmqjWzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Fri, 09 Nov 2012 18:27:54 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /blood-pressure/newvsl/images/gif-5.gif HTTP/1.1

Host: nugenicshealth.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Mon, 25 Jun 2012 21:33:17 GMT
Etag: &quot;2318027-63d7-4c352bae2c140&quot;
Accept-Ranges: bytes
Content-Length: 25559
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /deliveries/e792880a23f8942cab97e80afb3855ce13a44492/file.jpg HTTP/1.1

Host: embed.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fast.wistia.com/embed/iframe/eb4xgozkrt?version=v1&amp;videoWidth=560&amp;videoHeight=315&amp;playButton=false&amp;smallPlayButton=false&amp;playbar=false&amp;fullscreenButton=false&amp;autoPlay=true
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Fri, 09 Nov 2012 18:27:54 GMT
Server: PWS/8.0.9.6
X-Px: ms h0-s1025.p3-ams ( h0-s113.p3-ams), ht-d h0-s113.p3-ams.cdngp.net
Etag: &quot;6abecc4299fc16307d0fd5b69c52879e&quot;
Cache-Control: max-age=31557600
Expires: Fri, 18 Oct 2013 20:45:39 GMT
Age: 1914135
Accept-Ranges: bytes
Content-Length: 65976
Last-Modified: Thu, 30 Aug 2012 00:05:28 GMT
Connection: keep-alive
GET /blood-pressure/newvsl/images/index_09.gif HTTP/1.1

Host: nugenicshealth.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 01 Aug 2012 21:48:20 GMT
Etag: &quot;231802b-b3b4-4c63b40d65100&quot;
Accept-Ranges: bytes
Content-Length: 46004
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /bp/assets/5.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:52 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:47 GMT
Etag: &quot;1008031-ff29-4cbbcc9d03bc0&quot;
Accept-Ranges: bytes
Content-Length: 65321
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /bp/assets/7.jpg HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:48 GMT
Etag: &quot;1008039-29796-4cbbcc9df7e00&quot;
Accept-Ranges: bytes
Content-Length: 169878
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /bp/assets/1.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:44 GMT
Etag: &quot;1008017-1eccf-4cbbcc9a27500&quot;
Accept-Ranges: bytes
Content-Length: 126159
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /flash/embed_player_v2.0.swf?2012-06-01 HTTP/1.1

Host: embed.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fast.wistia.com/embed/iframe/eb4xgozkrt?version=v1&amp;videoWidth=560&amp;videoHeight=315&amp;playButton=false&amp;smallPlayButton=false&amp;playbar=false&amp;fullscreenButton=false&amp;autoPlay=true
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Fri, 09 Nov 2012 18:27:55 GMT
Server: PWS/8.0.9.6
X-Px: ht h0-s1025.p3-ams.cdngp.net
Cache-Control: max-age=315360000
Expires: Thu, 28 Jul 2022 15:51:38 GMT
Age: 8822177
Content-Length: 27458
Last-Modified: Mon, 30 Jul 2012 15:47:18 GMT
Connection: keep-alive
GET /bp/images/index_02.gif HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:52 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /pagead/viewthroughconversion/964848297/?random=1352485674693&cv=7&fst=1352485674681&num=2&fmt=3&value=0&label=61pPCOfzvQMQqdWJzAM&bg=ffffff&hl=en&guid=ON&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_his=1&u_tz=60&u_java=true&u_nplug=8&u_nmime=54&url=http%3A//www.marined3.com/bp/&frm=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/964848297/?random=1352485674693&amp;cv=7&amp;fst=1352485674681&amp;num=2&amp;fmt=3&amp;value=0&amp;label=61pPCOfzvQMQqdWJzAM&amp;bg=ffffff&amp;hl=en&amp;guid=ON&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_his=1&amp;u_tz=60&amp;u_java=true&amp;u_nplug=8&amp;u_nmime=54&amp;url=http%3A//www.marined3.com/bp/&amp;frm=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Fri, 09 Nov 2012 18:27:55 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /bp/assets/3.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:46 GMT
Etag: &quot;1008025-226dd-4cbbcc9c0f980&quot;
Accept-Ranges: bytes
Content-Length: 141021
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /bp/assets/2.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:45 GMT
Etag: &quot;100801d-327e7-4cbbcc9b1b740&quot;
Accept-Ranges: bytes
Content-Length: 206823
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /bp/assets/button.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:53 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:49 GMT
Etag: &quot;100803f-24e8-4cbbcc9eec040&quot;
Accept-Ranges: bytes
Content-Length: 9448
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /jquery.available.js HTTP/1.1

Host: d2ieqaiwehnqqp.cloudfront.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.0 200 OK

Content-Type: text/javascript
Content-Length: 2820
Connection: keep-alive
x-amz-id-2: +yKEPrjBj2bFMqEEjlMa2DAKGzvH+bwQ3r9ZmT1ZydTTzA5fBzT4XOCNYfnqrINK
x-amz-request-id: 634EC2B633904EC3
Date: Thu, 18 Oct 2012 16:52:47 GMT
Last-Modified: Thu, 18 Oct 2012 16:33:21 GMT
Etag: &quot;a8b155e7f3300135f36d66c01c9a3b20&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 77801
X-Amz-Cf-Id: V8Q4zMwe4rYJbrbUlMt5uD1L3dm2L3mWOJOReeI6hNAPCUJqkKn3Dw==
Via: 1.0 e9de1ab26f69f80cffce197b90e2ce29.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /bp/assets/4.png HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:51 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Wed, 10 Oct 2012 23:26:46 GMT
Etag: &quot;100802a-23792-4cbbcc9c0f980&quot;
Accept-Ranges: bytes
Content-Length: 145298
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /match?admeld_adprovider_id=613&external_user_id=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=613&amp;external_user_id=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Fri, 09 Nov 2012 18:27:56 GMT
Connection: keep-alive
GET /pixel?google_nid=ssc&google_ula=1293153&google_cm&google_sc HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=ssc&amp;google_ula=1293153&amp;google_cm&amp;google_sc HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://pixel.sitescout.com/adx/match?google_gid=CAESEC90DSW_1VOEgCSfHh_pcG0&amp;google_cver=1&amp;google_ula=1293153,0
Date: Fri, 09 Nov 2012 18:27:56 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 315
X-XSS-Protection: 1; mode=block
GET /__utm.gif?utmwv=1.3&utmn=719518248&utmcs=UTF-8&utmsr=1176x885&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Naturally%20Lower%20Your%20Blood%20Pressure...&utmhn=www.marined3.com&utmhid=1127936988&utmr=-&utmp=/bp/&utmac=&utmcc=__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%2B__utmz%3D120814484.1352485673.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B%2B HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=1.3&amp;utmn=719518248&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Naturally%20Lower%20Your%20Blood%20Pressure...&amp;utmhn=www.marined3.com&amp;utmhid=1127936988&amp;utmr=-&amp;utmp=/bp/&amp;utmac=&amp;utmcc=__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%2B__utmz%3D120814484.1352485673.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B%2B HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:38:31 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 164965
Server: GFE/2.0
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MTk2OSZ0bD0yNTkyMDA=&piggybackCookie=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MTk2OSZ0bD0yNTkyMDA=&amp;piggybackCookie=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: text/html
Date: Fri, 09 Nov 2012 18:27:22 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7a mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_188=3189-3b014b29-b605-4909-a077-6a4e68450aae; domain=pubmatic.com; expires=Sun, 09-Nov-2014 18:27:22 GMT; path=/ PUBRETARGET=1969_1368037642; domain=pubmatic.com; expires=Wed, 08-May-2013 18:27:22 GMT; path=/
Content-Length: 1
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&rtb=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

Host: r.openx.net
GET /set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&amp;rtb=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=fcb3f98e-d281-42cf-89d7-ed8a678eef54; expires=Sun, 09-Nov-2014 18:27:56 GMT; path=/; domain=.openx.net
Location: /set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&amp;rtb=3b014b29-b605-4909-a077-6a4e68450aae&amp;cc=1
Content-Length: 0
Connection: close
GET /5/c=1389/pe=y?http%3A%2F%2Fpixel.sitescout.com%2Fdmp%2Fset%3Fprovider%3D1%26audiences%3D%24%7Baud_ids%7D HTTP/1.1

Host: ad.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: text/plain; charset=UTF-8
Date: Fri, 09 Nov 2012 18:27:56 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.198
Location: http://pixel.sitescout.com/dmp/set?provider=1&amp;audiences=
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Fri, 09 Nov 2012 18:27:56 GMT
Connection: keep-alive
GET /WRd.js HTTP/1.1

Host: s.clicktale.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: PWS/8.0.9.6
X-Px: ht h0-s88.p3-ams.cdngp.net
Etag: &quot;0bb6dd34daacd1:544f&quot;
Cache-Control: max-age=604800
Expires: Tue, 13 Nov 2012 17:19:10 GMT
Age: 263326
Content-Length: 6845
Content-Encoding: gzip
Vary: Accept-Encoding
Last-Modified: Sun, 14 Oct 2012 20:52:30 GMT
Connection: keep-alive
GET /adserver/vdi/1116121?d=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

Host: ads.adbrite.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Encoding: gzip
Accept-Ranges: none
Cache-Control: no-cache, no-store, must-revalidate
Date: Fri, 09 Nov 2012 18:27:56 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref=&quot;http://files.adbrite.com/w3c/p3p.xml&quot;,CP=&quot;NOI PSA PSD OUR IND UNI NAV DEM STA OTC&quot;
Server: XPEHb/1.2
Set-Cookie: Apache=&quot;168362047x0.82+1352485676x1369855709&quot;; path=/; domain=.adbrite.com; expires=Thu, 04-Nov-2032 18:27:56 GMT rb2=CjYKBzExMTYxMjEYlKrVo8IBIiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWUQAQ; path=/; domain=.adbrite.com; expires=Thu, 07-Feb-2013 18:27:56 GMT
Content-Length: 59
GET /set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&rtb=3b014b29-b605-4909-a077-6a4e68450aae&cc=1 HTTP/1.1

Host: r.openx.net
GET /set?pid=b4334653-6527-d6ac-60ea-5c09037709c8&amp;rtb=3b014b29-b605-4909-a077-6a4e68450aae&amp;cc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: i=fcb3f98e-d281-42cf-89d7-ed8a678eef54
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: Apache
Cache-Control: public, max-age=30, proxy-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=fcb3f98e-d281-42cf-89d7-ed8a678eef54; expires=Sun, 09-Nov-2014 18:27:56 GMT; path=/; domain=.openx.net
Content-Length: 43
Connection: close
GET /tap.php?v=7430&nid=2238&put=3b014b29-b605-4909-a077-6a4e68450aae&expires=360 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=7430&amp;nid=2238&amp;put=3b014b29-b605-4909-a077-6a4e68450aae&amp;expires=360 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: rpb=14240%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%267430%3D1; expires=Sun, 09-Dec-2012 18:27:56 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%267430%3D25042%2C0%2C1%2C%2C; expires=Sun, 09-Dec-2012 18:27:56 GMT; path=/; domain=.pixel.rubiconproject.com put_2238=3b014b29-b605-4909-a077-6a4e68450aae; expires=Mon, 04-Nov-2013 18:27:56 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9678
Connection: Keep-Alive
GET /match?publisher_dsp_id=7&external_user_id=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

Host: ad.360yield.com
GET /match?publisher_dsp_id=7&amp;external_user_id=3b014b29-b605-4909-a077-6a4e68450aae HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; um=!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862
HTTP/1.1 200 OK

Content-Type: image/gif
Set-Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Fri, 09-Nov-2012 18:27:57 GMT; domain=ad.360yield.com
tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Sun, 09-Nov-2014 18:27:56 GMT
um=!7,CiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWU#,1415557676!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862; path=/; expires=Sun, 09-Nov-2014 18:27:56 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 43
Date: Fri, 09 Nov 2012 18:27:56 GMT
GET /deliveries/e792880a23f8942cab97e80afb3855ce13a44492.jpg?image_crop_resized=560x315 HTTP/1.1

Host: embed.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: PWS/8.0.9.6
X-Px: ms h0-s1025.p3-ams ( h0-s20.p3-ams), ht-d h0-s20.p3-ams.cdngp.net
Cache-Control: max-age=31557600
Expires: Fri, 30 Aug 2013 06:09:43 GMT
Age: 6200293
Accept-Ranges: bytes
Content-Length: 41185
Content-Disposition: inline; filename=&quot;71ae0784bc2b51d5397626243b4d162376b843a0.jpg&quot;
Last-Modified: Thu, 30 Aug 2012 00:11:11 GMT
Connection: keep-alive
GET /pixel?google_nid=mediamath&google_cm&google_hm=UJ1LKYy4Cuht9ZpKyfnJDA HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=mediamath&amp;google_cm&amp;google_hm=UJ1LKYy4Cuht9ZpKyfnJDA HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:56 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 170
X-XSS-Protection: 1; mode=block
GET /event/img?mstech=1 HTTP/1.1

Host: pixel.mathtag.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:56 GMT
Content-Length: 43
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1586 5510
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=4:1352485676; domain=.mathtag.com; path=/; expires=Sun, 09-Dec-2012 18:27:56 GMT
Location: http://cm.g.doubleclick.net/pixel?google_nid=mediamath&amp;google_cm&amp;google_hm=UJ1LKYy4Cuht9ZpKyfnJDA
GET /pixel?google_nid=mediamath&google_cm&google_hm=UJ1LKYy4Cuht9ZpKyfnJDA HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=mediamath&amp;google_cm&amp;google_hm=UJ1LKYy4Cuht9ZpKyfnJDA HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 18:27:57 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 170
X-XSS-Protection: 1; mode=block
GET /adx/match?google_gid=CAESEC90DSW_1VOEgCSfHh_pcG0&google_cver=1&google_ula=1293153,0 HTTP/1.1

Host: pixel.sitescout.com
GET /adx/match?google_gid=CAESEC90DSW_1VOEgCSfHh_pcG0&amp;google_cver=1&amp;google_ula=1293153,0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: ssi=3b014b29-b605-4909-a077-6a4e68450aae
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Server: Apache-Coyote/1.1
Cache-Control: max-age=0,no-cache,no-store
Pragma: no-cache
Expires: Tue, 11 Oct 1977 12:34:56 GMT
Set-Cookie: ssi=3b014b29-b605-4909-a077-6a4e68450aae; Domain=.sitescout.com; Expires=Mon, 04-Nov-2013 18:27:57 GMT; Path=/ mc=1; Domain=.sitescout.com; Expires=Mon, 04-Nov-2013 18:27:57 GMT; Path=/
Date: Fri, 09 Nov 2012 18:27:56 GMT
GET /tag/tag.js?site=87274817 HTTP/1.1

Host: lptag.liveperson.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Fri, 09 Nov 2012 18:27:57 GMT
Server: Apache
Last-Modified: Mon, 24 Sep 2012 11:06:38 GMT
Etag: &quot;1a002e-b28-4ca70955eab80&quot;
Accept-Ranges: bytes
Content-Length: 2856
Keep-Alive: timeout=15, max=200
Connection: Keep-Alive
GET /dmp/set?provider=1&audiences= HTTP/1.1

Host: pixel.sitescout.com
GET /dmp/set?provider=1&amp;audiences= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: ssi=3b014b29-b605-4909-a077-6a4e68450aae
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Cache-Control: max-age=0,no-cache,no-store
Pragma: no-cache
Expires: Tue, 11 Oct 1977 12:34:56 GMT
Content-Length: 0
Date: Fri, 09 Nov 2012 18:27:56 GMT
GET /i/2570.gif?r=0.4&UID=1471515781.1718459619&new&835700241 HTTP/1.1

Host: www14.clicktale.net
GET /i/2570.gif?r=0.4&amp;UID=1471515781.1718459619&amp;new&amp;835700241 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 404 Not Found

Content-Type: text/html
Cache-Control: private
Date: Fri, 09 Nov 2012 18:28:05 GMT
Content-Length: 1245
GET /lptag/api/account/87274817/configuration/applications/taglets/.jsonp HTTP/1.1

Host: tags.liveperson.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:57 GMT
Content-Length: 1822
Keep-Alive: timeout=15, max=200
Connection: Keep-Alive
GET /app/webTracking/track/1352485676666?trackingCode=21591abe8afd50a9fdfd17198b360e4d&screenResolution=1176x885&plugins=Flash,Shockwave,Windows%20Media%20Player&javaEnabled=true&location=http://www.marined3.com/bp/ HTTP/1.1

Host: dpgeneral.infusionsoft.com
GET /app/webTracking/track/1352485676666?trackingCode=21591abe8afd50a9fdfd17198b360e4d&amp;screenResolution=1176x885&amp;plugins=Flash,Shockwave,Windows%20Media%20Player&amp;javaEnabled=true&amp;location=http://www.marined3.com/bp/ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: JSESSIONID=F2E5FB3F43E942EBFEB8105AEDBD94C7; affiliate=drew; src=drew4; contactId=0; jumpLog=3088066; linkedJumpLog=&quot;&quot;; app-lb=990052362.20480.0000
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Pragma: no-cache, no-cache
Cache-Control: no-cache, no-store, no-cache, no-store
Expires: Sat, 10 Nov 2012 06:27:57 GMT, -1
Set-Cookie: InfusionsoftTrackingCookie=c3b7fb5175da4aed7dc8a22da73c912b; Expires=Sat, 09-Nov-2013 18:27:57 GMT; Path=/; Secure
Location: https://dpgeneral.infusionsoft.com/slices/spacer.gif
Content-Length: 0
Date: Fri, 09 Nov 2012 18:27:56 GMT
POST /x?data=eyBhY2NvdW50X2tleTogJ3dpc3RpYS1wcm9kdWN0aW9uXzE2MDg3Jywgc2Vzc2lvbl9pZDogJ0Y2MzlEN0FFRDY0MTI1N0U5NzRDODYxRDdCNjY0Q0IxOEI1QjAwQUMnLCBtZWRpYV9pZDogd2lzdGlhLXByb2R1Y3Rpb25fMTkxNTEzOSwgZXZlbnRfa2V5OiAnMTM1MjQ4NTY3NjU4NmYwLjU5OTYwOTUzOTg0NDA5NTcnLCBtZWRpYV9kdXJhdGlvbjogMTkyNi4zMywgcmVmZXJyZXI6ICdodHRwOi8vd3d3Lm1hcmluZWQzLmNvbS9icC8nLCBldmVudF9kZXRhaWxzOiBbe2tleToiaW5pdGlhbGl6ZWQiLCB2YWx1ZTogMCx0aW1lRGVsdGE6IDB9XX0= HTTP/1.1

Host: distillery.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Connection: close
GET /slices/spacer.gif HTTP/1.1

Host: dpgeneral.infusionsoft.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: JSESSIONID=F2E5FB3F43E942EBFEB8105AEDBD94C7; affiliate=drew; src=drew4; contactId=0; jumpLog=3088066; linkedJumpLog=&quot;&quot;; app-lb=990052362.20480.0000; InfusionsoftTrackingCookie=c3b7fb5175da4aed7dc8a22da73c912b
HTTP/1.1 200 OK

Content-Type: image/gif;charset=UTF-8
Server: Apache-Coyote/1.1
Accept-Ranges: bytes
Etag: W/&quot;43-1351740112000&quot;
Last-Modified: Thu, 01 Nov 2012 03:21:52 GMT
Connection: Keep-Alive
Date: Fri, 09 Nov 2012 18:27:57 GMT
Expires: Sat, 10 Nov 2012 06:23:46 GMT
Age: 251
Content-Length: 43
GET /hcp/html/mTag.js?site=87274817 HTTP/1.1

Host: server.iad.liveperson.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 17334
Content-Location: http://server.iad.liveperson.net/lpWeb/default_SMB//hcpv/emt/mtag.js?site=87274817
Last-Modified: Thu, 31 May 2012 20:06:29 GMT
Accept-Ranges: bytes
Etag: &quot;60c5cde683fcd1:1a1f&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Date: Fri, 09 Nov 2012 18:27:57 GMT
GET /favicon.ico HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); WRUID=1471515781.1718459619; WRIgnore=true
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:55 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /hc/87274817/?&site=87274817&cmd=mTagKnockPage&lpCallId=307046664918-983562098140&protV=20&lpjson=1&id=392457607&javaSupport=true&visitorStatus=INSITE_STATUS HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?&amp;site=87274817&amp;cmd=mTagKnockPage&amp;lpCallId=307046664918-983562098140&amp;protV=20&amp;lpjson=1&amp;id=392457607&amp;javaSupport=true&amp;visitorStatus=INSITE_STATUS HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:58 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Set-Cookie: LivePersonID=LP i=121310328856912,d=1352485678; expires=Sat, 09-Nov-2013 18:27:58 GMT; path=/; domain=.liveperson.net HumanClickKEY=4043522764511928977; path=/hc/87274817 HumanClickACTIVE=1352485678685; expires=Sat, 10-Nov-2012 18:27:58 GMT; path=/
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:27:58 GMT
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 1517
GET /hc/s-87274817/?cmd=lpTagGetJsSnippets HTTP/1.1

Host: server.iad.liveperson.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Fri, 09 Nov 2012 18:27:58 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Set-Cookie: LivePersonID=LP i=121310328856899,d=1352485678; expires=Sat, 09-Nov-2013 18:27:58 GMT; path=/; domain=.liveperson.net
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 80683
GET /hc/87274817/?&site=87274817&cmd=mTagStartPage&lpCallId=611173220289-596382732745&protV=20&lpjson=1&page=http%3A//www.marined3.com/bp/&id=392457607&javaSupport=true&visitorStatus=INSITE_STATUS&activePlugin=none&cobrowse=true&PV%21visitorActive=1&title=Naturally%20Lower%20Your%20Blood%20Pressure...&cookie=vslWatched%3Dtrue%3B%20__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%20__utmb%3D120814484.1.10.1352485673%3B%20__utmc%3D120814484%3B%20__utmz%3D120814484.1352485673.1.1.utmcsr%3D%28direct%29%7Cutmccn%3D%28direct%29%7Cutmcmd%3D%28none%29%3B%20WRUID%3D1471515781.1718459619%3B%20WRIgnore%3Dtrue HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?&amp;site=87274817&amp;cmd=mTagStartPage&amp;lpCallId=611173220289-596382732745&amp;protV=20&amp;lpjson=1&amp;page=http%3A//www.marined3.com/bp/&amp;id=392457607&amp;javaSupport=true&amp;visitorStatus=INSITE_STATUS&amp;activePlugin=none&amp;cobrowse=true&amp;PV%21visitorActive=1&amp;title=Naturally%20Lower%20Your%20Blood%20Pressure...&amp;cookie=vslWatched%3Dtrue%3B%20__utma%3D120814484.609323958.1352485673.1352485673.1352485673.1%3B%20__utmb%3D120814484.1.10.1352485673%3B%20__utmc%3D120814484%3B%20__utmz%3D120814484.1352485673.1.1.utmcsr%3D%28direct%29%7Cutmccn%3D%28direct%29%7Cutmcmd%3D%28none%29%3B%20WRUID%3D1471515781.1718459619%3B%20WRIgnore%3Dtrue HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: HumanClickKEY=4043522764511928977; LivePersonID=LP i=121310328856912,d=1352485678; HumanClickACTIVE=1352485678685
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:58 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Set-Cookie: LivePersonID=-121310328856912-1352485679:0; expires=Sat, 09-Nov-2013 18:27:59 GMT; path=/hc/87274817; domain=.liveperson.net HumanClickKEY=4043522764511928977; path=/hc/87274817 HumanClickSiteContainerID_87274817=STANDALONE; path=/hc/87274817 LivePersonID=-121310328856912-1352485679:-1:-1:-1:-1; expires=Sat, 09-Nov-2013 18:27:59 GMT; path=/hc/87274817; domain=.liveperson.net
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:27:59 GMT
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 2254
GET /hc/87274817/?site=87274817&cmd=lpTagRepstateMulti&lpCallId=711087090550-0&c=1&cbf=lpTagConfig.tagPlugins.feedsManager.feeds.repAv._update&sta=-1~1~0&sk=-1 HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?site=87274817&amp;cmd=lpTagRepstateMulti&amp;lpCallId=711087090550-0&amp;c=1&amp;cbf=lpTagConfig.tagPlugins.feedsManager.feeds.repAv._update&amp;sta=-1~1~0&amp;sk=-1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: HumanClickKEY=4043522764511928977; LivePersonID=LP i=121310328856912,d=1352485678; HumanClickACTIVE=1352485678685
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:59 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:27:59 GMT
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 200
GET /hc/87274817/?site=87274817&cmd=lpTagRepstateMulti&lpCallId=711087090550-0&c=1&cbf=lpTagConfig.tagPlugins.feedsManager.feeds.repAv._update&sta=-1~1~0&sk=-1 HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?site=87274817&amp;cmd=lpTagRepstateMulti&amp;lpCallId=711087090550-0&amp;c=1&amp;cbf=lpTagConfig.tagPlugins.feedsManager.feeds.repAv._update&amp;sta=-1~1~0&amp;sk=-1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: HumanClickKEY=4043522764511928977; LivePersonID=-121310328856912-1352485679:-1:-1:-1:-1; HumanClickSiteContainerID_87274817=STANDALONE; LivePersonID=LP i=121310328856912,d=1352485678; HumanClickACTIVE=1352485678685
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:59 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:27:59 GMT
Set-Cookie: HumanClickSiteContainerID_87274817=STANDALONE; path=/hc/87274817
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 200
GET /hc/87274817/?&site=87274817&cmd=mTagInPage&lpCallId=36138690386-804930917209&protV=20&lpjson=1&page=http%3A//www.marined3.com/bp/&id=392457607&javaSupport=true&visitorStatus=CHAT_STATUS&activePlugin=none&cobrowse=true HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?&amp;site=87274817&amp;cmd=mTagInPage&amp;lpCallId=36138690386-804930917209&amp;protV=20&amp;lpjson=1&amp;page=http%3A//www.marined3.com/bp/&amp;id=392457607&amp;javaSupport=true&amp;visitorStatus=CHAT_STATUS&amp;activePlugin=none&amp;cobrowse=true HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: HumanClickKEY=4043522764511928977; LivePersonID=-121310328856912-1352485679:-1:-1:-1:-1; HumanClickSiteContainerID_87274817=STANDALONE; LivePersonID=LP i=121310328856912,d=1352485678; HumanClickACTIVE=1352485678685
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:27:59 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Set-Cookie: HumanClickSiteContainerID_87274817=STANDALONE; path=/hc/87274817
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:27:59 GMT
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 187
GET /pixel?admeld_adprovider_id=296&custom_uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&expiration=28days HTTP/1.1

Host: tag.admeld.com
GET /pixel?admeld_adprovider_id=296&amp;custom_uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&amp;expiration=28days HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Fri, 09 Nov 2012 18:27:59 GMT
Connection: keep-alive
GET /set?pid=0b83a084-dd0b-4bfe-9e2e-ab3706fc9955&rtb=uuid%3D509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: r.openx.net
GET /set?pid=0b83a084-dd0b-4bfe-9e2e-ab3706fc9955&amp;rtb=uuid%3D509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: i=fcb3f98e-d281-42cf-89d7-ed8a678eef54
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache
Cache-Control: public, max-age=30, proxy-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=fcb3f98e-d281-42cf-89d7-ed8a678eef54; expires=Sun, 09-Nov-2014 18:28:00 GMT; path=/; domain=.openx.net
Content-Length: 43
Connection: close
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM2MiZ0bD00MzIwMA==&piggybackCookie=uid:509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM2MiZ0bD00MzIwMA==&amp;piggybackCookie=uid:509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: KRTBCOOKIE_188=3189-3b014b29-b605-4909-a077-6a4e68450aae; PUBRETARGET=1969_1368037642
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_27=1216-uid:509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; domain=pubmatic.com; expires=Sun, 09-Nov-2014 18:28:00 GMT; path=/ PUBRETARGET=1969_1368037642.362_1355077680; domain=pubmatic.com; expires=Wed, 08-May-2013 18:27:22 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /match?publisher_dsp_id=5&external_user_id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: ad.360yield.com
GET /match?publisher_dsp_id=5&amp;external_user_id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; um=!7,CiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWU#,1415557676!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862
HTTP/1.1 200 OK

Content-Type: image/gif
Set-Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Fri, 09-Nov-2012 18:28:01 GMT; domain=ad.360yield.com
tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Sun, 09-Nov-2014 18:28:00 GMT
um=!5,CiQ1MDlkNGIyOS04Y2I4LTBhZTgtNmRmNS05YTRhYzlmOWM5MGM#,1415557680!7,CiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWU#,1415557676!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862; path=/; expires=Sun, 09-Nov-2014 18:28:00 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 43
Date: Fri, 09 Nov 2012 18:28:00 GMT
GET /misc/img?mop_top=4:1352485674|23:1352485674|10:1352485674|9:1352485674|5:1352485674|2:1352485674|13:1352485674|3:1352485674|10002:1352485674|10010:1352485674|10008:1352485674|10009:1352485674|10011:1352485674|11:1352485674|17:1352485674|16:1352485674|15:1352485674|1:1352485674|10016:1352485674|28:1352485674| HTTP/1.1

Host: pixel.mathtag.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; mt_mop=4:1352485676
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 43
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1584 5508
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=4:1352485676|4:1352485674|23:1352485674|10:1352485674|9:1352485674|5:1352485674|2:1352485674|13:1352485674|3:1352485674|10002:1352485674|10010:1352485674|10008:1352485674|10009:1352485674|10011:1352485674|11:1352485674|17:1352485674|16:1352485674|15:1352485674|1:1352485674|10016:1352485674|28:1352485674|; domain=.mathtag.com; path=/; expires=Sun, 09-Dec-2012 18:28:00 GMT
GET /tap.php?v=4222&nid=1512&put=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=4222&amp;nid=1512&amp;put=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: rpb=14240%3D1%267430%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%267430%3D25042%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; put_2238=3b014b29-b605-4909-a077-6a4e68450aae
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%267430%3D1%264222%3D1; expires=Sun, 09-Dec-2012 18:28:00 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%267430%3D25042%2C0%2C1%2C%2C%264222%3D25042%2C0%2C1%2C%2C; expires=Sun, 09-Dec-2012 18:28:00 GMT; path=/; domain=.pixel.rubiconproject.com put_1512=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; expires=Sun, 09-Dec-2012 18:28:00 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9354
Connection: Keep-Alive
GET /site/4448?id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: tags.bluekai.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache/2.2.3 (CentOS)
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;, policyref=&quot;http://tags.bluekai.com/w3c/p3p.xml&quot;
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Set-Cookie: bkc=KJpM8sJQtet5Qzc9KtT99hOy9FZkDNc8YVCXHQRWw6sxQVa41O1v4f6Wv7XPsMIsOSW499AqWb1=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bklc=0; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bko=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkp1=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkst=KJhMRDQxjsOxRE9NLWyhuEv0NnP/EgnxBDC1+59Nu6ApNqP1BWk1+A0pEnR6ueqy7CL99wjXYIG=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bku=ROW99eOn7POyO9GU; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkw5=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Sun, 09-Dec-2012 18:28:00 GMT; path=/; domain=.bluekai.com
BK-Server: 4b5c
Content-Length: 62
GET /site/2948?id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: tags.bluekai.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache/2.2.3 (CentOS)
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;, policyref=&quot;http://tags.bluekai.com/w3c/p3p.xml&quot;
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Set-Cookie: bkc=KJpM8sJQteb5Qzc9KtT99hOy9FZkDNc8YVCXHQRWFTVqQKccW6RDd7BtPnT4BbgbsORWcyOehOuz; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bklc=0; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bko=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkp1=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkst=KJhMRVMCjZOxRE9NLWyhuEv0NnP/EgnxBDC1+59Nu6ApNqP1BWk1+A0pEnR6ueqy7CL99wFZe9Q=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bku=C9L99eOn7PYWqK8X; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkw5=; expires=Wed, 08-May-2013 18:28:00 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Sun, 09-Dec-2012 18:28:00 GMT; path=/; domain=.bluekai.com
BK-Server: f28b
Content-Length: 62
GET /load/?p=200&g=300&buid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: load.exelator.com
GET /load/?p=200&amp;g=300&amp;buid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: application/x-javascript
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: ud=eJxrWVyWWnRgUUnxaccr6kFnePoYFod6utxiUDBKMjdJNrGwNDMwTUk1Sk2xSDE1S7M0MTY2MTMyTzI2WVyUksYIAPGpFR4%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com
Location: http://load.exelator.com/load/?p=200&amp;g=300&amp;buid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&amp;xl8blockcheck=1
Content-Length: 0
Connection: close
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: HTTP server
GET /getuid?http://sync.mathtag.com/sync/img?mt_exid=13&mt_exuid=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://sync.mathtag.com/sync/img?mt_exid=13&amp;mt_exuid=$UID HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 302 Moved

Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Expires: Sat, 15 Nov 2008 16:00:00 GMT
P3P: policyref=&quot;http://cdn.adnxs.com/w3c/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-XSS-Protection: 0
Set-Cookie: uuid2=5858721859426781856; path=/; expires=Thu, 07-Feb-2013 18:28:00 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Sat, 10-Nov-2012 18:28:00 GMT; domain=.adnxs.com; HttpOnly
Location: http://sync.mathtag.com/sync/img?mt_exid=13&amp;mt_exuid=5858721859426781856
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 0
GET /fr/u.php?p=418865601488577&m=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: www.facebook.com
GET /fr/u.php?p=418865601488577&amp;m=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: public, max-age=0
Date: Fri, 09 Nov 2012 10:28:00 PST
Expires: Fri, 09 Nov 2012 10:28:00 PST
Pragma: public
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Encoding: gzip
X-FB-Debug: riaUuPQcSlV3QAV5uut0zBEjrLdOdcADe29x6SsoiB8=
Transfer-Encoding: chunked
Connection: keep-alive
GET /usersync/mediamath/509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: sync.zenoviaexchange.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=utf-8
Date: Fri, 09 Nov 2012 18:28:06 GMT
Location: http://eu-west.zenoviaexchange.com/usersync/mediamath/509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c
Server: nginx
Set-Cookie: _zdeuuid=j%3A%7B%22zde_uuid%22%3A%2287fe81a0-f5da-4716-9cbf-d506da9743fb%22%7D; Max-Age=172800; Domain=eu-west.zenoviaexchange.com; Path=/; Expires=Fri, 09 Nov 2012 18:30:58 GMT
X-Powered-By: Zenovia VR
Content-Length: 0
Connection: keep-alive
GET /cms/v1?esig=1~444de053567fa80a3054a1981c8febcf1176dd9d&nwid=10000355603&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~444de053567fa80a3054a1981c8febcf1176dd9d&amp;nwid=10000355603&amp;sigv=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Fri, 09 Nov 2012 18:28:00 GMT
P3P: policyref=&quot;http://p3p.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV&quot;
Location: http://sync.mathtag.com/sync/img?xid=E0
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /adscores/g.pixel?sid=9211132948&_ri=1258456716 HTTP/1.1

Host: adadvisor.net
GET /adscores/g.pixel?sid=9211132948&amp;_ri=1258456716 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri,  09 Nov 2012 18:28:00 GMT
Connection: close
Server: AAWebServer
P3P: policyref=&quot;http://www.adadvisor.net/w3c/p3p.xml&quot;,CP=&quot;NOI NID&quot;
Content-Length: 0
GET /load/?p=200&g=300&buid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&xl8blockcheck=1 HTTP/1.1

Host: load.exelator.com
GET /load/?p=200&amp;g=300&amp;buid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&amp;xl8blockcheck=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: ud=eJxrWVyWWnRgUUnxaccr6kFnePoYFod6utxiUDBKMjdJNrGwNDMwTUk1Sk2xSDE1S7M0MTY2MTMyTzI2WVyUksYIAPGpFR4%253D
HTTP/1.1 200 OK

Content-Type: application/x-javascript
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: inv=eJxrXFySlnaHQeLMibOMOsxn1TmWGBkaW4KJs%252BrsCA4DgnnmBAMjEpcBhQcAPEMX9Q%253D%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com xud=eJxFj0Fqg0AUhkPpEXoAd90anXHMclonVoiO6EhxJeqMIFgFI6n77nsGiQWxaehB2mVXPU0lCt29972P%252F%252Be99AdRXx%252Bb%252FRf%252BufW%252Bb0b01hZN8doHlvG7kpQEgRToG02GXCiC6xxq2QaoKtAUlKjgfIhMQqN7GjjMC48O%252FZiBR0yLOt37crZY2I3zbNh4tUgu9RnedZ%252Fzhj2CpyCDrCYzwBELXTLc1dXzXtSnC9li29qFwzavRVa1w4VRf3zMSz5ZEloaLN89O6JtTFEyUUjYXzj1zJNdiqeqzNN%252F6hB21Qf4YXpW4xlK0pjLAqhrqGdQgXIMkSansS70ZP0HjshpyQ%253D%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com xudx=eJxrWlyWWsS0qKT4tOMV9aAzIivNAU8sCBc%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com udo=eJxFj09qg0AUhyVn6AHcdWt0xjHLaZ1YITqiI8WV%252BGcsglUwknqArnsGiQGxaehB2mVXPU0lCt299%252F0%252B3uP32h94vTo2%252By%252F8c%252Bt%252B34zo1BZN8db7pv4riHKMQAK0jSrBlMs81VKoZhugKECVUayAyyE0CA3vqW8zNzja9GMGLjFManfvS2yyoBvnWbewsEgO9RjedZ%252Fzhl2Cp0M6ESbTxyELHDLc1dXLntfnK9liy9wFwzaveVa1w5VRb3zMy3SyRLR8MD3nYvO2MXjJeCFib%252BHUNc5WyZ%252BrMk%252F%252BqU3Yqvfxw1RWTTMUJ1EqcaCsoZZBGUoRRKqURBrX4vWpqvOnqeMf7WJtXA%253D%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccr6kFnRDa8Whzq6XKLQcEoydwk2cTC0szANCXVKDXFIsXULM3SxNjYxMzIPMnYZEl%252BUWb6Ij9%252FAGnDF%252BY%253D; expires=Sat, 09-Mar-2013 18:28:00 GMT; path=/; domain=exelator.com
Connection: close
Transfer-Encoding: chunked
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: HTTP server
GET /merge?pid=3&3pid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=3&amp;3pid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJyrVjJWslIyNbBMMUkystS1SE6y0DVITLXQNUtJM9W1TDRJTLZMs0y2NEhWqgUA%2FEEL1g%3D%3D; expires=Sat, 09-Nov-2013 18:28:00 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Sat, 10 Nov 2012 18:28:00 GMT
Connection: close
GET /bh/rtset?do=add&pid=530739&ev=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=530739&amp;ev=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-98-119-224
Date: Fri, 09 Nov 2012 18:27:59 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=eRos4O4mjQEX; Domain=.contextweb.com; Expires=Mon, 04-Nov-2013 18:28:00 GMT; Path=/ pb_rtb_ev=2-530739.509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c.0.0.1352485680394; Domain=.contextweb.com; Expires=Sat, 09-Nov-2013 18:28:00 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /adserver/vdi/684339?d=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: ads.adbrite.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: Apache=&quot;168362047x0.82+1352485676x1369855709&quot;; rb2=CjYKBzExMTYxMjEYlKrVo8IBIiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWUQAQ
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Encoding: gzip
Accept-Ranges: none
Cache-Control: no-cache, no-store, must-revalidate
Date: Fri, 09 Nov 2012 18:28:00 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref=&quot;http://files.adbrite.com/w3c/p3p.xml&quot;,CP=&quot;NOI PSA PSD OUR IND UNI NAV DEM STA OTC&quot;
Server: XPEHb/1.2
Set-Cookie: rb2=CjYKBzExMTYxMjEYlKrVo8IBIiQzYjAxNGIyOS1iNjA1LTQ5MDktYTA3Ny02YTRlNjg0NTBhYWUKNQoGNjg0MzM5GNKNvPrBASIkNTA5ZDRiMjktOGNiOC0wYWU4LTZkZjUtOWE0YWM5ZjljOTBjEAE; path=/; domain=.adbrite.com; expires=Thu, 07-Feb-2013 18:28:00 GMT
Content-Length: 59
GET /rum?cm_dsp_id=12345678&external_user_id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: r.casalemedia.com
GET /rum?cm_dsp_id=12345678&amp;external_user_id=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Expires: Fri, 09 Nov 2012 18:28:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 43
Connection: keep-alive
Set-Cookie: CMID=HIpqy63LtdAAAEGVSqgAAAAV;domain=casalemedia.com;path=/;expires=Sat, 09 Nov 2013 18:28:00 GMT CMPS=066;domain=casalemedia.com;path=/;expires=Thu, 07 Feb 2013 18:28:00 GMT CMPP=013;domain=casalemedia.com;path=/;expires=Thu, 07 Feb 2013 18:28:00 GMT
GET /sync/img?mt_exid=13&mt_exuid=5858721859426781856 HTTP/1.1

Host: sync.mathtag.com
GET /sync/img?mt_exid=13&amp;mt_exuid=5858721859426781856 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; mt_mop=4:1352485676|4:1352485674|23:1352485674|10:1352485674|9:1352485674|5:1352485674|2:1352485674|13:1352485674|3:1352485674|10002:1352485674|10010:1352485674|10008:1352485674|10009:1352485674|10011:1352485674|11:1352485674|17:1352485674|16:1352485674|15:1352485674|1:1352485674|10016:1352485674|28:1352485674|
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 43
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1584 5508
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=10009:1352485674|10008:1352485674|28:1352485674|90001:1352485680|23:1352485674|1:1352485674|10011:1352485674|3:1352485674|2:1352485674|5:1352485674|10002:1352485674|4:1352485674|13:1352485680|9:1352485674|15:1352485674|16:1352485674|17:1352485674|10016:1352485674|10010:1352485674|11:1352485674|10:1352485674; domain=.mathtag.com; path=/; expires=Sun, 09-Dec-2012 18:28:00 GMT
Location: http://adadvisor.net/adscores/g.pixel?sid=9211027998
GET /sync/img?xid=E0 HTTP/1.1

Host: sync.mathtag.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; mt_mop=4:1352485676|4:1352485674|23:1352485674|10:1352485674|9:1352485674|5:1352485674|2:1352485674|13:1352485674|3:1352485674|10002:1352485674|10010:1352485674|10008:1352485674|10009:1352485674|10011:1352485674|11:1352485674|17:1352485674|16:1352485674|15:1352485674|1:1352485674|10016:1352485674|28:1352485674|
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 43
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x3 pid 0x9ff 2559
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=10009:1352485674|10008:1352485674|28:1352485674|90001:1352485680|23:1352485674|1:1352485674|10011:1352485674|3:1352485674|2:1352485674|5:1352485674|10002:1352485674|4:1352485674|13:1352485674|9:1352485674|15:1352485674|16:1352485674|17:1352485674|10016:1352485674|10010:1352485674|11:1352485674|10:1352485680; domain=.mathtag.com; path=/; expires=Sun, 09-Dec-2012 18:28:00 GMT
Location: http://adadvisor.net/adscores/g.pixel?sid=9211027998
GET /cgi-bin/m?ci=us-mediamath&cg=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&rnd=1258456716 HTTP/1.1

Host: secure-us.imrworldwide.com
GET /cgi-bin/m?ci=us-mediamath&amp;cg=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c&amp;rnd=1258456716 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx
Date: Fri, 09 Nov 2012 18:28:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=20
Set-Cookie: V5=AStfNyNFBCIrEhozMjojIyoQIQwqN1InHlJCOA__; expires=Sun, 09-Nov-2014 18:28:00 GMT; domain=.imrworldwide.com; path=/cgi-bin IMRID=UJ1LMIpsGzUAACdicHU; expires=Sun, 09-Nov-2014 18:28:00 GMT; path=/cgi-bin; domain=.imrworldwide.com
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;http://www.imrworldwide.com/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA ADM OUR IND UNI NAV COM&quot;
GET /e/getdata.xgi?dt=br&pkey=yrem87wedfx89&ru=http%3A%2F%2Fpixel.mathtag.com%2Fsync%2Fimg%2F%3Fmt_exid%3D10011%26mt_exuid%3D%3Cna_id%3E HTTP/1.1

Host: r.nexac.com
GET /e/getdata.xgi?dt=br&amp;pkey=yrem87wedfx89&amp;ru=http%3A%2F%2Fpixel.mathtag.com%2Fsync%2Fimg%2F%3Fmt_exid%3D10011%26mt_exuid%3D%3Cna_id%3E HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 302 Found

Content-Type: text/html
Expires: Wed Sep 15 09:14:42 MDT 2010
Pragma: no-cache
P3P: policyref=&quot;http://www.nextaction.net/P3P/PolicyReferences.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa TAIo PSAo PSDo HISa OUR DELa SAMo UNRo OTRo BUS UNI PUR COM NAV INT DEM STA PRE&quot;
Set-Cookie: na_tc=Y; expires=Sat, 30-Nov-2013 22:00:00 GMT; domain=.nexac.com; path=/
X-Powered-By: Jigawatts
Location: http://pixel.mathtag.com/sync/img/?mt_exid=10011&amp;mt_exuid=
Content-Length: 0
Date: Fri, 09 Nov 2012 18:28:00 GMT
Server: lighttpd/1.4.31
GET /sync/img/?mt_exid=10011&mt_exuid= HTTP/1.1

Host: pixel.mathtag.com
GET /sync/img/?mt_exid=10011&amp;mt_exuid= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: uuid=509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c; mt_mop=10009:1352485674|10008:1352485674|28:1352485674|90001:1352485680|23:1352485674|1:1352485674|10011:1352485674|3:1352485674|2:1352485674|5:1352485674|10002:1352485674|4:1352485674|13:1352485674|9:1352485674|15:1352485674|16:1352485674|17:1352485674|10016:1352485674|10010:1352485674|11:1352485674|10:1352485680
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:28:00 GMT
Content-Length: 43
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1595 5525
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=10009:1352485674|10008:1352485674|28:1352485674|10:1352485680|4:1352485674|1:1352485674|10010:1352485674|3:1352485674|2:1352485674|5:1352485674|10002:1352485674|10016:1352485674|10011:1352485680|9:1352485674|15:1352485674|16:1352485674|17:1352485674|13:1352485674|90001:1352485680|11:1352485674|23:1352485674; domain=.mathtag.com; path=/; expires=Sun, 09-Dec-2012 18:28:00 GMT
GET /usersync/mediamath/509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c HTTP/1.1

Host: eu-west.zenoviaexchange.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 18:27:58 GMT
Server: nginx
Set-Cookie: _zdeuuid=j%3A%7B%22zde_uuid%22%3A%227cc3b9ac-e48c-4998-866a-b14b8113d39f%22%7D; Max-Age=172800; Domain=eu-west.zenoviaexchange.com; Path=/; Expires=Fri, 09 Nov 2012 18:30:51 GMT _zdeuuid=j%3A%7B%22zde_uuid%22%3A%227cc3b9ac-e48c-4998-866a-b14b8113d39f%22%2C%22mm_uuid%22%3A%22509d4b29-8cb8-0ae8-6df5-9a4ac9f9c90c%22%7D; Max-Age=172800; Domain=eu-west.zenoviaexchange.com; Path=/; Expires=Fri, 09 Nov 2012 18:30:51 GMT
X-Powered-By: Zenovia VR
Content-Length: 43
Connection: keep-alive
GET /adscores/g.pixel?sid=9211027998 HTTP/1.1

Host: adadvisor.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri,  09 Nov 2012 18:28:00 GMT
Connection: close
Server: AAWebServer
P3P: policyref=&quot;http://www.adadvisor.net/w3c/p3p.xml&quot;,CP=&quot;NOI NID&quot;
Content-Length: 0
GET /adscores/g.pixel?sid=9211027998 HTTP/1.1

Host: adadvisor.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Fri,  09 Nov 2012 18:28:00 GMT
Connection: close
Server: AAWebServer
P3P: policyref=&quot;http://www.adadvisor.net/w3c/p3p.xml&quot;,CP=&quot;NOI NID&quot;
Content-Length: 0
GET /favicon.ico HTTP/1.1

Host: www.marined3.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: __utma=120814484.609323958.1352485673.1352485673.1352485673.1; __utmb=120814484.1.10.1352485673; __utmc=120814484; __utmz=120814484.1352485673.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); WRUID=1471515781.1718459619; WRIgnore=true
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=iso-8859-1
Date: Fri, 09 Nov 2012 18:27:58 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 506
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
POST /x?data=eyBhY2NvdW50X2tleTogJ3dpc3RpYS1wcm9kdWN0aW9uXzE2MDg3Jywgc2Vzc2lvbl9pZDogJ0Y2MzlEN0FFRDY0MTI1N0U5NzRDODYxRDdCNjY0Q0IxOEI1QjAwQUMnLCBtZWRpYV9pZDogd2lzdGlhLXByb2R1Y3Rpb25fMTkxNTEzOSwgZXZlbnRfa2V5OiAnMTM1MjQ4NTY3NjU4NmYwLjU5OTYwOTUzOTg0NDA5NTcnLCBtZWRpYV9kdXJhdGlvbjogMTkyNi4zMywgIGNsaWVudF9rYnBzOiAzOTIzLCBldmVudF9kZXRhaWxzOiBbe2tleToicGxheSIsIHZhbHVlOiAwLHRpbWVEZWx0YTogMTI1fSwge2tleToidXBkYXRlIiwgdmFsdWU6IDQuODY3LHRpbWVEZWx0YTogNjAxNX1dfQ== HTTP/1.1

Host: distillery.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Connection: close
POST /x?data=eyBhY2NvdW50X2tleTogJ3dpc3RpYS1wcm9kdWN0aW9uXzE2MDg3Jywgc2Vzc2lvbl9pZDogJ0Y2MzlEN0FFRDY0MTI1N0U5NzRDODYxRDdCNjY0Q0IxOEI1QjAwQUMnLCBtZWRpYV9pZDogd2lzdGlhLXByb2R1Y3Rpb25fMTkxNTEzOSwgZXZlbnRfa2V5OiAnMTM1MjQ4NTY3NjU4NmYwLjU5OTYwOTUzOTg0NDA5NTcnLCBtZWRpYV9kdXJhdGlvbjogMTkyNi4zMywgIGNsaWVudF9rYnBzOiA2OTkzLCBldmVudF9kZXRhaWxzOiBbe2tleToidXBkYXRlIiwgdmFsdWU6IDE0Ljg2Nyx0aW1lRGVsdGE6IDE2MDMxfV19 HTTP/1.1

Host: distillery.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Connection: close
POST /x?data=eyBhY2NvdW50X2tleTogJ3dpc3RpYS1wcm9kdWN0aW9uXzE2MDg3Jywgc2Vzc2lvbl9pZDogJ0Y2MzlEN0FFRDY0MTI1N0U5NzRDODYxRDdCNjY0Q0IxOEI1QjAwQUMnLCBtZWRpYV9pZDogd2lzdGlhLXByb2R1Y3Rpb25fMTkxNTEzOSwgZXZlbnRfa2V5OiAnMTM1MjQ4NTY3NjU4NmYwLjU5OTYwOTUzOTg0NDA5NTcnLCBtZWRpYV9kdXJhdGlvbjogMTkyNi4zMywgIGNsaWVudF9rYnBzOiA4MTY2LCBldmVudF9kZXRhaWxzOiBbe2tleToidXBkYXRlIiwgdmFsdWU6IDI0LjkzNCx0aW1lRGVsdGE6IDI2MDQ3fV19 HTTP/1.1

Host: distillery.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Connection: close
GET /deliveries/589ab527a6160b55e74df24064be77d4f912b723.bin HTTP/1.1

Host: embed.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: video/x-flv
Date: Fri, 09 Nov 2012 18:27:56 GMT
Server: PWS/8.0.9.6
X-Px: ht-d h0-s1025.p3-ams.cdngp.net
Etag: &quot;94de9f0d994ae13186adf51b3bfee112&quot;
Cache-Control: max-age=31557600
Expires: Sat, 21 Sep 2013 18:49:42 GMT
Age: 4253894
Accept-Ranges: bytes
Content-Length: 36571388
Last-Modified: Thu, 30 Aug 2012 00:08:25 GMT
Connection: keep-alive
GET /hc/87274817/?&site=87274817&cmd=mTagInPage&lpCallId=45428280925-452324113501&protV=20&lpjson=1&page=http%3A//www.marined3.com/bp/&id=392457607&javaSupport=true&visitorStatus=CHAT_STATUS&activePlugin=none&cobrowse=true HTTP/1.1

Host: server.iad.liveperson.net
GET /hc/87274817/?&amp;site=87274817&amp;cmd=mTagInPage&amp;lpCallId=45428280925-452324113501&amp;protV=20&amp;lpjson=1&amp;page=http%3A//www.marined3.com/bp/&amp;id=392457607&amp;javaSupport=true&amp;visitorStatus=CHAT_STATUS&amp;activePlugin=none&amp;cobrowse=true HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.marined3.com/bp/
Cookie: HumanClickKEY=4043522764511928977; LivePersonID=-121310328856912-1352485679:-1:-1:-1:-1; HumanClickSiteContainerID_87274817=STANDALONE; LivePersonID=LP i=121310328856912,d=1352485678; HumanClickACTIVE=1352485678685
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 18:28:29 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NON BUS INT NAV COM ADM CON CUR IVA IVD OTP PSA PSD TEL SAM&quot;
X-Powered-By: ASP.NET
Set-Cookie: HumanClickSiteContainerID_87274817=STANDALONE; path=/hc/87274817
Accept-Ranges: bytes
Last-Modified: Fri, 09 Nov 2012 18:28:29 GMT
Cache-Control: no-store
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Length: 187
POST /x?data=eyBhY2NvdW50X2tleTogJ3dpc3RpYS1wcm9kdWN0aW9uXzE2MDg3Jywgc2Vzc2lvbl9pZDogJ0Y2MzlEN0FFRDY0MTI1N0U5NzRDODYxRDdCNjY0Q0IxOEI1QjAwQUMnLCBtZWRpYV9pZDogd2lzdGlhLXByb2R1Y3Rpb25fMTkxNTEzOSwgZXZlbnRfa2V5OiAnMTM1MjQ4NTY3NjU4NmYwLjU5OTYwOTUzOTg0NDA5NTcnLCBtZWRpYV9kdXJhdGlvbjogMTkyNi4zMywgIGNsaWVudF9rYnBzOiA4NzEzLCBldmVudF9kZXRhaWxzOiBbe2tleToidXBkYXRlIiwgdmFsdWU6IDM0LjkzNCx0aW1lRGVsdGE6IDM2MDYyfV19 HTTP/1.1

Host: distillery.wistia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Connection: close