Overview

URLhttp://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online
IP85.17.79.7
ASNAS16265 LeaseWeb B.V.
Location Netherlands
Report completed2012-11-04 02:58:11 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
Timestamp Source IP Destination IP Severity Alert
2012-11-04 02:57:24 68.232.35.169 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:26 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:28 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:29 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:30 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:33 205.251.219.144 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:34 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:34 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:34 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:34 195.159.219.8 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:34 38.102.140.20 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-04 02:57:37 38.102.140.20 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-04 02:57:32 urlQuery Client 80.239.254.1732http_inspect: NON-RFC DEFINED CHAR
2012-11-04 02:57:32 80.239.254.173 urlQuery Client3http_inspect: SIMPLE REQUEST


Recent reports on same IP/ASN/Domain

Last 6 reports on ASN: AS16265 LeaseWeb B.V.

Date Alerts / IDS URL IP
2013-02-14 21:39:530 / 0http://www.miniq.fi46.102.245.150
2013-02-14 21:38:180 / 1http://95.211.129.30/u7.exe95.211.129.30
2013-02-14 21:10:030 / 2http://hqneedsex.com/88.208.58.17
2013-02-14 20:31:040 / 0http://googlefiles3upd.com82.192.91.15
2013-02-14 19:52:550 / 1http://www.alfablogpost.com/322/77.81.243.246
2013-02-14 19:52:490 / 2http://alfablogpost.com/322/77.81.243.246



JavaScript

Executed Scripts (105)


Executed Evals (5)

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

(function() {
    var w = window.jQuery,
        _$ = window.$;
    var D = window.jQuery = window.$ = function(a, b) {
            return new D.fn.init(a, b)
        };
    var u = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,
        isSimple = /^.[^:#\[\.]*$/,
        undefined;
    D.fn = D.prototype = {
        init: function(d, b) {
            d = d || document;
            if (d.nodeType) {
                this[0] = d;
                this.length = 1;
                return this
            }
            if (typeof d == "string") {
                var c = u.exec(d);
                if (c && (c[1] || !b)) {
                    if (c[1]) d = D.clean([c[1]], b);
                    else {
                        var a = document.getElementById(c[3]);
                        if (a) {
                            if (a.id != c[3]) return D().find(d);
                            return D(a)
                        }
                        d = []
                    }
                } else return D(b).find(d)
            } else if (D.isFunction(d)) return D(document)[D.fn.ready ? "ready" : "load"](d);
            return this.setArray(D.makeArray(d))
        },
        jquery: "1.2.6",
        size: function() {
            return this.length
        },
        length: 0,
        get: function(a) {
            return a == undefined ? D.makeArray(this) : this[a]
        },
        pushStack: function(b) {
            var a = D(b);
            a.prevObject = this;
            return a
        },
        setArray: function(a) {
            this.length = 0;
            Array.prototype.push.apply(this, a);
            return this
        },
        each: function(a, b) {
            return D.each(this, a, b)
        },
        index: function(b) {
            var a = -1;
            return D.inArray(b && b.jquery ? b[0] : b, this)
        },
        attr: function(c, a, b) {
            var d = c;
            if (c.constructor == String) if (a === undefined) return this[0] && D[b || "attr"](this[0], c);
            else {
                d = {};
                d[c] = a
            }
            return this.each(function(i) {
                for (c in d) D.attr(b ? this.style : this, c, D.prop(this, d[c], b, i, c))
            })
        },
        css: function(b, a) {
            if ((b == 'width' || b == 'height') && parseFloat(a) < 0) a = undefined;
            return this.attr(b, a, "curCSS")
        },
        text: function(b) {
            if (typeof b != "object" && b != null) return this.empty().append((this[0] && this[0].ownerDocument || document).createTextNode(b));
            var a = "";
            D.each(b || this, function() {
                D.each(this.childNodes, function() {
                    if (this.nodeType != 8) a += this.nodeType != 1 ? this.nodeValue : D.fn.text([this])
                })
            });
            return a
        },
        wrapAll: function(b) {
            if (this[0]) D(b, this[0].ownerDocument).clone().insertBefore(this[0]).map(function() {
                var a = this;
                while (a.firstChild) a = a.firstChild;
                return a
            }).append(this);
            return this
        },
        wrapInner: function(a) {
            return this.each(function() {
                D(this).contents().wrapAll(a)
            })
        },
        wrap: function(a) {
            return this.each(function() {
                D(this).wrapAll(a)
            })
        },
        append: function() {
            return this.domManip(arguments, true, false, function(a) {
                if (this.nodeType == 1) this.appendChild(a)
            })
        },
        prepend: function() {
            return this.domManip(arguments, true, true, function(a) {
                if (this.nodeType == 1) this.insertBefore(a, this.firstChild)
            })
        },
        before: function() {
            return this.domManip(arguments, false, false, function(a) {
                this.parentNode.insertBefore(a, this)
            })
        },
        after: function() {
            return this.domManip(arguments, false, true, function(a) {
                this.parentNode.insertBefore(a, this.nextSibling)
            })
        },
        end: function() {
            return this.prevObject || D([])
        },
        find: function(b) {
            var c = D.map(this, function(a) {
                return D.find(b, a)
            });
            return this.pushStack(/[^+>] [^+>]/.test(b) || b.indexOf("..") > -1 ? D.unique(c) : c)
        },
        clone: function(e) {
            var f = this.map(function() {
                if (D.browser.msie && !D.isXMLDoc(this)) {
                    var a = this.cloneNode(true),
                        container = document.createElement("div");
                    container.appendChild(a);
                    return D.clean([container.innerHTML])[0]
                } else return this.cloneNode(true)
            });
            var d = f.find("*").andSelf().each(function() {
                if (this[E] != undefined) this[E] = null
            });
            if (e === true) this.find("*").andSelf().each(function(i) {
                if (this.nodeType == 3) return;
                var c = D.data(this, "events");
                for (var a in c) for (var b in c[a]) D.event.add(d[i], a, c[a][b], c[a][b].data)
            });
            return f
        },
        filter: function(b) {
            return this.pushStack(D.isFunction(b) && D.grep(this, function(a, i) {
                return b.call(a, i)
            }) || D.multiFilter(b, this))
        },
        not: function(b) {
            if (b.constructor == String) if (isSimple.test(b)) return this.pushStack(D.multiFilter(b, this, true));
            else b = D.multiFilter(b, this);
            var a = b.length && b[b.length - 1] !== undefined && !b.nodeType;
            return this.filter(function() {
                return a ? D.inArray(this, b) < 0 : this != b
            })
        },
        add: function(a) {
            return this.pushStack(D.unique(D.merge(this.get(), typeof a == 'string' ? D(a) : D.makeArray(a))))
        },
        is: function(a) {
            return !!a && D.multiFilter(a, this).length > 0
        },
        hasClass: function(a) {
            return this.is("." + a)
        },
        val: function(b) {
            if (b == undefined) {
                if (this.length) {
                    var c = this[0];
                    if (D.nodeName(c, "select")) {
                        var e = c.selectedIndex,
                            values = [],
                            options = c.options,
                            one = c.type == "select-one";
                        if (e < 0) return null;
                        for (var i = one ? e : 0, max = one ? e + 1 : options.length; i < max; i++) {
                            var d = options[i];
                            if (d.selected) {
                                b = D.browser.msie && !d.attributes.value.specified ? d.text : d.value;
                                if (one) return b;
                                values.push(b)
                            }
                        }
                        return values
                    } else return (this[0].value || "").replace(/\r/g, "")
                }
                return undefined
            }
            if (b.constructor == Number) b += '';
            return this.each(function() {
                if (this.nodeType != 1) return;
                if (b.constructor == Array && /radio|checkbox/.test(this.type)) this.checked = (D.inArray(this.value, b) >= 0 || D.inArray(this.name, b) >= 0);
                else if (D.nodeName(this, "select")) {
                    var a = D.makeArray(b);
                    D("option", this).each(function() {
                        this.selected = (D.inArray(this.value, a) >= 0 || D.inArray(this.text, a) >= 0)
                    });
                    if (!a.length) this.selectedIndex = -1
                } else this.value = b
            })
        },
        html: function(a) {
            return a == undefined ? (this[0] ? this[0].innerHTML : null) : this.empty().append(a)
        },
        replaceWith: function(a) {
            return this.after(a).remove()
        },
        eq: function(i) {
            return this.slice(i, i + 1)
        },
        slice: function() {
            return this.pushStack(Array.prototype.slice.apply(this, arguments))
        },
        map: function(b) {
            return this.pushStack(D.map(this, function(a, i) {
                return b.call(a, i, a)
            }))
        },
        andSelf: function() {
            return this.add(this.prevObject)
        },
        data: function(d, b) {
            var a = d.split(".");
            a[1] = a[1] ? "." + a[1] : "";
            if (b === undefined) {
                var c = this.triggerHandler("getData" + a[1] + "!", [a[0]]);
                if (c === undefined && this.length) c = D.data(this[0], d);
                return c === undefined && a[1] ? this.data(a[0]) : c
            } else return this.trigger("setData" + a[1] + "!", [a[0], b]).each(function() {
                D.data(this, d, b)
            })
        },
        removeData: function(a) {
            return this.each(function() {
                D.removeData(this, a)
            })
        },
        domManip: function(g, f, h, d) {
            var e = this.length > 1,
                elems;
            return this.each(function() {
                if (!elems) {
                    elems = D.clean(g, this.ownerDocument);
                    if (h) elems.reverse()
                }
                var b = this;
                if (f && D.nodeName(this, "table") && D.nodeName(elems[0], "tr")) b = this.getElementsByTagName("tbody")[0] || this.appendChild(this.ownerDocument.createElement("tbody"));
                var c = D([]);
                D.each(elems, function() {
                    var a = e ? D(this).clone(true)[0] : this;
                    if (D.nodeName(a, "script")) c = c.add(a);
                    else {
                        if (a.nodeType == 1) c = c.add(D("script", a).remove());
                        d.call(b, a)
                    }
                });
                c.each(evalScript)
            })
        }
    };
    D.fn.init.prototype = D.fn;

    function evalScript(i, a) {
        if (a.src) D.ajax({
            url: a.src,
            async: false,
            dataType: "script"
        });
        else D.globalEval(a.text || a.textContent || a.innerHTML || "");
        if (a.parentNode) a.parentNode.removeChild(a)
    }
    function now() {
        return +new Date
    }
    D.extend = D.fn.extend = function() {
        var b = arguments[0] || {},
            i = 1,
            length = arguments.length,
            deep = false,
            options;
        if (b.constructor == Boolean) {
            deep = b;
            b = arguments[1] || {};
            i = 2
        }
        if (typeof b != "object" && typeof b != "function") b = {};
        if (length == i) {
            b = this;
            --i
        }
        for (; i < length; i++) if ((options = arguments[i]) != null) for (var c in options) {
            var a = b[c],
                copy = options[c];
            if (b === copy) continue;
            if (deep && copy && typeof copy == "object" && !copy.nodeType) b[c] = D.extend(deep, a || (copy.length != null ? [] : {}), copy);
            else if (copy !== undefined) b[c] = copy
        }
        return b
    };
    var E = "jQuery" + now(),
        uuid = 0,
        windowData = {},
        exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i,
        defaultView = document.defaultView || {};
    D.extend({
        noConflict: function(a) {
            window.$ = _$;
            if (a) window.jQuery = w;
            return D
        },
        isFunction: function(a) {
            return !!a && typeof a != "string" && !a.nodeName && a.constructor != Array && /^[\s[]?function/.test(a + "")
        },
        isXMLDoc: function(a) {
            return a.documentElement && !a.body || a.tagName && a.ownerDocument && !a.ownerDocument.body
        },
        globalEval: function(a) {
            a = D.trim(a);
            if (a) {
                var b = document.getElementsByTagName("head")[0] || document.documentElement,
                    script = document.createElement("script");
                script.type = "text/javascript";
                if (D.browser.msie) script.text = a;
                else script.appendChild(document.createTextNode(a));
                b.insertBefore(script, b.firstChild);
                b.removeChild(script)
            }
        },
        nodeName: function(b, a) {
            return b.nodeName && b.nodeName.toUpperCase() == a.toUpperCase()
        },
        cache: {},
        data: function(c, d, b) {
            c = c == window ? windowData : c;
            var a = c[E];
            if (!a) a = c[E] = ++uuid;
            if (d && !D.cache[a]) D.cache[a] = {};
            if (b !== undefined) D.cache[a][d] = b;
            return d ? D.cache[a][d] : a
        },
        removeData: function(c, b) {
            c = c == window ? windowData : c;
            var a = c[E];
            if (b) {
                if (D.cache[a]) {
                    delete D.cache[a][b];
                    b = "";
                    for (b in D.cache[a]) break;
                    if (!b) D.removeData(c)
                }
            } else {
                try {
                    delete c[E]
                } catch (e) {
                    if (c.removeAttribute) c.removeAttribute(E)
                }
                delete D.cache[a]
            }
        },
        each: function(d, a, c) {
            var e, i = 0,
                length = d.length;
            if (c) {
                if (length == undefined) {
                    for (e in d) if (a.apply(d[e], c) === false) break
                } else for (; i < length;) if (a.apply(d[i++], c) === false) break
            } else {
                if (length == undefined) {
                    for (e in d) if (a.call(d[e], e, d[e]) === false) break
                } else for (var b = d[0]; i < length && a.call(b, i, b) !== false; b = d[++i]) {}
            }
            return d
        },
        prop: function(b, a, c, i, d) {
            if (D.isFunction(a)) a = a.call(b, i);
            return a && a.constructor == Number && c == "curCSS" && !exclude.test(d) ? a + "px" : a
        },
        className: {
            add: function(c, b) {
                D.each((b || "").split(/\s+/), function(i, a) {
                    if (c.nodeType == 1 && !D.className.has(c.className, a)) c.className += (c.className ? " " : "") + a
                })
            },
            remove: function(c, b) {
                if (c.nodeType == 1) c.className = b != undefined ? D.grep(c.className.split(/\s+/), function(a) {
                    return !D.className.has(b, a)
                }).join(" ") : ""
            },
            has: function(b, a) {
                return D.inArray(a, (b.className || b).toString().split(/\s+/)) > -1
            }
        },
        swap: function(b, c, a) {
            var e = {};
            for (var d in c) {
                e[d] = b.style[d];
                b.style[d] = c[d]
            }
            a.call(b);
            for (var d in c) b.style[d] = e[d]
        },
        css: function(d, e, c) {
            if (e == "width" || e == "height") {
                var b, props = {
                    position: "absolute",
                    visibility: "hidden",
                    display: "block"
                },
                    which = e == "width" ? ["Left", "Right"] : ["Top", "Bottom"];

                function getWH() {
                    b = e == "width" ? d.offsetWidth : d.offsetHeight;
                    var a = 0,
                        border = 0;
                    D.each(which, function() {
                        a += parseFloat(D.curCSS(d, "padding" + this, true)) || 0;
                        border += parseFloat(D.curCSS(d, "border" + this + "Width", true)) || 0
                    });
                    b -= Math.round(a + border)
                }
                if (D(d).is(":visible")) getWH();
                else D.swap(d, props, getWH);
                return Math.max(0, b)
            }
            return D.curCSS(d, e, c)
        },
        curCSS: function(f, l, k) {
            var e, style = f.style;

            function color(b) {
                if (!D.browser.safari) return false;
                var a = defaultView.getComputedStyle(b, null);
                return !a || a.getPropertyValue("color") == ""
            }
            if (l == "opacity" && D.browser.msie) {
                e = D.attr(style, "opacity");
                return e == "" ? "1" : e
            }
            if (D.browser.opera && l == "display") {
                var d = style.outline;
                style.outline = "0 solid black";
                style.outline = d
            }
            if (l.match(/float/i)) l = y;
            if (!k && style && style[l]) e = style[l];
            else if (defaultView.getComputedStyle) {
                if (l.match(/float/i)) l = "float";
                l = l.replace(/([A-Z])/g, "-$1").toLowerCase();
                var c = defaultView.getComputedStyle(f, null);
                if (c && !color(f)) e = c.getPropertyValue(l);
                else {
                    var g = [],
                        stack = [],
                        a = f,
                        i = 0;
                    for (; a && color(a); a = a.parentNode) stack.unshift(a);
                    for (; i < stack.length; i++) if (color(stack[i])) {
                        g[i] = stack[i].style.display;
                        stack[i].style.display = "block"
                    }
                    e = l == "display" && g[stack.length - 1] != null ? "none" : (c && c.getPropertyValue(l)) || "";
                    for (i = 0; i < g.length; i++) if (g[i] != null) stack[i].style.display = g[i]
                }
                if (l == "opacity" && e == "") e = "1"
            } else if (f.currentStyle) {
                var h = l.replace(/\-(\w)/g, function(a, b) {
                    return b.toUpperCase()
                });
                e = f.currentStyle[l] || f.currentStyle[h];
                if (!/^\d+(px)?$/i.test(e) && /^\d/.test(e)) {
                    var j = style.left,
                        rsLeft = f.runtimeStyle.left;
                    f.runtimeStyle.left = f.currentStyle.left;
                    style.left = e || 0;
                    e = style.pixelLeft + "px";
                    style.left = j;
                    f.runtimeStyle.left = rsLeft
                }
            }
            return e
        },
        clean: function(l, h) {
            var k = [];
            h = h || document;
            if (typeof h.createElement == 'undefined') h = h.ownerDocument || h[0] && h[0].ownerDocument || document;
            D.each(l, function(i, d) {
                if (!d) return;
                if (d.constructor == Number) d += '';
                if (typeof d == "string") {
                    d = d.replace(/(<(\w+)[^>]*?)\/>/g, function(b, a, c) {
                        return c.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ? b : a + "></" + c + ">"
                    });
                    var f = D.trim(d).toLowerCase(),
                        div = h.createElement("div");
                    var e = !f.indexOf("<opt") && [1, "<select multiple='multiple'>", "</select>"] || !f.indexOf("<leg") && [1, "<fieldset>", "</fieldset>"] || f.match(/^<(thead|tbody|tfoot|colg|cap)/) && [1, "<table>", "</table>"] || !f.indexOf("<tr") && [2, "<table><tbody>", "</tbody></table>"] || (!f.indexOf("<td") || !f.indexOf("<th")) && [3, "<table><tbody><tr>", "</tr></tbody></table>"] || !f.indexOf("<col") && [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"] || D.browser.msie && [1, "div<div>", "</div>"] || [0, "", ""];
                    div.innerHTML = e[1] + d + e[2];
                    while (e[0]--) div = div.lastChild;
                    if (D.browser.msie) {
                        var g = !f.indexOf("<table") && f.indexOf("<tbody") < 0 ? div.firstChild && div.firstChild.childNodes : e[1] == "<table>" && f.indexOf("<tbody") < 0 ? div.childNodes : [];
                        for (var j = g.length - 1; j >= 0; --j) if (D.nodeName(g[j], "tbody") && !g[j].childNodes.length) g[j].parentNode.removeChild(g[j]);
                        if (/^\s/.test(d)) div.insertBefore(h.createTextNode(d.match(/^\s*/)[0]), div.firstChild)
                    }
                    d = D.makeArray(div.childNodes)
                }
                if (d.length === 0 && (!D.nodeName(d, "form") && !D.nodeName(d, "select"))) return;
                if (d[0] == undefined || D.nodeName(d, "form") || d.options) k.push(d);
                else k = D.merge(k, d)
            });
            return k
        },
        attr: function(d, f, c) {
            if (!d || d.nodeType == 3 || d.nodeType == 8) return undefined;
            var e = !D.isXMLDoc(d),
                set = c !== undefined,
                msie = D.browser.msie;
            f = e && D.props[f] || f;
            if (d.tagName) {
                var g = /href|src|style/.test(f);
                if (f == "selected" && D.browser.safari) d.parentNode.selectedIndex;
                if (f in d && e && !g) {
                    if (set) {
                        if (f == "type" && D.nodeName(d, "input") && d.parentNode) throw "type property can't be changed";
                        d[f] = c
                    }
                    if (D.nodeName(d, "form") && d.getAttributeNode(f)) return d.getAttributeNode(f).nodeValue;
                    return d[f]
                }
                if (msie && e && f == "style") return D.attr(d.style, "cssText", c);
                if (set) d.setAttribute(f, "" + c);
                var h = msie && e && g ? d.getAttribute(f, 2) : d.getAttribute(f);
                return h === null ? undefined : h
            }
            if (msie && f == "opacity") {
                if (set) {
                    d.zoom = 1;
                    d.filter = (d.filter || "").replace(/alpha\([^)]*\)/, "") + (parseInt(c) + '' == "NaN" ? "" : "alpha(opacity=" + c * 100 + ")")
                }
                return d.filter && d.filter.indexOf("opacity=") >= 0 ? (parseFloat(d.filter.match(/opacity=([^)]*)/)[1]) / 100) + '' : ""
            }
            f = f.replace(/-([a-z])/ig, function(a, b) {
                return b.toUpperCase()
            });
            if (set) d[f] = c;
            return d[f]
        },
        trim: function(a) {
            return (a || "").replace(/^\s+|\s+$/g, "")
        },
        makeArray: function(b) {
            var a = [];
            if (b != null) {
                var i = b.length;
                if (i == null || b.split || b.setInterval || b.call) a[0] = b;
                else while (i) a[--i] = b[i]
            }
            return a
        },
        inArray: function(b, a) {
            for (var i = 0, length = a.length; i < length; i++) if (a[i] === b) return i;
            return -1
        },
        merge: function(a, b) {
            var i = 0,
                elem, pos = a.length;
            if (D.browser.msie) {
                while (elem = b[i++]) if (elem.nodeType != 8) a[pos++] = elem
            } else while (elem = b[i++]) a[pos++] = elem;
            return a
        },
        unique: function(a) {
            var c = [],
                done = {};
            try {
                for (var i = 0, length = a.length; i < length; i++) {
                    var b = D.data(a[i]);
                    if (!done[b]) {
                        done[b] = true;
                        c.push(a[i])
                    }
                }
            } catch (e) {
                c = a
            }
            return c
        },
        grep: function(c, a, d) {
            var b = [];
            for (var i = 0, length = c.length; i < length; i++) if (!d != !a(c[i], i)) b.push(c[i]);
            return b
        },
        map: function(d, a) {
            var c = [];
            for (var i = 0, length = d.length; i < length; i++) {
                var b = a(d[i], i);
                if (b != null) c[c.length] = b
            }
            return c.concat.apply([], c)
        }
    });
    var v = navigator.userAgent.toLowerCase();
    D.browser = {
        version: (v.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],
        safari: /webkit/.test(v),
        opera: /opera/.test(v),
        msie: /msie/.test(v) && !/opera/.test(v),
        mozilla: /mozilla/.test(v) && !/(compatible|webkit)/.test(v)
    };
    var y = D.browser.msie ? "styleFloat" : "cssFloat";
    D.extend({
        boxModel: !D.browser.msie || document.compatMode == "CSS1Compat",
        props: {
            "for": "htmlFor",
            "class": "className",
            "float": y,
            cssFloat: y,
            styleFloat: y,
            readonly: "readOnly",
            maxlength: "maxLength",
            cellspacing: "cellSpacing"
        }
    });
    D.each({
        parent: function(a) {
            return a.parentNode
        },
        parents: function(a) {
            return D.dir(a, "parentNode")
        },
        next: function(a) {
            return D.nth(a, 2, "nextSibling")
        },
        prev: function(a) {
            return D.nth(a, 2, "previousSibling")
        },
        nextAll: function(a) {
            return D.dir(a, "nextSibling")
        },
        prevAll: function(a) {
            return D.dir(a, "previousSibling")
        },
        siblings: function(a) {
            return D.sibling(a.parentNode.firstChild, a)
        },
        children: function(a) {
            return D.sibling(a.firstChild)
        },
        contents: function(a) {
            return D.nodeName(a, "iframe") ? a.contentDocument || a.contentWindow.document : D.makeArray(a.childNodes)
        }
    }, function(c, d) {
        D.fn[c] = function(b) {
            var a = D.map(this, d);
            if (b && typeof b == "string") a = D.multiFilter(b, a);
            return this.pushStack(D.unique(a))
        }
    });
    D.each({
        appendTo: "append",
        prependTo: "prepend",
        insertBefore: "before",
        insertAfter: "after",
        replaceAll: "replaceWith"
    }, function(c, b) {
        D.fn[c] = function() {
            var a = arguments;
            return this.each(function() {
                for (var i = 0, length = a.length; i < length; i++) D(a[i])[b](this)
            })
        }
    });
    D.each({
        removeAttr: function(a) {
            D.attr(this, a, "");
            if (this.nodeType == 1) this.removeAttribute(a)
        },
        addClass: function(a) {
            D.className.add(this, a)
        },
        removeClass: function(a) {
            D.className.remove(this, a)
        },
        toggleClass: function(a) {
            D.className[D.className.has(this, a) ? "remove" : "add"](this, a)
        },
        remove: function(a) {
            if (!a || D.filter(a, [this]).r.length) {
                D("*", this).add(this).each(function() {
                    D.event.remove(this);
                    D.removeData(this)
                });
                if (this.parentNode) this.parentNode.removeChild(this)
            }
        },
        empty: function() {
            D(">*", this).remove();
            while (this.firstChild) this.removeChild(this.firstChild)
        }
    }, function(a, b) {
        D.fn[a] = function() {
            return this.each(b, arguments)
        }
    });
    D.each(["Height", "Width"], function(i, c) {
        var b = c.toLowerCase();
        D.fn[b] = function(a) {
            return this[0] == window ? D.browser.opera && document.body["client" + c] || D.browser.safari && window["inner" + c] || document.compatMode == "CSS1Compat" && document.documentElement["client" + c] || document.body["client" + c] : this[0] == document ? Math.max(Math.max(document.body["scroll" + c], document.documentElement["scroll" + c]), Math.max(document.body["offset" + c], document.documentElement["offset" + c])) : a == undefined ? (this.length ? D.css(this[0], b) : null) : this.css(b, a.constructor == String ? a : a + "px")
        }
    });

    function num(a, b) {
        return a[0] && parseInt(D.curCSS(a[0], b, true), 10) || 0
    }
    var C = D.browser.safari && parseInt(D.browser.version) < 417 ? "(?:[\\w*_-]|\\\\.)" : "(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
        quickChild = new RegExp("^>\\s*(" + C + "+)"),
        quickID = new RegExp("^(" + C + "+)(#)(" + C + "+)"),
        quickClass = new RegExp("^([#.]?)(" + C + "*)");
    D.extend({
        expr: {
            "": function(a, i, m) {
                return m[2] == "*" || D.nodeName(a, m[2])
            },
            "#": function(a, i, m) {
                return a.getAttribute("id") == m[2]
            },
            ":": {
                lt: function(a, i, m) {
                    return i < m[3] - 0
                },
                gt: function(a, i, m) {
                    return i > m[3] - 0
                },
                nth: function(a, i, m) {
                    return m[3] - 0 == i
                },
                eq: function(a, i, m) {
                    return m[3] - 0 == i
                },
                first: function(a, i) {
                    return i == 0
                },
                last: function(a, i, m, r) {
                    return i == r.length - 1
                },
                even: function(a, i) {
                    return i % 2 == 0
                },
                odd: function(a, i) {
                    return i % 2
                },
                "first-child": function(a) {
                    return a.parentNode.getElementsByTagName("*")[0] == a
                },
                "last-child": function(a) {
                    return D.nth(a.parentNode.lastChild, 1, "previousSibling") == a
                },
                "only-child": function(a) {
                    return !D.nth(a.parentNode.lastChild, 2, "previousSibling")
                },
                parent: function(a) {
                    return a.firstChild
                },
                empty: function(a) {
                    return !a.firstChild
                },
                contains: function(a, i, m) {
                    return (a.textContent || a.innerText || D(a).text() || "").indexOf(m[3]) >= 0
                },
                visible: function(a) {
                    return "hidden" != a.type && D.css(a, "display") != "none" && D.css(a, "visibility") != "hidden"
                },
                hidden: function(a) {
                    return "hidden" == a.type || D.css(a, "display") == "none" || D.css(a, "visibility") == "hidden"
                },
                enabled: function(a) {
                    return !a.disabled
                },
                disabled: function(a) {
                    return a.disabled
                },
                checked: function(a) {
                    return a.checked
                },
                selected: function(a) {
                    return a.selected || D.attr(a, "selected")
                },
                text: function(a) {
                    return "text" == a.type
                },
                radio: function(a) {
                    return "radio" == a.type
                },
                checkbox: function(a) {
                    return "checkbox" == a.type
                },
                file: function(a) {
                    return "file" == a.type
                },
                password: function(a) {
                    return "password" == a.type
                },
                submit: function(a) {
                    return "submit" == a.type
                },
                image: function(a) {
                    return "image" == a.type
                },
                reset: function(a) {
                    return "reset" == a.type
                },
                button: function(a) {
                    return "button" == a.type || D.nodeName(a, "button")
                },
                input: function(a) {
                    return /input|select|textarea|button/i.test(a.nodeName)
                },
                has: function(a, i, m) {
                    return D.find(m[3], a).length
                },
                header: function(a) {
                    return /h\d/i.test(a.nodeName)
                },
                animated: function(a) {
                    return D.grep(D.timers, function(b) {
                        return a == b.elem
                    }).length
                }
            }
        },
        parse: [/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/, /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/, new RegExp("^([:.#]*)(" + C + "+)")],
        multiFilter: function(a, c, b) {
            var d, cur = [];
            while (a && a != d) {
                d = a;
                var f = D.filter(a, c, b);
                a = f.t.replace(/^\s*,\s*/, "");
                cur = b ? c = f.r : D.merge(cur, f.r)
            }
            return cur
        },
        find: function(t, o) {
            if (typeof t != "string") return [t];
            if (o && o.nodeType != 1 && o.nodeType != 9) return [];
            o = o || document;
            var d = [o],
                done = [],
                last, nodeName;
            while (t && last != t) {
                var r = [];
                last = t;
                t = D.trim(t);
                var l = false,
                    re = quickChild,
                    m = re.exec(t);
                if (m) {
                    nodeName = m[1].toUpperCase();
                    for (var i = 0; d[i]; i++) for (var c = d[i].firstChild; c; c = c.nextSibling) if (c.nodeType == 1 && (nodeName == "*" || c.nodeName.toUpperCase() == nodeName)) r.push(c);
                    d = r;
                    t = t.replace(re, "");
                    if (t.indexOf(" ") == 0) continue;
                    l = true
                } else {
                    re = /^([>+~])\s*(\w*)/i;
                    if ((m = re.exec(t)) != null) {
                        r = [];
                        var k = {};
                        nodeName = m[2].toUpperCase();
                        m = m[1];
                        for (var j = 0, rl = d.length; j < rl; j++) {
                            var n = m == "~" || m == "+" ? d[j].nextSibling : d[j].firstChild;
                            for (; n; n = n.nextSibling) if (n.nodeType == 1) {
                                var g = D.data(n);
                                if (m == "~" && k[g]) break;
                                if (!nodeName || n.nodeName.toUpperCase() == nodeName) {
                                    if (m == "~") k[g] = true;
                                    r.push(n)
                                }
                                if (m == "+") break
                            }
                        }
                        d = r;
                        t = D.trim(t.replace(re, ""));
                        l = true
                    }
                }
                if (t && !l) {
                    if (!t.indexOf(",")) {
                        if (o == d[0]) d.shift();
                        done = D.merge(done, d);
                        r = d = [o];
                        t = " " + t.substr(1, t.length)
                    } else {
                        var h = quickID;
                        var m = h.exec(t);
                        if (m) {
                            m = [0, m[2], m[3], m[1]]
                        } else {
                            h = quickClass;
                            m = h.exec(t)
                        }
                        m[2] = m[2].replace(/\\/g, "");
                        var f = d[d.length - 1];
                        if (m[1] == "#" && f && f.getElementById && !D.isXMLDoc(f)) {
                            var p = f.getElementById(m[2]);
                            if ((D.browser.msie || D.browser.opera) && p && typeof p.id == "string" && p.id != m[2]) p = D('[@id="' + m[2] + '"]', f)[0];
                            d = r = p && (!m[3] || D.nodeName(p, m[3])) ? [p] : []
                        } else {
                            for (var i = 0; d[i]; i++) {
                                var a = m[1] == "#" && m[3] ? m[3] : m[1] != "" || m[0] == "" ? "*" : m[2];
                                if (a == "*" && d[i].nodeName.toLowerCase() == "object") a = "param";
                                r = D.merge(r, d[i].getElementsByTagName(a))
                            }
                            if (m[1] == ".") r = D.classFilter(r, m[2]);
                            if (m[1] == "#") {
                                var e = [];
                                for (var i = 0; r[i]; i++) if (r[i].getAttribute("id") == m[2]) {
                                    e = [r[i]];
                                    break
                                }
                                r = e
                            }
                            d = r
                        }
                        t = t.replace(h, "")
                    }
                }
                if (t) {
                    var b = D.filter(t, r);
                    d = r = b.r;
                    t = D.trim(b.t)
                }
            }
            if (t) d = [];
            if (d && o == d[0]) d.shift();
            done = D.merge(done, d);
            return done
        },
        classFilter: function(r, m, a) {
            m = " " + m + " ";
            var c = [];
            for (var i = 0; r[i]; i++) {
                var b = (" " + r[i].className + " ").indexOf(m) >= 0;
                if (!a && b || a && !b) c.push(r[i])
            }
            return c
        },
        filter: function(t, r, h) {
            var d;
            while (t && t != d) {
                d = t;
                var p = D.parse,
                    m;
                for (var i = 0; p[i]; i++) {
                    m = p[i].exec(t);
                    if (m) {
                        t = t.substring(m[0].length);
                        m[2] = m[2].replace(/\\/g, "");
                        break
                    }
                }
                if (!m) break;
                if (m[1] == ":" && m[2] == "not") r = isSimple.test(m[3]) ? D.filter(m[3], r, true).r : D(r).not(m[3]);
                else if (m[1] == ".") r = D.classFilter(r, m[2], h);
                else if (m[1] == "[") {
                    var g = [],
                        type = m[3];
                    for (var i = 0, rl = r.length; i < rl; i++) {
                        var a = r[i],
                            z = a[D.props[m[2]] || m[2]];
                        if (z == null || /href|src|selected/.test(m[2])) z = D.attr(a, m[2]) || '';
                        if ((type == "" && !! z || type == "=" && z == m[5] || type == "!=" && z != m[5] || type == "^=" && z && !z.indexOf(m[5]) || type == "$=" && z.substr(z.length - m[5].length) == m[5] || (type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ h) g.push(a)
                    }
                    r = g
                } else if (m[1] == ":" && m[2] == "nth-child") {
                    var e = {},
                        g = [],
                        test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3] == "even" && "2n" || m[3] == "odd" && "2n+1" || !/\D/.test(m[3]) && "0n+" + m[3] || m[3]),
                        first = (test[1] + (test[2] || 1)) - 0,
                        d = test[3] - 0;
                    for (var i = 0, rl = r.length; i < rl; i++) {
                        var j = r[i],
                            parentNode = j.parentNode,
                            id = D.data(parentNode);
                        if (!e[id]) {
                            var c = 1;
                            for (var n = parentNode.firstChild; n; n = n.nextSibling) if (n.nodeType == 1) n.nodeIndex = c++;
                            e[id] = true
                        }
                        var b = false;
                        if (first == 0) {
                            if (j.nodeIndex == d) b = true
                        } else if ((j.nodeIndex - d) % first == 0 && (j.nodeIndex - d) / first >= 0) b = true;
                        if (b ^ h) g.push(j)
                    }
                    r = g
                } else {
                    var f = D.expr[m[1]];
                    if (typeof f == "object") f = f[m[2]];
                    if (typeof f == "string") f = eval("false||function(a,i){return " + f + ";}");
                    r = D.grep(r, function(a, i) {
                        return f(a, i, m, r)
                    }, h)
                }
            }
            return {
                r: r,
                t: t
            }
        },
        dir: function(b, c) {
            var a = [],
                cur = b[c];
            while (cur && cur != document) {
                if (cur.nodeType == 1) a.push(cur);
                cur = cur[c]
            }
            return a
        },
        nth: function(a, e, c, b) {
            e = e || 1;
            var d = 0;
            for (; a; a = a[c]) if (a.nodeType == 1 && ++d == e) break;
            return a
        },
        sibling: function(n, a) {
            var r = [];
            for (; n; n = n.nextSibling) {
                if (n.nodeType == 1 && n != a) r.push(n)
            }
            return r
        }
    });
    D.event = {
        add: function(f, i, g, e) {
            if (f.nodeType == 3 || f.nodeType == 8) return;
            if (D.browser.msie && f.setInterval) f = window;
            if (!g.guid) g.guid = this.guid++;
            if (e != undefined) {
                var h = g;
                g = this.proxy(h, function() {
                    return h.apply(this, arguments)
                });
                g.data = e
            }
            var j = D.data(f, "events") || D.data(f, "events", {}),
                handle = D.data(f, "handle") || D.data(f, "handle", function() {
                    if (typeof D != "undefined" && !D.event.triggered) return D.event.handle.apply(arguments.callee.elem, arguments)
                });
            handle.elem = f;
            D.each(i.split(/\s+/), function(c, b) {
                var a = b.split(".");
                b = a[0];
                g.type = a[1];
                var d = j[b];
                if (!d) {
                    d = j[b] = {};
                    if (!D.event.special[b] || D.event.special[b].setup.call(f) === false) {
                        if (f.addEventListener) f.addEventListener(b, handle, false);
                        else if (f.attachEvent) f.attachEvent("on" + b, handle)
                    }
                }
                d[g.guid] = g;
                D.event.global[b] = true
            });
            f = null
        },
        guid: 1,
        global: {},
        remove: function(e, h, f) {
            if (e.nodeType == 3 || e.nodeType == 8) return;
            var i = D.data(e, "events"),
                ret, index;
            if (i) {
                if (h == undefined || (typeof h == "string" && h.charAt(0) == ".")) for (var g in i) this.remove(e, g + (h || ""));
                else {
                    if (h.type) {
                        f = h.handler;
                        h = h.type
                    }
                    D.each(h.split(/\s+/), function(b, a) {
                        var c = a.split(".");
                        a = c[0];
                        if (i[a]) {
                            if (f) delete i[a][f.guid];
                            else for (f in i[a]) if (!c[1] || i[a][f].type == c[1]) delete i[a][f];
                            for (ret in i[a]) break;
                            if (!ret) {
                                if (!D.event.special[a] || D.event.special[a].teardown.call(e) === false) {
                                    if (e.removeEventListener) e.removeEventListener(a, D.data(e, "handle"), false);
                                    else if (e.detachEvent) e.detachEvent("on" + a, D.data(e, "handle"))
                                }
                                ret = null;
                                delete i[a]
                            }
                        }
                    })
                }
                for (ret in i) break;
                if (!ret) {
                    var d = D.data(e, "handle");
                    if (d) d.elem = null;
                    D.removeData(e, "events");
                    D.removeData(e, "handle")
                }
            }
        },
        trigger: function(h, c, f, g, i) {
            c = D.makeArray(c);
            if (h.indexOf("!") >= 0) {
                h = h.slice(0, -1);
                var a = true
            }
            if (!f) {
                if (this.global[h]) D("*").add([window, document]).trigger(h, c)
            } else {
                if (f.nodeType == 3 || f.nodeType == 8) return undefined;
                var b, ret, fn = D.isFunction(f[h] || null),
                    event = !c[0] || !c[0].preventDefault;
                if (event) {
                    c.unshift({
                        type: h,
                        target: f,
                        preventDefault: function() {},
                        stopPropagation: function() {},
                        timeStamp: now()
                    });
                    c[0][E] = true
                }
                c[0].type = h;
                if (a) c[0].exclusive = true;
                var d = D.data(f, "handle");
                if (d) b = d.apply(f, c);
                if ((!fn || (D.nodeName(f, 'a') && h == "click")) && f["on" + h] && f["on" + h].apply(f, c) === false) b = false;
                if (event) c.shift();
                if (i && D.isFunction(i)) {
                    ret = i.apply(f, b == null ? c : c.concat(b));
                    if (ret !== undefined) b = ret
                }
                if (fn && g !== false && b !== false && !(D.nodeName(f, 'a') && h == "click")) {
                    this.triggered = true;
                    try {
                        f[h]()
                    } catch (e) {}
                }
                this.triggered = false
            }
            return b
        },
        handle: function(b) {
            var a, ret, namespace, all, handlers;
            b = arguments[0] = D.event.fix(b || window.event);
            namespace = b.type.split(".");
            b.type = namespace[0];
            namespace = namespace[1];
            all = !namespace && !b.exclusive;
            handlers = (D.data(this, "events") || {})[b.type];
            for (var j in handlers) {
                var c = handlers[j];
                if (all || c.type == namespace) {
                    b.handler = c;
                    b.data = c.data;
                    ret = c.apply(this, arguments);
                    if (a !== false) a = ret;
                    if (ret === false) {
                        b.preventDefault();
                        b.stopPropagation()
                    }
                }
            }
            return a
        },
        fix: function(b) {
            if (b[E] == true) return b;
            var d = b;
            b = {
                originalEvent: d
            };
            var c = "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" ");
            for (var i = c.length; i; i--) b[c[i]] = d[c[i]];
            b[E] = true;
            b.preventDefault = function() {
                if (d.preventDefault) d.preventDefault();
                d.returnValue = false
            };
            b.stopPropagation = function() {
                if (d.stopPropagation) d.stopPropagation();
                d.cancelBubble = true
            };
            b.timeStamp = b.timeStamp || now();
            if (!b.target) b.target = b.srcElement || document;
            if (b.target.nodeType == 3) b.target = b.target.parentNode;
            if (!b.relatedTarget && b.fromElement) b.relatedTarget = b.fromElement == b.target ? b.toElement : b.fromElement;
            if (b.pageX == null && b.clientX != null) {
                var a = document.documentElement,
                    body = document.body;
                b.pageX = b.clientX + (a && a.scrollLeft || body && body.scrollLeft || 0) - (a.clientLeft || 0);
                b.pageY = b.clientY + (a && a.scrollTop || body && body.scrollTop || 0) - (a.clientTop || 0)
            }
            if (!b.which && ((b.charCode || b.charCode === 0) ? b.charCode : b.keyCode)) b.which = b.charCode || b.keyCode;
            if (!b.metaKey && b.ctrlKey) b.metaKey = b.ctrlKey;
            if (!b.which && b.button) b.which = (b.button & 1 ? 1 : (b.button & 2 ? 3 : (b.button & 4 ? 2 : 0)));
            return b
        },
        proxy: function(a, b) {
            b.guid = a.guid = a.guid || b.guid || this.guid++;
            return b
        },
        special: {
            ready: {
                setup: function() {
                    bindReady();
                    return
                },
                teardown: function() {
                    return
                }
            },
            mouseenter: {
                setup: function() {
                    if (D.browser.msie) return false;
                    D(this).bind("mouseover", D.event.special.mouseenter.handler);
                    return true
                },
                teardown: function() {
                    if (D.browser.msie) return false;
                    D(this).unbind("mouseover", D.event.special.mouseenter.handler);
                    return true
                },
                handler: function(a) {
                    if (F(a, this)) return true;
                    a.type = "mouseenter";
                    return D.event.handle.apply(this, arguments)
                }
            },
            mouseleave: {
                setup: function() {
                    if (D.browser.msie) return false;
                    D(this).bind("mouseout", D.event.special.mouseleave.handler);
                    return true
                },
                teardown: function() {
                    if (D.browser.msie) return false;
                    D(this).unbind("mouseout", D.event.special.mouseleave.handler);
                    return true
                },
                handler: function(a) {
                    if (F(a, this)) return true;
                    a.type = "mouseleave";
                    return D.event.handle.apply(this, arguments)
                }
            }
        }
    };
    D.fn.extend({
        bind: function(c, a, b) {
            return c == "unload" ? this.one(c, a, b) : this.each(function() {
                D.event.add(this, c, b || a, b && a)
            })
        },
        one: function(d, b, c) {
            var e = D.event.proxy(c || b, function(a) {
                D(this).unbind(a, e);
                return (c || b).apply(this, arguments)
            });
            return this.each(function() {
                D.event.add(this, d, e, c && b)
            })
        },
        unbind: function(a, b) {
            return this.each(function() {
                D.event.remove(this, a, b)
            })
        },
        trigger: function(c, a, b) {
            return this.each(function() {
                D.event.trigger(c, a, this, true, b)
            })
        },
        triggerHandler: function(c, a, b) {
            return this[0] && D.event.trigger(c, a, this[0], false, b)
        },
        toggle: function(b) {
            var c = arguments,
                i = 1;
            while (i < c.length) D.event.proxy(b, c[i++]);
            return this.click(D.event.proxy(b, function(a) {
                this.lastToggle = (this.lastToggle || 0) % i;
                a.preventDefault();
                return c[this.lastToggle++].apply(this, arguments) || false
            }))
        },
        hover: function(a, b) {
            return this.bind('mouseenter', a).bind('mouseleave', b)
        },
        ready: function(a) {
            bindReady();
            if (D.isReady) a.call(document, D);
            else D.readyList.push(function() {
                return a.call(this, D)
            });
            return this
        }
    });
    D.extend({
        isReady: false,
        readyList: [],
        ready: function() {
            if (!D.isReady) {
                D.isReady = true;
                if (D.readyList) {
                    D.each(D.readyList, function() {
                        this.call(document)
                    });
                    D.readyList = null
                }
                D(document).triggerHandler("ready")
            }
        }
    });
    var x = false;

    function bindReady() {
        if (x) return;
        x = true;
        if (document.addEventListener && !D.browser.opera) document.addEventListener("DOMContentLoaded", D.ready, false);
        if (D.browser.msie && window == top)(function() {
            if (D.isReady) return;
            try {
                document.documentElement.doScroll("left")
            } catch (error) {
                setTimeout(arguments.callee, 0);
                return
            }
            D.ready()
        })();
        if (D.browser.opera) document.addEventListener("DOMContentLoaded", function() {
            if (D.isReady) return;
            for (var i = 0; i < document.styleSheets.length; i++) if (document.styleSheets[i].disabled) {
                setTimeout(arguments.callee, 0);
                return
            }
            D.ready()
        }, false);
        if (D.browser.safari) {
            var a;
            (function() {
                if (D.isReady) return;
                if (document.readyState != "loaded" && document.readyState != "complete") {
                    setTimeout(arguments.callee, 0);
                    return
                }
                if (a === undefined) a = D("style, link[rel=stylesheet]").length;
                if (document.styleSheets.length != a) {
                    setTimeout(arguments.callee, 0);
                    return
                }
                D.ready()
            })()
        }
        D.event.add(window, "load", D.ready)
    }
    D.each(("blur,focus,load,resize,scroll,unload,click,dblclick," + "mousedown,mouseup,mousemove,mouseover,mouseout,change,select," + "submit,keydown,keypress,keyup,error").split(","), function(i, b) {
        D.fn[b] = function(a) {
            return a ? this.bind(b, a) : this.trigger(b)
        }
    });
    var F = function(a, c) {
            var b = a.relatedTarget;
            while (b && b != c) try {
                b = b.parentNode
            } catch (error) {
                b = c
            }
            return b == c
        };
    D(window).bind("unload", function() {
        D("*").add(document).unbind()
    });
    D.fn.extend({
        _load: D.fn.load,
        load: function(g, d, c) {
            if (typeof g != 'string') return this._load(g);
            var e = g.indexOf(" ");
            if (e >= 0) {
                var i = g.slice(e, g.length);
                g = g.slice(0, e)
            }
            c = c ||
            function() {};
            var f = "GET";
            if (d) if (D.isFunction(d)) {
                c = d;
                d = null
            } else {
                d = D.param(d);
                f = "POST"
            }
            var h = this;
            D.ajax({
                url: g,
                type: f,
                dataType: "html",
                data: d,
                complete: function(a, b) {
                    if (b == "success" || b == "notmodified") h.html(i ? D("<div/>").append(a.responseText.replace(/<script(.|\s)*?\/script>/g, "")).find(i) : a.responseText);
                    h.each(c, [a.responseText, b, a])
                }
            });
            return this
        },
        serialize: function() {
            return D.param(this.serializeArray())
        },
        serializeArray: function() {
            return this.map(function() {
                return D.nodeName(this, "form") ? D.makeArray(this.elements) : this
            }).filter(function() {
                return this.name && !this.disabled && (this.checked || /select|textarea/i.test(this.nodeName) || /text|hidden|password/i.test(this.type))
            }).map(function(i, c) {
                var b = D(this).val();
                return b == null ? null : b.constructor == Array ? D.map(b, function(a, i) {
                    return {
                        name: c.name,
                        value: a
                    }
                }) : {
                    name: c.name,
                    value: b
                }
            }).get()
        }
    });
    D.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i, o) {
        D.fn[o] = function(f) {
            return this.bind(o, f)
        }
    });
    var B = now();
    D.extend({
        get: function(d, b, a, c) {
            if (D.isFunction(b)) {
                a = b;
                b = null
            }
            return D.ajax({
                type: "GET",
                url: d,
                data: b,
                success: a,
                dataType: c
            })
        },
        getScript: function(b, a) {
            return D.get(b, null, a, "script")
        },
        getJSON: function(c, b, a) {
            return D.get(c, b, a, "json")
        },
        post: function(d, b, a, c) {
            if (D.isFunction(b)) {
                a = b;
                b = {}
            }
            return D.ajax({
                type: "POST",
                url: d,
                data: b,
                success: a,
                dataType: c
            })
        },
        ajaxSetup: function(a) {
            D.extend(D.ajaxSettings, a)
        },
        ajaxSettings: {
            url: location.href,
            global: true,
            type: "GET",
            timeout: 0,
            contentType: "application/x-www-form-urlencoded",
            processData: true,
            async: true,
            data: null,
            username: null,
            password: null,
            accepts: {
                xml: "application/xml, text/xml",
                html: "text/html",
                script: "text/javascript, application/javascript",
                json: "application/json, text/javascript",
                text: "text/plain",
                _default: "*/*"
            }
        },
        lastModified: {},
        ajax: function(s) {
            s = D.extend(true, s, D.extend(true, {}, D.ajaxSettings, s));
            var g, jsre = /=\?(&|$)/g,
                status, data, type = s.type.toUpperCase();
            if (s.data && s.processData && typeof s.data != "string") s.data = D.param(s.data);
            if (s.dataType == "jsonp") {
                if (type == "GET") {
                    if (!s.url.match(jsre)) s.url += (s.url.match(/\?/) ? "&" : "?") + (s.jsonp || "callback") + "=?"
                } else if (!s.data || !s.data.match(jsre)) s.data = (s.data ? s.data + "&" : "") + (s.jsonp || "callback") + "=?";
                s.dataType = "json"
            }
            if (s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre))) {
                g = "jsonp" + B++;
                if (s.data) s.data = (s.data + "").replace(jsre, "=" + g + "$1");
                s.url = s.url.replace(jsre, "=" + g + "$1");
                s.dataType = "script";
                window[g] = function(a) {
                    data = a;
                    success();
                    complete();
                    window[g] = undefined;
                    try {
                        delete window[g]
                    } catch (e) {}
                    if (i) i.removeChild(h)
                }
            }
            if (s.dataType == "script" && s.cache == null) s.cache = false;
            if (s.cache === false && type == "GET") {
                var j = now();
                var k = s.url.replace(/(\?|&)_=.*?(&|$)/, "$1_=" + j + "$2");
                s.url = k + ((k == s.url) ? (s.url.match(/\?/) ? "&" : "?") + "_=" + j : "")
            }
            if (s.data && type == "GET") {
                s.url += (s.url.match(/\?/) ? "&" : "?") + s.data;
                s.data = null
            }
            if (s.global && !D.active++) D.event.trigger("ajaxStart");
            var n = /^(?:\w+:)?\/\/([^\/?#]+)/;
            if (s.dataType == "script" && type == "GET" && n.test(s.url) && n.exec(s.url)[1] != location.host) {
                var i = document.getElementsByTagName("head")[0];
                var h = document.createElement("script");
                h.src = s.url;
                if (s.scriptCharset) h.charset = s.scriptCharset;
                if (!g) {
                    var l = false;
                    h.onload = h.onreadystatechange = function() {
                        if (!l && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) {
                            l = true;
                            success();
                            complete();
                            i.removeChild(h)
                        }
                    }
                }
                i.appendChild(h);
                return undefined
            }
            var m = false;
            var c = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
            if (s.username) c.open(type, s.url, s.async, s.username, s.password);
            else c.open(type, s.url, s.async);
            try {
                if (s.data) c.setRequestHeader("Content-Type", s.contentType);
                if (s.ifModified) c.setRequestHeader("If-Modified-Since", D.lastModified[s.url] || "Thu, 01 Jan 1970 00:00:00 GMT");
                c.setRequestHeader("X-Requested-With", "XMLHttpRequest");
                c.setRequestHeader("Accept", s.dataType && s.accepts[s.dataType] ? s.accepts[s.dataType] + ", */*" : s.accepts._default)
            } catch (e) {}
            if (s.beforeSend && s.beforeSend(c, s) === false) {
                s.global && D.active--;
                c.abort();
                return false
            }
            if (s.global) D.event.trigger("ajaxSend", [c, s]);
            var d = function(a) {
                    if (!m && c && (c.readyState == 4 || a == "timeout")) {
                        m = true;
                        if (f) {
                            clearInterval(f);
                            f = null
                        }
                        status = a == "timeout" && "timeout" || !D.httpSuccess(c) && "error" || s.ifModified && D.httpNotModified(c, s.url) && "notmodified" || "success";
                        if (status == "success") {
                            try {
                                data = D.httpData(c, s.dataType, s.dataFilter)
                            } catch (e) {
                                status = "parsererror"
                            }
                        }
                        if (status == "success") {
                            var b;
                            try {
                                b = c.getResponseHeader("Last-Modified")
                            } catch (e) {}
                            if (s.ifModified && b) D.lastModified[s.url] = b;
                            if (!g) success()
                        } else D.handleError(s, c, status);
                        complete();
                        if (s.async) c = null
                    }
                };
            if (s.async) {
                var f = setInterval(d, 13);
                if (s.timeout > 0) setTimeout(function() {
                    if (c) {
                        c.abort();
                        if (!m) d("timeout")
                    }
                }, s.timeout)
            }
            try {
                c.send(s.data)
            } catch (e) {
                D.handleError(s, c, null, e)
            }
            if (!s.async) d();

            function success() {
                if (s.success) s.success(data, status);
                if (s.global) D.event.trigger("ajaxSuccess", [c, s])
            }
            function complete() {
                if (s.complete) s.complete(c, status);
                if (s.global) D.event.trigger("ajaxComplete", [c, s]);
                if (s.global && !--D.active) D.event.trigger("ajaxStop")
            }
            return c
        },
        handleError: function(s, a, b, e) {
            if (s.error) s.error(a, b, e);
            if (s.global) D.event.trigger("ajaxError", [a, s, e])
        },
        active: 0,
        httpSuccess: function(a) {
            try {
                return !a.status && location.protocol == "file:" || (a.status >= 200 && a.status < 300) || a.status == 304 || a.status == 1223 || D.browser.safari && a.status == undefined
            } catch (e) {}
            return false
        },
        httpNotModified: function(a, c) {
            try {
                var b = a.getResponseHeader("Last-Modified");
                return a.status == 304 || b == D.lastModified[c] || D.browser.safari && a.status == undefined
            } catch (e) {}
            return false
        },
        httpData: function(a, c, b) {
            var d = a.getResponseHeader("content-type"),
                xml = c == "xml" || !c && d && d.indexOf("xml") >= 0,
                data = xml ? a.responseXML : a.responseText;
            if (xml && data.documentElement.tagName == "parsererror") throw "parsererror";
            if (b) data = b(data, c);
            if (c == "script") D.globalEval(data);
            if (c == "json") data = eval("(" + data + ")");
            return data
        },
        param: function(a) {
            var s = [];
            if (a.constructor == Array || a.jquery) D.each(a, function() {
                s.push(encodeURIComponent(this.name) + "=" + encodeURIComponent(this.value))
            });
            else for (var j in a) if (a[j] && a[j].constructor == Array) D.each(a[j], function() {
                s.push(encodeURIComponent(j) + "=" + encodeURIComponent(this))
            });
            else s.push(encodeURIComponent(j) + "=" + encodeURIComponent(D.isFunction(a[j]) ? a[j]() : a[j]));
            return s.join("&").replace(/%20/g, "+")
        }
    });
    D.fn.extend({
        show: function(c, b) {
            return c ? this.animate({
                height: "show",
                width: "show",
                opacity: "show"
            }, c, b) : this.filter(":hidden").each(function() {
                this.style.display = this.oldblock || "";
                if (D.css(this, "display") == "none") {
                    var a = D("<" + this.tagName + " />").appendTo("body");
                    this.style.display = a.css("display");
                    if (this.style.display == "none") this.style.display = "block";
                    a.remove()
                }
            }).end()
        },
        hide: function(b, a) {
            return b ? this.animate({
                height: "hide",
                width: "hide",
                opacity: "hide"
            }, b, a) : this.filter(":visible").each(function() {
                this.oldblock = this.oldblock || D.css(this, "display");
                this.style.display = "none"
            }).end()
        },
        _toggle: D.fn.toggle,
        toggle: function(a, b) {
            return D.isFunction(a) && D.isFunction(b) ? this._toggle.apply(this, arguments) : a ? this.animate({
                height: "toggle",
                width: "toggle",
                opacity: "toggle"
            }, a, b) : this.each(function() {
                D(this)[D(this).is(":hidden") ? "show" : "hide"]()
            })
        },
        slideDown: function(b, a) {
            return this.animate({
                height: "show"
            }, b, a)
        },
        slideUp: function(b, a) {
            return this.animate({
                height: "hide"
            }, b, a)
        },
        slideToggle: function(b, a) {
            return this.animate({
                height: "toggle"
            }, b, a)
        },
        fadeIn: function(b, a) {
            return this.animate({
                opacity: "show"
            }, b, a)
        },
        fadeOut: function(b, a) {
            return this.animate({
                opacity: "hide"
            }, b, a)
        },
        fadeTo: function(c, a, b) {
            return this.animate({
                opacity: a
            }, c, b)
        },
        animate: function(k, j, i, g) {
            var h = D.speed(j, i, g);
            return this[h.queue === false ? "each" : "queue"](function() {
                if (this.nodeType != 1) return false;
                var f = D.extend({}, h),
                    p, hidden = D(this).is(":hidden"),
                    self = this;
                for (p in k) {
                    if (k[p] == "hide" && hidden || k[p] == "show" && !hidden) return f.complete.call(this);
                    if (p == "height" || p == "width") {
                        f.display = D.css(this, "display");
                        f.overflow = this.style.overflow
                    }
                }
                if (f.overflow != null) this.style.overflow = "hidden";
                f.curAnim = D.extend({}, k);
                D.each(k, function(c, a) {
                    var e = new D.fx(self, f, c);
                    if (/toggle|show|hide/.test(a)) e[a == "toggle" ? hidden ? "show" : "hide" : a](k);
                    else {
                        var b = a.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),
                            start = e.cur(true) || 0;
                        if (b) {
                            var d = parseFloat(b[2]),
                                unit = b[3] || "px";
                            if (unit != "px") {
                                self.style[c] = (d || 1) + unit;
                                start = ((d || 1) / e.cur(true)) * start;
                                self.style[c] = start + unit
                            }
                            if (b[1]) d = ((b[1] == "-=" ? -1 : 1) * d) + start;
                            e.custom(start, d, unit)
                        } else e.custom(start, a, "")
                    }
                });
                return true
            })
        },
        queue: function(a, b) {
            if (D.isFunction(a) || (a && a.constructor == Array)) {
                b = a;
                a = "fx"
            }
            if (!a || (typeof a == "string" && !b)) return A(this[0], a);
            return this.each(function() {
                if (b.constructor == Array) A(this, a, b);
                else {
                    A(this, a).push(b);
                    if (A(this, a).length == 1) b.call(this)
                }
            })
        },
        stop: function(b, c) {
            var a = D.timers;
            if (b) this.queue([]);
            this.each(function() {
                for (var i = a.length - 1; i >= 0; i--) if (a[i].elem == this) {
                    if (c) a[i](true);
                    a.splice(i, 1)
                }
            });
            if (!c) this.dequeue();
            return this
        }
    });
    var A = function(b, c, a) {
            if (b) {
                c = c || "fx";
                var q = D.data(b, c + "queue");
                if (!q || a) q = D.data(b, c + "queue", D.makeArray(a))
            }
            return q
        };
    D.fn.dequeue = function(a) {
        a = a || "fx";
        return this.each(function() {
            var q = A(this, a);
            q.shift();
            if (q.length) q[0].call(this)
        })
    };
    D.extend({
        speed: function(b, a, c) {
            var d = b && b.constructor == Object ? b : {
                complete: c || !c && a || D.isFunction(b) && b,
                duration: b,
                easing: c && a || a && a.constructor != Function && a
            };
            d.duration = (d.duration && d.duration.constructor == Number ? d.duration : D.fx.speeds[d.duration]) || D.fx.speeds.def;
            d.old = d.complete;
            d.complete = function() {
                if (d.queue !== false) D(this).dequeue();
                if (D.isFunction(d.old)) d.old.call(this)
            };
            return d
        },
        easing: {
            linear: function(p, n, b, a) {
                return b + a * p
            },
            swing: function(p, n, b, a) {
                return ((-Math.cos(p * Math.PI) / 2) + 0.5) * a + b
            }
        },
        timers: [],
        timerId: null,
        fx: function(b, c, a) {
            this.options = c;
            this.elem = b;
            this.prop = a;
            if (!c.orig) c.orig = {}
        }
    });
    D.fx.prototype = {
        update: function() {
            if (this.options.step) this.options.step.call(this.elem, this.now, this);
            (D.fx.step[this.prop] || D.fx.step._default)(this);
            if (this.prop == "height" || this.prop == "width") this.elem.style.display = "block"
        },
        cur: function(a) {
            if (this.elem[this.prop] != null && this.elem.style[this.prop] == null) return this.elem[this.prop];
            var r = parseFloat(D.css(this.elem, this.prop, a));
            return r && r > -10000 ? r : parseFloat(D.curCSS(this.elem, this.prop)) || 0
        },
        custom: function(c, b, d) {
            this.startTime = now();
            this.start = c;
            this.end = b;
            this.unit = d || this.unit || "px";
            this.now = this.start;
            this.pos = this.state = 0;
            this.update();
            var e = this;

            function t(a) {
                return e.step(a)
            }
            t.elem = this.elem;
            D.timers.push(t);
            if (D.timerId == null) {
                D.timerId = setInterval(function() {
                    var a = D.timers;
                    for (var i = 0; i < a.length; i++) if (!a[i]()) a.splice(i--, 1);
                    if (!a.length) {
                        clearInterval(D.timerId);
                        D.timerId = null
                    }
                }, 13)
            }
        },
        show: function() {
            this.options.orig[this.prop] = D.attr(this.elem.style, this.prop);
            this.options.show = true;
            this.custom(0, this.cur());
            if (this.prop == "width" || this.prop == "height") this.elem.style[this.prop] = "1px";
            D(this.elem).show()
        },
        hide: function() {
            this.options.orig[this.prop] = D.attr(this.elem.style, this.prop);
            this.options.hide = true;
            this.custom(this.cur(), 0)
        },
        step: function(a) {
            var t = now();
            if (a || t > this.options.duration + this.startTime) {
                this.now = this.end;
                this.pos = this.state = 1;
                this.update();
                this.options.curAnim[this.prop] = true;
                var b = true;
                for (var i in this.options.curAnim) if (this.options.curAnim[i] !== true) b = false;
                if (b) {
                    if (this.options.display != null) {
                        this.elem.style.overflow = this.options.overflow;
                        this.elem.style.display = this.options.display;
                        if (D.css(this.elem, "display") == "none") this.elem.style.display = "block"
                    }
                    if (this.options.hide) this.elem.style.display = "none";
                    if (this.options.hide || this.options.show) for (var p in this.options.curAnim) D.attr(this.elem.style, p, this.options.orig[p])
                }
                if (b) this.options.complete.call(this.elem);
                return false
            } else {
                var n = t - this.startTime;
                this.state = n / this.options.duration;
                this.pos = D.easing[this.options.easing || (D.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
                this.now = this.start + ((this.end - this.start) * this.pos);
                this.update()
            }
            return true
        }
    };
    D.extend(D.fx, {
        speeds: {
            slow: 600,
            fast: 200,
            def: 400
        },
        step: {
            scrollLeft: function(a) {
                a.elem.scrollLeft = a.now
            },
            scrollTop: function(a) {
                a.elem.scrollTop = a.now
            },
            opacity: function(a) {
                D.attr(a.elem.style, "opacity", a.now)
            },
            _default: function(a) {
                a.elem.style[a.prop] = a.now + a.unit
            }
        }
    });
    D.fn.offset = function() {
        var b = 0,
            top = 0,
            elem = this[0],
            results;
        if (elem) with(D.browser) {
            var d = elem.parentNode,
                offsetChild = elem,
                offsetParent = elem.offsetParent,
                doc = elem.ownerDocument,
                safari2 = safari && parseInt(version) < 522 && !/adobeair/i.test(v),
                css = D.curCSS,
                fixed = css(elem, "position") == "fixed";
            if (elem.getBoundingClientRect) {
                var c = elem.getBoundingClientRect();
                add(c.left + Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft), c.top + Math.max(doc.documentElement.scrollTop, doc.body.scrollTop));
                add(-doc.documentElement.clientLeft, -doc.documentElement.clientTop)
            } else {
                add(elem.offsetLeft, elem.offsetTop);
                while (offsetParent) {
                    add(offsetParent.offsetLeft, offsetParent.offsetTop);
                    if (mozilla && !/^t(able|d|h)$/i.test(offsetParent.tagName) || safari && !safari2) border(offsetParent);
                    if (!fixed && css(offsetParent, "position") == "fixed") fixed = true;
                    offsetChild = /^body$/i.test(offsetParent.tagName) ? offsetChild : offsetParent;
                    offsetParent = offsetParent.offsetParent
                }
                while (d && d.tagName && !/^body|html$/i.test(d.tagName)) {
                    if (!/^inline|table.*$/i.test(css(d, "display"))) add(-d.scrollLeft, -d.scrollTop);
                    if (mozilla && css(d, "overflow") != "visible") border(d);
                    d = d.parentNode
                }
                if ((safari2 && (fixed || css(offsetChild, "position") == "absolute")) || (mozilla && css(offsetChild, "position") != "absolute")) add(-doc.body.offsetLeft, -doc.body.offsetTop);
                if (fixed) add(Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft), Math.max(doc.documentElement.scrollTop, doc.body.scrollTop))
            }
            results = {
                top: top,
                left: b
            }
        }
        function border(a) {
            add(D.curCSS(a, "borderLeftWidth", true), D.curCSS(a, "borderTopWidth", true))
        }
        function add(l, t) {
            b += parseInt(l, 10) || 0;
            top += parseInt(t, 10) || 0
        }
        return results
    };
    D.fn.extend({
        position: function() {
            var a = 0,
                top = 0,
                results;
            if (this[0]) {
                var b = this.offsetParent(),
                    offset = this.offset(),
                    parentOffset = /^body|html$/i.test(b[0].tagName) ? {
                        top: 0,
                        left: 0
                    } : b.offset();
                offset.top -= num(this, 'marginTop');
                offset.left -= num(this, 'marginLeft');
                parentOffset.top += num(b, 'borderTopWidth');
                parentOffset.left += num(b, 'borderLeftWidth');
                results = {
                    top: offset.top - parentOffset.top,
                    left: offset.left - parentOffset.left
                }
            }
            return results
        },
        offsetParent: function() {
            var a = this[0].offsetParent;
            while (a && (!/^body|html$/i.test(a.tagName) && D.css(a, 'position') == 'static')) a = a.offsetParent;
            return D(a)
        }
    });
    D.each(['Left', 'Top'], function(i, b) {
        var c = 'scroll' + b;
        D.fn[c] = function(a) {
            if (!this[0]) return;
            return a != undefined ? this.each(function() {
                this == window || this == document ? window.scrollTo(!i ? a : D(window).scrollLeft(), i ? a : D(window).scrollTop()) : this[c] = a
            }) : this[0] == window || this[0] == document ? self[i ? 'pageYOffset' : 'pageXOffset'] || D.boxModel && document.documentElement[c] || document.body[c] : this[0][c]
        }
    });
    D.each(["Height", "Width"], function(i, b) {
        var c = i ? "Left" : "Top",
            br = i ? "Right" : "Bottom";
        D.fn["inner" + b] = function() {
            return this[b.toLowerCase()]() + num(this, "padding" + c) + num(this, "padding" + br)
        };
        D.fn["outer" + b] = function(a) {
            return this["inner" + b]() + num(this, "border" + c + "Width") + num(this, "border" + br + "Width") + (a ? num(this, "margin" + c) + num(this, "margin" + br) : 0)
        }
    })
})();

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

hi = prhiA1CD0400A0B0F727030BC0D001C20100

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

hi = typeof(prhiA1CD0400A0B0F727030BC0D001C20100)

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

prpiA1CD0400A0B0F727030BC0D001C20100

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

var sc_img1 = new Image();
sc_img1.src = "http://c.statcounter.com/t.php?sc_project=7450756&resolution=1176&h=885&camefrom=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&u=http%3A//embed.videoweed.es/embed.php%3Fv%3Dq4g5ivklri7qw%26width%3D550%26height%3D412&t=VideoWeed%20-%20Get%20high%20on%20VideoWeed%20%7C%20Flash%20Video%20Hosting&java=1&security=c55a0ec1&sc_random=0.45043264752480316&sc_snum=1&p=0&invisible=1"

Executed Writes (83)

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

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

<!-- BEGIN STANDARD TAG - 300 x 250 - upload2.com: Run-of-site - DO NOT MODIFY -->
<IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://adserving.cpxinteractive.com/st?ad_type=iframe&ad_size=300x250&section=1614464"></IFRAME>
<!-- END TAG -->

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

</noscript>

#4 JavaScript::Write (size: 9, repeated: 6)

</script>

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

<OBJECT id="nexity" data="http://d1sjttl1qo4qe2.cloudfront.net/nexity/banner_reta0910.swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="300" HEIGHT="250" flashvars="xml_url=http://d1sjttl1qo4qe2.cloudfront.net/nexity/xml/35000.xml&geo=35&click=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D"><PARAM NAME=movie VALUE="http://d1sjttl1qo4qe2.cloudfront.net/nexity/banner_reta0910.swf"><PARAM NAME=loop VALUE=true><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE="opaque"><PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME=allowscriptaccess VALUE=always><PARAM NAME=flashvars VALUE="xml_url=http://d1sjttl1qo4qe2.cloudfront.net/nexity/xml/35000.xml&geo=35&click=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D"><OBJECT TYPE="application/x-shockwave-flash" data="http://d1sjttl1qo4qe2.cloudfront.net/nexity/banner_reta0910.swf?xml_url=http://d1sjttl1qo4qe2.cloudfront.net/nexity/xml/35000.xml&geo=35&click=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D" width="300" height="250" wmode="opaque" allowscriptaccess="always"></OBJECT></OBJECT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.xtendmedia.com/imp?Z=300x250&S=3587530&i=1302901&_salt=3345696076&B=10&r=0"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.yieldmanager.com/imp?Z=300x250&anmember=541&anprice=18&referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&s=1904132&_salt=3558066401&B=10&r=0"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.yieldmanager.com/imp?Z=300x250&s=1614464&T=3&_salt=918798613&B=10&u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&r=0"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://adserving.cpxadroit.com/tags2/2-1007494.js"></script>

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

<SCRIPT TYPE="text/javascript" SRC="http://adserving.cpxinteractive.com/st?ad_type=ad&ad_size=300x250&section=1904132&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html"></SCRIPT>

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

<SCRIPT TYPE='text/javascript' SRC='http://r1.ace.advertising.com/site=795519/size=728090/u=2/bnum=51798818/wkhr=2/hr=2/hl=1/scres=5/swh=1176x885/tile=1/f=1/r=1/optn=1/fv=10/aolexp=1/dref=http%253A%252F%252Fwww.animefreak.tv%252Fwatch%252Fnaruto-shippuuden-episode-286-online'></SCRIPT>

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

<a href="http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3Dhttp%3A%2F%2Fwww.nexity.fr%2Fcampagne_nationale%2Fcn0912%2Fexigez_plus_immo_produit.php%3Fxtor%3DCS4-194-%5BTradelab%5D-%5B300x250%5D-%5BRetarget%5D-%5BProduit%5D%26ctcsrc%3Dcnabantlr0912%26departement%3D35" target="_blank"><img width="300" height="200" style="border-style: none" src="http://d1sjttl1qo4qe2.cloudfront.net/nexity/ban0912.gif"/></a>

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

<a href="http://media.fastclick.net/w/click.here?delivery=fastclick.com&sid=49725&sdid=134208&m=7&c=0" target="_blank"><img src="http://cdn.fastclick.net/fastclick.net/pub_defaults/pid26746/adsmall.jpg" border=0 width=180 height=150></a>

#14 JavaScript::Write (size: 168, repeated: 1)

<a href='http://www.adobe.com/go/getflashplayer'><img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>

#15 JavaScript::Write (size: 584, repeated: 1)

<a target="_blank" href="http://ad.xtendmedia.com/clk?3,eJydTd1ugjAUfhruCDltqYWQXYDOhWl1W3AL3piuVK1ScdoM8ekHaHyAfTk5-f5ODiIRpcKHQfi9phQjyViEiJAhJoiB70IURSwANsAMgbuoVTmUP-FsM6THNcQ9XuVpHt9Rdyu98beg20kMTE.u8WQZPN.Y0Jvtz.H.kSD.g9952v.djIJ4sc13TVYlj9rLsuTZ.pqbz3KapZjvUsuzcck1-PORrKdZYrjJ6.w608sv3vD3x-WT626tPTokdvC4HXlSwupf5V2sOhRGFVp4sjJtYoStTNMSKzbe1prSIWNRrGxzVA4ZicLBg1ae9bWTBOCCKbTeWdvOQARwCKgzlLS6OqxkVfRNGjBK4A.Ls3kV,"><img border="0" alt="" height="250" width="300" src="http://content.yieldmanager.edgesuite.net/atoms/2c/65/b2/b5/2c65b2b5d9bc3d62141a4cf67df7d2d9.jpg"></img></a>

#16 JavaScript::Write (size: 28, repeated: 1)

<div id="vcmad_46964"></div>

#17 JavaScript::Write (size: 28, repeated: 1)

<div id="vcmad_80333"></div>

#18 JavaScript::Write (size: 44, repeated: 1)

<div style="display:inline" id="oV10"></div>

#19 JavaScript::Write (size: 288, repeated: 1)

<iframe allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="250" width="300" src="http://ib.adnxs.com/acb?member=541&width=300&height=250&pb=18&cb=1351994245&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html"></iframe>

#20 JavaScript::Write (size: 407, repeated: 1)

<iframe id='aef22775' name='aef22775' src='http://62.108.36.161/delivery/afr.php?zoneid=76&amp;cb=0.7761083655945132' frameborder='0' scrolling='no' width='300' height='250'><a href='http://62.108.36.161/delivery/ck.php?n=a4eac273&amp;cb=0.7761083655945132' target='_blank'><img src='http://62.108.36.161/delivery/avw.php?zoneid=76&amp;cb=0.7761083655945132&amp;n=a4eac273' border='0' alt='' /></a></iframe>

#21 JavaScript::Write (size: 778, repeated: 1)

<iframe src="http://view.atdmt.com/MMO/iview/332483117/direct;wi.160;hi.600/01?click=http://optimized-by.rubiconproject.com/t/8240/13384/25908-9.3333804.3398424?url=" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" width="160" height="600">
<script language="JavaScript" type="text/javascript">
document.write('<a href="http://clk.atdmt.com/MMO/go/332483117/direct;wi.160;hi.600/01/" target="_blank"><img src="http://view.atdmt.com/MMO/view/332483117/direct;wi.160;hi.600/01/"/></a>');
</script><noscript><a href="http://clk.atdmt.com/MMO/go/332483117/direct;wi.160;hi.600/01/" target="_blank"><img border="0" src="http://view.atdmt.com/MMO/view/332483117/direct;wi.160;hi.600/01/" /></a></noscript></iframe>

#22 JavaScript::Write (size: 198, repeated: 1)

<iframe src="http://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>

#23 JavaScript::Write (size: 108, repeated: 1)

<iframe src='http://ad.turn.com/server/pixel.htm?fpid=6&sp=y' width='1' height='1' frameborder='0'></iframe>

#24 JavaScript::Write (size: 134, repeated: 1)

<iframe src='http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/?rt=iframe' width='1' height='1' frameborder='0'></iframe>

#25 JavaScript::Write (size: 77, repeated: 1)

<img height="1" width="1" src="http://cm.g.doubleclick.net/pixel?nid=vclk" />

#26 JavaScript::Write (size: 132, repeated: 1)

<img height="1" width="1" src="http://ib.adnxs.com/getuid?http://sync.fastclick.net/ad/im/10858-64082-25707-0?mpaltsys=6&id=$UID" />

#27 JavaScript::Write (size: 154, repeated: 1)

<img height="1" width="1" src="http://tags.bluekai.com/site/4721?redir=http%3A%2F%2Fcsp.fastclick.net%2Ftps%2Fs%2F%3Fmpaltsysid%3D10%26id%3D%24BK_UUID" />

#28 JavaScript::Write (size: 90, repeated: 1)

<img height="1" width="1" src="http://tap.rubiconproject.com/oz/feeds/mediaplex/tokens" />

#29 JavaScript::Write (size: 120, repeated: 1)

<img style="margin:0;padding:0;" border="0" width="0" height="0" src="http://c.betrad.com/a/4.gif" id="bap-pixel-2549"/>

#30 JavaScript::Write (size: 120, repeated: 1)

<img style="margin:0;padding:0;" border="0" width="0" height="0" src="http://c.betrad.com/a/4.gif" id="bap-pixel-4837"/>

#31 JavaScript::Write (size: 109, repeated: 1)

<input style="width:0px; top:0px; position:absolute; visibility:hidden;" id="oV6" onchange="fV8(fV1,5,true)">

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

<noscript>

#33 JavaScript::Write (size: 1107, repeated: 1)

<object type="application/x-shockwave-flash" data="http://content.yieldmanager.edgesuite.net/atoms/9a/83/c9/eb/9a83c9eb5b6288a57326b4fed11e79c3.swf?clickTag=http%3A%2F%2Fadserving%2Ecpxinteractive%2Ecom%2Fclk%3F3%2CeJyljVsLgkAQhX9NbxZ78bKx9DCbaAtpGYLYm1beUDSwlvz1KVZ%2EoMNw%2DOYww8GUZylJDZJQK8WGmSHKMU0ua0IRsqiGOOc6ZozpxGRYg91DgtyWLoinD7mASXZpHeGjfDI585FNLsBUXZDP0fMe2DOJJcbwj27u6YtjnxqrbQZmxspX2IrflXsu4uhU%2D0Og70NJvEr2XujUXol0P%2EJe%2DygYDqFTxE08xJUcfPX73Gha0ffdgsKCOOMopVaPrm6TK1ld2mZMvlvRN%2EUbyL5dlA%3D%3D%2C" height="250" width="300" loop="false" wmode="opaque"><param name="wmode" value="opaque"><param name="movie" value="http://content.yieldmanager.edgesuite.net/atoms/9a/83/c9/eb/9a83c9eb5b6288a57326b4fed11e79c3.swf?clickTag=http%3A%2F%2Fadserving%2Ecpxinteractive%2Ecom%2Fclk%3F3%2CeJyljVsLgkAQhX9NbxZ78bKx9DCbaAtpGYLYm1beUDSwlvz1KVZ%2EoMNw%2DOYww8GUZylJDZJQK8WGmSHKMU0ua0IRsqiGOOc6ZozpxGRYg91DgtyWLoinD7mASXZpHeGjfDI585FNLsBUXZDP0fMe2DOJJcbwj27u6YtjnxqrbQZmxspX2IrflXsu4uhU%2D0Og70NJvEr2XujUXol0P%2EJe%2DygYDqFTxE08xJUcfPX73Gha0ffdgsKCOOMopVaPrm6TK1ld2mZMvlvRN%2EUbyL5dlA%3D%3D%2C" /></object>

#34 JavaScript::Write (size: 92, repeated: 2)

<script id="ba.js" type="text/javascript" src="http://c.betrad.com/geo/ba.js?r756"></script>

#35 JavaScript::Write (size: 52, repeated: 5)

<script language="JavaScript" type="text/javascript"

#36 JavaScript::Write (size: 289, repeated: 1)

<script src="http://media.fastclick.net/w/get.media?sid=49725&m=7&tp=9&d=j&t=n&vcm_acv=1.0&c=0.9625382709713879&vcm_ifr=0&vcm_xy=685..11976&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr=" type="text/javascript"></script>

#37 JavaScript::Write (size: 270, repeated: 1)

<script src="http://media.fastclick.net/w/pop.cgi?sid=49725&m=2&tp=2&d=j&t=n&vcm_acv=1.0&c=21&vcm_ifr=0&vcm_xy=120..1785&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr=" type="text/javascript"></script>

#38 JavaScript::Write (size: 65, repeated: 1)

<script src='http://b.scorecardresearch.com/beacon.js' ></script>

#39 JavaScript::Write (size: 99, repeated: 1)

<script src='http://c.betrad.com/surly.js?;ad_wxh=728x90;coid=1063;nid=4552;ecaid=48141;'></script>

#40 JavaScript::Write (size: 135, repeated: 1)

<script type="text/javascript" src="http://ad.xtendmedia.com/st?ad_type=ad&ad_size=300x250&site=1302901&section_code=3587530"></script>

#41 JavaScript::Write (size: 218, repeated: 1)

<script type="text/javascript" src="http://ad.yieldmanager.com/st?anmember=541&anprice=18&ad_type=ad&ad_size=300x250&section=1904132&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html"></script>

#42 JavaScript::Write (size: 131, repeated: 1)

<script type="text/javascript" src="http://ads.saymedia.com/ai014e89573ded970d0168e9729d11970c.js?ord=0.5242389759367213"></script>

#43 JavaScript::Write (size: 451, repeated: 1)

<script type="text/javascript" src="http://ib.adnxs.com/ptj?member=541&size=300x250&inv_code=1904132&referrer=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html&redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D300x250%26section%3D1904132%26referrer%3Dhttp%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html"></script>

#44 JavaScript::Write (size: 102, repeated: 1)

<script type="text/javascript" src="http://spe.atdmt.com/ds/Ad.autoLoad.js?plugin=AdChoices"></script>

#45 JavaScript::Write (size: 31, repeated: 1)

<script type="text/javascript">

#46 JavaScript::Write (size: 156, repeated: 1)

<script type="text/javascript">(function () {try{VCM.media.render({sid:49725,media_id:2,media_type:2,version:"1.0",pfc:28800000});} catch(e){}}());</script>

#47 JavaScript::Write (size: 143, repeated: 1)

<script type="text/javascript">(function () {try{VCM.media.render({sid:49725,media_id:7,media_type:9,version:"1.0"});} catch(e){}}());</script>

#48 JavaScript::Write (size: 376, repeated: 1)

<script type='text/javascript' src='http://ads.pointroll.com/PortalServe/?pid=1894272L58720121026214421&flash=10.0&time=0|2:57|1&redir=http://r1.ace.advertising.com/click/site=0000795519/mnum=0001322545/cstr=51798818=_5095cb84,5514784540,795519_1322545_-91_0,1_/xsxdata=$XSXDATA/bnum=51798818/optn=64?trg=$CTURL$&pos=s&ies=aolN0001322545&inif=1&r=0.2779776871592404'></script>

#49 JavaScript::Write (size: 180, repeated: 1)

<script type='text/javascript'>
var ACE_AR = {site: '795519', size: '728090'};
</script>
<script type='text/javascript' SRC='http://uac.advertising.com/wrapper/aceUAC.js'></script>

#50 JavaScript::Write (size: 343, repeated: 2)

<script>(function(){if(d.getElementById('ba.js'))return;d.write('<sc'+'ript id="ba.js" type="text/javascript" src="http://c.betrad.com/geo/ba.js?r756"></scr'+'ipt>');})();</script><script>d.write('<sc'+'ript>try{BAP.start(_bao);}catch(e){var _bab = _bab||[];var ob={}; for (var p in _bao) {ob[p]=_bao[p]}_bab.push(ob);}</sc'+'ript>');</script>

#51 JavaScript::Write (size: 128, repeated: 2)

<script>try{BAP.start(_bao);}catch(e){var _bab = _bab||[];var ob={}; for (var p in _bao) {ob[p]=_bao[p]}_bab.push(ob);}</script>

#52 JavaScript::Write (size: 712, repeated: 1)

<script>var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6135404", c3: "25", c4: "13546", c10: "3201847" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();</script><DIV STYLE="height:0px; width:0px; overflow:hidden"><IFRAME SRC="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8403/13546&geo=eu&co=no" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height:0px; width:0px"></IFRAME></DIV>

#53 JavaScript::Write (size: 712, repeated: 1)

<script>var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6135404", c3: "28", c4: "13384", c10: "3206157" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();</script><DIV STYLE="height:0px; width:0px; overflow:hidden"><IFRAME SRC="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=na&co=us" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height:0px; width:0px"></IFRAME></DIV>

#54 JavaScript::Write (size: 712, repeated: 1)

<script>var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6135404", c3: "28", c4: "13384", c10: "3226743" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();</script><DIV STYLE="height:0px; width:0px; overflow:hidden"><IFRAME SRC="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=eu&co=no" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height:0px; width:0px"></IFRAME></DIV>

#55 JavaScript::Write (size: 712, repeated: 1)

<script>var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6135404", c3: "28", c4: "13384", c10: "3398424" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();</script><DIV STYLE="height:0px; width:0px; overflow:hidden"><IFRAME SRC="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=eu&co=no" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height:0px; width:0px"></IFRAME></DIV>

#56 JavaScript::Write (size: 712, repeated: 1)

<script>var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6135404", c3: "28", c4: "13384", c10: "3469782" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();</script><DIV STYLE="height:0px; width:0px; overflow:hidden"><IFRAME SRC="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=eu&co=no" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height:0px; width:0px"></IFRAME></DIV>

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

catch(e){pr_pos="&pos=x";}if(pr_pos=="&pos=x"){var pr_u=new RegExp("[A-Za-z]+:[/][/][A-Za-z0-9.-]+");var pr_t=this.window.document.referrer;

#58 JavaScript::Write (size: 87, repeated: 1)

document.write("<scr"+"ipt type='text/javascript' src='"+prHost+pr_s+"'></scr"+"ipt>");

#59 JavaScript::Write (size: 242, repeated: 1)

else{try{try{v=new ActiveXObject("ShockwaveFlash.ShockwaveFlash").getVariable('$version').match(/[0-9]+.[0-9]/gi)[0].replace(/,/,".");}catch(f){for(i=5;axo!=null;i++){axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);v=i}}}catch(e){}}

#60 JavaScript::Write (size: 59, repeated: 1)

function pr_swfver(){var osf,osfd,i,axo=1,v=0,nv=navigator;

#61 JavaScript::Write (size: 70, repeated: 1)

if((pr_data!="")&&(pr_data.indexOf("&")<0)){pr_pos+="&data="+pr_data;}

#62 JavaScript::Write (size: 66, repeated: 1)

if((pr_ies!="")&&(pr_ies.indexOf("&")<0)){pr_pos+="&ies="+pr_ies;}

#63 JavaScript::Write (size: 175, repeated: 1)

if(nv.plugins&&nv.mimeTypes.length){osf=nv.plugins["Shockwave Flash"];if(osf&&osf.description){osfd=osf.description;v=osfd.substring(osfd.indexOf(".")-2,osfd.indexOf(".")+2)}}

#64 JavaScript::Write (size: 177, repeated: 1)

if(pr_inif){try{pr_pos=(typeof(parent.document)!="unknown")?(((typeof(inDapIF)!="undefined")&&(inDapIF))||(parent.document.domain==document.domain))?"&pos=s":"&pos=x":"&pos=x";}

#65 JavaScript::Write (size: 105, repeated: 1)

if(pr_postal!=""){var przipmatch=/^\d{5}$/;if(przipmatch.test(pr_postal)){pr_pos+="&postal="+pr_postal;}}

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

return v;}

#67 JavaScript::Write (size: 166, repeated: 1)

src="http://optimized-by.rubiconproject.com/a/8240/13384/25908-15.js?cb=0.22499248488684298&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online">

#68 JavaScript::Write (size: 165, repeated: 1)

src="http://optimized-by.rubiconproject.com/a/8240/13384/25908-2.js?cb=0.46339697879133557&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online">

#69 JavaScript::Write (size: 164, repeated: 1)

src="http://optimized-by.rubiconproject.com/a/8240/13384/25908-9.js?cb=0.7186145770517747&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online">

#70 JavaScript::Write (size: 165, repeated: 1)

src="http://optimized-by.rubiconproject.com/a/8240/13384/25909-15.js?cb=0.8845211155332213&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online">

#71 JavaScript::Write (size: 92, repeated: 1)

src="http://optimized-by.rubiconproject.com/a/8403/13546/26606-15.js?cb=0.8007937700110862">

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

var prHost=(("https:"==document.location.protocol)?"https://":"http://");var pr_sec=((prHost=='https://')?'&secure=1':'');

#73 JavaScript::Write (size: 114, repeated: 1)

var pr_d=new Date();pr_d=pr_d.getDay()+"|"+pr_d.getHours()+":"+pr_d.getMinutes()+"|"+-pr_d.getTimezoneOffset()/60;

#74 JavaScript::Write (size: 15, repeated: 1)

var pr_data="";

#75 JavaScript::Write (size: 28, repeated: 1)

var pr_ies="aolN0001322545";

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

var pr_m=pr_t.match(pr_u);if(pr_m!=null){pr_pos+="&dom="+pr_m[0];}}else{if(((typeof(inDapMgrIf)!="undefined")&&(inDapMgrIf))||((typeof(isAJAX)!="undefined")&&(isAJAX))){pr_pos+="&ajx=1"}}}

#77 JavaScript::Write (size: 45, repeated: 1)

var pr_nua=navigator.userAgent.toLowerCase();

#78 JavaScript::Write (size: 36, repeated: 1)

var pr_pos="",pr_inif=(window!=top);

#79 JavaScript::Write (size: 28, repeated: 1)

var pr_postal="Zip Unknown";

#80 JavaScript::Write (size: 48, repeated: 1)

var pr_pub='ad'+'0000795519'.replace(/^0*/, '');

#81 JavaScript::Write (size: 193, repeated: 1)

var pr_redir="http://r1.ace.advertising.com/click/site=0000795519/mnum=0001322545/cstr=51798818=_5095cb84,5514784540,795519_1322545_-91_0,1_/xsxdata=$XSXDATA/bnum=51798818/optn=64?trg=$CTURL$";

#82 JavaScript::Write (size: 174, repeated: 1)

var pr_s="ads.pointroll.com/PortalServe/?pid=1894272L58720121026214421&flash="+pr_swfver()+"&time="+pr_d+"&redir="+pr_redir+pr_pos+pr_sec+"&inif="+prinif+"&r="+Math.random();

#83 JavaScript::Write (size: 31, repeated: 1)

var prinif=((window!=top)?1:0);


HTTP Transactions (307)


Request Response
GET /watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: www.animefreak.tv

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; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:20 GMT
Server: Apache/2.2.14 (Ubuntu)
X-Powered-By: PHP/5.3.2-1ubuntu4.18
X-Drupal-Cache: HIT, Exec_Time=7.32, Age=6722
Etag: &quot;c9cc7ef37302d4f10b77fd3ab01b0d0a&quot;
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Cache-Control: must-revalidate
Set-Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; expires=Tue, 27-Nov-2012 05:30:40 GMT; path=/; domain=.animefreak.tv
Last-Modified: Sun, 04 Nov 2012 00:05:18 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /sites/default/files/af_favicon_0.ico HTTP/1.1

Host: www.animefreak.tv

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: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sat, 19 Sep 2009 23:18:35 GMT
Etag: &quot;fc421-47e-473f677bf08c0&quot;
Accept-Ranges: bytes
Content-Length: 1150
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css HTTP/1.1

Host: www.animefreak.tv

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/css,*/*;q=0.1
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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Thu, 30 Aug 2012 17:07:25 GMT
Etag: &quot;10c212-9362-4c87eb5994d40&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 8012
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /misc/drupal.js?K HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Thu, 26 May 2011 03:58:22 GMT
Etag: &quot;f8118-262e-4a425d50d3380&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3505
Keep-Alive: timeout=3, max=29
Connection: Keep-Alive
GET /sites/all/modules/google_analytics/googleanalytics.js?K HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sun, 19 Sep 2010 11:39:20 GMT
Etag: &quot;fa1a9-795-4909b3f1c6a00&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 779
Keep-Alive: timeout=3, max=29
Connection: Keep-Alive
GET /sites/all/modules/custom/anime/swfobject.js?K HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Thu, 26 Jul 2012 10:19:58 GMT
Etag: &quot;fa388-2ecd-4c5b8efff8f80&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3561
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /misc/jquery.js?K HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Thu, 26 May 2011 03:58:22 GMT
Etag: &quot;f811d-7934-4a425d50d3380&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 15653
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /sites/all/modules/fivestar/js/fivestar.js?K HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Wed, 11 Apr 2012 15:54:47 GMT
Etag: &quot;10e177-3fd0-4bd6942379fc0&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4004
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /js/adcodes/pubcode.min.js HTTP/1.1

Host: cdn.fastclick.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Thu, 06 Sep 2012 18:19:12 GMT
Etag: &quot;fdcbd-1af9-4c90c873bc9c6&quot;
Accept-Ranges: bytes
Content-Length: 6905
Date: Sun, 04 Nov 2012 01:57:21 GMT
Connection: keep-alive
GET /sites/default/files/af/misc/ads/728.html HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 06 Dec 2010 22:27:45 GMT
Etag: &quot;10e011-364-496c565a6da40&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 481
Keep-Alive: timeout=3, max=28
Connection: Keep-Alive
GET /sites/default/files/af/misc/ads/300.html HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 06 Dec 2010 22:33:26 GMT
Etag: &quot;10e013-36d-496c579fa1980&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 486
Keep-Alive: timeout=3, max=28
Connection: Keep-Alive
GET /sites/all/themes/af/css/img/block.jpg HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sun, 26 Oct 2008 18:35:28 GMT
Etag: &quot;fa691-23ce-45a2c474afc00&quot;
Accept-Ranges: bytes
Content-Length: 9166
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Keep-Alive: timeout=3, max=29
Connection: Keep-Alive
GET /embed/6428cca8c0 HTTP/1.1

Host: upload2.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html
X-Powered-By: PHP/5.3.3-7+squeeze14
Transfer-Encoding: chunked
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: lighttpd/1.4.28
GET /sites/all/themes/af/css/img/bgaftv.jpg HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sat, 12 Dec 2009 22:35:47 GMT
Etag: &quot;fa695-25bac-47a8fa959f6c0&quot;
Accept-Ranges: bytes
Content-Length: 154540
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:21 GMT
Keep-Alive: timeout=3, max=29
Connection: Keep-Alive
GET /metrika/watch.js HTTP/1.1

Host: mc.yandex.ru

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Fri, 19 Oct 2012 12:23:05 GMT
Content-Encoding: gzip
Expires: Sun, 04 Nov 2012 02:57:21 GMT
Content-Length: 15878
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://upload2.com/embed/6428cca8c0
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: Sun, 04 Nov 2012 01:09:05 GMT
Expires: Sun, 04 Nov 2012 13:09:05 GMT
Vary: Accept-Encoding
Age: 2896
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /ajax/libs/jquery/1.4.2/jquery.js HTTP/1.1

Host: ajax.googleapis.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Thu, 01 Nov 2012 01:08:49 GMT
Expires: Fri, 01 Nov 2013 01:08:49 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 46116
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 262112
GET /plugins/like.php?href=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&layout=button_count&show_faces=false&width=200&action=like&font=verdana&colorscheme=light&height=29 HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?href=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;layout=button_count&amp;show_faces=false&amp;width=200&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=29 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: 0byDa6hxih3a2HC2IUDomHoyrNkMfI1Za+vnlogxgIs=
Date: Sun, 04 Nov 2012 01:57:21 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /embed.php?v=q4g5ivklri7qw&width=550&height=412 HTTP/1.1

Host: embed.videoweed.es
GET /embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html
X-Powered-By: PHP/5.1.6
Set-Cookie: lastvideo=deleted; expires=Sat, 05-Nov-2011 02:33:40 GMT aff=3329; expires=Tue, 01-Jan-2030 01:01:01 GMT; path=/
Date: Sun, 04 Nov 2012 02:33:41 GMT
Server: lighttpd/1.4.28
Transfer-Encoding: chunked
GET /a/8240/13384/25908-15.js?cb=0.22499248488684298&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: optimized-by.rubiconproject.com
GET /a/8240/13384/25908-15.js?cb=0.22499248488684298&amp;rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
Cookie: rpb=14240%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: RAS/1.3 (Unix)
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;, CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: ruid=591d7fc45095cb81c39f8cde5eabc1^1^1351994241^3282013406; expires=Sat, 02-Feb-2013 01:57:21 GMT; max-age=7776000; path=/; domain=.rubiconproject.com; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; path=/; domain=.rubiconproject.com; rdk=8240/13384; expires=Sun, 04-Nov-2012 02:57:21 GMT; max-age=60; path=/; domain=.rubiconproject.com rdk15=0; expires=Sun, 04-Nov-2012 02:57:21 GMT; max-age=10; path=/; domain=.rubiconproject.com ses15=13384^1; expires=Mon, 05-Nov-2012 01:59:59 GMT; max-age=108158; path=/; domain=.rubiconproject.com
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Wed, 17 Sep 1975 21:32:10 GMT
Keep-Alive: timeout=5, max=64
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /a/8240/13384/25908-2.js?cb=0.46339697879133557&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: optimized-by.rubiconproject.com
GET /a/8240/13384/25908-2.js?cb=0.46339697879133557&amp;rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: rpb=14240%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: RAS/1.3 (Unix)
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;, CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; expires=Sat, 02-Feb-2013 01:57:21 GMT; max-age=7776000; path=/; domain=.rubiconproject.com; rdk=8240/13384; expires=Sun, 04-Nov-2012 02:57:21 GMT; max-age=60; path=/; domain=.rubiconproject.com rdk2=0; expires=Sun, 04-Nov-2012 02:57:21 GMT; max-age=10; path=/; domain=.rubiconproject.com ses2=13384^1; expires=Mon, 05-Nov-2012 07:59:59 GMT; max-age=108158; path=/; domain=.rubiconproject.com
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Wed, 17 Sep 1975 21:32:10 GMT
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /ajax/libs/jquery/1.3.2/jquery.js HTTP/1.1

Host: ajax.googleapis.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Thu, 01 Nov 2012 01:09:15 GMT
Expires: Fri, 01 Nov 2013 01:09:15 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 35279
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 262086
GET /upload2.html HTTP/1.1

Host: www.upload2.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://upload2.com/embed/6428cca8c0
HTTP/1.1 200 OK

Content-Type: text/html
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 01 Mar 2011 23:45:27 GMT
Etag: &quot;2986086019&quot;
Accept-Ranges: bytes
Content-Length: 479
Date: Sun, 04 Nov 2012 01:57:21 GMT
Server: lighttpd/1.4.28
GET /w/pop.cgi?sid=49725&m=2&tp=2&d=j&t=n&vcm_acv=1.0&c=21&vcm_ifr=0&vcm_xy=120..1785&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr= HTTP/1.1

Host: media.fastclick.net
GET /w/pop.cgi?sid=49725&amp;m=2&amp;tp=2&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=21&amp;vcm_ifr=0&amp;vcm_xy=120..1785&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr= 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:21 GMT
Location: http://rd.apmebf.com/w/pop.cgi?sid=49725&amp;m=2&amp;tp=2&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=21&amp;vcm_ifr=0&amp;vcm_xy=120..1785&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr=&amp;host=media.fastclick.net
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID DEVo TAIo PSAo HISo OTPo OUR DELo BUS COM NAV INT DSP COR&quot;
Content-Length: 482
Keep-Alive: timeout=5, max=19901
Connection: Keep-Alive
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1

Host: static.ak.fbcdn.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.facebook.com/plugins/like.php?href=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;layout=button_count&amp;show_faces=false&amp;width=200&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=29
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Fri, 29 Jun 2012 21:48:06 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: DROeMGRPcdwLS4zkFLAnDVu5opvpxfNclOg2Khukp6I=
Content-Length: 567
Cache-Control: public, max-age=25704050
Expires: Wed, 28 Aug 2013 13:58:11 GMT
Date: Sun, 04 Nov 2012 01:57:21 GMT
Connection: keep-alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=233890914&utmhn=upload2.com&utmcs=UTF-8&utmsr=1176x885&utmvp=550x412&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Upload2.com%20-%20Naruto%20Shippuuden%20Episode%20286&utmhid=1797418708&utmr=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&utmp=%2Fembed%2F6428cca8c0&utmac=UA-5111743-13&utmcc=__utma%3D160315897.1530645100.1351994242.1351994242.1351994242.1%3B%2B__utmz%3D160315897.1351994242.1.1.utmcsr%3Danimefreak.tv%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fwatch%2Fnaruto-shippuuden-episode-286-online%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=233890914&amp;utmhn=upload2.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=550x412&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Upload2.com%20-%20Naruto%20Shippuuden%20Episode%20286&amp;utmhid=1797418708&amp;utmr=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&amp;utmp=%2Fembed%2F6428cca8c0&amp;utmac=UA-5111743-13&amp;utmcc=__utma%3D160315897.1530645100.1351994242.1351994242.1351994242.1%3B%2B__utmz%3D160315897.1351994242.1.1.utmcsr%3Danimefreak.tv%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fwatch%2Fnaruto-shippuuden-episode-286-online%3B&amp;utmu=q~ 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://upload2.com/embed/6428cca8c0
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:16:20 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: 261661
Server: GFE/2.0
GET /rsrc.php/v2/yf/r/ermz5xIRKqj.js HTTP/1.1

Host: static.ak.fbcdn.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.facebook.com/plugins/like.php?href=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;layout=button_count&amp;show_faces=false&amp;width=200&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=29
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 26 Oct 2012 01:14:26 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: N+I8JRuT6Vc1XTfCzT6+2ZeZAilFlXFQGUdFwvperAo=
Content-Length: 37956
Vary: Accept-Encoding
Cache-Control: public, max-age=31144148
Expires: Wed, 30 Oct 2013 13:06:29 GMT
Date: Sun, 04 Nov 2012 01:57:21 GMT
Connection: keep-alive
GET /wrapper/aceUAC.js HTTP/1.1

Host: uac.advertising.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache/2.2.3 (CentOS)
Accept-Ranges: bytes
Cteonnt-Length: 18915
Cache-Control: max-age=3600
Expires: Sun, 04 Nov 2012 02:13:08 GMT
P3P: CP=&quot;NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV&quot;
Content-Encoding: gzip
Content-Length: 6021
Vary: Accept-Encoding
Date: Sun, 04 Nov 2012 01:57:21 GMT
Connection: keep-alive
GET /js/clear_form.js HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 16 Mar 2011 18:30:32 GMT
Etag: &quot;3787738117&quot;
Accept-Ranges: bytes
Content-Length: 113
Date: Sun, 04 Nov 2012 04:27:52 GMT
Server: lighttpd/1.4.31
GET /js/aff.js HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 16 Mar 2011 18:30:32 GMT
Etag: &quot;3786011618&quot;
Accept-Ranges: bytes
Content-Length: 1055
Date: Sun, 04 Nov 2012 00:59:44 GMT
Server: lighttpd/1.4.31
GET /tags2/2-1007494.js HTTP/1.1

Host: adserving.cpxadroit.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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 01:57:21 GMT
Keep-Alive: timeout=10, max=100
Connection: Keep-Alive
Accept-Ranges: bytes
Etag: &quot;1305559165&quot;
Last-Modified: Mon, 16 May 2011 15:19:25 GMT
Cache-Control: max-age=107941
Content-Length: 203
X-HW: 1351994241.cm028a4
GET /a/8403/13546/26606-15.js?cb=0.8007937700110862 HTTP/1.1

Host: optimized-by.rubiconproject.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.upload2.com/upload2.html
Cookie: rpb=14240%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^1; rdk2=0; ses2=13384^1
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: RAS/1.3 (Unix)
Set-Cookie: rdk=8403/13546; expires=Sun, 04-Nov-2012 02:57:23 GMT; max-age=60; path=/; domain=.rubiconproject.com rdk15=0; expires=Sun, 04-Nov-2012 02:57:23 GMT; max-age=10; path=/; domain=.rubiconproject.com csi15=3185436.js^1^1351994243^1351994243; Domain=.rubiconproject.com; Path=/; Expires=Sun, 11-Nov-2012 01:57:23 GMT; Max-Age=604800 csi2=; Domain=.rubiconproject.com; Path=/; Expires=Sun, 11-Nov-2012 01:57:23 GMT; Max-Age=604800 ses15=13384^1&amp;13546^1; Domain=.rubiconproject.com; Path=/; Expires=Mon, 05-Nov-2012 05:59:59 GMT; Max-Age=100956 ses2=13384^1; Domain=.rubiconproject.com; Path=/; Expires=Mon, 05-Nov-2012 05:59:59 GMT; Max-Age=100956
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Wed, 17 Sep 1975 21:32:10 GMT
Keep-Alive: timeout=5, max=62
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /sites/player/player.swf?thumbnail=http://upload2.com/sites/image/thumb/thumbnail.jpg&autoplay=0&video_title=Naruto%20Shippuuden%20Episode%20286&video=http://66.55.152.28/016ed3d7f31ed7317009f06a7422fcd8.mp4/5a9f1b2cbd22b87213057ae21439751a/5095d991&rating=M-PG13&dlmedia=http://upload2.com/video/6428cca8c0&vid=6428cca8c0 HTTP/1.1

Host: upload2.com
GET /sites/player/player.swf?thumbnail=http://upload2.com/sites/image/thumb/thumbnail.jpg&amp;autoplay=0&amp;video_title=Naruto%20Shippuuden%20Episode%20286&amp;video=http://66.55.152.28/016ed3d7f31ed7317009f06a7422fcd8.mp4/5a9f1b2cbd22b87213057ae21439751a/5095d991&amp;rating=M-PG13&amp;dlmedia=http://upload2.com/video/6428cca8c0&amp;vid=6428cca8c0 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://upload2.com/embed/6428cca8c0
Cookie: __utma=160315897.1530645100.1351994242.1351994242.1351994242.1; __utmb=160315897.1.10.1351994242; __utmc=160315897; __utmz=160315897.1351994242.1.1.utmcsr=animefreak.tv|utmccn=(referral)|utmcmd=referral|utmcct=/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Accept-Ranges: bytes
Etag: &quot;1631661281&quot;
Last-Modified: Sat, 17 Jul 2010 13:12:18 GMT
Content-Length: 11338
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: lighttpd/1.4.28
GET /images/box_r1_c1.png HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/png
Expires: Sun, 18 Nov 2012 04:27:54 GMT
Cache-Control: max-age=1209600
Accept-Ranges: bytes
Etag: &quot;1023547840&quot;
Last-Modified: Wed, 16 Mar 2011 18:30:27 GMT
Content-Length: 1024
Date: Sun, 04 Nov 2012 04:27:54 GMT
Server: lighttpd/1.4.31
GET /images/box_r2_c1.png HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/png
Expires: Sun, 18 Nov 2012 03:44:59 GMT
Cache-Control: max-age=1209600
Accept-Ranges: bytes
Etag: &quot;146619606&quot;
Last-Modified: Wed, 16 Mar 2011 18:30:27 GMT
Content-Length: 214
Date: Sun, 04 Nov 2012 03:44:59 GMT
Server: lighttpd/1.4.31
GET /counter/counter.js HTTP/1.1

Host: www.statcounter.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: PWS/8.0.9.6
X-Px: ht arn-tel-n8.panthercdn.com
Etag: &quot;4948c4-236a-5051fbde&quot;
P3P: policyref=&quot;http://www.statcounter.com/w3c/p3p.xml&quot;, CP=&quot;ADMa OUR COM NAV NID DSP NOI COR&quot;
Cache-Control: max-age=43200
Content-Length: 3056
Content-Encoding: gzip
Vary: Accept-Encoding
Px-Uncompress-Origin: 9066
Last-Modified: Thu, 13 Sep 2012 15:29:34 GMT
Connection: keep-alive
GET /beacon.js HTTP/1.1

Host: b.scorecardresearch.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.upload2.com/upload2.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Sun, 18 Nov 2012 01:57:23 GMT
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 1140
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /b?c1=8&c2=6135404&c3=25&c4=13546&c10=3201847&ns__t=1351994243458&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&c9=http%3A%2F%2Fupload2.com%2Fembed%2F6428cca8c0 HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6135404&amp;c3=25&amp;c4=13546&amp;c10=3201847&amp;ns__t=1351994243458&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;c9=http%3A%2F%2Fupload2.com%2Fembed%2F6428cca8c0 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.upload2.com/upload2.html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/b2?c1=8&amp;c2=6135404&amp;c3=25&amp;c4=13546&amp;c10=3201847&amp;ns__t=1351994243458&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;c9=http%3A%2F%2Fupload2.com%2Fembed%2F6428cca8c0
Date: Sun, 04 Nov 2012 01:57:23 GMT
Connection: keep-alive
Set-Cookie: UID=a76349-195.159.219.8-1351994243; expires=Sat, 25-Oct-2014 01:57:23 GMT; path=/; domain=.scorecardresearch.com UIDR=1351994243; expires=Sat, 25-Oct-2014 01:57:23 GMT; path=/; domain=.scorecardresearch.com
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /b2?c1=8&c2=6135404&c3=25&c4=13546&c10=3201847&ns__t=1351994243458&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&c9=http%3A%2F%2Fupload2.com%2Fembed%2F6428cca8c0 HTTP/1.1

Host: b.scorecardresearch.com
GET /b2?c1=8&amp;c2=6135404&amp;c3=25&amp;c4=13546&amp;c10=3201847&amp;ns__t=1351994243458&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;c9=http%3A%2F%2Fupload2.com%2Fembed%2F6428cca8c0 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.upload2.com/upload2.html
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:23 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8403/13546&geo=eu&co=no HTTP/1.1

Host: tap2-cdn.rubiconproject.com
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no 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.upload2.com/upload2.html
Cookie: rpb=14240%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Last-Modified: Sat, 03 Nov 2012 14:59:22 GMT
Content-Encoding: gzip
Cache-Control: max-age=600
Expires: Sun, 04 Nov 2012 02:07:23 GMT
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 5050
Connection: keep-alive
Vary: Accept-Encoding
GET /w/pop.cgi?sid=49725&m=2&tp=2&d=j&t=n&vcm_acv=1.0&c=21&vcm_ifr=0&vcm_xy=120..1785&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr=&host=media.fastclick.net HTTP/1.1

Host: rd.apmebf.com
GET /w/pop.cgi?sid=49725&amp;m=2&amp;tp=2&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=21&amp;vcm_ifr=0&amp;vcm_xy=120..1785&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr=&amp;host=media.fastclick.net 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Apache/2.2.4 (Unix)
Set-Cookie: S=6vn9l9-25272-1351994243381-6e; domain=.apmebf.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT TT=v1|HzAtNnZuOWw5LTI1MjcyLTEzNTE5OTQyNDMzODEtNmU6IATgER8BNmU=; domain=.apmebf.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT
Location: http://media.fastclick.net/w/pop.cgi?sid=49725&amp;m=2&amp;tp=2&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=21&amp;vcm_ifr=0&amp;vcm_xy=120..1785&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr=&amp;no_cj_c=1&amp;upsid=281482634960
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID DEVo TAIo PSAo HISo OTPo OUR DELo BUS COM NAV INT DSP COR&quot;
Content-Length: 496
Keep-Alive: timeout=5, max=72
Connection: Keep-Alive
GET /images/box_r3_c2.png HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/png
Expires: Sun, 18 Nov 2012 03:44:59 GMT
Cache-Control: max-age=1209600
Accept-Ranges: bytes
Etag: &quot;138165465&quot;
Last-Modified: Wed, 16 Mar 2011 18:30:28 GMT
Content-Length: 215
Date: Sun, 04 Nov 2012 03:44:59 GMT
Server: lighttpd/1.4.31
GET /images/box_r2_c3.png HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/png
Expires: Sun, 18 Nov 2012 00:59:45 GMT
Cache-Control: max-age=1209600
Accept-Ranges: bytes
Etag: &quot;693285083&quot;
Last-Modified: Wed, 16 Mar 2011 18:30:28 GMT
Content-Length: 214
Date: Sun, 04 Nov 2012 00:59:45 GMT
Server: lighttpd/1.4.31
GET /devobject.js HTTP/1.1

Host: embed.videoweed.es

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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
Cookie: aff=3329
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Thu, 29 Jul 2010 01:41:04 GMT
Etag: &quot;912496402&quot;
Accept-Ranges: bytes
Content-Length: 7600
Date: Sun, 04 Nov 2012 04:00:51 GMT
Server: lighttpd/1.4.31
GET /images/spacer.gif HTTP/1.1

Host: www.videoweed.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 301 Moved Permanently

HTTP/1.1 301 Moved Permanently
Location: http://www.videoweed.es/var/www/blank/error.html
Content-Length: 0
Date: Sun, 04 Nov 2012 04:27:54 GMT
Server: lighttpd/1.4.31
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, 03 Oct 2012 19:48:11 GMT
Etag: &quot;289dff-26c-4cb2ceb2654c0&quot;
Accept-Ranges: bytes
Content-Length: 620
Date: Sun, 04 Nov 2012 01:57:23 GMT
Connection: keep-alive
GET /custompopup.php?embeded=1&ref=animefreak.tv HTTP/1.1

Host: ad2.ycasmd.info
GET /custompopup.php?embeded=1&amp;ref=animefreak.tv 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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/html
X-Powered-By: PHP/5.1.6
Connection: close
Transfer-Encoding: chunked
Date: Sun, 04 Nov 2012 01:58:47 GMT
Server: lighttpd/1.4.28
GET /st?ad_type=iframe&ad_size=300x250&section=1614464 HTTP/1.1

Host: adserving.cpxinteractive.com
GET /st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464 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.upload2.com/upload2.html
HTTP/1.1 302 Found

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
Location: http://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 0
GET /st?ad_type=ad&ad_size=300x250&section=1904132&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html HTTP/1.1

Host: adserving.cpxinteractive.com
GET /st?ad_type=ad&amp;ad_size=300x250&amp;section=1904132&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 200 OK

Content-Type: text/javascript
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
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 476
GET /getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 HTTP/1.1

Host: ib.adnxs.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
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=Sat, 02-Feb-2013 01:57:23 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:23 GMT; domain=.adnxs.com; HttpOnly
Location: http://pixel.rubiconproject.com/tap.php?v=4894&amp;nid=1986&amp;put=5858721859426781856&amp;expires=30
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 0
GET /ping_match.gif?ei=RUBICON&rurl=http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4210%26nid%3D1523%26put%3D_wfivefivec_%26expires%3D10 HTTP/1.1

Host: i.w55c.net
GET /ping_match.gif?ei=RUBICON&amp;rurl=http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4210%26nid%3D1523%26put%3D_wfivefivec_%26expires%3D10 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Jetty(6.1.22)
Set-Cookie: wfivefivec=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2;Path=/;Domain=.w55c.net;Expires=Tue, 04-Nov-14 01:57:23 GMT
X-Version: DataXu Pixel Tracker v3.3 20120918
Cache-Control: private
P3P: policyref=&quot;https://cts.w55c.net/ct/p3p_policy_ref.xml&quot;, CP=&quot;UNI PUR COM INT STA OTC STP OUR CUR TAIo COR DSP NOI&quot;
Content-Length: 0
Location: http://pixel.rubiconproject.com/tap.php?v=4210&amp;nid=1523&amp;put=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2&amp;expires=10
Via: 1.1 lhr061005 (MII-APC/2.2)
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /site=795519/size=728090/u=2/bnum=51798818/wkhr=2/hr=2/hl=1/scres=5/swh=1176x885/tile=1/f=1/r=1/optn=1/fv=10/aolexp=1/dref=http%253A%252F%252Fwww.animefreak.tv%252Fwatch%252Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: r1.ace.advertising.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Pragma: no-cache
P3P: CP=&quot;NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV&quot;, an.n=&quot;Advertising.com&quot;, an.pp=&quot;http://advertising.aol.com/privacy/advertisingcom&quot;, an.oo=&quot;http://advertising.aol.com/privacy/advertisingcom/opt-out&quot;, an.by=&quot;Y&quot;
Location: http://r1.ace.advertising.com/ctst=1/site=795519/size=728090/u=2/bnum=51798818/wkhr=2/hr=2/hl=1/scres=5/swh=1176x885/tile=1/f=1/r=1/optn=1/fv=10/aolexp=1/dref=http%253A%252F%252Fwww.animefreak.tv%252Fwatch%252Fnaruto-shippuuden-episode-286-online
Set-Cookie: ACID=jr860013519942430030; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:23 GMT; path=/ ASCID=jr860013519942430030; domain=advertising.com; path=/
Cache-Control: private, max-age=0, no-cache
Expires: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 363
GET /var/www/blank/error.html HTTP/1.1

Host: www.videoweed.es

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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 404 Not Found

Content-Type: text/html
Content-Length: 345
Date: Sun, 04 Nov 2012 04:27:54 GMT
Server: lighttpd/1.4.31
GET /ptj?member=541&size=300x250&inv_code=1904132&referrer=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html&redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D300x250%26section%3D1904132%26referrer%3Dhttp%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html HTTP/1.1

Host: ib.adnxs.com
GET /ptj?member=541&amp;size=300x250&amp;inv_code=1904132&amp;referrer=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html&amp;redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D300x250%26section%3D1904132%26referrer%3Dhttp%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Sat, 02-Feb-2013 01:57:23 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:23 GMT; domain=.adnxs.com; HttpOnly icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..; path=/; expires=Sat, 02-Feb-2013 01:57:23 GMT; domain=.adnxs.com; HttpOnly acb866578=-@L6D208WMGFAN=(hds6c[ZrA?enc=YVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAgUCAQUAAIIAwiPROAAAAAA.&amp;tt_code=1904132&amp;cnd=%21WyX5iAjJqCQQ56bIARgAIJOBAzAAOOe2B0AASM0JUMWxDVgBYNgGaABwAHgAgAHkEYgBrAKQAQGYAQGgAQGoAQOwAQC5AZOwLRPSO8Y_wQEAxQqvoonMP8kBk7AtE9I7xj_ZAQMJih9j7ug_4AEA&amp;udj=uf%28%27a%27%2C+53044%2C+1351994243%29%3Buf%28%27r%27%2C+3281767%2C+1351994243%29%3Bppv%2846849%2C+%271502751080594725431%27%2C+1351994243%2C+1352599043%2C+595017%2C+49299%2C+0%2C+0%2C+2592000%29%3B&amp;ccd=%21UwVMMQjJqCQQ56bIARiTgQMgAA..&amp;vpid=45&amp;media_subtypes=1&amp;dlo=1; path=/; expires=Mon, 05-Nov-2012 01:57:23 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQVaU$O6`kb10I3SSKk:).AkTxMEG.Z.UNd`ldj; path=/; expires=Sat, 02-Feb-2013 01:57:23 GMT; domain=.adnxs.com; HttpOnly
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 460
GET /server/pixel.htm?fpid=6&sp=y HTTP/1.1

Host: ad.turn.com
GET /server/pixel.htm?fpid=6&amp;sp=y 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
HTTP/1.1 200 OK

Content-Type: text/html;charset=UTF-8
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI NAV&quot;
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Pragma: no-cache
Set-Cookie: uid=7721602479492646555; Domain=.turn.com; Expires=Fri, 03-May-2013 01:57:23 GMT; Path=/
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Sun, 04 Nov 2012 01:57:23 GMT
GET /var/www/blank/error.html HTTP/1.1

Host: www.videoweed.es

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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 404 Not Found

Content-Type: text/html
Content-Length: 345
Date: Sun, 04 Nov 2012 00:59:46 GMT
Server: lighttpd/1.4.31
GET /ctst=1/site=795519/size=728090/u=2/bnum=51798818/wkhr=2/hr=2/hl=1/scres=5/swh=1176x885/tile=1/f=1/r=1/optn=1/fv=10/aolexp=1/dref=http%253A%252F%252Fwww.animefreak.tv%252Fwatch%252Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: r1.ace.advertising.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Pragma: no-cache
P3P: CP=&quot;NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV&quot;, an.n=&quot;Advertising.com&quot;, an.pp=&quot;http://advertising.aol.com/privacy/advertisingcom&quot;, an.oo=&quot;http://advertising.aol.com/privacy/advertisingcom/opt-out&quot;, an.by=&quot;Y&quot;
Comscore: CMXID=2115.1322545.795519.0XMC
Set-Cookie: F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:23 GMT; path=/ FC=CISX14QFEgcIoAIQ6qIa; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:23 GMT; path=/ 51798818=_5095cb84,5514784540,795519^1322545^-91^0,1_; domain=advertising.com; path=/click
Cache-Control: private, max-age=0, no-cache
Expires: Sun, 04 Nov 2012 01:57:23 GMT
Cteonnt-Length: 2906
Content-Encoding: gzip
Content-Length: 1306
GET /images/shared/download_buttons/get_flash_player.gif HTTP/1.1

Host: www.adobe.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 301 Moved Permanently

Content-Type: text/html; charset=iso-8859-1
Server: Apache
Location: http://wwwimages.adobe.com/www.adobe.com/images/shared/download_buttons/get_flash_player.gif
Cache-Control: max-age=900
Expires: Sun, 04 Nov 2012 02:12:22 GMT
Keep-Alive: timeout=2
Accept-Ranges: bytes
Connection: Keep-Alive
Date: Sun, 04 Nov 2012 01:57:23 GMT
Age: 1
Content-Length: 300
GET /server/ddc.htm?uid=7721602479492646555&rnd=7505429697378862747&fpid=6&nu=y&t=&sp=y&purl=&ctid=3&cyid=11 HTTP/1.1

Host: cdn.turn.com
GET /server/ddc.htm?uid=7721602479492646555&amp;rnd=7505429697378862747&amp;fpid=6&amp;nu=y&amp;t=&amp;sp=y&amp;purl=&amp;ctid=3&amp;cyid=11 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://ad.turn.com/server/pixel.htm?fpid=6&amp;sp=y
Cookie: uid=7721602479492646555
HTTP/1.1 200 OK

Content-Type: text/html;charset=UTF-8
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI NAV&quot;
Pragma: no-cache
Content-Encoding: gzip
Cache-Control: private, no-cache, no-store, must-revalidate
Date: Sun, 04 Nov 2012 01:57:23 GMT
Content-Length: 4142
Connection: keep-alive
Vary: Accept-Encoding
GET /oz/feeds/invite-media-rtb/tokens/?rt=iframe HTTP/1.1

Host: tap.rubiconproject.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain; charset=UTF-8
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Location: http://pixel.invitemedia.com/rubicon_sync?publisher_user_id=13255a9b8ed60ae9578ee7842a24051befeabbd8&amp;publisher_dsp_id=2101&amp;publisher_call_type=iframe&amp;publisher_redirecturl=http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/
Content-Length: 0
Cache-Control: private
Set-Cookie: cd=false; Domain=.rubiconproject.com; Expires=Mon, 04-Nov-2013 01:57:23 GMT; Path=/ au=H93IGQX1-4NDW-10.74.71.140; Domain=.rubiconproject.com; Expires=Mon, 02-Nov-2020 01:57:23 GMT; Path=/ dq=1|1|0|0; Expires=Mon, 04-Nov-2013 01:57:23 GMT; Path=/ put_2101=&quot;&quot;; Domain=.rubiconproject.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; Version=1; Domain=.rubiconproject.com; Max-Age=31536000; Path=/ SERVERID=; Expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
Keep-Alive: timeout=5, max=185
Connection: Keep-Alive
GET /showads.php?id=27&porn=0 HTTP/1.1

Host: ad.vuiads.org
GET /showads.php?id=27&amp;porn=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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: text/html
X-Powered-By: PHP/5.1.6
Set-Cookie: adc344=1; expires=Mon, 05-Nov-2012 02:57:50 GMT
Connection: close
Transfer-Encoding: chunked
Date: Sun, 04 Nov 2012 02:57:50 GMT
Server: lighttpd/1.4.28
GET /sites/player/skins/dark.swf HTTP/1.1

Host: upload2.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=160315897.1530645100.1351994242.1351994242.1351994242.1; __utmb=160315897.1.10.1351994242; __utmc=160315897; __utmz=160315897.1351994242.1.1.utmcsr=animefreak.tv|utmccn=(referral)|utmcmd=referral|utmcct=/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Accept-Ranges: bytes
Etag: &quot;1876491204&quot;
Last-Modified: Sun, 04 Jul 2010 17:56:40 GMT
Content-Length: 35545
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: lighttpd/1.4.28
GET /t.php?sc_project=7450756&resolution=1176&h=885&camefrom=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&u=http%3A//embed.videoweed.es/embed.php%3Fv%3Dq4g5ivklri7qw%26width%3D550%26height%3D412&t=VideoWeed%20-%20Get%20high%20on%20VideoWeed%20%7C%20Flash%20Video%20Hosting&java=1&security=c55a0ec1&sc_random=0.45043264752480316&sc_snum=1&p=0&invisible=1 HTTP/1.1

Host: c.statcounter.com
GET /t.php?sc_project=7450756&amp;resolution=1176&amp;h=885&amp;camefrom=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;u=http%3A//embed.videoweed.es/embed.php%3Fv%3Dq4g5ivklri7qw%26width%3D550%26height%3D412&amp;t=VideoWeed%20-%20Get%20high%20on%20VideoWeed%20%7C%20Flash%20Video%20Hosting&amp;java=1&amp;security=c55a0ec1&amp;sc_random=0.45043264752480316&amp;sc_snum=1&amp;p=0&amp;invisible=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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;http://www.statcounter.com/w3c/p3p.xml&quot;, CP=&quot;ADMa OUR COM NAV NID DSP NOI COR&quot;
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: is_unique=sc7450756.1351994243.0; expires=Fri, 03-Nov-2017 01:57:23 GMT; path=/; domain=.statcounter.com
Content-Length: 49
Connection: close
GET /tap.php?v=4894&nid=1986&put=5858721859426781856&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=4894&amp;nid=1986&amp;put=5858721859426781856&amp;expires=30 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:23 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%264894%3D1; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264894%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.pixel.rubiconproject.com put_1986=5858721859426781856; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9971
Connection: Keep-Alive
GET /tap.php?v=4210&nid=1523&put=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2&expires=10 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=4210&amp;nid=1523&amp;put=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2&amp;expires=10 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:23 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%264210%3D1; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264210%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.pixel.rubiconproject.com put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; expires=Wed, 14-Nov-2012 01:57:23 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9988
Connection: Keep-Alive
GET /www.adobe.com/images/shared/download_buttons/get_flash_player.gif HTTP/1.1

Host: wwwimages.adobe.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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
HTTP/1.1 200 OK

Content-Type: image/gif
Expires: Sun, 04 Nov 2012 02:08:47 GMT
Last-Modified: Tue, 30 Oct 2012 04:37:27 GMT
Etag: &quot;971224-6b8-4cd3f57d42fc0&quot;
Cache-Control: max-age=900, s-maxage=300
Server: Apache
Accept-Ranges: bytes
Content-Length: 1720
Date: Sun, 04 Nov 2012 01:57:23 GMT
Connection: keep-alive
GET /player/weedplayerv3.swf HTTP/1.1

Host: embed.videoweed.es

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://embed.videoweed.es/embed.php?v=q4g5ivklri7qw&amp;width=550&amp;height=412
Cookie: aff=3329
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 06 Aug 2012 21:31:56 GMT
Etag: &quot;3474559639&quot;
Accept-Ranges: bytes
Content-Length: 190055
Date: Sun, 04 Nov 2012 02:33:44 GMT
Server: lighttpd/1.4.28
GET /rubicon_sync?publisher_user_id=13255a9b8ed60ae9578ee7842a24051befeabbd8&publisher_dsp_id=2101&publisher_call_type=iframe&publisher_redirecturl=http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/ HTTP/1.1

Host: pixel.invitemedia.com
GET /rubicon_sync?publisher_user_id=13255a9b8ed60ae9578ee7842a24051befeabbd8&amp;publisher_dsp_id=2101&amp;publisher_call_type=iframe&amp;publisher_redirecturl=http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/ 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8403/13546&amp;geo=eu&amp;co=no
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:24 GMT
Set-Cookie: uid=084964f6-b026-473c-ba54-02bf1dd988fa;Path=/;Domain=invitemedia.com;Expires=Mon, 04-Nov-2013 01:57:24 GMT impressions=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT clicks=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT segments=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT io_frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Pragma: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;OTI DSP COR ADMo TAIo PSAo PSDo CONo OUR SAMo OTRo STP UNI PUR COM NAV INT DEM STA PRE LOC&quot;
Cache-Control: no-cache
Content-Length: 221
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /tap.php?v=4212&nid=1185&put=7721602479492646555&expires=60 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=4212&amp;nid=1185&amp;put=7721602479492646555&amp;expires=60 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://cdn.turn.com/server/ddc.htm?uid=7721602479492646555&amp;rnd=7505429697378862747&amp;fpid=6&amp;nu=y&amp;t=&amp;sp=y&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: rpb=14240%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:23 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%264212%3D1; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:23 GMT; path=/; domain=.pixel.rubiconproject.com put_1185=7721602479492646555; expires=Thu, 03-Jan-2013 01:57:23 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9946
Connection: Keep-Alive
GET /sites/image/thumb/thumbnail.jpg HTTP/1.1

Host: upload2.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=160315897.1530645100.1351994242.1351994242.1351994242.1; __utmb=160315897.1.10.1351994242; __utmc=160315897; __utmz=160315897.1351994242.1.1.utmcsr=animefreak.tv|utmccn=(referral)|utmcmd=referral|utmcct=/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: image/jpeg
Accept-Ranges: bytes
Etag: &quot;1336378297&quot;
Last-Modified: Mon, 28 Jun 2010 21:01:25 GMT
Content-Length: 21885
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: lighttpd/1.4.28
GET /oz/feeds/invite-media-rtb/tokens/?Expiration=1352426244&publisher_dsp_id=2101&external_user_id=084964f6-b026-473c-ba54-02bf1dd988fa HTTP/1.1

Host: tap.rubiconproject.com
GET /oz/feeds/invite-media-rtb/tokens/?Expiration=1352426244&amp;publisher_dsp_id=2101&amp;external_user_id=084964f6-b026-473c-ba54-02bf1dd988fa 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://pixel.invitemedia.com/rubicon_sync?publisher_user_id=13255a9b8ed60ae9578ee7842a24051befeabbd8&amp;publisher_dsp_id=2101&amp;publisher_call_type=iframe&amp;publisher_redirecturl=http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/
Cookie: rpb=14240%3D1%264210%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; dq=1|1|0|0; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain; charset=UTF-8
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Location: http://pixel.rubiconproject.com/tap.php?v=5852&amp;nid=2101&amp;put=084964f6-b026-473c-ba54-02bf1dd988fa
Content-Length: 0
Cache-Control: private
Set-Cookie: cd=false; Domain=.rubiconproject.com; Expires=Mon, 04-Nov-2013 01:57:23 GMT; Path=/ dq=2|2|0|0; Expires=Mon, 04-Nov-2013 01:57:23 GMT; Path=/ put_2101=&quot;&quot;; Domain=.rubiconproject.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; Version=1; Domain=.rubiconproject.com; Max-Age=31536000; Path=/ SERVERID=; Expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
Keep-Alive: timeout=5, max=179
Connection: Keep-Alive
GET /w/pop.cgi?sid=49725&m=2&tp=2&d=j&t=n&vcm_acv=1.0&c=21&vcm_ifr=0&vcm_xy=120..1785&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr=&no_cj_c=1&upsid=281482634960 HTTP/1.1

Host: media.fastclick.net
GET /w/pop.cgi?sid=49725&amp;m=2&amp;tp=2&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=21&amp;vcm_ifr=0&amp;vcm_xy=120..1785&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr=&amp;no_cj_c=1&amp;upsid=281482634960 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Apache/2.2.4 (Unix) mod_apreq2-20090110/2.7.1
Cache-Control: no-cache
Pragma: no-cache
Expires: 0
Content-Length: 7294
Set-Cookie: pluto=281482634960|v1; domain=.fastclick.net; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID DEVo TAIo PSAo HISo OTPo OUR DELo BUS COM NAV INT DSP COR&quot;
Keep-Alive: timeout=5, max=19975
Connection: Keep-Alive
GET /st?anmember=541&anprice=18&ad_type=ad&ad_size=300x250&section=1904132&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html HTTP/1.1

Host: ad.yieldmanager.com
GET /st?anmember=541&amp;anprice=18&amp;ad_type=ad&amp;ad_size=300x250&amp;section=1904132&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0925.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, 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, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:23 GMT
Expires: Sun, 04 Nov 2012 01:57:23 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /st?ad_type=iframe&ad_size=300x250&section=1614464 HTTP/1.1

Host: ad.yieldmanager.com
GET /st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464 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.upload2.com/upload2.html
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0593.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, 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, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:23 GMT
Expires: Sun, 04 Nov 2012 01:57:23 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /tap.php?v=5852&nid=2101&put=084964f6-b026-473c-ba54-02bf1dd988fa HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=5852&amp;nid=2101&amp;put=084964f6-b026-473c-ba54-02bf1dd988fa 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://pixel.invitemedia.com/rubicon_sync?publisher_user_id=13255a9b8ed60ae9578ee7842a24051befeabbd8&amp;publisher_dsp_id=2101&amp;publisher_call_type=iframe&amp;publisher_redirecturl=http://tap.rubiconproject.com/oz/feeds/invite-media-rtb/tokens/
Cookie: rpb=14240%3D1%264212%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:24 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%264212%3D1%265852%3D1; expires=Tue, 04-Dec-2012 01:57:24 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:24 GMT; path=/; domain=.pixel.rubiconproject.com put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; expires=Tue, 04-Dec-2012 01:57:24 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9973
Connection: Keep-Alive
GET /sites/default/files/af/misc/ads/chat.html HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 06 Dec 2010 22:45:32 GMT
Etag: &quot;10e016-3a5-496c5a53ffb00&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 421
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /sites/default/files/af/misc/ads/3002.html HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 06 Dec 2010 22:41:18 GMT
Etag: &quot;10e014-36d-496c5961c3f80&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 486
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /sites/player/Rating.swf?vidrate=M-PG13 HTTP/1.1

Host: upload2.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=160315897.1530645100.1351994242.1351994242.1351994242.1; __utmb=160315897.1.10.1351994242; __utmc=160315897; __utmz=160315897.1351994242.1.1.utmcsr=animefreak.tv|utmccn=(referral)|utmcmd=referral|utmcct=/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Accept-Ranges: bytes
Etag: &quot;1399008743&quot;
Last-Modified: Wed, 30 Jun 2010 11:22:51 GMT
Content-Length: 47591
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: lighttpd/1.4.28
GET /sites/default/files/af/images/becomefan.jpg HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Wed, 19 Aug 2009 11:02:24 GMT
Etag: &quot;fc1ba-109f-4717c91de7000&quot;
Accept-Ranges: bytes
Content-Length: 4255
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /gb/14071hgao.html HTTP/1.1

Host: scripts.gx101.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:24 GMT
Etag: &quot;3158499384&quot;
Expires: Sun, 11 Nov 2012 01:57:24 GMT
Last-Modified: Fri, 24 Aug 2012 00:19:52 GMT
Server: ECS (arn/46F5)
X-Cache: HIT
Content-Length: 326
GET /ads/ad344.html HTTP/1.1

Host: ad.velmedia.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://ad.vuiads.org/showads.php?id=27&amp;porn=0
HTTP/1.1 200 OK

Content-Type: text/html
Accept-Ranges: bytes
Etag: &quot;143039655&quot;
Last-Modified: Sun, 04 Nov 2012 02:55:01 GMT
Content-Length: 445
Connection: close
Date: Sun, 04 Nov 2012 01:13:52 GMT
Server: lighttpd/1.4.29
GET /sites/all/themes/af/css/img/leaf.gif HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sun, 12 Oct 2008 23:26:38 GMT
Etag: &quot;fa682-b0-45916b6cec780&quot;
Accept-Ranges: bytes
Content-Length: 176
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /imp?Z=300x250&s=1614464&T=3&_salt=918798613&B=10&u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&r=0 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;s=1614464&amp;T=3&amp;_salt=918798613&amp;B=10&amp;u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;r=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: */*
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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0983.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=141k1cllo/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;s=1614464&amp;T=3&amp;_salt=918798613&amp;B=10&amp;u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:24 GMT
Expires: Sun, 04 Nov 2012 01:57:24 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /PortalServe/?pid=1894272L58720121026214421&flash=10.0&time=0|2:57|1&redir=http://r1.ace.advertising.com/click/site=0000795519/mnum=0001322545/cstr=51798818=_5095cb84,5514784540,795519_1322545_-91_0,1_/xsxdata=$XSXDATA/bnum=51798818/optn=64?trg=$CTURL$&pos=s&ies=aolN0001322545&inif=1&r=0.2779776871592404 HTTP/1.1

Host: ads.pointroll.com
GET /PortalServe/?pid=1894272L58720121026214421&amp;flash=10.0&amp;time=0|2:57|1&amp;redir=http://r1.ace.advertising.com/click/site=0000795519/mnum=0001322545/cstr=51798818=_5095cb84,5514784540,795519_1322545_-91_0,1_/xsxdata=$XSXDATA/bnum=51798818/optn=64?trg=$CTURL$&amp;pos=s&amp;ies=aolN0001322545&amp;inif=1&amp;r=0.2779776871592404 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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: text/html
Connection: close
Date: Sun, 04 Nov 2012 01:57:23 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
Access-Control-Allow-Origin: *
X-Powered-By: ASP.NET
Content-Length: 16447
Set-Cookie: PRID=97EDD29F-7C87-410A-94D1-65709AB6A2A6; domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRbu=EzaGwoCf3;domain=.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRvt=CBLwNEzaGwoCf3AHCBAe;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRgo=BBBCxU!BA;domain=.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRimp=A1CD0400-A0B0-F727-030B-C0D001C20100; domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRca=|AM63*130:1|#;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRcp=|AM63AACG:1|#;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRpl=|Hwmm:1|#;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRcr=|HDXJ:1|#;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT; PRpc=|HwmmHDXJ:1|#;domain=ads.pointroll.com; path=/; expires=Tue, 04-Nov-2014 01:57:23 GMT;
GET /imp?Z=300x250&anmember=541&anprice=18&referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&s=1904132&_salt=3558066401&B=10&r=0 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;anmember=541&amp;anprice=18&amp;referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&amp;s=1904132&amp;_salt=3558066401&amp;B=10&amp;r=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: */*
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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0058.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=167sfmtu6/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;anmember=541&amp;anprice=18&amp;referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&amp;s=1904132&amp;_salt=3558066401&amp;B=10&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:24 GMT
Expires: Sun, 04 Nov 2012 01:57:24 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /w/get.media?sid=49725&m=7&tp=9&d=j&t=n&vcm_acv=1.0&c=0.9625382709713879&vcm_ifr=0&vcm_xy=685..11976&vcm_vv=true&vcm_vm=false&vcm_pr=&vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&vcm_cr= HTTP/1.1

Host: media.fastclick.net
GET /w/get.media?sid=49725&amp;m=7&amp;tp=9&amp;d=j&amp;t=n&amp;vcm_acv=1.0&amp;c=0.9625382709713879&amp;vcm_ifr=0&amp;vcm_xy=685..11976&amp;vcm_vv=true&amp;vcm_vm=false&amp;vcm_pr=&amp;vcm_tr=http://www.animefreak.tv/watch/naruto-shippuuden-episode-286-online&amp;vcm_cr= 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.4 (Unix) mod_apreq2-20090110/2.7.1
Cache-Control: no-cache
Pragma: no-cache
Expires: 0
Content-Length: 862
Set-Cookie: pluto=281482634960|v1; domain=.fastclick.net; path=/; expires=Tue, 04-Nov-2014 01:57:24 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID DEVo TAIo PSAo HISo OTPo OUR DELo BUS COM NAV INT DSP COR&quot;
Keep-Alive: timeout=5, max=19998
Connection: Keep-Alive
GET /gb/14071hgao.swf HTTP/1.1

Host: images.gx101.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://scripts.gx101.com/gb/14071hgao.html
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:24 GMT
Etag: &quot;2259525609&quot;
Expires: Sun, 11 Nov 2012 01:57:24 GMT
Last-Modified: Fri, 24 Aug 2012 19:22:49 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 134613
GET /PointRoll/Media/banners/trans.gif?PRAd=1681263&PRCID=1681263&PRplcmt=1894272&PRPID=1894272 HTTP/1.1

Host: speed.pointroll.com
GET /PointRoll/Media/banners/trans.gif?PRAd=1681263&amp;PRCID=1681263&amp;PRplcmt=1894272&amp;PRPID=1894272 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 44
Last-Modified: Thu, 27 Jul 2000 12:14:00 GMT
Accept-Ranges: bytes
Etag: &quot;0f43b25c4f7bf1:51d&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
Cache-Control: max-age=297476
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /Platform/PRScript.svc/PRScript?v=136&pos=1&init=0&delay=0&push=0&set=2&bye=1&vis=1 HTTP/1.1

Host: spd.pointroll.com
GET /Platform/PRScript.svc/PRScript?v=136&amp;pos=1&amp;init=0&amp;delay=0&amp;push=0&amp;set=2&amp;bye=1&amp;vis=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
Access-Control-Allow-Origin: *
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Content-Length: 15586
Cache-Control: private, max-age=462300
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /sites/default/files/af/images/featured.jpg HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 17 Nov 2008 14:06:53 GMT
Etag: &quot;fc1bd-16c5a-45be31745d940&quot;
Accept-Ranges: bytes
Content-Length: 93274
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /a/8240/13384/25909-15.js?cb=0.8845211155332213&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: optimized-by.rubiconproject.com
GET /a/8240/13384/25909-15.js?cb=0.8845211155332213&amp;rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/3002.html
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: RAS/1.3 (Unix)
Set-Cookie: rdk=8240/13384; expires=Sun, 04-Nov-2012 02:57:24 GMT; max-age=60; path=/; domain=.rubiconproject.com rdk15=0; expires=Sun, 04-Nov-2012 02:57:24 GMT; max-age=10; path=/; domain=.rubiconproject.com ses15=13384^2&amp;13546^1; expires=Mon, 05-Nov-2012 01:59:59 GMT; max-age=108155; path=/; domain=.rubiconproject.com csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; expires=Sun, 11-Nov-2012 01:57:24 GMT; max-age=604800; path=/; domain=.rubiconproject.com;
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Wed, 17 Sep 1975 21:32:10 GMT
Keep-Alive: timeout=5, max=62
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /surly.js?;ad_wxh=728x90;coid=1063;nid=4552;ecaid=48141 HTTP/1.1

Host: c.betrad.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;5f7cc9080cad02333445367dae64546d:1351006466&quot;
Last-Modified: Tue, 23 Oct 2012 15:34:26 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1028
Cache-Control: max-age=3600
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /surly.js?;ad_wxh=728x90;coid=1063;nid=4552;ecaid=48141; HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;5f7cc9080cad02333445367dae64546d:1351006466&quot;
Last-Modified: Tue, 23 Oct 2012 15:34:26 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=3600
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 1028
Connection: keep-alive
GET /PointRoll/Media/Banners/Ford/1016289/Shell_728x90.swf?PRCampID=48141&PRPubID=aol&PRAdSize=728x90&PRFormat=EX&PRAd=1681263&PRCID=1681263&PRplcmt=1894272&PRPID=1894272&PRImpID=A1CD0400A0B0F727030BC0D001C20100 HTTP/1.1

Host: speed.pointroll.com
GET /PointRoll/Media/Banners/Ford/1016289/Shell_728x90.swf?PRCampID=48141&amp;PRPubID=aol&amp;PRAdSize=728x90&amp;PRFormat=EX&amp;PRAd=1681263&amp;PRCID=1681263&amp;PRplcmt=1894272&amp;PRPID=1894272&amp;PRImpID=A1CD0400A0B0F727030BC0D001C20100 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 8114
Last-Modified: Thu, 23 Dec 2010 18:08:16 GMT
Accept-Ranges: bytes
Etag: &quot;0e8ef5ecca2cb1:a2d&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /fastclick.net/pub_defaults/pid26746/adsmall.jpg HTTP/1.1

Host: cdn.fastclick.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Fri, 23 Oct 2009 13:00:17 GMT
Etag: &quot;d90f9-3025-47699cb3098c1&quot;
Accept-Ranges: bytes
Content-Length: 12325
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /getuid?http://sync.fastclick.net/ad/im/10858-64082-25707-0?mpaltsys=6&id=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://sync.fastclick.net/ad/im/10858-64082-25707-0?mpaltsys=6&amp;id=$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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQVaU$O6`kb10I3SSKk:).AkTxMEG.Z.UNd`ldj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..; acb866578=-@L6D208WMGFAN=(hds6c[ZrA?enc=YVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAgUCAQUAAIIAwiPROAAAAAA.&amp;tt_code=1904132&amp;cnd=%21WyX5iAjJqCQQ56bIARgAIJOBAzAAOOe2B0AASM0JUMWxDVgBYNgGaABwAHgAgAHkEYgBrAKQAQGYAQGgAQGoAQOwAQC5AZOwLRPSO8Y_wQEAxQqvoonMP8kBk7AtE9I7xj_ZAQMJih9j7ug_4AEA&amp;udj=uf%28%27a%27%2C+53044%2C+1351994243%29%3Buf%28%27r%27%2C+3281767%2C+1351994243%29%3Bppv%2846849%2C+%271502751080594725431%27%2C+1351994243%2C+1352599043%2C+595017%2C+49299%2C+0%2C+0%2C+2592000%29%3B&amp;ccd=%21UwVMMQjJqCQQ56bIARiTgQMgAA..&amp;vpid=45&amp;media_subtypes=1&amp;dlo=1
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=Sat, 02-Feb-2013 01:57:24 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:24 GMT; domain=.adnxs.com; HttpOnly
Location: http://sync.fastclick.net/ad/im/10858-64082-25707-0?mpaltsys=6&amp;id=5858721859426781856
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 0
GET /pixel?nid=vclk HTTP/1.1

Host: cm.g.doubleclick.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Sun, 04 Nov 2012 01:57:24 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://sync.fastclick.net/ad/im/10858-64082-2056-0?mpaltsys=3&amp;id=CAESELwFFonYXLyUD8j7SNtWBog&amp;cver=1
Server: Cookie Matcher
Content-Length: 304
X-XSS-Protection: 1; mode=block
GET /a/4.gif HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;65786c291a4603aa5150a1884452838d:1271351254&quot;
Last-Modified: Thu, 15 Apr 2010 17:07:29 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: max-age=2144448000
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /sites/default/files/af/misc/ads/160.html HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 06 Dec 2010 22:30:40 GMT
Etag: &quot;10e012-36b-496c570152400&quot;
Accept-Ranges: bytes
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 486
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /geo/ba.js?r756 HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;e61b605b626fdc5543229494600ba1d0:1351006969&quot;
Last-Modified: Tue, 23 Oct 2012 15:42:49 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 12039
Cache-Control: max-age=315360000
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=eu&co=no HTTP/1.1

Host: tap2-cdn.rubiconproject.com
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no 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.animefreak.tv/sites/default/files/af/misc/ads/3002.html
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; pux=1185%3D24914%26w55c%3D24914%262101%3D24914%261986%3D24914%26; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Last-Modified: Sat, 03 Nov 2012 14:47:14 GMT
Content-Encoding: gzip
Cache-Control: max-age=600
Expires: Sun, 04 Nov 2012 02:07:24 GMT
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 5050
Connection: keep-alive
Vary: Accept-Encoding
GET /v2/cexposer/SIG=167sfmtu6/*http%3A//ad.yieldmanager.com/imp?Z=300x250&anmember=541&anprice=18&referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&s=1904132&_salt=3558066401&B=10&r=0 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=167sfmtu6/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;anmember=541&amp;anprice=18&amp;referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&amp;s=1904132&amp;_salt=3558066401&amp;B=10&amp;r=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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:24 GMT
Set-Cookie: B=fuehtft89bis4&amp;b=3&amp;s=4u; expires=Tue, 05-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.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 LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=300x250&amp;anmember=541&amp;anprice=18&amp;referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&amp;s=1904132&amp;_salt=3558066401&amp;B=10&amp;r=0&amp;SIG=10v4m58tr;x-cookie=shrugsg89ovf4&amp;o=3&amp;f=4h
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /v2/cexposer/SIG=141k1cllo/*http%3A//ad.yieldmanager.com/imp?Z=300x250&s=1614464&T=3&_salt=918798613&B=10&u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&r=0 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=141k1cllo/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;s=1614464&amp;T=3&amp;_salt=918798613&amp;B=10&amp;u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;r=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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:24 GMT
Set-Cookie: B=cv4dp9t89bis4&amp;b=3&amp;s=li; expires=Tue, 05-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.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 LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=300x250&amp;s=1614464&amp;T=3&amp;_salt=918798613&amp;B=10&amp;u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;r=0&amp;SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&amp;o=3&amp;f=yv
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /imp;v1;f;264346177;0-0;0;90012746;1|1;45306307|45324055|1;;cs=q;pc=%5BTPAS_ID%5D;%3fhttp://ad.doubleclick.net/dot.gif?0.2779776871592404 HTTP/1.1

Host: ad.doubleclick.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Content-Length: 0
Location: http://ad.doubleclick.net/dot.gif?0.2779776871592404
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: GFE/2.0
GET /delivery/afr.php?zoneid=76&cb=0.7761083655945132 HTTP/1.1

Host: 62.108.36.161
GET /delivery/afr.php?zoneid=76&amp;cb=0.7761083655945132 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.animefreak.tv/sites/default/files/af/misc/ads/3002.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/5.3.3-7+squeeze14
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=dac21739a373c7d71fae36a4b6d70b7a; expires=Mon, 04-Nov-2013 01:57:42 GMT; path=/
Transfer-Encoding: chunked
Date: Sun, 04 Nov 2012 01:57:42 GMT
Server: lighttpd/1.4.28
GET /matomy/tag.html?ad_type=ad&ad_size=300x250&site=1302901&section_code=3587530 HTTP/1.1

Host: creative.xtendmedia.com
GET /matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530 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://ad.velmedia.net/ads/ad344.html
HTTP/1.1 200 OK

Content-Type: text/html
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 05 Sep 2012 11:33:22 GMT
Etag: &quot;1979958368&quot;
Accept-Ranges: bytes
Content-Length: 174
Server: lighttpd/1.4.18
Cache-Control: private, max-age=1800
Expires: Sun, 04 Nov 2012 02:27:24 GMT
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /a/n/1063/4552.js HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;c283ded33edb53115f411c43646d620f:1346078161&quot;
Last-Modified: Mon, 27 Aug 2012 14:36:01 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 734
Cache-Control: max-age=600
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /b?c1=8&c2=6135404&c3=28&c4=13384&c10=3469782&ns__t=1351994244687&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F3002.html&c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6135404&amp;c3=28&amp;c4=13384&amp;c10=3469782&amp;ns__t=1351994244687&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F3002.html&amp;c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/3002.html
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /b?c1=8&c2=6135404&c3=28&c4=13384&c10=3206157&ns__t=1351994244789&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F728.html&c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6135404&amp;c3=28&amp;c4=13384&amp;c10=3206157&amp;ns__t=1351994244789&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F728.html&amp;c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /ad/im/10858-64082-25707-0?mpaltsys=6&id=5858721859426781856 HTTP/1.1

Host: sync.fastclick.net
GET /ad/im/10858-64082-25707-0?mpaltsys=6&amp;id=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
Cache-Control: no-store
Pragma: no-cache
Expires: 0
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR PSAo PSDo OUR IND UNI COM NAV&quot;
Content-Length: 49
Date: Sun, 04 Nov 2012 01:57:24 GMT
GET /ad/im/10858-64082-2056-0?mpaltsys=3&id=CAESELwFFonYXLyUD8j7SNtWBog&cver=1 HTTP/1.1

Host: sync.fastclick.net
GET /ad/im/10858-64082-2056-0?mpaltsys=3&amp;id=CAESELwFFonYXLyUD8j7SNtWBog&amp;cver=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
Cache-Control: no-store
Pragma: no-cache
Expires: 0
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR PSAo PSDo OUR IND UNI COM NAV&quot;
Content-Length: 49
Date: Sun, 04 Nov 2012 01:57:23 GMT
GET /oz/feeds/mediaplex/tokens HTTP/1.1

Host: tap.rubiconproject.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8403/13546; rdk15=0; ses15=13384^1&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; dq=2|2|0|0; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain; charset=UTF-8
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Location: http://sync.fastclick.net/ad/im/10858-64082-28534-0?mpaltsys=4&amp;id=fa8b97cce46b0701a8e5fe6564749376ef35d2f1
Content-Length: 0
Cache-Control: private
Set-Cookie: cd=false; Domain=.rubiconproject.com; Expires=Mon, 04-Nov-2013 01:57:24 GMT; Path=/ dq=3|3|0|0; Expires=Mon, 04-Nov-2013 01:57:24 GMT; Path=/ lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; Version=1; Domain=.rubiconproject.com; Max-Age=31536000; Path=/ SERVERID=; Expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
Keep-Alive: timeout=5, max=190
Connection: Keep-Alive
GET /site/4721?redir=http%3A%2F%2Fcsp.fastclick.net%2Ftps%2Fs%2F%3Fmpaltsysid%3D10%26id%3D%24BK_UUID 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 302 Found

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:24 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
Location: http://csp.fastclick.net/tps/s/?mpaltsysid=10&amp;id=A%2FwhHQ9999eNtjPx
Set-Cookie: bkc=KJpM8sJQteV5QSck2Bx9OieQOwJnobn0W2eTM9y/43Wx96wXniRDd7hBPcbrWvgbsORWcyYi4OGm; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bko=; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bkp1=; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bkst=KJhMRuQDRZOQj0MB0XfnnX2gmE6N9997hxUE; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bku=zH/99/EnkPeCA4as; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bkw5=; expires=Fri, 03-May-2013 01:57:24 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Tue, 04-Dec-2012 01:57:24 GMT; path=/; domain=.bluekai.com
BK-Server: 642
Content-Length: 0
GET /PointRoll/Media/Panels/Ford/724167/Controller.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 16419
Last-Modified: Tue, 14 Aug 2012 22:07:48 GMT
Accept-Ranges: bytes
Etag: &quot;0122b3d697acd1:b1d&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: keep-alive
GET /delivery/lg.php?bannerid=246&campaignid=105&zoneid=76&loc=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F3002.html&cb=f8628d79ba HTTP/1.1

Host: 62.108.36.161
GET /delivery/lg.php?bannerid=246&amp;campaignid=105&amp;zoneid=76&amp;loc=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F3002.html&amp;cb=f8628d79ba 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://62.108.36.161/delivery/afr.php?zoneid=76&amp;cb=0.7761083655945132
Cookie: OAID=dac21739a373c7d71fae36a4b6d70b7a
HTTP/1.1 200 OK

Content-Type: image/gif
X-Powered-By: PHP/5.3.3-7+squeeze14
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=dac21739a373c7d71fae36a4b6d70b7a; expires=Mon, 04-Nov-2013 01:57:42 GMT; path=/
Content-Length: 43
Date: Sun, 04 Nov 2012 01:57:42 GMT
Server: lighttpd/1.4.28
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&pc=8240/13384&geo=na&co=us HTTP/1.1

Host: tap2-cdn.rubiconproject.com
GET /partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us 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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; pux=1185%3D24914%26w55c%3D24914%262101%3D24914%261986%3D24914%262021%3D24914%262760%3D24914%262238%3D24914%262494%3D24914%26; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Server: TRP Apache-Coyote/1.1
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Last-Modified: Sat, 03 Nov 2012 14:24:19 GMT
Content-Encoding: gzip
Cache-Control: max-age=600
Expires: Sun, 04 Nov 2012 02:07:24 GMT
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 5049
Connection: keep-alive
Vary: Accept-Encoding
GET /ad/im/10858-64082-28534-0?mpaltsys=4&id=fa8b97cce46b0701a8e5fe6564749376ef35d2f1 HTTP/1.1

Host: sync.fastclick.net
GET /ad/im/10858-64082-28534-0?mpaltsys=4&amp;id=fa8b97cce46b0701a8e5fe6564749376ef35d2f1 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
Cache-Control: no-store
Pragma: no-cache
Expires: 0
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR PSAo PSDo OUR IND UNI COM NAV&quot;
Content-Length: 49
Date: Sun, 04 Nov 2012 01:57:24 GMT
GET /s.php?id=Mjc=&n=Norwegen HTTP/1.1

Host: 89.107.66.221
GET /s.php?id=Mjc=&amp;n=Norwegen 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://62.108.36.161/delivery/afr.php?zoneid=76&amp;cb=0.7761083655945132
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 02:06:58 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.3-7+squeeze13
Set-Cookie: PHPSESSID=fi4hpulfml1pso6g2qtqaaieu4; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 807
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /sites/all/themes/af/css/img/login.gif HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Sun, 12 Oct 2008 23:20:00 GMT
Etag: &quot;fa685-3fa-459169f15c800&quot;
Accept-Ranges: bytes
Content-Length: 1018
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /match?p=2 HTTP/1.1

Host: match.rtbidder.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: rtbidder
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 277
P3P: policyref=&quot;http://match.rtbidder.net/p3p.xml&quot;, CP=&quot;NOI DSP COR CURa ADMa DEVa TAIo PSAo PSDo IVAo IVDo CONo HISa TELo OUR STP&quot;
Pragma: no-cache
Set-Cookie: bsuid=%3ErO7%5BcS%3FosXgVk%29; path=/; domain=.rtbidder.net; expires=Sat, 02-Feb-2013 01:57:24 GMT
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-store, no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Location: http://pixel.rubiconproject.com/tap.php?v=5157&amp;nid=2021&amp;put=5095cb84bf7da317a1150748
GET /sync?ssp=rubicon HTTP/1.1

Host: x.bidswitch.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; path=/; expires=Tue, 04-Nov-2014 01:57:24 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: /sync?ul_cb=1&amp;ssp=rubicon
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:24 GMT
GET /dot.gif?0.2779776871592404 HTTP/1.1

Host: ad.doubleclick.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 43
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: GFE/2.0
GET /js/getHeader.js?time=1351994818 HTTP/1.1

Host: 89.107.66.221

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://89.107.66.221/s.php?id=Mjc=&amp;n=Norwegen
Cookie: PHPSESSID=fi4hpulfml1pso6g2qtqaaieu4
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 04 Nov 2012 02:06:58 GMT
Server: Apache/2.2.16 (Debian)
Last-Modified: Thu, 25 Oct 2012 06:41:15 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2103
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /a/8240/13384/25908-9.js?cb=0.7186145770517747&rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: optimized-by.rubiconproject.com
GET /a/8240/13384/25908-9.js?cb=0.7186145770517747&amp;rf=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/160.html
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:23 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: RAS/1.3 (Unix)
Set-Cookie: rdk=8240/13384; expires=Sun, 04-Nov-2012 02:57:24 GMT; max-age=60; path=/; domain=.rubiconproject.com rdk9=0; expires=Sun, 04-Nov-2012 02:57:24 GMT; max-age=10; path=/; domain=.rubiconproject.com ses9=13384^1; expires=Mon, 05-Nov-2012 01:59:59 GMT; max-age=108155; path=/; domain=.rubiconproject.com csi9=3333804.js^1^1351994244^1351994244; expires=Sun, 11-Nov-2012 01:57:24 GMT; max-age=604800; path=/; domain=.rubiconproject.com;
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Wed, 17 Sep 1975 21:32:10 GMT
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /crossdomain.xml HTTP/1.1

Host: www2.game-advertising-online.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: application/xml
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Sun, 04 Nov 2012 01:57:24 GMT
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;136-4ae1056b-67fe7&quot;
Last-Modified: Fri, 23 Oct 2009 01:22:51 GMT
Content-Length: 198
Cache-Control: max-age=604800
Expires: Sun, 11 Nov 2012 01:57:24 GMT
GET /sync?ul_cb=1&ssp=rubicon HTTP/1.1

Host: x.bidswitch.net
GET /sync?ul_cb=1&amp;ssp=rubicon 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: tuuid=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; path=/; expires=Tue, 04-Nov-2014 01:57:24 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: //pixel.rubiconproject.com/tap.php?v=15796&amp;nid=2760&amp;put=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c&amp;expires=30
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:24 GMT
GET /sites/all/themes/af/css/img/footer.jpg HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Mon, 15 Dec 2008 00:04:14 GMT
Etag: &quot;fa696-2f55-45e0a95473b80&quot;
Accept-Ranges: bytes
Content-Length: 12117
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:24 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /group HTTP/1.1

Host: tvanimefreak.chatango.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.animefreak.tv/sites/default/files/af/misc/ads/chat.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:24 GMT
Server: Apache
Location: http://st.chatango.com/flash/group.swf?ref=animefreak.tv&amp;gn=tvanimefreak.chatango.com
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 273
Connection: close
GET /crossdomain.xml HTTP/1.1

Host: smq.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: text/xml
Content-Length: 170
Last-Modified: Tue, 06 Apr 2010 18:31:31 GMT
Accept-Ranges: bytes
Etag: &quot;8e43ce60b7d5ca1:51d&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: keep-alive
GET /cm?in=1&pub=64 HTTP/1.1

Host: p.rfihub.com
GET /cm?in=1&amp;pub=64 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
HTTP/1.1 302 Found

HTTP/1.1 302 Found
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: s3=1351994245018;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT u=&quot;aAB9htP2A==AI3oyfww==AAABOski_5o=&quot;;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT e=cr;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT a=c638666723716519473;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT j=c638666723716519473;Path=/;Domain=.rfihub.com r=1351994245017;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT o=1-rBoQvKvKEJBa;Path=/;Domain=.rfihub.com;Expires=Thu, 23-Apr-15 01:57:25 GMT p=1-rBoQvKvKEJBa;Path=/;Domain=.rfihub.com
Location: http://pixel.rubiconproject.com/tap.php?v=13490&amp;nid=2596&amp;put=638666723716519473&amp;expires=30
Content-Length: 0
GET /b?c1=8&c2=6135404&c3=28&c4=13384&c10=3398424&ns__t=1351994244980&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F160.html&c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6135404&amp;c3=28&amp;c4=13384&amp;c10=3398424&amp;ns__t=1351994244980&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F160.html&amp;c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/160.html
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /r1/ruum HTTP/1.1

Host: rp.gwallet.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
HTTP/1.1 302 Found

Content-Type: application/octet-stream
Content-Length: 0
Server: radiumone/1.2
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Expires: Tue, 29 Oct 2002 19:50:44 GMT
Location: http://pixel.rubiconproject.com/tap.php?v=7935&amp;nid=2271&amp;expires=30&amp;put=l_UD0_62iplsEfCm7D5ILmRzvhs
Pragma: no-cache
P3P: CP=&quot;RadiumOne does not have a P3P policy. For information on our privacy policy please visit http://radiumone.com/about/privacy.html&quot;
Set-Cookie: ra1_uid=5558475246274072448; Expires=Mon, 04-Nov-2013 01:57:25 GMT; Path=/; Domain=gwallet.com; Version=1
GET /adserver/Campaigns/showImage.php?campId=62 HTTP/1.1

Host: www.adstar-media.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://62.108.36.161/delivery/afr.php?zoneid=76&amp;cb=0.7761083655945132
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:54 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=4b2625924ca37491298c1160edec093b; path=/
Connection: close
Transfer-Encoding: chunked
GET /rc.aspx HTTP/1.1

Host: um.eqads.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Expires: Sat, 6 May 1995 12:00:00 GMT
Last-Modified: Sat, 03 Nov 2012 21:57:24 GMT
Location: http://pixel.rubiconproject.com/tap.php?v=11598&amp;nid=2494&amp;put=725f52c3a69b4709b1961dd023c5d034&amp;expires=90
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: EQUser=UID=725f52c3-a69b-4709-b196-1dd023c5d034; domain=.eqads.com; expires=Mon, 04-Feb-2013 02:57:24 GMT; path=/
X-Powered-By: ASP.NET
P3P: CP=&quot;NOI DSP COR NID&quot;
Date: Sun, 04 Nov 2012 01:57:24 GMT
Content-Length: 233
GET /dmp/pixelSync?network=Rubicon 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: 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Server: Apache-Coyote/1.1
Date: Sun, 04 Nov 2012 01:57:24 GMT
GET /MMO/iview/332483117/direct;wi.160;hi.600/01?click=http://optimized-by.rubiconproject.com/t/8240/13384/25908-9.3333804.3398424?url= HTTP/1.1

Host: view.atdmt.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.animefreak.tv/sites/default/files/af/misc/ads/160.html
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
X-MSADID: 298256248.298547990
Date: Sun, 04 Nov 2012 01:57:24 GMT
Connection: close
Content-Length: 518
GET /ajax/libs/jquery/1/jquery.min.js HTTP/1.1

Host: ajax.googleapis.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://89.107.66.221/s.php?id=Mjc=&amp;n=Norwegen
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Fri, 21 Sep 2012 18:24:20 GMT
Date: Sun, 04 Nov 2012 01:47:21 GMT
Expires: Sun, 04 Nov 2012 02:47:21 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 33430
X-XSS-Protection: 1; mode=block
Age: 604
Cache-Control: public, must-revalidate, proxy-revalidate, max-age=3600
GET /tap.php?v=5157&nid=2021&put=5095cb84bf7da317a1150748 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=5157&amp;nid=2021&amp;put=5095cb84bf7da317a1150748 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 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%264212%3D1%265852%3D1%265157%3D1; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%265157%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.pixel.rubiconproject.com put_2021=5095cb84bf7da317a1150748; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9997
Connection: Keep-Alive
GET /cm/ HTTP/1.1

Host: rc2waycm-atl.netmng.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: Apache/2.2.16
Location: http://rc2waycm-atl.netmng.com/blank.gif
Content-Length: 224
Connection: close
GET /st?ad_type=ad&ad_size=300x250&site=1302901&section_code=3587530 HTTP/1.1

Host: ad.xtendmedia.com
GET /st?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530 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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0889.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, 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, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:25 GMT
Expires: Sun, 04 Nov 2012 01:57:25 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /pull_sync?pid=rubicon HTTP/1.1

Host: www.wtp101.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=f523ca1e-f167-4147-b345-30a0408567a5; path=/; expires=Tue, 04-Nov-2014 01:57:25 GMT; domain=.wtp101.com
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: /pull_sync?ul_cb=1&amp;pid=rubicon
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:25 GMT
GET /ds/Ad.autoLoad.js?plugin=AdChoices HTTP/1.1

Host: spe.atdmt.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://view.atdmt.com/MMO/iview/332483117/direct;wi.160;hi.600/01?click=http://optimized-by.rubiconproject.com/t/8240/13384/25908-9.3333804.3398424?url=
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Length: 20802
Allow: GET
Expires: Mon, 05 Nov 2012 06:29:08 GMT
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: keep-alive
GET /b/L8MMOMMNOADD/6567_160x600_secret_new_logo.gif HTTP/1.1

Host: spe.atdmt.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://view.atdmt.com/MMO/iview/332483117/direct;wi.160;hi.600/01?click=http://optimized-by.rubiconproject.com/t/8240/13384/25908-9.3333804.3398424?url=
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 38491
Allow: GET
Expires: Tue, 06 Nov 2012 11:24:44 GMT
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: keep-alive
GET /tps/s/?mpaltsysid=10&id=A%2FwhHQ9999eNtjPx HTTP/1.1

Host: csp.fastclick.net
GET /tps/s/?mpaltsysid=10&amp;id=A%2FwhHQ9999eNtjPx 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: pluto=281482634960|v1
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: Apache
Cache-Control: no-cache
Pragma: no-cache
Expires: 0
Content-Length: 43
Keep-Alive: timeout=30
Connection: Keep-Alive
GET /tap.php?v=15796&nid=2760&put=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=15796&amp;nid=2760&amp;put=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c&amp;expires=30 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 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%264212%3D1%265852%3D1%2615796%3D1; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2615796%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.pixel.rubiconproject.com put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9942
Connection: Keep-Alive
GET /pull_sync?ul_cb=1&pid=rubicon HTTP/1.1

Host: www.wtp101.com
GET /pull_sync?ul_cb=1&amp;pid=rubicon 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: tuuid=f523ca1e-f167-4147-b345-30a0408567a5
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=f523ca1e-f167-4147-b345-30a0408567a5; path=/; expires=Tue, 04-Nov-2014 01:57:25 GMT; domain=.wtp101.com
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://pixel.rubiconproject.com/tap.php?v=5328&amp;nid=2025&amp;put=f523ca1e-f167-4147-b345-30a0408567a5&amp;expires=730
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:25 GMT
GET /tap.php?v=7935&nid=2271&expires=30&put=l_UD0_62iplsEfCm7D5ILmRzvhs HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=7935&amp;nid=2271&amp;expires=30&amp;put=l_UD0_62iplsEfCm7D5ILmRzvhs 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 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%264212%3D1%265852%3D1%267935%3D1; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%267935%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.pixel.rubiconproject.com put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9895
Connection: Keep-Alive
GET /tap.php?v=11598&nid=2494&put=725f52c3a69b4709b1961dd023c5d034&expires=90 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=11598&amp;nid=2494&amp;put=725f52c3a69b4709b1961dd023c5d034&amp;expires=90 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 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%264212%3D1%265852%3D1%2611598%3D1; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2611598%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.pixel.rubiconproject.com put_2494=725f52c3a69b4709b1961dd023c5d034; expires=Sat, 02-Feb-2013 01:57:25 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9896
Connection: Keep-Alive
GET /px/rb.gif HTTP/1.1

Host: ad.yabuka.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 FOUND

Content-Type: text/html; charset=utf-8
Server: nginx/1.1.19
Date: Sun, 04 Nov 2012 01:57:25 GMT
Content-Length: 186
Connection: keep-alive
Location: http://pixel.rubiconproject.com/tap.php?v=9047&amp;nid=2147&amp;put=68QnLkIEgj
Set-Cookie: client_id=68QnLkIEgj; Path=/ tc=&quot;+PBFIiA/H0pukeWPLWzbEFH98KY=?_expires=STEzNTI0MDgyNDUKLg==&amp;client_id=Uyc2OFFuTGtJRWdqJwpwMQou&quot;; Domain=.yabuka.com; expires=Thu, 08-Nov-2012 20:57:25 GMT; Path=/
Cache-Control: no-cache
Pragma: no-cache
GET /imp?Z=300x250&S=3587530&i=1302901&_salt=3345696076&B=10&r=0 HTTP/1.1

Host: ad.xtendmedia.com
GET /imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=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: */*
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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0815.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://ad.yieldmanager.com/imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:25 GMT
Expires: Sun, 04 Nov 2012 01:57:25 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /c/cse?a=Q&B=17 HTTP/1.1

Host: connexity.net
GET /c/cse?a=Q&amp;B=17 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Connexity
Transfer-Encoding: chunked
Connection: keep-alive
Date: Sun, 04 Nov 2012 01:57:25 GMT
Cache-Control: no-store, max-age=-1, post-check=0, pre-check=0
Pragma: no-cache
Expires: -1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;CAO PSA OUR CURa DEVa PSDo PSAo BUS COR UNI COM&quot;,an.pp=&quot;http://www.connexity.com/privacy&quot;,an.oo=&quot;http://www.connexity.com/privacy&quot;,an.bt=&quot;N&quot;
Set-Cookie: COu=e97b365689ac29ba-064a29609166c784-2175fb3dca29cd52; expires=Fri, 03-Nov-2017 01:57:25 GMT; domain=.connexity.net; path=/
Content-Transfer-Encoding: binary
GET /tap.php?v=13490&nid=2596&put=638666723716519473&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=13490&amp;nid=2596&amp;put=638666723716519473&amp;expires=30 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:25 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%264212%3D1%265852%3D1%2613490%3D1; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.pixel.rubiconproject.com put_2596=638666723716519473; expires=Tue, 04-Dec-2012 01:57:25 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=10000
Connection: Keep-Alive
GET /index.php?section=serve&id=1407&output=gabo HTTP/1.1

Host: www2.game-advertising-online.com
GET /index.php?section=serve&amp;id=1407&amp;output=gabo 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 200 OK

Content-Type: text/xml
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 1319
GET /imp?Z=300x250&anmember=541&anprice=18&referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&s=1904132&_salt=3558066401&B=10&r=0&SIG=10v4m58tr;x-cookie=shrugsg89ovf4&o=3&f=4h HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;anmember=541&amp;anprice=18&amp;referrer=http%3a%2f%2fwww.animefreak.tv%2fsites%2fdefault%2ffiles%2faf%2fmisc%2fads%2f300.html&amp;s=1904132&amp;_salt=3558066401&amp;B=10&amp;r=0&amp;SIG=10v4m58tr;x-cookie=shrugsg89ovf4&amp;o=3&amp;f=4h 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0028.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: BX=fuehtft89bis4&amp;b=3&amp;s=4u&amp;t=308; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=faac9b72-2622-11e2-a67f-9f414633fb91&amp;_hmacv=1&amp;_salt=3368849400&amp;_keyid=k1&amp;_hmac=113254bf9cbd37c8087221a4c440551d77e8786c; path=/; expires=Tue, 04-Dec-2012 01:57:25 GMT RMBX=fuehtft89bis4&amp;b=3&amp;s=4u&amp;t=308; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:25 GMT
Expires: Sun, 04 Nov 2012 01:57:25 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /ai014e89573ded970d0168e9729d11970c.js?ord=0.5242389759367213 HTTP/1.1

Host: ads.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/javascript
Cache-Control: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OUR SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-WebServer: oak-ad-web013
Content-Length: 9522
GET /imp?Z=300x250&s=1614464&T=3&_salt=918798613&B=10&u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&r=0&SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&o=3&f=yv HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;s=1614464&amp;T=3&amp;_salt=918798613&amp;B=10&amp;u=http%3A%2F%2Fwww.upload2.com%2Fupload2.html&amp;r=0&amp;SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&amp;o=3&amp;f=yv 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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:25 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0435.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: BX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=faac9c94-2622-11e2-9ef9-735562023fdb&amp;_hmacv=1&amp;_salt=3369035924&amp;_keyid=k1&amp;_hmac=0bc3bd7159dfd535dab9ae1fd19d383bdd2c4a20; path=/; expires=Tue, 04-Dec-2012 01:57:25 GMT RMBX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:25 GMT
Expires: Sun, 04 Nov 2012 01:57:25 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /activity?_o=62795&_t=cm_rub_pre HTTP/1.1

Host: m.xp1.ru4.com
GET /activity?_o=62795&amp;_t=cm_rub_pre 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Sun-Java-System-Web-Server/7.0
Date: Sun, 04 Nov 2012 01:57:25 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NON DSP COR PSAa OUR STP UNI&quot;
Pragma: no-cache
Set-Cookie: X1ID=NC-00000002547441524; domain=.ru4.com; path=/; expires=Sat, 03-May-2014 21:57:25 GMT
Location: http://pixel.rubiconproject.com/tap.php?v=5671&amp;nid=2081&amp;put=NC-00000002547441524&amp;expires=30
Content-Length: 0
GET /clicksense/user?p=9ce688505699aefa&r=1 HTTP/1.1

Host: user.lucidmedia.com
GET /clicksense/user?p=9ce688505699aefa&amp;r=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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Cache-Control: no-cache, no-store
Pragma: no-cache
Date: Sun, 04 Nov 2012 01:57:24 GMT
Expires: Sun, 04 Nov 2012 01:57:25 GMT
P3P: CP=&quot;NOI ADM DEV CUR&quot;
X-Handled-By: awswrh11/127.0.0.1
Set-Cookie: lm_userid=3f98k1zSwmO; Domain=.lucidmedia.com; Expires=Mon, 04-Nov-2013 01:57:25 GMT; Path=/
Location: http://pixel.rubiconproject.com/tap.php?v=7206&amp;nid=1197&amp;put=4235955409564454042&amp;expires=30
Content-Length: 0
Connection: close
GET /clients/ford/fdaf/creativeexecution.ashx?group=Default&creative=FDAF&campaignType=Retention&vehicleDockID=multi HTTP/1.1

Host: smq.pointroll.com
GET /clients/ford/fdaf/creativeexecution.ashx?group=Default&amp;creative=FDAF&amp;campaignType=Retention&amp;vehicleDockID=multi 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
Cookie: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Content-Length: 75830
Cache-Control: private, max-age=2153
Date: Sun, 04 Nov 2012 01:57:25 GMT
Connection: keep-alive
GET /ds/plugins/AdChoices/CollisionAdMarker.png HTTP/1.1

Host: spe.atdmt.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://view.atdmt.com/MMO/iview/332483117/direct;wi.160;hi.600/01?click=http://optimized-by.rubiconproject.com/t/8240/13384/25908-9.3333804.3398424?url=
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: application/octet-stream
Content-Length: 2209
Allow: GET
Expires: Thu, 08 Nov 2012 19:28:09 GMT
Date: Sun, 04 Nov 2012 01:57:26 GMT
Connection: keep-alive
GET /tap.php?v=5328&nid=2025&put=f523ca1e-f167-4147-b345-30a0408567a5&expires=730 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=5328&amp;nid=2025&amp;put=f523ca1e-f167-4147-b345-30a0408567a5&amp;expires=730 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2615796%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2615796%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:26 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%264212%3D1%265852%3D1%2615796%3D1%265328%3D1; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2615796%3D24905%2C0%2C1%2C%2C%265328%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.pixel.rubiconproject.com put_2025=f523ca1e-f167-4147-b345-30a0408567a5; expires=Tue, 04-Nov-2014 01:57:26 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9951
Connection: Keep-Alive
GET /blank.gif HTTP/1.1

Host: rc2waycm-atl.netmng.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=na&amp;co=us
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:26 GMT
Server: Apache/2.2.16
Last-Modified: Mon, 24 Sep 2012 11:49:58 GMT
Etag: &quot;606b5-2b-4ca71305a188a&quot;
Accept-Ranges: bytes
Content-Length: 43
Connection: close
GET /acb?member=541&width=300&height=250&pb=18&cb=1351994245&referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html HTTP/1.1

Host: ib.adnxs.com
GET /acb?member=541&amp;width=300&amp;height=250&amp;pb=18&amp;cb=1351994245&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQVaU$O6`kb10I3SSKk:).AkTxMEG.Z.UNd`ldj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..; acb866578=-@L6D208WMGFAN=(hds6c[ZrA?enc=YVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAgUCAQUAAIIAwiPROAAAAAA.&amp;tt_code=1904132&amp;cnd=%21WyX5iAjJqCQQ56bIARgAIJOBAzAAOOe2B0AASM0JUMWxDVgBYNgGaABwAHgAgAHkEYgBrAKQAQGYAQGgAQGoAQOwAQC5AZOwLRPSO8Y_wQEAxQqvoonMP8kBk7AtE9I7xj_ZAQMJih9j7ug_4AEA&amp;udj=uf%28%27a%27%2C+53044%2C+1351994243%29%3Buf%28%27r%27%2C+3281767%2C+1351994243%29%3Bppv%2846849%2C+%271502751080594725431%27%2C+1351994243%2C+1352599043%2C+595017%2C+49299%2C+0%2C+0%2C+2592000%29%3B&amp;ccd=%21UwVMMQjJqCQQ56bIARiTgQMgAA..&amp;vpid=45&amp;media_subtypes=1&amp;dlo=1
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
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=Sat, 02-Feb-2013 01:57:26 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:26 GMT; domain=.adnxs.com; HttpOnly acb866578=; path=/; expires=Fri, 01-Jan-1980 00:00:00 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQVaU$O6`kb10I3SSKk9z&lt;Z_2!ym_5m^Tyf6$RuQ/7bd]O[Fj; path=/; expires=Sat, 02-Feb-2013 01:57:26 GMT; domain=.adnxs.com; HttpOnly
Date: Sun, 04 Nov 2012 01:57:26 GMT
Content-Length: 519
GET /tap.php?v=9047&nid=2147&put=68QnLkIEgj HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=9047&amp;nid=2147&amp;put=68QnLkIEgj 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2611598%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2611598%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:26 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%264212%3D1%265852%3D1%2611598%3D1%269047%3D1; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2611598%3D24905%2C0%2C1%2C%2C%269047%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.pixel.rubiconproject.com put_2147=68QnLkIEgj; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9988
Connection: Keep-Alive
GET /getuid?http://ads.saymedia.com/pixel?adnxs_uid=$UID HTTP/1.1

Host: ib.adnxs.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQVaU$O6`kb10I3SSKk:).AkTxMEG.Z.UNd`ldj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..; acb866578=-@L6D208WMGFAN=(hds6c[ZrA?enc=YVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAgUCAQUAAIIAwiPROAAAAAA.&amp;tt_code=1904132&amp;cnd=%21WyX5iAjJqCQQ56bIARgAIJOBAzAAOOe2B0AASM0JUMWxDVgBYNgGaABwAHgAgAHkEYgBrAKQAQGYAQGgAQGoAQOwAQC5AZOwLRPSO8Y_wQEAxQqvoonMP8kBk7AtE9I7xj_ZAQMJih9j7ug_4AEA&amp;udj=uf%28%27a%27%2C+53044%2C+1351994243%29%3Buf%28%27r%27%2C+3281767%2C+1351994243%29%3Bppv%2846849%2C+%271502751080594725431%27%2C+1351994243%2C+1352599043%2C+595017%2C+49299%2C+0%2C+0%2C+2592000%29%3B&amp;ccd=%21UwVMMQjJqCQQ56bIARiTgQMgAA..&amp;vpid=45&amp;media_subtypes=1&amp;dlo=1
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=Sat, 02-Feb-2013 01:57:26 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:26 GMT; domain=.adnxs.com; HttpOnly
Location: http://ads.saymedia.com/pixel?adnxs_uid=5858721859426781856
Date: Sun, 04 Nov 2012 01:57:26 GMT
Content-Length: 0
GET /imp?Z=300x250&S=3587530&i=1302901&_salt=3345696076&B=10&r=0 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:26 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0416.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=12qjs8669/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:26 GMT
Expires: Sun, 04 Nov 2012 01:57:26 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /atoms/9a/83/c9/eb/9a83c9eb5b6288a57326b4fed11e79c3.swf?clickTag=http%3A%2F%2Fadserving%2Ecpxinteractive%2Ecom%2Fclk%3F3%2CeJyljVsLgkAQhX9NbxZ78bKx9DCbaAtpGYLYm1beUDSwlvz1KVZ%2EoMNw%2DOYww8GUZylJDZJQK8WGmSHKMU0ua0IRsqiGOOc6ZozpxGRYg91DgtyWLoinD7mASXZpHeGjfDI585FNLsBUXZDP0fMe2DOJJcbwj27u6YtjnxqrbQZmxspX2IrflXsu4uhU%2D0Og70NJvEr2XujUXol0P%2EJe%2DygYDqFTxE08xJUcfPX73Gha0ffdgsKCOOMopVaPrm6TK1ld2mZMvlvRN%2EUbyL5dlA%3D%3D%2C HTTP/1.1

Host: content.yieldmanager.edgesuite.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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=1614464
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;9a83c9eb5b6288a57326b4fed11e79c3:1350556884&quot;
Last-Modified: Thu, 18 Oct 2012 10:41:21 GMT
Accept-Ranges: bytes
Content-Length: 21178
Cache-Control: max-age=31536000
Date: Sun, 04 Nov 2012 01:57:26 GMT
Connection: keep-alive
GET /b/a1879/bsgo/Battlestar_Galactica_x.jpg HTTP/1.1

Host: images.gx101.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
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:27 GMT
Etag: &quot;2575865932&quot;
Expires: Sun, 11 Nov 2012 01:57:27 GMT
Last-Modified: Wed, 25 Jan 2012 01:21:36 GMT
Server: ECS (arn/46F4)
X-Cache: HIT
Content-Length: 9981
GET /PointRoll/Media/Panels/Ford/809646/assets_728x90.xml HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: text/xml
Content-Length: 1506
Last-Modified: Wed, 24 Oct 2012 20:05:46 GMT
Accept-Ranges: bytes
Etag: &quot;0c93ef422b2cd1:a7f&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:27 GMT
Connection: keep-alive
GET /tap.php?v=5671&nid=2081&put=NC-00000002547441524&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=5671&amp;nid=2081&amp;put=NC-00000002547441524&amp;expires=30 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2613490%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034; put_2596=638666723716519473
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:26 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%264212%3D1%265852%3D1%2613490%3D1%265671%3D1; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%265671%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.pixel.rubiconproject.com put_2081=NC-00000002547441524; expires=Tue, 04-Dec-2012 01:57:26 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9935
Connection: Keep-Alive
GET /b?c1=8&c2=6135404&c3=28&c4=13384&c10=3226743&ns__t=1351994247050&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html&c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6135404&amp;c3=28&amp;c4=13384&amp;c10=3226743&amp;ns__t=1351994247050&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fwww.animefreak.tv%2Fsites%2Fdefault%2Ffiles%2Faf%2Fmisc%2Fads%2F300.html&amp;c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online 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.animefreak.tv/sites/default/files/af/misc/ads/300.html
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:27 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /icon/box_19_top-right.png HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;f13746374fa151b24abd8bf99a396878:1347294343&quot;
Last-Modified: Mon, 10 Sep 2012 16:25:43 GMT
Accept-Ranges: bytes
Content-Length: 1028
Cache-Control: max-age=2144448000
Date: Sun, 04 Nov 2012 01:57:27 GMT
Connection: keep-alive
GET /icon/ci.png HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;4d5ead3cfaa1fd96263197170ccaed07:1347294382&quot;
Last-Modified: Mon, 10 Sep 2012 16:26:22 GMT
Accept-Ranges: bytes
Content-Length: 1507
Cache-Control: max-age=2144448000
Date: Sun, 04 Nov 2012 01:57:27 GMT
Connection: keep-alive
GET /iaction/adoapn_AppNexusDemoActionTag_1 HTTP/1.1

Host: view.atdmt.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.animefreak.tv/sites/default/files/af/misc/ads/300.html
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
Date: Sun, 04 Nov 2012 01:57:26 GMT
Connection: close
Content-Length: 381
GET /a/l/n/1063/4552/us/1326126768888.png HTTP/1.1

Host: c.betrad.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;00a94fdacd24e36c8b8b7da60a35ad97:1326126772&quot;
Last-Modified: Mon, 09 Jan 2012 16:32:52 GMT
Accept-Ranges: bytes
Content-Length: 8182
Cache-Control: max-age=2144448000
Date: Sun, 04 Nov 2012 01:57:27 GMT
Connection: keep-alive
GET /tap.php?v=7206&nid=1197&put=4235955409564454042&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=7206&amp;nid=1197&amp;put=4235955409564454042&amp;expires=30 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2613490%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034; put_2596=638666723716519473
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:27 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%264212%3D1%265852%3D1%2613490%3D1%267206%3D1; expires=Tue, 04-Dec-2012 01:57:27 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:27 GMT; path=/; domain=.pixel.rubiconproject.com put_1197=4235955409564454042; expires=Tue, 04-Dec-2012 01:57:27 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9937
Connection: Keep-Alive
GET /PointRoll/Track/?q=vi&i=A1CD0400-A0B0-F727-030B-C0D001C20100&o=1&c=1&p=0&u=0&r=0.9736071806017733 HTTP/1.1

Host: t.pointroll.com
GET /PointRoll/Track/?q=vi&amp;i=A1CD0400-A0B0-F727-030B-C0D001C20100&amp;o=1&amp;c=1&amp;p=0&amp;u=0&amp;r=0.9736071806017733 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: text/plain; charset=utf-8
Connection: close
Date: Sun, 04 Nov 2012 01:57:27 GMT
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Content-Length: 1
Cache-Control: private
GET /watch/13119559?rn=640910&wmode=5&callback=_ymjsp486224&page-url=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025727:en:utf-8:v:1825:c:1:la:en-us:hid:930519063:wn:22380:hl:1:t:Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes HTTP/1.1

Host: mc.yandex.ru
GET /watch/13119559?rn=640910&amp;wmode=5&amp;callback=_ymjsp486224&amp;page-url=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025727:en:utf-8:v:1825:c:1:la:en-us:hid:930519063:wn:22380:hl:1:t:Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:27 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Sun, 04 Nov 2012 01:57:27 GMT
Expires: Sun, 04 Nov 2012 01:57:27 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Location: http://mc.yandex.ru/watch/13119559/1?rn=640910&amp;wmode=5&amp;callback=_ymjsp486224&amp;page-url=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025727:en:utf-8:v:1825:c:1:la:en-us:hid:930519063:wn:22380:hl:1:t:Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes
Set-Cookie: yandexuid=1808370341351994247; domain=.yandex.ru; path=/; expires=Wed, 02-Nov-2022 01:57:27 GMT yabs-sid=275909851351994247; path=/
Content-Length: 0
GET /nexity/nexity0912_geo.js?t=reta0912&cp=35000&ctag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D&cb=1351994243 HTTP/1.1

Host: d1sjttl1qo4qe2.cloudfront.net
GET /nexity/nexity0912_geo.js?t=reta0912&amp;cp=35000&amp;ctag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D&amp;cb=1351994243 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://ib.adnxs.com/acb?member=541&amp;width=300&amp;height=250&amp;pb=18&amp;cb=1351994245&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.0 200 OK

Content-Type: application/javascript
Content-Length: 5447
Connection: keep-alive
Date: Fri, 26 Oct 2012 05:12:22 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Fri, 26 Oct 2012 04:51:58 GMT
Etag: &quot;34740d3-1547-4ccef14611780&quot;
Accept-Ranges: bytes
Cache-Control: max-age=120
Expires: Fri, 26 Oct 2012 05:14:22 GMT
X-Amz-Cf-Id: xRql3g5kJR6yiXm1mfogF0YBJpYrmLUhohWrtUfNP5jX41_xZy8I2g==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: Miss from cloudfront
GET /um.ashx?site=795519 HTTP/1.1

Host: cmap.uac.ace.advertising.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.animefreak.tv/sites/default/files/af/misc/ads/728.html
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030; F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; FC=CISX14QFEgcIoAIQ6qIa
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:26 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP=NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV
Pragma: no-cache
Set-Cookie: UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:26 GMT; path=/
Cache-Control: private, no-cache, max-age=0
Expires: Sun, 04 Nov 2012 01:57:26 GMT
ntCoent-Length: 1030
Content-Encoding: gzip
Content-Length: 617
GET /init?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994246945&curtz=-60&et=2&lang=en&ifrm=false&dim=fixed_bottom&tech=bb&exp=1&pvid=13ac9230720691da901900ea941c8060&loc=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online HTTP/1.1

Host: beacon.saymedia.com
GET /init?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994246945&amp;curtz=-60&amp;et=2&amp;lang=en&amp;ifrm=false&amp;dim=fixed_bottom&amp;tech=bb&amp;exp=1&amp;pvid=13ac9230720691da901900ea941c8060&amp;loc=http%3A//www.animefreak.tv/watch/naruto-shippuuden-episode-286-online 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:27 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=47
Connection: Keep-Alive
GET /configloaded?rid=13ac9230015a955128b42dbdb611a59a&curtime=1351994246939&bf=0 HTTP/1.1

Host: beacon.saymedia.com
GET /configloaded?rid=13ac9230015a955128b42dbdb611a59a&amp;curtime=1351994246939&amp;bf=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:27 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=74
Connection: Keep-Alive
GET /ct/0_0_48141_4552/no/0/1/0/0/0/0/728/90/242/1063/0/pixel.gif?v=811&ttid=2&d=www.animefreak.tv&r=0.5047809390554636 HTTP/1.1

Host: l.betrad.com
GET /ct/0_0_48141_4552/no/0/1/0/0/0/0/728/90/242/1063/0/pixel.gif?v=811&amp;ttid=2&amp;d=www.animefreak.tv&amp;r=0.5047809390554636 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.animefreak.tv/sites/default/files/af/misc/ads/728.html
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Connection: keep-alive
GET /flash/group.swf?ref=animefreak.tv&gn=tvanimefreak.chatango.com HTTP/1.1

Host: st.chatango.com
GET /flash/group.swf?ref=animefreak.tv&amp;gn=tvanimefreak.chatango.com 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.animefreak.tv/sites/default/files/af/misc/ads/chat.html
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Sun, 04 Nov 2012 01:57:26 GMT
Server: Apache
Last-Modified: Thu, 01 Nov 2012 18:14:21 GMT
Etag: &quot;57ed-1de1b-4cd72fcf93940&quot;
Accept-Ranges: bytes
Content-Length: 122395
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:26 GMT
Connection: close
GET /bb/20121017_1016_03948904/pc/vepc.swf HTTP/1.1

Host: core.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;31d202205ec2ceeb7206fcbc7b5b8412:1350494412&quot;
Last-Modified: Wed, 17 Oct 2012 10:16:42 GMT
Accept-Ranges: bytes
Content-Length: 53605
Date: Sun, 04 Nov 2012 01:57:28 GMT
Connection: keep-alive
Cache-Control: max-age=604800, s-maxage=86400, public
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=329412509&utmhn=www.animefreak.tv&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x749&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes&utmhid=1363433911&utmr=-&utmp=%2Fwatch%2Fnaruto-shippuuden-episode-286-online&utmac=UA-5111743-3&utmcc=__utma%3D152643561.1631672136.1351994249.1351994249.1351994249.1%3B%2B__utmz%3D152643561.1351994249.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=329412509&amp;utmhn=www.animefreak.tv&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x749&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes&amp;utmhid=1363433911&amp;utmr=-&amp;utmp=%2Fwatch%2Fnaruto-shippuuden-episode-286-online&amp;utmac=UA-5111743-3&amp;utmcc=__utma%3D152643561.1631672136.1351994249.1351994249.1351994249.1%3B%2B__utmz%3D152643561.1351994249.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:40:53 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: 260195
Server: GFE/2.0
GET /match?mrbyus=true&excid=17 HTTP/1.1

Host: rubicon.admailtiser.com
GET /match?mrbyus=true&amp;excid=17 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: nginx/1.1.1
Date: Sun, 04 Nov 2012 01:57:28 GMT
Content-Length: 0
Connection: keep-alive
P3P: policyref=&quot;http://admailtiser.com/w3c/p3p.xml&quot;, CP=&quot;NOI IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA NOR UNI&quot;
Set-Cookie: cicouid=475e9b00-0987-4756-a14f-e9c32e4ed373qSzPDH1YLNhaz8vH8t7fQA; Domain=.admailtiser.com; Expires=Mon, 04-Nov-2013 01:57:28 GMT; Path=/
Location: http://pixel.rubiconproject.com/tap.php?v=12224&amp;nid=2530&amp;put=-6104386937904909849&amp;expires=365
GET /sites/all/modules/fivestar/widgets/hearts/heart.png HTTP/1.1

Host: www.animefreak.tv

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.animefreak.tv/sites/default/files/css/css_05cfb38609bdab4587909cc49c50fb0d.css
Cookie: SESS9ddf77bdff7302a1cbd159a2abb6ec06=qn733abiihnkqf6rpvgjnlge07; has_js=1; h2=o; he=llo; __utma=152643561.1631672136.1351994249.1351994249.1351994249.1; __utmb=152643561.1.10.1351994249; __utmc=152643561; __utmz=152643561.1351994249.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 04 Nov 2012 01:57:28 GMT
Server: Apache/2.2.14 (Ubuntu)
Last-Modified: Wed, 11 Apr 2012 15:54:47 GMT
Etag: &quot;10e1a0-308-4bd6942379fc0&quot;
Accept-Ranges: bytes
Content-Length: 776
Cache-Control: max-age=1209600
Expires: Sun, 18 Nov 2012 01:57:28 GMT
Keep-Alive: timeout=3, max=30
Connection: Keep-Alive
GET /pixel?adnxs_uid=5858721859426781856 HTTP/1.1

Host: ads.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 204 No Content

Content-Type: application/javascript
Set-Cookie: adnxs_uid=5858721859426781856; domain=.saymedia.com; expires=Mon, 04-Mar-2013 01:57:28 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OUR SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-WebServer: oak-ad-web011
GET /erb HTTP/1.1

Host: px.owneriq.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache/2.2.3 (CentOS)
Content-Length: 153
Location: http://px.owneriq.net/fr/epx.gif
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Vary: Accept-Encoding
Cache-Control: max-age=71194
Date: Sun, 04 Nov 2012 01:57:28 GMT
Connection: keep-alive
GET /1/gr?url=http%3a//pixel.rubiconproject.com/tap.php%3fv%3d11782%7c1%7c14%26nid%3d2181%26put%3d__EFGCK__%26expires%3d14 HTTP/1.1

Host: pixel.everesttech.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:28 GMT
Server: Apache
Set-Cookie: everest_session_v2=UJXLiAAACu02QQ-H; path=/; domain=.everesttech.net everest_g_v2=g_surferid~UJXLiAAACu02QQ-H; path=/; domain=.everesttech.net; expires=Mon, 29-Sep-2014 12:37:28 GMT
P3P: CP=&quot;NOI NID DEVa PSAa PSDa OUR IND PUR COM NAV INT DEM&quot;
Cache-Control: no-cache
Location: http://cm.g.doubleclick.net/pixel?google_nid=everest&amp;google_cm&amp;google_sc&amp;ev_rs=1&amp;url=/1/gr%3furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14
Content-Length: 427
Keep-Alive: timeout=15, max=999175
Connection: Keep-Alive
GET /images/pixel.gif HTTP/1.1

Host: spe.atdmt.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://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 42
Allow: GET
Expires: Mon, 05 Nov 2012 08:40:58 GMT
Date: Sun, 04 Nov 2012 01:57:28 GMT
Connection: keep-alive
GET /watch/13119559/1?rn=640910&wmode=5&callback=_ymjsp486224&page-url=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025727:en:utf-8:v:1825:c:1:la:en-us:hid:930519063:wn:22380:hl:1:t:Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes HTTP/1.1

Host: mc.yandex.ru
GET /watch/13119559/1?rn=640910&amp;wmode=5&amp;callback=_ymjsp486224&amp;page-url=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025727:en:utf-8:v:1825:c:1:la:en-us:hid:930519063:wn:22380:hl:1:t:Watch%20Naruto%20Shippuuden%20Episode%20286%20Online%20%7C%20English%20Dubbed-Subbed%20Episodes 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: yandexuid=1808370341351994247; yabs-sid=275909851351994247
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:28 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Sun, 04 Nov 2012 01:57:28 GMT
Expires: Sun, 04 Nov 2012 01:57:28 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Content-Length: 74
GET /pxj?bidder=55&action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); HTTP/1.1

Host: ib.adnxs.com
GET /pxj?bidder=55&amp;action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); 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://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQVaU$O6`kb10I3SSKk9z&lt;Z_2!ym_5m^Tyf6$RuQ/7bd]O[Fj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..
HTTP/1.1 200 OK

Content-Type: image/gif
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=Sat, 02-Feb-2013 01:57:28 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:28 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQVaU$O6`kb10I3SSKk9z&lt;Z_2!ym_5m^Tyf6$RuQ/7bd]O[Fj; path=/; expires=Sat, 02-Feb-2013 01:57:28 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Sun, 04 Nov 2012 01:57:28 GMT
GET /m/rc HTTP/1.1

Host: rc.d.chango.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 35
Server: RTB
Etag: &quot;0f4e929dd5bb2564f7ab9c76338e04e292a42ace&quot;
Pragma: no-cache
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
P3P: policyref=&quot;http://as.chango.com/static/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Set-Cookie: _t=fcfebd06-2622-11e2-97a6-00259034b9f4; Domain=chango.com; expires=Wed, 02 Nov 2022 01:57:28 GMT; Path=/
Connection: close
GET /v2/cexposer/SIG=12qjs8669/*http%3A//ad.yieldmanager.com/imp?Z=300x250&S=3587530&i=1302901&_salt=3345696076&B=10&r=0 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=12qjs8669/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
Cookie: B=cv4dp9t89bis4&amp;b=3&amp;s=li
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:28 GMT
P3P: policyref=&quot;http://info.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 LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=0&amp;SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&amp;o=3&amp;f=yv
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /PointRoll/Media/Panels/Ford/809646/2012_FordYEC_ML_EXP.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 25676
Last-Modified: Mon, 22 Oct 2012 15:25:13 GMT
Accept-Ranges: bytes
Etag: &quot;80522b6e69b0cd1:a7f&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:29 GMT
Connection: keep-alive
GET /pixel?google_nid=aol1&google_cm HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=aol1&amp;google_cm 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://cmap.dc.ace.advertising.com/cfcm.ashx?providerId=1003&amp;google_gid=CAESEIc4pxSyGmgbg3cAC9liGSs&amp;google_cver=1
Date: Sun, 04 Nov 2012 01:57:29 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 318
X-XSS-Protection: 1; mode=block
GET /getuid?http://cmap.an.ace.advertising.com/cfcm.ashx?providerId=1006&appnexus_uid=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://cmap.an.ace.advertising.com/cfcm.ashx?providerId=1006&amp;appnexus_uid=$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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQVaU$O6`kb10I3SSKk9z&lt;Z_2!ym_5m^Tyf6$RuQ/7bd]O[Fj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..
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=Sat, 02-Feb-2013 01:57:29 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:29 GMT; domain=.adnxs.com; HttpOnly
Location: http://cmap.an.ace.advertising.com/cfcm.ashx?providerId=1006&amp;appnexus_uid=5858721859426781856
Date: Sun, 04 Nov 2012 01:57:29 GMT
Content-Length: 0
GET /match?admeld_adprovider_id=1&external_user_id=RUIDk19mfj4rrzi474c7wfh1s73epeym7zq3rmk4umn6d5zpn8tk1jco==== HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=1&amp;external_user_id=RUIDk19mfj4rrzi474c7wfh1s73epeym7zq3rmk4umn6d5zpn8tk1jco==== 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
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: Sun, 04 Nov 2012 01:57:29 GMT
Connection: keep-alive
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MjQwNSZ0bD0yNTkyMDA=&piggybackCookie=RUID1r11wbagr13nr9iq3d4nxp6a9hjzntrhd7wpp394k3fyf5ho15fy==== HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MjQwNSZ0bD0yNTkyMDA=&amp;piggybackCookie=RUID1r11wbagr13nr9iq3d4nxp6a9hjzntrhd7wpp394k3fyf5ho15fy==== 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:13 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_240=4481-RUID1r11wbagr13nr9iq3d4nxp6a9hjzntrhd7wpp394k3fyf5ho15fy====; domain=pubmatic.com; expires=Fri, 03-May-2013 01:57:13 GMT; path=/ PUBRETARGET=2405_1367546233; domain=pubmatic.com; expires=Fri, 03-May-2013 01:57:13 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 /cms/v1?esig=1~ed097b82db382a1fd455fb947bcd01b57e206e42&nwid=10000040578&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~ed097b82db382a1fd455fb947bcd01b57e206e42&amp;nwid=10000040578&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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: BX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308; uid=uid=faac9c94-2622-11e2-9ef9-735562023fdb&amp;_hmacv=1&amp;_salt=3369035924&amp;_keyid=k1&amp;_hmac=0bc3bd7159dfd535dab9ae1fd19d383bdd2c4a20; RMBX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Sun, 04 Nov 2012 01:57:29 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://cmap.rm.ace.advertising.com/cfcm.ashx?providerId=1002&amp;xid=cog1jXyK_dQyy3dTg8YjaI6_
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /tap.php?v=7249%7c%7c11203&nid=2146,2309&put=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo====&expires=30 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=7249%7c%7c11203&amp;nid=2146,2309&amp;put=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo====&amp;expires=30 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2613490%3D1%267206%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034; put_2596=638666723716519473; put_2025=f523ca1e-f167-4147-b345-30a0408567a5; put_2147=68QnLkIEgj; put_2081=NC-00000002547441524; put_1197=4235955409564454042
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:29 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%264212%3D1%265852%3D1%2613490%3D1%267206%3D1%267249%3D1%2611203%3D1; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C%267249%3D24905%2C0%2C1%2C%2C%2611203%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.pixel.rubiconproject.com put_2146=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo%3D%3D%3D%3D; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.rubiconproject.com put_2309=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo%3D%3D%3D%3D; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9888
Connection: Keep-Alive
GET /atx/sync/adcom/ACID/jr860013519942430030 HTTP/1.1

Host: tacoda.at.atwola.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://cmap.uac.ace.advertising.com/um.ashx?site=795519
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Location: http://cmap.at.ace.advertising.com/cfcm.ashx?providerId=1&amp;userId=189bis90a9eqnc
Set-Cookie: ATTACID=a3Z0aWQ9MTg5YmlzOTBhOWVxbmM=;Version=1;Domain=.at.atwola.com;Path=/;Max-Age=31536000;Expires=Mon, 04 Nov 2013 01:57:28 UTC
Connection: close
P3P: CP=&quot;NON DSP COR NID CURa ADMo DEVo TAIo PSAo PSDo OUR DELa IND PHY ONL UNI COM NAV DEM&quot;
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:29 GMT
GET /b/a4498/ln/Light_of_Nova_x.jpg HTTP/1.1

Host: images.gx101.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
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:29 GMT
Etag: &quot;3345027421&quot;
Expires: Sun, 11 Nov 2012 01:57:29 GMT
Last-Modified: Thu, 26 Apr 2012 00:19:46 GMT
Server: ECS (arn/46E2)
X-Cache: HIT
Content-Length: 9382
GET /fr/epx.gif HTTP/1.1

Host: px.owneriq.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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache/2.2.3 (CentOS)
Content-Length: 43
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: max-age=70262
Expires: Sun, 04 Nov 2012 21:28:31 GMT
Date: Sun, 04 Nov 2012 01:57:29 GMT
Connection: keep-alive
GET /pixel?google_nid=everest&google_cm&google_sc&ev_rs=1&url=/1/gr%3furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14 HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=everest&amp;google_cm&amp;google_sc&amp;ev_rs=1&amp;url=/1/gr%3furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://pixel2368.everesttech.net/2368/m?cookieid=&amp;ev_rs=1&amp;url=/1/gr%3Furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14&amp;google_gid=CAESEHb10AvLIOUdvYC_4Xf0C8w&amp;google_cver=1
Date: Sun, 04 Nov 2012 01:57:29 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 470
X-XSS-Protection: 1; mode=block
GET /tap.php?v=12224&nid=2530&put=-6104386937904909849&expires=365 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=12224&amp;nid=2530&amp;put=-6104386937904909849&amp;expires=365 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2613490%3D1%267206%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; rdk2=0; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034; put_2596=638666723716519473; put_2025=f523ca1e-f167-4147-b345-30a0408567a5; put_2147=68QnLkIEgj; put_2081=NC-00000002547441524; put_1197=4235955409564454042
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:29 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%264212%3D1%265852%3D1%2613490%3D1%267206%3D1%2612224%3D1; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C%2612224%3D24905%2C0%2C1%2C%2C; expires=Tue, 04-Dec-2012 01:57:29 GMT; path=/; domain=.pixel.rubiconproject.com put_2530=-6104386937904909849; expires=Mon, 04-Nov-2013 01:57:29 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9995
Connection: Keep-Alive
GET /groupinfo/t/v/tvanimefreak/gprofile.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:29 GMT
Server: Apache
Last-Modified: Fri, 31 Jul 2009 05:51:08 GMT
Etag: &quot;1b7e514-3c-46ffa01b52b00&quot;
Accept-Ranges: bytes
Content-Length: 60
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:29 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /load/?lb=AA00405 HTTP/1.1

Host: load.exelator.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 302 Found

Content-Type: image/gif
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=eJxrWVyWWnRgUUnxaccrqkWPVmy6uTjU0%252BUWg4KpsaWlqamJQbKpYbK5saFZslmyibmRSbJlikVSmoVx2uKilDRGADimFuw%253D; expires=Mon, 04-Mar-2013 01:57:30 GMT; path=/; domain=exelator.com
Location: http://load.exelator.com/load/?lb=AA00405&amp;xl8blockcheck=1
Content-Length: 0
Connection: close
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: HTTP server
GET /coreloaded?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994250646&curtz=-60&et=3703&lang=en&dim=fixed_bottom&pvid=13ac9230720691da901900ea941c8060&pstat=0&os=Win&fv=10.0.45&tech=bb&x=94.5&y=12170.5830078125&btf=false&exp=1 HTTP/1.1

Host: beacon.saymedia.com
GET /coreloaded?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994250646&amp;curtz=-60&amp;et=3703&amp;lang=en&amp;dim=fixed_bottom&amp;pvid=13ac9230720691da901900ea941c8060&amp;pstat=0&amp;os=Win&amp;fv=10.0.45&amp;tech=bb&amp;x=94.5&amp;y=12170.5830078125&amp;btf=false&amp;exp=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=34
Connection: Keep-Alive
GET /lotamerequested?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994250679&curtz=-60&et=3736 HTTP/1.1

Host: beacon.saymedia.com
GET /lotamerequested?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994250679&amp;curtz=-60&amp;et=3736 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=12
Connection: Keep-Alive
GET /crossdomain.xml 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: 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
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache/2.2.21 (EL)
Last-Modified: Tue, 14 Aug 2012 13:58:55 GMT
Etag: &quot;57621-ba-4c73a360265c0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 136
GET /PointRoll/Media/Panels/Ford/809646/FDAF_2012_FordYEC_BannerAnimation_728x90_ML.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 79232
Last-Modified: Tue, 23 Oct 2012 15:33:14 GMT
Accept-Ranges: bytes
Etag: &quot;0d947b733b1cd1:b68&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:30 GMT
Connection: keep-alive
GET /PointRoll/Media/Panels/Ford/724168/FDAF_SharedAsset_Button_11.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 3286
Last-Modified: Thu, 23 Aug 2012 17:11:14 GMT
Accept-Ranges: bytes
Etag: &quot;0e5d54c5281cd1:a05&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:30 GMT
Connection: keep-alive
GET /PointRoll/Media/Panels/Ford/724168/FDAF_SharedAsset_Button_Icon05.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 3151
Last-Modified: Fri, 11 May 2012 21:58:15 GMT
Accept-Ranges: bytes
Etag: &quot;80f5632ac12fcd1:a05&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:30 GMT
Connection: keep-alive
GET /PointRoll/Media/Panels/Ford/724168/FDAF_SharedAsset_Border_728x90_Banner.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 1081
Last-Modified: Mon, 23 May 2011 14:24:00 GMT
Accept-Ranges: bytes
Etag: &quot;080e9e5519cc1:a5b&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:30 GMT
Connection: keep-alive
GET /PointRoll/Media/Panels/Ford/724168/Antenna-Medium.swf HTTP/1.1

Host: speed.pointroll.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: PRbu=EzaGwoCf3; PRgo=BBBCxU!BA
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 12415
Last-Modified: Wed, 15 Dec 2010 22:21:21 GMT
Accept-Ranges: bytes
Etag: &quot;8069966a69ccb1:a3c&quot;
Server: Microsoft-IIS/6.0
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR BUS OTC&quot;
X-Powered-By: ASP.NET
Date: Sun, 04 Nov 2012 01:57:30 GMT
Connection: keep-alive
GET /nexity/banner_reta0910.swf?xml_url=http://d1sjttl1qo4qe2.cloudfront.net/nexity/xml/35000.xml&geo=35&click=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D HTTP/1.1

Host: d1sjttl1qo4qe2.cloudfront.net
GET /nexity/banner_reta0910.swf?xml_url=http://d1sjttl1qo4qe2.cloudfront.net/nexity/xml/35000.xml&amp;geo=35&amp;click=http%3A%2F%2Fib.adnxs.com%2Fclick%3FYVRSJ6CJzD9SYWwhyEHIPwAAAKCZmak_UmFsIchByD9hVFInoInMPzfarlgl2NoUoArzhH1cTlGDy5VQAAAAAMVYAwAdAgAAzQQAAAIAAABnEzIAk8AAAAAAAQBVU0QAVVNEACwB-gBn2wAApkoBAQUCAQUAAIIAwSPAOAAAAAA.%2Fcnd%3D%2521UwVMMQjJqCQQ56bIARiTgQMgAA..%2Fclickenc%3D 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://ib.adnxs.com/acb?member=541&amp;width=300&amp;height=250&amp;pb=18&amp;cb=1351994245&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.0 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 38563
Connection: keep-alive
Date: Tue, 25 Sep 2012 10:16:51 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Sat, 22 Sep 2012 04:26:12 GMT
Etag: &quot;34740d1-96a3-4ca42c1a04100&quot;
Accept-Ranges: bytes
Cache-Control: max-age=120
Expires: Tue, 25 Sep 2012 10:18:51 GMT
Age: 28
X-Amz-Cf-Id: 0tljAaPRGc_bMwZZCB_EHDKVuB2ZmoQ3KpKpvjxTFWqQAjr-75TC5A==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: Miss from cloudfront
GET /2368/m?cookieid=&ev_rs=1&url=/1/gr%3Furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14&google_gid=CAESEHb10AvLIOUdvYC_4Xf0C8w&google_cver=1 HTTP/1.1

Host: pixel2368.everesttech.net
GET /2368/m?cookieid=&amp;ev_rs=1&amp;url=/1/gr%3Furl=http%253a//pixel.rubiconproject.com/tap.php%253fv%253d11782%257c1%257c14%2526nid%253d2181%2526put%253d__EFGCK__%2526expires%253d14&amp;google_gid=CAESEHb10AvLIOUdvYC_4Xf0C8w&amp;google_cver=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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: everest_session_v2=UJXLiAAACu02QQ-H; everest_g_v2=g_surferid~UJXLiAAACu02QQ-H
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache
Set-Cookie: gglck=CAESEHb10AvLIOUdvYC_4Xf0C8w; path=/; domain=.everesttech.net; expires=Tue, 04-Dec-2012 01:57:30 GMT everest_session_v2=UJXLiAAACu02QQ-H; path=/; domain=.everesttech.net everest_g_v2=g_surferid~UJXLiAAACu02QQ-H; path=/; domain=.everesttech.net; expires=Mon, 29-Sep-2014 12:37:30 GMT
P3P: CP=&quot;NOI NID DEVa PSAa PSDa OUR IND PUR COM NAV INT DEM&quot;
Cache-Control: no-cache
Location: http://pixel.rubiconproject.com/tap.php?v=11782|1|14&amp;nid=2181&amp;put=CAESEHb10AvLIOUdvYC_4Xf0C8w&amp;expires=14
Content-Length: 300
Keep-Alive: timeout=15, max=999303
Connection: Keep-Alive
GET /cfcm.ashx?providerId=1006&appnexus_uid=5858721859426781856 HTTP/1.1

Host: cmap.an.ace.advertising.com
GET /cfcm.ashx?providerId=1006&amp;appnexus_uid=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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030; F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; FC=CISX14QFEgcIoAIQ6qIa; UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP=NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV
Pragma: no-cache
Location: http://ib.adnxs.com/seg?add=160632&amp;t=2
Set-Cookie: UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3OzEwMDY6MTM1MTk5NDI1MQ==; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:30 GMT; path=/
Cache-Control: private, no-cache, max-age=0
Expires: Sun, 04 Nov 2012 01:57:30 GMT
Content-Length: 0
GET /cfcm.ashx?providerId=1003&google_gid=CAESEIc4pxSyGmgbg3cAC9liGSs&google_cver=1 HTTP/1.1

Host: cmap.dc.ace.advertising.com
GET /cfcm.ashx?providerId=1003&amp;google_gid=CAESEIc4pxSyGmgbg3cAC9liGSs&amp;google_cver=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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030; F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; FC=CISX14QFEgcIoAIQ6qIa; UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP=NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV
Pragma: no-cache
Location: http://www.googleadservices.com/pagead/conversion/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&amp;guid=ON&amp;script=0
Set-Cookie: UMAP=MTAwMzoxMzUxOTk0MjUxOzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:30 GMT; path=/
Cache-Control: private, no-cache, max-age=0
Expires: Sun, 04 Nov 2012 01:57:30 GMT
Content-Length: 0
GET /cfcm.ashx?providerId=1002&xid=cog1jXyK_dQyy3dTg8YjaI6_ HTTP/1.1

Host: cmap.rm.ace.advertising.com
GET /cfcm.ashx?providerId=1002&amp;xid=cog1jXyK_dQyy3dTg8YjaI6_ 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030; F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; FC=CISX14QFEgcIoAIQ6qIa; UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP=NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV
Pragma: no-cache
Location: http://ad.yieldmanager.com/pixel?id=1397907&amp;t=2
Set-Cookie: UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3OzEwMDI6MTM1MTk5NDI1MQ==; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:31 GMT; path=/
Cache-Control: private, no-cache, max-age=0
Expires: Sun, 04 Nov 2012 01:57:31 GMT
Content-Length: 0
GET /cfcm.ashx?providerId=1&userId=189bis90a9eqnc HTTP/1.1

Host: cmap.at.ace.advertising.com
GET /cfcm.ashx?providerId=1&amp;userId=189bis90a9eqnc 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: ACID=jr860013519942430030; ASCID=jr860013519942430030; F1=BQ4yVClAAAAA/NCDAEAAgEABAAAABAAAAEAAgEA; FC=CISX14QFEgcIoAIQ6qIa; UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
P3P: CP=NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV
Pragma: no-cache
Set-Cookie: GUID=MTM1MTk5NDI1MTsxOjE4OWJpczkwYTllcW5jOjMw; domain=advertising.com; expires=Tue, 04-Dec-2012 01:57:31 GMT; path=/ UMAP=MTAwMzoxMzUxOTk0MjQ3OzEwMDc6MTM1MTk5NDI0NzsxMDA0OjEzNTE5OTQyNDc7MTAwODoxMzUxOTk0MjQ3OzE6MTM1MTk5NDI1MQ==; domain=advertising.com; expires=Tue, 04-Nov-2014 01:57:31 GMT; path=/
Cache-Control: private, no-cache, max-age=0
Expires: Sun, 04 Nov 2012 01:57:31 GMT
Content-Length: 49
GET /load/?lb=AA00405&xl8blockcheck=1 HTTP/1.1

Host: load.exelator.com
GET /load/?lb=AA00405&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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: ud=eJxrWVyWWnRgUUnxaccrqkWPVmy6uTjU0%252BUWg4KpsaWlqamJQbKpYbK5saFZslmyibmRSbJlikVSmoVx2uKilDRGADimFuw%253D
HTTP/1.1 302 Found

Content-Type: image/gif
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=eJxrXFySlnaHQeLMibPMG5jPqnMsMTI0NgYT5xik1nkjuAwI5pkTDIxIXAYUHgCdYhkl; expires=Mon, 04-Mar-2013 01:57:31 GMT; path=/; domain=exelator.com xud=eJyNzk1Kw0AYBuAoHsJlNu7zN0m6HNtpHWgzIZkgWZV0MoOBtoFJbOvClQfwCtIUQqviGVwLrgTBpScxNDmAy%252Ffl%252BX4eqhWXZ9uy%252BIBfF%252FL3%252Ffx7t5mX88cqwoMfRQVmrweApTGgM8fUbWYzyzEs1kvdmXBN8bqajhCZ9knk0SDeeuSlLQI0wsTb6sahA5jGO1LM832bBxOodNQnIYXjp7c2wQDBZt0AKY2M4JTGPqovZb4uuHw%252BNkM4weO4HmaSi3xTHzsS7q%252BzZdoo1eku4NBv%252FvfzNZeUsxsVL0UuF0mZ5Us1vCtKvihUGHaYBKP%252FYw%252FR02oc9D9P0P1tFcGrZtROhTNjSapxy9SBK4ABtAQ4tsYSl7sz%252FQ9EIoBx; expires=Mon, 04-Mar-2013 01:57:31 GMT; path=/; domain=exelator.com xudx=eJwBLwDQ%252F4OjdmVyAqJ0c8tB1CVy4sEY16NldniBzQhVgc5QlcuLl84AGq5LAczIzQOwAQAAKjEVwQ%253D%253D; expires=Mon, 04-Mar-2013 01:57:31 GMT; path=/; domain=exelator.com udo=eJyNkMtKw0AUhlMF6SOIq2zcJ00mSZdjO63BNhNyQbIq6WSigbYDk9jWhUvX7l1JUyj1%252FgruBG1XguDSJzG0eQCX%252F8f3n3M41%252FmY8p1Zln7Ar0P%252B%252B7b%252FndPx9HYtHDyfVFZVv%252Fr5vtp93asIwnw6yAY3uW82fwQRKPU6AKpEgEx0RdaIRlS9ppJ6ZPRjQ4mfxr02wr0G9i3PCWYWftwCB7VNbM3k2n0pmF4wx%252BmALbe52YVCqdrY9WDn7mWboINgMa6JhML0Yc8LbLQ44mySUv6wIS3YNTvBopVwGrPpYsOwuzxNRlFhiXq5wXTt4n6bTSj3KDkXzVHM%252BDDMEjYS3cs0o8NUhG4pY6f9f9lC3k7ecRrrCrq6yH14XFS1KNb7JIwkqioyMGJQA1IIdE0ioUGNvjxnPDkr3vMHnW%252BMxA%253D%253D; expires=Mon, 04-Mar-2013 01:57:31 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccrqkWPDiqGLw71dLnFoGBqbGlpampikGxqmGxubGiWbJZsYm5kkmyZYpGUZmGctiS%252FKDN9kZ8%252FAFLqF6Y%253D; expires=Mon, 04-Mar-2013 01:57:31 GMT; path=/; domain=exelator.com
Location: http://load.s3.amazonaws.com/pixel.gif
Content-Length: 0
Connection: close
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: HTTP server
GET /crossdomain.xml HTTP/1.1

Host: adserver.adtechus.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.0 200 OK

Content-Type: text/xml
Connection: keep-alive
Cache-Control: no-cache
Content-Length: 111
GET /imp?Z=300x250&S=3587530&i=1302901&_salt=3345696076&B=10&r=0&SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&o=3&f=yv HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;S=3587530&amp;i=1302901&amp;_salt=3345696076&amp;B=10&amp;r=0&amp;SIG=10vhq4h6q;x-cookie=pi4qc9g89ovf4&amp;o=3&amp;f=yv 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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
Cookie: BX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308; uid=uid=faac9c94-2622-11e2-9ef9-735562023fdb&amp;_hmacv=1&amp;_salt=3369035924&amp;_keyid=k1&amp;_hmac=0bc3bd7159dfd535dab9ae1fd19d383bdd2c4a20; RMBX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0081.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, 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, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:31 GMT
Expires: Sun, 04 Nov 2012 01:57:31 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 1
Transfer-Encoding: chunked
Connection: keep-alive
GET /domloaded?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994250887&curtz=-60&et=3944 HTTP/1.1

Host: beacon.saymedia.com
GET /domloaded?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994250887&amp;curtz=-60&amp;et=3944 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=10
Connection: Keep-Alive
GET /echo?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994250706&curtz=-60&et=3763&burl=http%3A//adserver.adtechus.com/adrawdata/3.0/5108.1/2380682/0/0/ADTECH%3Bkvexpandable%3D1%3Bkvdim%3Dfixed_bottom%3Bkvpid%3D2380682%3Bkvprods%3Daf%3Asur%3Bkvbw%3D1%3Bkvcbw%3D0%3Bkvthrottle%3D0%3Bmisc%3D1351994250676%3Bgrp%3D12345%3Bkvrid%3D13ac9230015a955128b42dbdb611a59a%3Bkva1824%3D100%3Bkvagt18%3D100%3Bkva2534%3D100%3Bkvagt25%3D100%3Bkvagt35%3D100%3Bkvgf%3D100 HTTP/1.1

Host: beacon.saymedia.com
GET /echo?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994250706&amp;curtz=-60&amp;et=3763&amp;burl=http%3A//adserver.adtechus.com/adrawdata/3.0/5108.1/2380682/0/0/ADTECH%3Bkvexpandable%3D1%3Bkvdim%3Dfixed_bottom%3Bkvpid%3D2380682%3Bkvprods%3Daf%3Asur%3Bkvbw%3D1%3Bkvcbw%3D0%3Bkvthrottle%3D0%3Bmisc%3D1351994250676%3Bgrp%3D12345%3Bkvrid%3D13ac9230015a955128b42dbdb611a59a%3Bkva1824%3D100%3Bkvagt18%3D100%3Bkva2534%3D100%3Bkvagt25%3D100%3Bkvagt35%3D100%3Bkvgf%3D100 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:30 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=28
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.verisign.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.0 200 Ok

Content-Type: application/ocsp-response
Last-Modified: Sat, 03 Nov 2012 04:37:48 GMT
Expires: Sat, 10 Nov 2012 04:37:48 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=528018, public, no-transform, must-revalidate
Date: Sun, 04 Nov 2012 01:57:30 GMT
nncoection: close
Connection: Keep-Alive
GET /ct/0_0_48141_4552/no/0/1/0/0/0/0/728/90/242/1063/0/pixel.gif?v=811&ttid=2&d=www.animefreak.tv&r=0.5088928352703644 HTTP/1.1

Host: l.betrad.com
GET /ct/0_0_48141_4552/no/0/1/0/0/0/0/728/90/242/1063/0/pixel.gif?v=811&amp;ttid=2&amp;d=www.animefreak.tv&amp;r=0.5088928352703644 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Connection: keep-alive
GET /b/a627/wd/Wings_of_Destiny_x.jpg HTTP/1.1

Host: images.gx101.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
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:31 GMT
Etag: &quot;1212857447&quot;
Expires: Sun, 11 Nov 2012 01:57:31 GMT
Last-Modified: Tue, 09 Oct 2012 01:07:45 GMT
Server: ECS (arn/46FA)
X-Cache: HIT
Content-Length: 12221
GET /5/c=1393/pe=y/ 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: 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: application/json
Date: Sun, 04 Nov 2012 01:57:31 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.11.125
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 63
GET /crossdomain.xml HTTP/1.1

Host: cp30559.edgefcs.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
HTTP/1.1 200 OK

Content-Type: application/xml
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 187
Server: FlashCom/4.5.2
GET /atoms/2c/65/b2/b5/2c65b2b5d9bc3d62141a4cf67df7d2d9.jpg HTTP/1.1

Host: content.yieldmanager.edgesuite.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://creative.xtendmedia.com/matomy/tag.html?ad_type=ad&amp;ad_size=300x250&amp;site=1302901&amp;section_code=3587530
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Etag: &quot;2c65b2b5d9bc3d62141a4cf67df7d2d9:1347053799&quot;
Last-Modified: Fri, 07 Sep 2012 21:36:23 GMT
Accept-Ranges: bytes
Content-Length: 21368
Cache-Control: max-age=31536000
Date: Sun, 04 Nov 2012 01:57:31 GMT
Connection: keep-alive
GET /seg?add=160632&t=2 HTTP/1.1

Host: ib.adnxs.com
GET /seg?add=160632&amp;t=2 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQVaU$O6`kb10I3SSKk9z&lt;Z_2!ym_5m^Tyf6$RuQ/7bd]O[Fj; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..
HTTP/1.1 302 Found

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=Sat, 02-Feb-2013 01:57:31 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:31 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQVaU$O6`kb10I3SSKk:0wHz@1::o)&gt;@bE+_k+B@.hG.^Tx=yUm`lD$aTD-!wxB9-+CT:; path=/; expires=Sat, 02-Feb-2013 01:57:31 GMT; domain=.adnxs.com; HttpOnly
Location: http://cm.ac3.msn.com/CACMSH.ashx?t=1
Date: Sun, 04 Nov 2012 01:57:31 GMT
Content-Length: 0
GET /pagead/conversion/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&guid=ON&script=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&amp;guid=ON&amp;script=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://cmap.uac.ace.advertising.com/um.ashx?site=795519
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: Sun, 04 Nov 2012 01:57:31 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/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&amp;guid=ON&amp;script=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 /pixel?id=1397907&t=2 HTTP/1.1

Host: ad.yieldmanager.com
GET /pixel?id=1397907&amp;t=2 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: BX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308; uid=uid=faac9c94-2622-11e2-9ef9-735562023fdb&amp;_hmacv=1&amp;_salt=3369035924&amp;_keyid=k1&amp;_hmac=0bc3bd7159dfd535dab9ae1fd19d383bdd2c4a20; RMBX=cv4dp9t89bis4&amp;b=3&amp;s=li&amp;t=308
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0182.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, 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, max-age=0
Vary: *
Last-Modified: Sun, 04 Nov 2012 01:57:31 GMT
Expires: Sun, 04 Nov 2012 01:57:31 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /b/a4415/ew/Edgeworld_x.jpg HTTP/1.1

Host: images.gx101.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
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Sun, 04 Nov 2012 01:57:31 GMT
Etag: &quot;880178580&quot;
Expires: Sun, 11 Nov 2012 01:57:31 GMT
Last-Modified: Wed, 11 Apr 2012 22:30:52 GMT
Server: ECS (arn/46F2)
X-Cache: HIT
Content-Length: 11224
GET /fcs/ident/ HTTP/1.1

Host: cp30559.edgefcs.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
HTTP/1.1 200 OK

Content-Type: application/xml
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 74
Server: FlashCom/4.5.2
GET /pixel.gif HTTP/1.1

Host: load.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: 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: image/gif
x-amz-id-2: 0U5AQhlmr8rH6XhlCNzKuj+eAYND3OAYoIACt/JTRVaoOOF2GeWVogQ8q1G2+/7i
x-amz-request-id: 108075CF9D40F769
Date: Sun, 04 Nov 2012 01:57:32 GMT
x-amz-meta-s3fox-filesize: 43
x-amz-meta-s3fox-modifiedtime: 1297679395316
Last-Modified: Mon, 14 Feb 2011 11:09:26 GMT
Etag: &quot;fc94fb0c3ed8a8f909dbc7630a0987ff&quot;
Accept-Ranges: bytes
Content-Length: 43
Server: AmazonS3
GET /tap.php?v=11782|1|14&nid=2181&put=CAESEHb10AvLIOUdvYC_4Xf0C8w&expires=14 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=11782|1|14&amp;nid=2181&amp;put=CAESEHb10AvLIOUdvYC_4Xf0C8w&amp;expires=14 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://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=8240/13384&amp;geo=eu&amp;co=no
Cookie: rpb=14240%3D1%264212%3D1%265852%3D1%2613490%3D1%267206%3D1%2612224%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C%2612224%3D24905%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; ruid=591e893e5095cb81c39f8cde453025^1^1351994241^3282013406; rsid=FsGVVT7or4ROW+ngdEkfzaBxZaiThR5ysPrTF1nz/jF4XeyaeR+kEfIOcY4imqkw3bZHonF7znOnaY4sdoI1UZAbqq46KBSde8i1/YqyHdw=; rdk=8240/13384; rdk15=0; ses15=13384^2&amp;13546^1; ses2=13384^1; csi15=3382070.js^1^1351994244^1351994244&amp;3185436.js^1^1351994243^1351994243; csi2=; cd=false; au=H93IGQX1-4NDW-10.74.71.140; lm=&quot;4 Nov 2012 01:57:24 GMT&quot;; put_1986=5858721859426781856; put_1523=d4dfb6aa-16b4-4991-a1a9-c2f72b4a8ea2; put_1185=7721602479492646555; put_2101=084964f6-b026-473c-ba54-02bf1dd988fa; rdk9=0; ses9=13384^1; csi9=3333804.js^1^1351994244^1351994244; put_2021=5095cb84bf7da317a1150748; put_2760=5e0d2ced-c0ab-449f-8ecc-c8a09e32a90c; put_2271=l_UD0_62iplsEfCm7D5ILmRzvhs; put_2494=725f52c3a69b4709b1961dd023c5d034; put_2596=638666723716519473; put_2025=f523ca1e-f167-4147-b345-30a0408567a5; put_2147=68QnLkIEgj; put_2081=NC-00000002547441524; put_1197=4235955409564454042; put_2146=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo%3D%3D%3D%3D; put_2309=RUIDmcenwe4udsxq96uw6bt4tw9tuabmdou96t3tgjtfyd3rii8ff3qo%3D%3D%3D%3D; put_2530=-6104386937904909849
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:31 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%264212%3D1%265852%3D1%2613490%3D1%267206%3D1%2612224%3D1%2611782%3D1; expires=Tue, 04-Dec-2012 01:57:31 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%264212%3D24905%2C0%2C1%2C%2C%265852%3D24905%2C0%2C1%2C%2C%2613490%3D24905%2C0%2C1%2C%2C%267206%3D24905%2C0%2C1%2C%2C%2612224%3D24905%2C0%2C1%2C%2C%2611782%3D24905%2C0%2C1%2C14%2C; expires=Tue, 04-Dec-2012 01:57:31 GMT; path=/; domain=.pixel.rubiconproject.com put_2181=CAESEHb10AvLIOUdvYC_4Xf0C8w; expires=Sun, 18-Nov-2012 01:57:31 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9976
Connection: Keep-Alive
GET /pagead/viewthroughconversion/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&guid=ON&script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/1047949563/?label=6J6UCJXhhAIQ--HZ8wM&amp;guid=ON&amp;script=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://cmap.uac.ace.advertising.com/um.ashx?site=795519
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: Sun, 04 Nov 2012 01:57:31 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 /lotamediagnostic?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994251641&curtz=-60&et=4698&raw={%22Profile%22:%20{%22tpid%22:%22%22,%22Audiences%22:%20{%22Audience%22:[]}}} HTTP/1.1

Host: beacon.saymedia.com
GET /lotamediagnostic?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994251641&amp;curtz=-60&amp;et=4698&amp;raw={%22Profile%22:%20{%22tpid%22:%22%22,%22Audiences%22:%20{%22Audience%22:[]}}} 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=56
Connection: Keep-Alive
GET /adrawdata/3.0/5108.1/2380682/0/0/ADTECH;kvexpandable=1;kvdim=fixed_bottom;kvpid=2380682;kvprods=af:sur;kvbw=1;kvcbw=0;kvthrottle=0;misc=1351994250676;grp=12345;kvrid=13ac9230015a955128b42dbdb611a59a;kva1824=100;kvagt18=100;kva2534=100;kvagt25=100;kvagt35=100;kvgf=100 HTTP/1.1

Host: adserver.adtechus.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.0 302 Moved Temporarily

HTTP/1.0 302 Moved Temporarily
Connection: keep-alive
P3P: CP=&quot;NOI DSP DEVa OUR BUS UNI COM NAV INT&quot;
Cache-Control: no-cache
Location: http://adserver.adtechus.com/adrawdata/3.0/5108.1/2380682/0/0/ADTECH;cfp=1;rndc=1351994251;kvexpandable=1;kvdim=fixed_bottom;kvpid=2380682;kvprods=af:sur;kvbw=1;kvcbw=0;kvthrottle=0;misc=1351994250676;grp=12345;kvrid=13ac9230015a955128b42dbdb611a59a;kva1824=100;kvagt18=100;kva2534=100;kvagt25=100;kvagt35=100;kvgf=100
Content-Length: 0
Set-Cookie: CfP=1;domain=adserver.adtechus.com;path=/
GET /lotamereceived?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994251706&curtz=-60&et=4763&match=0 HTTP/1.1

Host: beacon.saymedia.com
GET /lotamereceived?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994251706&amp;curtz=-60&amp;et=4763&amp;match=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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:31 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=42
Connection: Keep-Alive
GET /fr/u.php?p=391363987594223&m=5858721859426781856 HTTP/1.1

Host: www.facebook.com
GET /fr/u.php?p=391363987594223&amp;m=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: 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://ib.adnxs.com/acb?member=541&amp;width=300&amp;height=250&amp;pb=18&amp;cb=1351994245&amp;referrer=http://www.animefreak.tv/sites/default/files/af/misc/ads/300.html
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: public, max-age=0
Date: Sat, 03 Nov 2012 18:57:31 PDT
Expires: Sat, 03 Nov 2012 18:57:31 PDT
Pragma: public
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Encoding: gzip
X-FB-Debug: lIVu8qiy6Is+Tk/2MoRRt2w87i9r9oogJR5n3gMUSqI=
Transfer-Encoding: chunked
Connection: keep-alive
GET /CACMSH.ashx?t=1 HTTP/1.1

Host: cm.ac3.msn.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://cmap.uac.ace.advertising.com/um.ashx?site=795519
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: private
Location: http://m.adnxs.com/msftcookiehandler?t=1&amp;c=
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P: CP=&quot;BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo&quot;
Date: Sun, 04 Nov 2012 01:57:31 GMT
Content-Length: 13
GET /msftcookiehandler?t=1&c= HTTP/1.1

Host: m.adnxs.com
GET /msftcookiehandler?t=1&amp;c= 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://cmap.uac.ace.advertising.com/um.ashx?site=795519
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQVaU$O6`kb10I3SSKk:0wHz@1::o)&gt;@bE+_k+B@.hG.^Tx=yUm`lD$aTD-!wxB9-+CT:; sess=1; icu=ChII3I4BEAoYASABKAEwg5fXhAUQg5fXhAUYAA..
HTTP/1.1 200 OK

Content-Type: image/gif
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=Sat, 02-Feb-2013 01:57:33 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 05-Nov-2012 01:57:33 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Sun, 04 Nov 2012 01:57:33 GMT
GET /adrawdata/3.0/5108.1/2380682/0/0/ADTECH;cfp=1;rndc=1351994251;kvexpandable=1;kvdim=fixed_bottom;kvpid=2380682;kvprods=af:sur;kvbw=1;kvcbw=0;kvthrottle=0;misc=1351994250676;grp=12345;kvrid=13ac9230015a955128b42dbdb611a59a;kva1824=100;kvagt18=100;kva2534=100;kvagt25=100;kvagt35=100;kvgf=100 HTTP/1.1

Host: adserver.adtechus.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: CfP=1
HTTP/1.0 200 OK

Content-Type: text/html
Connection: keep-alive
Server: Adtech Adserver
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP DEVa OUR BUS UNI COM NAV INT&quot;
Content-Length: 100
Set-Cookie: JEB2=5095BE496E651A59D48D8D35F00273D2;expires=Tue, 4 Nov 2014 1:57:33 GMT;domain=adserver.adtechus.com;path=/
GET /nexity/xml/35000.xml HTTP/1.1

Host: d1sjttl1qo4qe2.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: 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.0 200 OK

Content-Type: application/xml
Content-Length: 782
Connection: keep-alive
Date: Sat, 27 Oct 2012 13:15:53 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Sat, 27 Oct 2012 05:20:30 GMT
Etag: &quot;18c8134-30e-4cd0398438380&quot;
Accept-Ranges: bytes
Age: 28070
X-Amz-Cf-Id: FYUXLKQfCQ_5VCUnScOLsS2ygBg3MHEBjHD2CUGlMZZ3v5r_ZR1U5A==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /pageloaded?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994253760&curtz=-60&et=6817 HTTP/1.1

Host: beacon.saymedia.com
GET /pageloaded?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994253760&amp;curtz=-60&amp;et=6817 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:33 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=44
Connection: Keep-Alive
GET /eap/latest/html/jstags.html?CCID=&r=0.5085197909426631 HTTP/1.1

Host: core.saymedia.com
GET /eap/latest/html/jstags.html?CCID=&amp;r=0.5085197909426631 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Server: Apache
Etag: &quot;c1285707168d4ed3b69ca3d4b048c0f4:1341011318&quot;
Last-Modified: Fri, 29 Jun 2012 14:31:12 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Date: Sun, 04 Nov 2012 01:57:34 GMT
Content-Length: 683
Connection: keep-alive
Cache-Control: max-age=604800, s-maxage=86400, public
GET /bb/20121017_1016_03948904/pc/target.swf?0.3025417544865955 HTTP/1.1

Host: core.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;8f0c1c20530ac11654f05c1482375fe4:1350494412&quot;
Last-Modified: Wed, 17 Oct 2012 10:16:46 GMT
Accept-Ranges: bytes
Content-Length: 36707
Date: Sun, 04 Nov 2012 01:57:34 GMT
Connection: keep-alive
Cache-Control: max-age=604800, s-maxage=86400, public
GET /profileimg/m/a/matsuhironatake/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sun, 04 Nov 2012 01:55:57 GMT
Etag: &quot;1dc4b09-697-4cda1ab776540&quot;
Accept-Ranges: bytes
Content-Length: 1687
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/a/sammyam/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Thu, 04 Oct 2012 21:02:40 GMT
Etag: &quot;1d0c3af-67b-4cb42135d3c00&quot;
Accept-Ranges: bytes
Content-Length: 1659
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/x/l/xlucky13x/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 11 Aug 2012 07:42:55 GMT
Etag: &quot;169b18e-5fe-4c6f89bcdfdc0&quot;
Accept-Ranges: bytes
Content-Length: 1534
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/m/i/missray1011/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Tue, 09 Jun 2009 03:36:06 GMT
Etag: &quot;1294d3-280-46be20f0af580&quot;
Accept-Ranges: bytes
Content-Length: 640
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/r/e/renee200411/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 29 Sep 2012 20:34:56 GMT
Etag: &quot;1d44ae9-52a-4cadd1af9bc00&quot;
Accept-Ranges: bytes
Content-Length: 1322
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/t/o/tortus/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 27 Oct 2012 21:25:22 GMT
Etag: &quot;15829b6-63d-4cd1112e55480&quot;
Accept-Ranges: bytes
Content-Length: 1597
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /demo.js HTTP/1.1

Host: ads.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: application/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OUR SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-WebServer: oak-ad-web013
Content-Length: 1927
GET /altloaded?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994254015&curtz=-60&et=7072 HTTP/1.1

Host: beacon.saymedia.com
GET /altloaded?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994254015&amp;curtz=-60&amp;et=7072 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /admodelreceived?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994254012&curtz=-60&et=7069&dim=fixed_bottom&pvid=13ac9230720691da901900ea941c8060&pui=a95dd51b5806f90652881238744b1c3d&atstat=no&art=3313&prod=&adserv=adtech&tech=bb&lang=en&reason=DELIVERY&topaccess=1&billedon=na&bw=shit HTTP/1.1

Host: beacon.saymedia.com
GET /admodelreceived?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994254012&amp;curtz=-60&amp;et=7069&amp;dim=fixed_bottom&amp;pvid=13ac9230720691da901900ea941c8060&amp;pui=a95dd51b5806f90652881238744b1c3d&amp;atstat=no&amp;art=3313&amp;prod=&amp;adserv=adtech&amp;tech=bb&amp;lang=en&amp;reason=DELIVERY&amp;topaccess=1&amp;billedon=na&amp;bw=shit 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=24
Connection: Keep-Alive
GET /site/5410 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: bkc=KJpM8sJQteV5QSck2Bx9OieQOwJnobn0W2eTM9y/43Wx96wXniRDd7hBPcbrWvgbsORWcyYi4OGm; bko=; bkp1=; bkst=KJhMRuQDRZOQj0MB0XfnnX2gmE6N9997hxUE; bku=zH/99/EnkPeCA4as; bkw5=; bkdc=wdc
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: bklc=5095cb8e; expires=Tue, 06-Nov-2012 01:57:34 GMT; path=/; domain=.bluekai.com bklc=5095cb8e; expires=Tue, 06-Nov-2012 01:57:34 GMT; path=/; domain=.bluekai.com
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;
Expires: Mon, 05 Nov 2012 01:57:34 GMT
Cache-Control: max-age=86400, private
BK-Server: 116b
Content-Length: 62
GET /b?c1=8&c2=6036036&c3=1&c4=&c5=&c6=&c15=&ns__t=1351994254276&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fcore.saymedia.com%2Feap%2Flatest%2Fhtml%2Fjstags.html%3FCCID%3D%26r%3D0.5085197909426631&c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6036036&amp;c3=1&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;ns__t=1351994254276&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fcore.saymedia.com%2Feap%2Flatest%2Fhtml%2Fjstags.html%3FCCID%3D%26r%3D0.5085197909426631&amp;c9=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online 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://core.saymedia.com/eap/latest/html/jstags.html?CCID=&amp;r=0.5085197909426631
Cookie: UID=a76349-195.159.219.8-1351994243; UIDR=1351994243
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Sun, 04 Nov 2012 01:57:34 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /quant.js HTTP/1.1

Host: edge.quantserve.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://core.saymedia.com/eap/latest/html/jstags.html?CCID=&amp;r=0.5085197909426631
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Last-Modified: Mon, 25 Jun 2012 19:57:36 GMT
Accept-Ranges: bytes
Content-Length: 2307
Content-Encoding: gzip
Cache-Control: private, max-age=86400
Expires: Mon, 05 Nov 2012 01:57:34 GMT
Date: Sun, 04 Nov 2012 01:57:34 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /api/segments.json?a=p-abhYEve3ZZl2E&callback=say_parse_qc HTTP/1.1

Host: pixel.quantserve.com
GET /api/segments.json?a=p-abhYEve3ZZl2E&amp;callback=say_parse_qc 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Connection: close
Set-Cookie: mc=5095cb8e-5a297-5cd1d-bde02; expires=Tue, 06-May-2014 01:57:34 GMT; path=/; domain=.quantserve.com
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAo PSDo OUR SAMa IND COM NAV&quot;
Cache-Control: private, no-transform, must-revalidate, max-age=600
Expires: Sun, 04 Nov 2012 02:07:34 GMT
Content-Length: 41
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: QS
GET /pixel;r=867118636;a=p-abhYEve3ZZl2E;labels=ads.adframes.0000;fpan=1;fpa=P0-629134854-1351994254324;ns=1;ce=1;je=1;sr=1176x885x24;enc=n;dst=1;et=1351994254324;tzo=-60;ref=http%3A%2F%2Fwww.animefreak.tv%2Fwatch%2Fnaruto-shippuuden-episode-286-online;url=http%3A%2F%2Fcore.saymedia.com%2Feap%2Flatest%2Fhtml%2Fjstags.html%3FCCID%3D%26r%3D0.5085197909426631;ogl= HTTP/1.1

Host: pixel.quantserve.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://core.saymedia.com/eap/latest/html/jstags.html?CCID=&amp;r=0.5085197909426631
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Set-Cookie: mc=5095cb8e-5c596-ee668-af37c; expires=Tue, 06-May-2014 01:57:34 GMT; path=/; domain=.quantserve.com
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAo PSDo OUR SAMa IND COM NAV&quot;
Cache-Control: private, no-cache, no-store, proxy-revalidate
Pragma: no-cache
Expires: Fri, 04 Aug 1978 12:00:00 GMT
Content-Length: 35
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: QS
GET /profileimg/l/i/littleshiro1/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 11:01:48 GMT
Etag: &quot;1dc283b-5fb-4cd952dbc9f00&quot;
Accept-Ranges: bytes
Content-Length: 1531
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/a/n/angelofdanger/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Fri, 14 Sep 2012 09:40:36 GMT
Etag: &quot;1cd9207-5cb-4c9a637470d00&quot;
Accept-Ranges: bytes
Content-Length: 1483
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /pcache/080615/sm_cool.swf HTTP/1.1

Host: pst.chatango.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: application/x-shockwave-flash
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Thu, 01 Nov 2012 18:14:21 GMT
Etag: &quot;76a3-3af-4cd72fcf93940&quot;
Accept-Ranges: bytes
Content-Length: 943
Cache-Control: max-age=31536000
Expires: Mon, 04 Nov 2013 01:57:34 GMT
Connection: close
GET /profileimg/w/o/wolfarsarous/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Tue, 30 Oct 2012 17:40:20 GMT
Etag: &quot;1da681f-670-4cd4a47a34900&quot;
Accept-Ranges: bytes
Content-Length: 1648
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/o/solboroe/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sun, 14 Oct 2012 03:02:30 GMT
Etag: &quot;1d0e65d-693-4cbfc26ccdd80&quot;
Accept-Ranges: bytes
Content-Length: 1683
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/x/a/xangellxthatx1xguy/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Mon, 24 Sep 2012 05:06:44 GMT
Etag: &quot;1d318b6-6e6-4ca6b8e446100&quot;
Accept-Ranges: bytes
Content-Length: 1766
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/a/sakari93/thumb.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Mon, 29 Oct 2012 07:23:16 GMT
Etag: &quot;1ce2664-6a7-4cd2d8afe8100&quot;
Accept-Ranges: bytes
Content-Length: 1703
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/t/o/tortus/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sun, 04 Nov 2012 01:18:06 GMT
Etag: &quot;1bd93aa-81-4cda1241aaf80&quot;
Accept-Ranges: bytes
Content-Length: 129
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/a/sammyam/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 05:05:24 GMT
Etag: &quot;1d8d8be-74-4cd903326ad00&quot;
Accept-Ranges: bytes
Content-Length: 116
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/x/l/xlucky13x/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Wed, 24 Oct 2012 03:12:11 GMT
Etag: &quot;1d9f068-7d-4ccc573d7f8c0&quot;
Accept-Ranges: bytes
Content-Length: 125
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/a/n/angelofdanger/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Mon, 08 Oct 2012 11:48:54 GMT
Etag: &quot;1c8eda3-75-4cb8ace4e3580&quot;
Accept-Ranges: bytes
Content-Length: 117
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/r/e/renee200411/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 22:09:12 GMT
Etag: &quot;1cef86d-7e-4cd9e808b9200&quot;
Accept-Ranges: bytes
Content-Length: 126
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/a/sakari93/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:34 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 17:27:36 GMT
Etag: &quot;1dc4e89-75-4cd9a91771200&quot;
Accept-Ranges: bytes
Content-Length: 117
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:34 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /crossdomain.xml HTTP/1.1

Host: load.exelator.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: ud=eJxrWVyWWnRgUUnxaccrqkWPDiqGLw71dLnFoGBqbGlpampikGxqmGxubGiWbJZsYm5kkmyZYpGUZmGctiS%252FKDN9kZ8%252FAFLqF6Y%253D; inv=eJxrXFySlnaHQeLMibPMG5jPqnMsMTI0NgYT5xik1nkjuAwI5pkTDIxIXAYUHgCdYhkl; xud=eJyNzk1Kw0AYBuAoHsJlNu7zN0m6HNtpHWgzIZkgWZV0MoOBtoFJbOvClQfwCtIUQqviGVwLrgTBpScxNDmAy%252Ffl%252BX4eqhWXZ9uy%252BIBfF%252FL3%252Ffx7t5mX88cqwoMfRQVmrweApTGgM8fUbWYzyzEs1kvdmXBN8bqajhCZ9knk0SDeeuSlLQI0wsTb6sahA5jGO1LM832bBxOodNQnIYXjp7c2wQDBZt0AKY2M4JTGPqovZb4uuHw%252BNkM4weO4HmaSi3xTHzsS7q%252BzZdoo1eku4NBv%252FvfzNZeUsxsVL0UuF0mZ5Us1vCtKvihUGHaYBKP%252FYw%252FR02oc9D9P0P1tFcGrZtROhTNjSapxy9SBK4ABtAQ4tsYSl7sz%252FQ9EIoBx; xudx=eJwBLwDQ%252F4OjdmVyAqJ0c8tB1CVy4sEY16NldniBzQhVgc5QlcuLl84AGq5LAczIzQOwAQAAKjEVwQ%253D%253D; udo=eJyNkMtKw0AUhlMF6SOIq2zcJ00mSZdjO63BNhNyQbIq6WSigbYDk9jWhUvX7l1JUyj1%252FgruBG1XguDSJzG0eQCX%252F8f3n3M41%252FmY8p1Zln7Ar0P%252B%252B7b%252FndPx9HYtHDyfVFZVv%252Fr5vtp93asIwnw6yAY3uW82fwQRKPU6AKpEgEx0RdaIRlS9ppJ6ZPRjQ4mfxr02wr0G9i3PCWYWftwCB7VNbM3k2n0pmF4wx%252BmALbe52YVCqdrY9WDn7mWboINgMa6JhML0Yc8LbLQ44mySUv6wIS3YNTvBopVwGrPpYsOwuzxNRlFhiXq5wXTt4n6bTSj3KDkXzVHM%252BDDMEjYS3cs0o8NUhG4pY6f9f9lC3k7ecRrrCrq6yH14XFS1KNb7JIwkqioyMGJQA1IIdE0ioUGNvjxnPDkr3vMHnW%252BMxA%253D%253D
HTTP/1.1 200 OK

Content-Type: text/xml
Accept-Ranges: bytes
Etag: &quot;3885986085&quot;
Last-Modified: Thu, 23 Apr 2009 17:36:11 GMT
Content-Length: 148
Connection: close
Date: Sun, 04 Nov 2012 01:57:35 GMT
Server: HTTP server
GET /crossdomain.xml HTTP/1.1

Host: pixel.quantserve.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: mc=5095cb8e-5c596-ee668-af37c
HTTP/1.1 200 OK

Content-Type: text/xml
Connection: close
Cache-Control: private, no-transform, must-revalidate, max-age=86400
Expires: Mon, 05 Nov 2012 01:57:35 GMT
Content-Length: 207
Date: Sun, 04 Nov 2012 01:57:35 GMT
Server: QS
GET /crossdomain.xml 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: 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: bkc=KJpM8sJQteV5QSck2Bx9OieQOwJnobn0W2eTM9y/43Wx96wXniRDd7hBPcbrWvgbsORWcyYi4OGm; bko=; bkp1=; bkst=KJhMRuQDRZOQj0MB0XfnnX2gmE6N9997hxUE; bku=zH/99/EnkPeCA4as; bkw5=; bkdc=wdc; bklc=5095cb8e
HTTP/1.1 200 OK

Content-Type: text/xml
Date: Sun, 04 Nov 2012 01:57:35 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 21 Sep 2012 17:21:13 GMT
Etag: &quot;5048311-ca-4ca397775d440&quot;
Accept-Ranges: bytes
Content-Length: 202
GET /profileimg/w/o/wolfarsarous/msgbg.xml HTTP/1.1

Host: st.chatango.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: application/xml
Date: Sun, 04 Nov 2012 01:57:35 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 03:41:38 GMT
Etag: &quot;1dc2bd1-75-4cd8f07940080&quot;
Accept-Ranges: bytes
Content-Length: 117
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:35 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /c?d0={%22quantcast%22:{%22target%22:{%22segments%22:[{%22id%22:%22D%22}]},%22acquired%22:%22Sun,%2004%20Nov%202012%2001:57:35%20GMT%22}} HTTP/1.1

Host: ads.saymedia.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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856; __qca=P0-629134854-1351994254324
HTTP/1.1 204 No Content

Content-Type: application/javascript
Set-Cookie: d0=%7B%22quantcast%22%3A%7B%22target%22%3A%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D%2C%22acquired%22%3A%22Sun%2C%2004%20Nov%202012%2001%3A57%3A35%20GMT%22%7D%7D; domain=.saymedia.com; expires=Mon, 04-Mar-2013 01:57:35 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OUR SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-WebServer: oak-ad-web012
GET /api/segments.json?a=p-abhYEve3ZZl2E&callback=qc_results HTTP/1.1

Host: pixel.quantserve.com
GET /api/segments.json?a=p-abhYEve3ZZl2E&amp;callback=qc_results 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
Cookie: mc=5095cb8e-5c596-ee668-af37c
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Connection: close
Cache-Control: private, no-transform, must-revalidate, max-age=600
Expires: Sun, 04 Nov 2012 02:07:37 GMT
Content-Length: 39
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: QS
GET /load/?p=170&g=001&j=j&s= HTTP/1.1

Host: load.exelator.com
GET /load/?p=170&amp;g=001&amp;j=j&amp;s= 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
Cookie: ud=eJxrWVyWWnRgUUnxaccrqkWPDiqGLw71dLnFoGBqbGlpampikGxqmGxubGiWbJZsYm5kkmyZYpGUZmGctiS%252FKDN9kZ8%252FAFLqF6Y%253D; inv=eJxrXFySlnaHQeLMibPMG5jPqnMsMTI0NgYT5xik1nkjuAwI5pkTDIxIXAYUHgCdYhkl; xud=eJyNzk1Kw0AYBuAoHsJlNu7zN0m6HNtpHWgzIZkgWZV0MoOBtoFJbOvClQfwCtIUQqviGVwLrgTBpScxNDmAy%252Ffl%252BX4eqhWXZ9uy%252BIBfF%252FL3%252Ffx7t5mX88cqwoMfRQVmrweApTGgM8fUbWYzyzEs1kvdmXBN8bqajhCZ9knk0SDeeuSlLQI0wsTb6sahA5jGO1LM832bBxOodNQnIYXjp7c2wQDBZt0AKY2M4JTGPqovZb4uuHw%252BNkM4weO4HmaSi3xTHzsS7q%252BzZdoo1eku4NBv%252FvfzNZeUsxsVL0UuF0mZ5Us1vCtKvihUGHaYBKP%252FYw%252FR02oc9D9P0P1tFcGrZtROhTNjSapxy9SBK4ABtAQ4tsYSl7sz%252FQ9EIoBx; xudx=eJwBLwDQ%252F4OjdmVyAqJ0c8tB1CVy4sEY16NldniBzQhVgc5QlcuLl84AGq5LAczIzQOwAQAAKjEVwQ%253D%253D; udo=eJyNkMtKw0AUhlMF6SOIq2zcJ00mSZdjO63BNhNyQbIq6WSigbYDk9jWhUvX7l1JUyj1%252FgruBG1XguDSJzG0eQCX%252F8f3n3M41%252FmY8p1Zln7Ar0P%252B%252B7b%252FndPx9HYtHDyfVFZVv%252Fr5vtp93asIwnw6yAY3uW82fwQRKPU6AKpEgEx0RdaIRlS9ppJ6ZPRjQ4mfxr02wr0G9i3PCWYWftwCB7VNbM3k2n0pmF4wx%252BmALbe52YVCqdrY9WDn7mWboINgMa6JhML0Yc8LbLQ44mySUv6wIS3YNTvBopVwGrPpYsOwuzxNRlFhiXq5wXTt4n6bTSj3KDkXzVHM%252BDDMEjYS3cs0o8NUhG4pY6f9f9lC3k7ecRrrCrq6yH14XFS1KNb7JIwkqioyMGJQA1IIdE0ioUGNvjxnPDkr3vMHnW%252BMxA%253D%253D
HTTP/1.1 200 OK

Content-Type: application/json
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=eJxrXFySlnaHQevMibPMG5jPqnMsMTI0NgYT5xik1nkjuAwI5pkTDIxIXAYU3plVjKjmnFVnx27KKhR9ABFUKYc%253D; expires=Mon, 04-Mar-2013 01:57:37 GMT; path=/; domain=exelator.com xud=eJyNzktOg0AcBvBqPAgb9wwwQONqLFMktgzhEUNiQmCYiU1oSQZs68KFiXuvYEpjUx%252FxIBpXrlx7EEnLAVx%252BX37%252Fx30zZ%252BJoVVcf6PtY%252FJ6fXK6XRV08NJFj%252FfQkqPb7EGoyhYAaKtCpTjVD0Wg%252FNzNuqvxtntiYJAMSuaEfr1zyui98bDvEXQHluQNOGK9JVZTbfbbGqNdRjwQhGj2%252B7xPyMWrXWbjXygglYezhzakoFxUTL7tmiMbOKN4MJ4LxcrnZdSTYXkxmeasko7vgBF77v1cumAgZvZKcGS%252FFNK0n5UwKbqqaTSsJBR0mvv1%252F7OLwsBn5g68DfHvdROisHdVzbmQ0zWWmqQCaHCpQTqGhyzQ1mZmBJuP87vNprQBV%252FQNWZYTX; expires=Mon, 04-Mar-2013 01:57:37 GMT; path=/; domain=exelator.com xudx=eJxrXlyWWsS0qKT4tOMV1aIn3tYxi1PLKhrPcoQ2nQuYerp7%252BjkGqXXejGdOnGXewMjAABKbOPOsOgfjf0ZGBsYzyxgA2wUcDw%253D%253D; expires=Mon, 04-Mar-2013 01:57:37 GMT; path=/; domain=exelator.com udo=eJyNkL1OwlAYhltMDNfg1MW4trSnLXE6QsEG6Gn6E9PEhLSn52gToElbAQdXVycXJ0OJBP8vwdFEYHJy9kJsgAtwfJ%252Fv%252BX7yXedDkpQmWfoFv%252FeT39bhaU6G47sVs%252FfaYpdlt7z4XO6877IMkweU3i4Pyuzi4aMoTMe9rHeTu3r9h%252BGAWK0CIPEYCFgRBRnLWFIqEq6GakBVkb4Mu00NdWvINRzLmxjoeQMsrakjYyJUHreC7nhTlPbi%252BSbXO5DZqiayHdi%252Bf9skaGmwGFfXmMJ0YdfxTG12lMSjlCRPa9KAHb3tzRpRQmg8nq0Zsucn0SAsLE7ZbtBts7jfjEckcQg%252B5%252FQBjZO%252Bn0XxgLMv04z0Uw7aWxlZzf%252FLhuaU8rZVW7Ha1UXuwuOiVQ6pEmA%252F5IkkCkCloAJ4Hygyj32VqIEwjZPorHjPH9y3krg%253D; expires=Mon, 04-Mar-2013 01:57:37 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccrqkVPvF1%252BLQ71dLnFoGBqbGlpampikGxqmGxubGiWbJZsYm5kkmyZYpGUZmGctiS%252FKDN9kZ8%252FAGGHF%252Fg%253D; expires=Mon, 04-Mar-2013 01:57:37 GMT; path=/; domain=exelator.com
Connection: close
Transfer-Encoding: chunked
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: HTTP server
GET /site/353?ret=js 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: 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: bkc=KJpM8sJQteV5QSck2Bx9OieQOwJnobn0W2eTM9y/43Wx96wXniRDd7hBPcbrWvgbsORWcyYi4OGm; bko=; bkp1=; bkst=KJhMRuQDRZOQj0MB0XfnnX2gmE6N9997hxUE; bku=zH/99/EnkPeCA4as; bkw5=; bkdc=wdc; bklc=5095cb8e
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: bklc=5095cb90; expires=Tue, 06-Nov-2012 01:57:36 GMT; path=/; domain=.bluekai.com
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
BK-Server: bcaa
Content-Length: 41
Cneonction: close
GET /pcache/080615/sm_wink.swf HTTP/1.1

Host: pst.chatango.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: application/x-shockwave-flash
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Thu, 01 Nov 2012 18:14:21 GMT
Etag: &quot;76d1-401-4cd72fcf93940&quot;
Accept-Ranges: bytes
Content-Length: 1025
Cache-Control: max-age=31536000
Expires: Mon, 04 Nov 2013 01:57:37 GMT
Connection: close
GET /profileimg/t/o/tortus/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Thu, 01 Nov 2012 15:52:32 GMT
Etag: &quot;1dbd1fb-387-4cd7101cc3000&quot;
Accept-Ranges: bytes
Content-Length: 903
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/x/l/xlucky13x/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Fri, 03 Aug 2012 00:48:14 GMT
Etag: &quot;1c4e986-91c-4c651e20d0f80&quot;
Accept-Ranges: bytes
Content-Length: 2332
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/s/a/sammyam/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Fri, 02 Nov 2012 16:40:12 GMT
Etag: &quot;1dc0b4e-d37-4cd85ca1bb300&quot;
Accept-Ranges: bytes
Content-Length: 3383
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/r/e/renee200411/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Sat, 03 Nov 2012 00:21:35 GMT
Etag: &quot;1d7a3db-962-4cd8c3c24c1c0&quot;
Accept-Ranges: bytes
Content-Length: 2402
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/a/n/angelofdanger/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Mon, 08 Oct 2012 11:37:54 GMT
Etag: &quot;169366-d28-4cb8aa6f76880&quot;
Accept-Ranges: bytes
Content-Length: 3368
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994257195&curtz=-60&et=10252&D=1&a=x&g=x&m=0&provider=quantcast&rawdata=%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D&t=2125 HTTP/1.1

Host: beacon.saymedia.com
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994257195&amp;curtz=-60&amp;et=10252&amp;D=1&amp;a=x&amp;g=x&amp;m=0&amp;provider=quantcast&amp;rawdata=%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D&amp;t=2125 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856; __qca=P0-629134854-1351994254324; d0=%7B%22quantcast%22%3A%7B%22target%22%3A%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D%2C%22acquired%22%3A%22Sun%2C%2004%20Nov%202012%2001%3A57%3A35%20GMT%22%7D%7D
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=60
Connection: Keep-Alive
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994257216&curtz=-60&et=10273&a=x&err=parse&g=x&m=0&msg=json%20parse%20error%3A%20Unexpected%20s%20encountered&provider=exelate&rawdata=%22say_parse_exelate%28%7B%5C%22service%5C%22%3A%20%5C%22on%5C%22%7D%29%3B%22&t=2156 HTTP/1.1

Host: beacon.saymedia.com
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994257216&amp;curtz=-60&amp;et=10273&amp;a=x&amp;err=parse&amp;g=x&amp;m=0&amp;msg=json%20parse%20error%3A%20Unexpected%20s%20encountered&amp;provider=exelate&amp;rawdata=%22say_parse_exelate%28%7B%5C%22service%5C%22%3A%20%5C%22on%5C%22%7D%29%3B%22&amp;t=2156 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856; __qca=P0-629134854-1351994254324; d0=%7B%22quantcast%22%3A%7B%22target%22%3A%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D%2C%22acquired%22%3A%22Sun%2C%2004%20Nov%202012%2001%3A57%3A35%20GMT%22%7D%7D
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=45
Connection: Keep-Alive
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&prods=af:sur&intgid=ai014e89573ded970d0168e9729d11970c&curtime=1351994257236&curtz=-60&et=10293&a=x&g=x&m=0&provider=bluekai&rawdata=%7B%22campaigns%22%3A%5B%5D%7D&t=2172 HTTP/1.1

Host: beacon.saymedia.com
GET /demo?rid=13ac9230015a955128b42dbdb611a59a&amp;prods=af:sur&amp;intgid=ai014e89573ded970d0168e9729d11970c&amp;curtime=1351994257236&amp;curtz=-60&amp;et=10293&amp;a=x&amp;g=x&amp;m=0&amp;provider=bluekai&amp;rawdata=%7B%22campaigns%22%3A%5B%5D%7D&amp;t=2172 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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: adnxs_uid=5858721859426781856; __qca=P0-629134854-1351994254324; d0=%7B%22quantcast%22%3A%7B%22target%22%3A%7B%22segments%22%3A%5B%7B%22id%22%3A%22D%22%7D%5D%7D%2C%22acquired%22%3A%22Sun%2C%2004%20Nov%202012%2001%3A57%3A35%20GMT%22%7D%7D
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache/2.2.16 (Debian)
Content-Length: 6
Keep-Alive: timeout=15, max=2
Connection: Keep-Alive
GET /profileimg/s/a/sakari93/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Fri, 02 Nov 2012 14:48:37 GMT
Etag: &quot;1bbfef9-bf9-4cd843b0e1b40&quot;
Accept-Ranges: bytes
Content-Length: 3065
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /profileimg/w/o/wolfarsarous/msgbg.jpg HTTP/1.1

Host: st.chatango.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: Sun, 04 Nov 2012 01:57:37 GMT
Server: Apache
Last-Modified: Wed, 31 Oct 2012 01:58:56 GMT
Etag: &quot;1db67eb-c7a-4cd513ec53800&quot;
Accept-Ranges: bytes
Content-Length: 3194
Cache-Control: max-age=0
Expires: Sun, 04 Nov 2012 01:57:37 GMT
Access-Control-Allow-Origin: *
Connection: close
GET /crossdomain.xml HTTP/1.1

Host: d3jq59yif9hko3.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: 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.0 200 OK

Content-Type: application/xml
Content-Length: 154
Connection: keep-alive
Date: Tue, 25 Sep 2012 10:36:45 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Thu, 20 Sep 2012 09:24:40 GMT
Etag: &quot;18c811b-9a-4ca1eb157e600&quot;
Accept-Ranges: bytes
Age: 56747
X-Amz-Cf-Id: PQQSQGW1JqmEr1SxzenwYz42pSmPD5nm5b7nr91kOL69kAZPYaijZA==
Via: 1.0 9af29b924eea40b9860b1d52092cfed4.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /nexity/images/0058_58009.jpg HTTP/1.1

Host: d1sjttl1qo4qe2.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: 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.0 200 OK

Content-Type: image/jpeg
Content-Length: 27668
Connection: keep-alive
Date: Sat, 27 Oct 2012 13:15:56 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Sat, 27 Oct 2012 05:20:30 GMT
Etag: &quot;191c287-6c14-4cd0398438380&quot;
Accept-Ranges: bytes
Cache-Control: max-age=120
Expires: Sat, 27 Oct 2012 13:17:56 GMT
X-Amz-Cf-Id: 8NuckK53NTfPws1bQLpSmK5dmzCCuVRjaqVB7jd0WNFyii_tkB8ahA==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: RefreshHit from cloudfront
GET /watch/13119559?rn=635900&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025742:en:utf-8:v:1825:c:1:la:en-us:ar:1:nb:1:cl:3613:hid:930519063:wn:22380:hl:1 HTTP/1.1

Host: mc.yandex.ru
GET /watch/13119559?rn=635900&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x749:z:60:i:20121104025742:en:utf-8:v:1825:c:1:la:en-us:ar:1:nb:1:cl:3613:hid:930519063:wn:22380:hl: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.animefreak.tv/watch/naruto-shippuuden-episode-286-online
Cookie: yandexuid=1808370341351994247; yabs-sid=275909851351994247
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 04 Nov 2012 01:57:42 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Sun, 04 Nov 2012 01:57:42 GMT
Expires: Sun, 04 Nov 2012 01:57:42 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Content-Length: 43
GET /nexity/images/0058_06328.jpg HTTP/1.1

Host: d1sjttl1qo4qe2.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: 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.0 200 OK

Content-Type: image/jpeg
Content-Length: 27691
Connection: keep-alive
Date: Sat, 27 Oct 2012 13:16:00 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch proxy_html/3.0.0 mod_ssl/2.2.9 OpenSSL/0.9.8g
Last-Modified: Sat, 27 Oct 2012 05:20:30 GMT
Etag: &quot;191c288-6c2b-4cd0398438380&quot;
Accept-Ranges: bytes
Cache-Control: max-age=120
Expires: Sat, 27 Oct 2012 13:18:00 GMT
X-Amz-Cf-Id: 2mHPnGSh8K9boPH7Ms_yv6ywbbL0h043dJCZxSUbq-pnq-zfXIuOww==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: RefreshHit from cloudfront
GET /nexity/images/0058_58009.jpg HTTP/1.1

Host: d1sjttl1qo4qe2.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: 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
If-Modified-Since: Sat, 27 Oct 2012 05:20:30 GMT
If-None-Match: &quot;191c287-6c14-4cd0398438380&quot;
HTTP/1.0 304 Not Modified

HTTP/1.0 304 Not Modified
Connection: keep-alive
Date: Sun, 04 Nov 2012 01:57:47 GMT
Cache-Control: max-age=120
Etag: &quot;191c287-6c14-4cd0398438380&quot;
Expires: Sat, 27 Oct 2012 13:17:56 GMT
Last-Modified: Sat, 27 Oct 2012 05:20:30 GMT
Age: 7
X-Amz-Cf-Id: SB4Vq4b7KZo7mTFWVZNRuIyzTjlYL6U5OwF8DHXY5dpA-a2QxdkeZA==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: Miss from cloudfront
GET /nexity/images/0058_06328.jpg HTTP/1.1

Host: d1sjttl1qo4qe2.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: 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
If-Modified-Since: Sat, 27 Oct 2012 05:20:30 GMT
If-None-Match: &quot;191c288-6c2b-4cd0398438380&quot;
HTTP/1.0 304 Not Modified

HTTP/1.0 304 Not Modified
Connection: keep-alive
Date: Sun, 04 Nov 2012 01:57:50 GMT
Cache-Control: max-age=120
Etag: &quot;191c288-6c2b-4cd0398438380&quot;
Expires: Sat, 27 Oct 2012 13:18:00 GMT
Last-Modified: Sat, 27 Oct 2012 05:20:30 GMT
Age: 7
X-Amz-Cf-Id: EA4weIg3-shbbHVvcaDVSPtOettcuFTP0GJFZhCnVIWiSWUhgLgz5Q==
Via: 1.0 9d20a7bb63aef532ab86d12af354967a.cloudfront.net (CloudFront)
X-Cache: Miss from cloudfront
GET /app/s/cdn272126463/images/layout/logo_groupon.png HTTP/1.1

Host: static.no.groupon-content.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://89.107.66.221/s.php?id=Mjc=&amp;n=Norwegen