Overview

URLhttp://hellobeautiful.com
IP74.200.244.59
ASNAS22576 Layered Technologies, Inc.
Location United States
Report completed2012-11-07 21:54:39 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

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


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-07 21:53:58 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 21:54:05 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 21:54:05 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 21:54:05 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 21:54:05 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-07 21:54:05 2.23.150.218 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 74.200.244.59

Date Alerts / IDS URL IP
2012-12-28 02:05:080 / 3http://spryliving.com/stay-well-center/?utm_source=search74.200.244.59
2012-12-24 14:22:280 / 1http://safan.wordpress.com/2012/09/12/kereta-mini-kereta-mall-komedi-putar-ya-keretam (...)74.200.244.59
2012-12-23 23:47:200 / 0http://agharass.wordpress.com/74.200.244.59
2012-12-21 12:49:410 / 0http://collegefootballlivestream.wordpress.com74.200.244.59
2012-12-21 12:37:060 / 0http://collegefootballlivestream.wordpress.com74.200.244.59
2012-12-20 08:17:480 / 2http://implausibleblog.com/74.200.244.59

Last 6 reports on ASN: AS22576 Layered Technologies, Inc.

Date Alerts / IDS URL IP
2013-02-13 10:29:470 / 1http://en.gravatar.com/avippo72.233.69.4
2013-02-13 10:29:410 / 1http://gravatar.com/avippo72.233.61.123
2013-02-13 09:44:100 / 1http://199.58.109.186/~baymarfa/us.active.visa.account.cc.resolve91922n22/199.58.109.186
2013-02-13 06:54:160 / 1http://199.58.109.186/~baymarfa/us.active.visa.account.cc.resolve91922n22/secure-code104/securi (...)199.58.109.186
2013-02-13 04:22:440 / 6http://www.musikparka7.de/69.170.135.92
2013-02-13 03:14:480 / 4http://hospitalnetworksinc.com/69.170.135.92



JavaScript

Executed Scripts (119)


Executed Evals (6)

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

var iframe_newsletter = {};
iframe_newsletter.url = "http://subscriptions.interactiveone.com/signup?site=http://hellobeautiful.com/&header=false";
iframe_newsletter.title = "Newsletter Sign-Up";
iframe_newsletter.body = "Join over 140,000 newsletter readers today! To subscribe, please complete the form below.";

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

function s_c(un, pg, ss) {
    var s = this;
    s._c = 's_c';
    s.wd = window;
    if (!s.wd.s_c_in) {
        s.wd.s_c_il = new Array;
        s.wd.s_c_in = 0;
    }
    s._il = s.wd.s_c_il;
    s._in = s.wd.s_c_in;
    s._il[s._in] = s;
    s.wd.s_c_in++;
    s.m = function(m) {
        return ('' + m).indexOf('{') < 0
    };
    s.fl = function(x, l) {
        return x ? ('' + x).substring(0, l) : x
    };
    s.co = function(o) {
        if (!o) return o;
        var n = new Object,
            x;
        for (x in o) if (x.indexOf('select') < 0 && x.indexOf('filter') < 0) n[x] = o[x];
        return n
    };
    s.num = function(x) {
        x = '' + x;
        for (var p = 0; p < x.length; p++) if (('0123456789').indexOf(x.substring(p, p + 1)) < 0) return 0;
        return 1
    };
    s.rep = function(x, o, n) {
        var i = x.indexOf(o);
        while (x && i >= 0) {
            x = x.substring(0, i) + n + x.substring(i + o.length);
            i = x.indexOf(o, i + n.length)
        }
        return x
    };
    s.ape = function(x) {
        var s = this,
            h = '0123456789ABCDEF',
            i, c = s.charSet,
            n, l, e, y = '';
        c = c ? c.toUpperCase() : '';
        if (x) {
            x = '' + x;
            if (c == 'AUTO' && ('').charCodeAt) {
                for (i = 0; i < x.length; i++) {
                    c = x.substring(i, i + 1);
                    n = x.charCodeAt(i);
                    if (n > 127) {
                        l = 0;
                        e = '';
                        while (n || l < 4) {
                            e = h.substring(n % 16, n % 16 + 1) + e;
                            n = parseInt(n / 16);
                            l++
                        }
                        y += '%u' + e
                    } else if (c == '+') y += '%2B';
                    else y += escape(c)
                }
                x = y
            } else {
                x = x ? s.rep(escape('' + x), '+', '%2B') : x;
                if (x && c && s.em == 1 && x.indexOf('%u') < 0 && x.indexOf('%U') < 0) {
                    i = x.indexOf('%');
                    while (i >= 0) {
                        i++;
                        if (h.substring(8).indexOf(x.substring(i, i + 1).toUpperCase()) >= 0) return x.substring(0, i) + 'u00' + x.substring(i);
                        i = x.indexOf('%', i)
                    }
                }
            }
        }
        return x
    };
    s.epa = function(x) {
        var s = this;
        return x ? unescape(s.rep('' + x, '+', ' ')) : x
    };
    s.pt = function(x, d, f, a) {
        var s = this,
            t = x,
            z = 0,
            y, r;
        while (t) {
            y = t.indexOf(d);
            y = y < 0 ? t.length : y;
            t = t.substring(0, y);
            r = s.m(f) ? s[f](t, a) : f(t, a);
            if (r) return r;
            z += y + d.length;
            t = x.substring(z, x.length);
            t = z < x.length ? t : ''
        }
        return ''
    };
    s.isf = function(t, a) {
        var c = a.indexOf(':');
        if (c >= 0) a = a.substring(0, c);
        if (t.substring(0, 2) == 's_') t = t.substring(2);
        return (t != '' && t == a)
    };
    s.fsf = function(t, a) {
        var s = this;
        if (s.pt(a, ',', 'isf', t)) s.fsg += (s.fsg != '' ? ',' : '') + t;
        return 0
    };
    s.fs = function(x, f) {
        var s = this;
        s.fsg = '';
        s.pt(x, ',', 'fsf', f);
        return s.fsg
    };
    s.c_d = '';
    s.c_gdf = function(t, a) {
        var s = this;
        if (!s.num(t)) return 1;
        return 0
    };
    s.c_gd = function() {
        var s = this,
            d = s.wd.location.hostname,
            n = s.fpCookieDomainPeriods,
            p;
        if (!n) n = s.cookieDomainPeriods;
        if (d && !s.c_d) {
            n = n ? parseInt(n) : 2;
            n = n > 2 ? n : 2;
            p = d.lastIndexOf('.');
            if (p >= 0) {
                while (p >= 0 && n > 1) {
                    p = d.lastIndexOf('.', p - 1);
                    n--
                }
                s.c_d = p > 0 && s.pt(d, '.', 'c_gdf', 0) ? d.substring(p) : d
            }
        }
        return s.c_d
    };
    s.c_r = function(k) {
        var s = this;
        k = s.ape(k);
        var c = ' ' + s.d.cookie,
            i = c.indexOf(' ' + k + '='),
            e = i < 0 ? i : c.indexOf(';', i),
            v = i < 0 ? '' : s.epa(c.substring(i + 2 + k.length, e < 0 ? c.length : e));
        return v != '[[B]]' ? v : ''
    };
    s.c_w = function(k, v, e) {
        var s = this,
            d = s.c_gd(),
            l = s.cookieLifetime,
            t;
        v = '' + v;
        l = l ? ('' + l).toUpperCase() : '';
        if (e && l != 'SESSION' && l != 'NONE') {
            t = (v != '' ? parseInt(l ? l : 0) : -60);
            if (t) {
                e = new Date;
                e.setTime(e.getTime() + (t * 1000))
            }
        }
        if (k && l != 'NONE') {
            s.d.cookie = k + '=' + s.ape(v != '' ? v : '[[B]]') + '; path=/;' + (e && l != 'SESSION' ? ' expires=' + e.toGMTString() + ';' : '') + (d ? ' domain=' + d + ';' : '');
            return s.c_r(k) == v
        }
        return 0
    };
    s.eh = function(o, e, r, f) {
        var s = this,
            b = 's_' + e + '_' + s._in,
            n = -1,
            l, i, x;
        if (!s.ehl) s.ehl = new Array;
        l = s.ehl;
        for (i = 0; i < l.length && n < 0; i++) {
            if (l[i].o == o && l[i].e == e) n = i
        }
        if (n < 0) {
            n = i;
            l[n] = new Object
        }
        x = l[n];
        x.o = o;
        x.e = e;
        f = r ? x.b : f;
        if (r || f) {
            x.b = r ? 0 : o[e];
            x.o[e] = f
        }
        if (x.b) {
            x.o[b] = x.b;
            return b
        }
        return 0
    };
    s.cet = function(f, a, t, o, b) {
        var s = this,
            r;
        if (s.apv >= 5 && (!s.isopera || s.apv >= 7)) eval('try{r=s.m(f)?s[f](a):f(a)}catch(e){r=s.m(t)?s[t](e):t(e)}');
        else {
            if (s.ismac && s.u.indexOf('MSIE 4') >= 0) r = s.m(b) ? s[b](a) : b(a);
            else {
                s.eh(s.wd, 'onerror', 0, o);
                r = s.m(f) ? s[f](a) : f(a);
                s.eh(s.wd, 'onerror', 1)
            }
        }
        return r
    };
    s.gtfset = function(e) {
        var s = this;
        return s.tfs
    };
    s.gtfsoe = new Function('e', 'var s=s_c_il[' + s._in + '];s.eh(window,"onerror",1);s.etfs=1;var c=s.t();if(c)s.d.write(c);s.etfs=0;return true');
    s.gtfsfb = function(a) {
        return window
    };
    s.gtfsf = function(w) {
        var s = this,
            p = w.parent,
            l = w.location;
        s.tfs = w;
        if (p && p.location != l && p.location.host == l.host) {
            s.tfs = p;
            return s.gtfsf(s.tfs)
        }
        return s.tfs
    };
    s.gtfs = function() {
        var s = this;
        if (!s.tfs) {
            s.tfs = s.wd;
            if (!s.etfs) s.tfs = s.cet('gtfsf', s.tfs, 'gtfset', s.gtfsoe, 'gtfsfb')
        }
        return s.tfs
    };
    s.mrq = function(u) {
        var s = this,
            l = s.rl[u],
            n, r;
        s.rl[u] = 0;
        if (l) for (n = 0; n < l.length; n++) {
            r = l[n];
            s.mr(0, 0, r.t, r.u, r.r)
        }
    };
    s.mr = function(sess, q, ta, u, rs) {
        var s = this,
            dc = s.dc,
            t1 = s.trackingServer,
            t2 = s.trackingServerSecure,
            ns = s.visitorNamespace,
            un = u ? u : (ns ? ns : s.fun),
            unc = s.rep(un, '_', '-'),
            r = new Object,
            l, imn = 's_i_' + (un),
            im, b, e;
        if (!rs) {
            rs = 'http' + (s.ssl ? 's' : '') + '://' + (t1 ? (s.ssl && t2 ? t2 : t1) : ((ns ? ns : (s.ssl ? '102' : unc)) + '.' + (s.dc ? s.dc : 112) + '.2o7.net')) + '/b/ss/' + s.un + '/1/H.13-Pdvu-2/' + sess + '?[AQB]&ndh=1' + (q ? q : '') + '&[AQE]';
            if (s.isie && !s.ismac) {
                if (s.apv > 5.5) rs = s.fl(rs, 4095);
                else rs = s.fl(rs, 2047)
            }
        }
        if (s.d.images && s.apv >= 3 && (!s.isopera || s.apv >= 7) && (s.ns6 < 0 || s.apv >= 6.1)) {
            if (!s.rc) s.rc = new Object;
            if (!s.rc[un]) {
                s.rc[un] = 1;
                if (!s.rl) s.rl = new Object;
                s.rl[un] = new Array;
                setTimeout('s_c_il[' + s._in + '].mrq("' + un + '")', 750)
            } else {
                l = s.rl[un];
                if (l) {
                    r.t = ta;
                    r.u = un;
                    r.r = rs;
                    l[l.length] = r;
                    return ''
                }
                imn += '_' + s.rc[un];
                s.rc[un]++
            }
            im = s.wd[imn];
            if (!im) im = s.wd[imn] = new Image;
            im.s_l = 0;
            im.onload = new Function('e', 'this.s_l=1;s_c_il[' + s._in + '].mrq("' + un + '")');
            im.src = rs;
            if (rs.indexOf('&pe=') >= 0 && (!ta || ta == '_self' || ta == '_top' || (s.wd.name && ta == s.wd.name))) {
                b = e = new Date;
                while (!im.s_l && e.getTime() - b.getTime() < 500) e = new Date
            }
            return ''
        }
        return '<im' + 'g sr' + 'c="' + rs + '" width=1 height=1 border=0 alt="">'
    };
    s.gg = function(v) {
        var s = this;
        if (!s.wd['s_' + v]) s.wd['s_' + v] = '';
        return s.wd['s_' + v]
    };
    s.glf = function(t, a) {
        if (t.substring(0, 2) == 's_') t = t.substring(2);
        var s = this,
            v = s.gg(t);
        if (v) s[t] = v
    };
    s.gl = function(v) {
        var s = this;
        if (s.pg) s.pt(v, ',', 'glf', 0)
    };
    s.gv = function(v) {
        var s = this;
        return s['vpm_' + v] ? s['vpv_' + v] : (s[v] ? s[v] : '')
    };
    s.havf = function(t, a) {
        var s = this,
            b = t.substring(0, 4),
            x = t.substring(4),
            n = parseInt(x),
            k = 'g_' + t,
            m = 'vpm_' + t,
            q = t,
            v = s.linkTrackVars,
            e = s.linkTrackEvents;
        s[k] = s.gv(t);
        if (s.lnk || s.eo) {
            v = v ? v + ',' + s.vl_l + ',' + s.vl_l2 : '';
            if (v && !s.pt(v, ',', 'isf', t)) s[k] = '';
            if (t == 'events' && e) s[k] = s.fs(s[k], e)
        }
        s[m] = 0;
        if (t == 'visitorID') q = 'vid';
        else if (t == 'pageURL') {
            q = 'g';
            s[k] = s.fl(s[k], 255)
        } else if (t == 'referrer') {
            q = 'r';
            s[k] = s.fl(s[k], 255)
        } else if (t == 'vmk') q = 'vmt';
        else if (t == 'charSet') {
            q = 'ce';
            if (s[k] && s[k].toUpperCase() == 'AUTO') s[k] = 'ISO8859-1';
            else if (s[k] && s.em == 2) s[k] = 'UTF-8'
        } else if (t == 'visitorNamespace') q = 'ns';
        else if (t == 'cookieDomainPeriods') q = 'cdp';
        else if (t == 'cookieLifetime') q = 'cl';
        else if (t == 'variableProvider') q = 'vvp';
        else if (t == 'currencyCode') q = 'cc';
        else if (t == 'channel') q = 'ch';
        else if (t == 'transactionID') q = 'xact';
        else if (t == 'campaign') q = 'v0';
        else if (t == 'resolution') q = 's';
        else if (t == 'colorDepth') q = 'c';
        else if (t == 'javascriptVersion') q = 'j';
        else if (t == 'javaEnabled') q = 'v';
        else if (t == 'cookiesEnabled') q = 'k';
        else if (t == 'browserWidth') q = 'bw';
        else if (t == 'browserHeight') q = 'bh';
        else if (t == 'connectionType') q = 'ct';
        else if (t == 'homepage') q = 'hp';
        else if (t == 'plugins') q = 'p';
        else if (s.num(x)) {
            if (b == 'prop') q = 'c' + n;
            else if (b == 'eVar') q = 'v' + n;
            else if (b == 'hier') {
                q = 'h' + n;
                s[k] = s.fl(s[k], 255)
            }
        }
        if (s[k] && t != 'linkName' && t != 'linkType') s.qav += '&' + q + '=' + s.ape(s[k]);
        return ''
    };
    s.hav = function() {
        var s = this;
        s.qav = '';
        s.pt(s.vl_t, ',', 'havf', 0);
        return s.qav
    };
    s.lnf = function(t, h) {
        t = t ? t.toLowerCase() : '';
        h = h ? h.toLowerCase() : '';
        var te = t.indexOf('=');
        if (t && te > 0 && h.indexOf(t.substring(te + 1)) >= 0) return t.substring(0, te);
        return ''
    };
    s.ln = function(h) {
        var s = this,
            n = s.linkNames;
        if (n) return s.pt(n, ',', 'lnf', h);
        return ''
    };
    s.ltdf = function(t, h) {
        t = t ? t.toLowerCase() : '';
        h = h ? h.toLowerCase() : '';
        var qi = h.indexOf('?');
        h = qi >= 0 ? h.substring(0, qi) : h;
        if (t && h.substring(h.length - (t.length + 1)) == '.' + t) return 1;
        return 0
    };
    s.ltef = function(t, h) {
        t = t ? t.toLowerCase() : '';
        h = h ? h.toLowerCase() : '';
        if (t && h.indexOf(t) >= 0) return 1;
        return 0
    };
    s.lt = function(h) {
        var s = this,
            lft = s.linkDownloadFileTypes,
            lef = s.linkExternalFilters,
            lif = s.linkInternalFilters;
        lif = lif ? lif : s.wd.location.hostname;
        h = h.toLowerCase();
        if (s.trackDownloadLinks && lft && s.pt(lft, ',', 'ltdf', h)) return 'd';
        if (s.trackExternalLinks && (lef || lif) && (!lef || s.pt(lef, ',', 'ltef', h)) && (!lif || !s.pt(lif, ',', 'ltef', h))) return 'e';
        return ''
    };
    s.lc = new Function('e', 'var s=s_c_il[' + s._in + '],b=s.eh(this,"onclick");s.lnk=s.co(this);s.t();s.lnk=0;if(b)return this[b](e);return true');
    s.bc = new Function('e', 'var s=s_c_il[' + s._in + '],f;if(s.d&&s.d.all&&s.d.all.cppXYctnr)return;s.eo=e.srcElement?e.srcElement:e.target;eval("try{if(s.eo&&(s.eo.tagName||s.eo.parentElement||s.eo.parentNode))s.t()}catch(f){}");s.eo=0');
    s.oh = function(o) {
        var s = this,
            l = s.wd.location,
            h = o.href ? o.href : '',
            i, j, k, p;
        i = h.indexOf(':');
        j = h.indexOf('?');
        k = h.indexOf('/');
        if (h && (i < 0 || (j >= 0 && i > j) || (k >= 0 && i > k))) {
            p = o.protocol && o.protocol.length > 1 ? o.protocol : (l.protocol ? l.protocol : '');
            i = l.pathname.lastIndexOf('/');
            h = (p ? p + '//' : '') + (o.host ? o.host : (l.host ? l.host : '')) + (h.substring(0, 1) != '/' ? l.pathname.substring(0, i < 0 ? 0 : i) + '/' : '') + h
        }
        return h
    };
    s.ot = function(o) {
        var a = o.type,
            b = o.tagName;
        return (a && a.toUpperCase ? a : b && b.toUpperCase ? b : o.href ? 'A' : '').toUpperCase()
    };
    s.oid = function(o) {
        var s = this,
            t = s.ot(o),
            p = o.protocol,
            c = o.onclick,
            n = '',
            x = 0;
        if (!o.s_oid) {
            if (o.href && (t == 'A' || t == 'AREA') && (!c || !p || p.toLowerCase().indexOf('javascript') < 0)) n = s.oh(o);
            else if (c) {
                n = s.rep(s.rep(s.rep(s.rep('' + c, "\r", ''), "\n", ''), "\t", ''), ' ', '');
                x = 2
            } else if (o.value && (t == 'INPUT' || t == 'SUBMIT')) {
                n = o.value;
                x = 3
            } else if (o.src && t == 'IMAGE') n = o.src;
            if (n) {
                o.s_oid = s.fl(n, 100);
                o.s_oidt = x
            }
        }
        return o.s_oid
    };
    s.rqf = function(t, un) {
        var s = this,
            e = t.indexOf('='),
            u = e >= 0 ? ',' + t.substring(0, e) + ',' : '';
        return u && u.indexOf(',' + un + ',') >= 0 ? s.epa(t.substring(e + 1)) : ''
    };
    s.rq = function(un) {
        var s = this,
            c = un.indexOf(','),
            v = s.c_r('s_sq'),
            q = '';
        if (c < 0) return s.pt(v, '&', 'rqf', un);
        return s.pt(un, ',', 'rq', 0)
    };
    s.sqp = function(t, a) {
        var s = this,
            e = t.indexOf('='),
            q = e < 0 ? '' : s.epa(t.substring(e + 1));
        s.sqq[q] = '';
        if (e >= 0) s.pt(t.substring(0, e), ',', 'sqs', q);
        return 0
    };
    s.sqs = function(un, q) {
        var s = this;
        s.squ[un] = q;
        return 0
    };
    s.sq = function(q) {
        var s = this,
            k = 's_sq',
            v = s.c_r(k),
            x, c = 0;
        s.sqq = new Object;
        s.squ = new Object;
        s.sqq[q] = '';
        s.pt(v, '&', 'sqp', 0);
        s.pt(s.un, ',', 'sqs', q);
        v = '';
        for (x in s.squ) if (x && (!Object || !Object.prototype || !Object.prototype[x])) s.sqq[s.squ[x]] += (s.sqq[s.squ[x]] ? ',' : '') + x;
        for (x in s.sqq) if (x && (!Object || !Object.prototype || !Object.prototype[x]) && s.sqq[x] && (x == q || c < 2)) {
            v += (v ? '&' : '') + s.sqq[x] + '=' + s.ape(x);
            c++
        }
        return s.c_w(k, v, 0)
    };
    s.wdl = new Function('e', 'var s=s_c_il[' + s._in + '],r=true,b=s.eh(s.wd,"onload"),i,o,oc;if(b)r=this[b](e);for(i=0;i<s.d.links.length;i++){o=s.d.links[i];oc=o.onclick?""+o.onclick:"";if((oc.indexOf("s_gs(")<0||oc.indexOf(".s_oc(")>=0)&&oc.indexOf(".tl(")<0)s.eh(o,"onclick",0,s.lc);}return r');
    s.wds = function() {
        var s = this;
        if (s.apv > 3 && (!s.isie || !s.ismac || s.apv >= 5)) {
            if (s.b && s.b.attachEvent) s.b.attachEvent('onclick', s.bc);
            else if (s.b && s.b.addEventListener) s.b.addEventListener('click', s.bc, false);
            else s.eh(s.wd, 'onload', 0, s.wdl)
        }
    };
    s.vs = function(x) {
        var s = this,
            v = s.visitorSampling,
            g = s.visitorSamplingGroup,
            k = 's_vsn_' + s.un + (g ? '_' + g : ''),
            n = s.c_r(k),
            e = new Date,
            y = e.getYear();
        e.setYear(y + 10 + (y < 1900 ? 1900 : 0));
        if (v) {
            v *= 100;
            if (!n) {
                if (!s.c_w(k, x, e)) return 0;
                n = x
            }
            if (n % 10000 > v) return 0
        }
        return 1
    };
    s.dyasmf = function(t, m) {
        if (t && m && m.indexOf(t) >= 0) return 1;
        return 0
    };
    s.dyasf = function(t, m) {
        var s = this,
            i = t ? t.indexOf('=') : -1,
            n, x;
        if (i >= 0 && m) {
            var n = t.substring(0, i),
                x = t.substring(i + 1);
            if (s.pt(x, ',', 'dyasmf', m)) return n
        }
        return 0
    };
    s.uns = function() {
        var s = this,
            x = s.dynamicAccountSelection,
            l = s.dynamicAccountList,
            m = s.dynamicAccountMatch,
            n, i;
        s.un = s.un.toLowerCase();
        if (x && l) {
            if (!m) m = s.wd.location.host;
            if (!m.toLowerCase) m = '' + m;
            l = l.toLowerCase();
            m = m.toLowerCase();
            n = s.pt(l, ';', 'dyasf', m);
            if (n) s.un = n
        }
        i = s.un.indexOf(',');
        s.fun = i < 0 ? s.un : s.un.substring(0, i)
    };
    s.sa = function(un) {
        var s = this;
        s.un = un;
        if (!s.oun) s.oun = un;
        else if ((',' + s.oun + ',').indexOf(un) < 0) s.oun += ',' + un;
        s.uns()
    };
    s.t = function() {
        var s = this,
            trk = 1,
            tm = new Date,
            sed = Math && Math.random ? Math.floor(Math.random() * 10000000000000) : tm.getTime(),
            sess = 's' + Math.floor(tm.getTime() / 10800000) % 10 + sed,
            y = tm.getYear(),
            vt = tm.getDate() + '/' + tm.getMonth() + '/' + (y < 1900 ? y + 1900 : y) + ' ' + tm.getHours() + ':' + tm.getMinutes() + ':' + tm.getSeconds() + ' ' + tm.getDay() + ' ' + tm.getTimezoneOffset(),
            tfs = s.gtfs(),
            ta = '',
            q = '',
            qs = '';
        s.gl(s.vl_g);
        s.uns();
        if (!s.td) {
            var tl = tfs.location,
                a, o, i, x = '',
                c = '',
                v = '',
                p = '',
                bw = '',
                bh = '',
                j = '1.0',
                k = s.c_w('s_cc', 'true', 0) ? 'Y' : 'N',
                hp = '',
                ct = '',
                pn = 0,
                ps;
            if (String && String.prototype) {
                j = '1.1';
                if (j.match) {
                    j = '1.2';
                    if (tm.setUTCDate) {
                        j = '1.3';
                        if (s.isie && s.ismac && s.apv >= 5) j = '1.4';
                        if (pn.toPrecision) {
                            j = '1.5';
                            a = new Array;
                            if (a.forEach) {
                                j = '1.6';
                                i = 0;
                                o = new Object;
                                eval('try{i=new Iterator(o)}catch(e){}');
                                if (i && i.next) j = '1.7'
                            }
                        }
                    }
                }
            }
            if (s.apv >= 4) x = screen.width + 'x' + screen.height;
            if (s.isns || s.isopera) {
                if (s.apv >= 3) {
                    v = s.n.javaEnabled() ? 'Y' : 'N';
                    if (s.apv >= 4) {
                        c = screen.pixelDepth;
                        bw = s.wd.innerWidth;
                        bh = s.wd.innerHeight
                    }
                }
                s.pl = s.n.plugins
            } else if (s.isie) {
                if (s.apv >= 4) {
                    v = s.n.javaEnabled() ? 'Y' : 'N';
                    c = screen.colorDepth;
                    if (s.apv >= 5) {
                        bw = s.d.documentElement.offsetWidth;
                        bh = s.d.documentElement.offsetHeight;
                        if (!s.ismac && s.b) {
                            eval("try{s.b.addBehavior('#default#homePage');hp=s.b.isHomePage(tl)?'Y':'N'}catch(e){}");
                            eval("try{s.b.addBehavior('#default#clientCaps');ct=s.b.connectionType}catch(e){}")
                        }
                    }
                } else r = ''
            }
            if (s.pl) while (pn < s.pl.length && pn < 30) {
                ps = s.fl(s.pl[pn].name, 100) + ';';
                if (p.indexOf(ps) < 0) p += ps;
                pn++
            }
            s.resolution = x;
            s.colorDepth = c;
            s.javascriptVersion = j;
            s.javaEnabled = v;
            s.cookiesEnabled = k;
            s.browserWidth = bw;
            s.browserHeight = bh;
            s.connectionType = ct;
            s.homepage = hp;
            s.plugins = p;
            s.td = 1
        }
        if (s.usePlugins) s.doPlugins(s);
        var l = s.wd.location,
            r = tfs.document.referrer;
        if (!s.pageURL) s.pageURL = l;
        if (!s.referrer) s.referrer = r;
        if (s.lnk || s.eo) {
            var o = s.eo ? s.eo : s.lnk;
            if (!o) return '';
            var p = s.gv('pageName'),
                w = 1,
                t = s.ot(o),
                n = s.oid(o),
                x = o.s_oidt,
                h, l, i, oc;
            if (s.eo && o == s.eo) {
                while (o && !n && t != 'BODY') {
                    o = o.parentElement ? o.parentElement : o.parentNode;
                    if (!o) return '';
                    t = s.ot(o);
                    n = s.oid(o);
                    x = o.s_oidt
                }
                oc = o.onclick ? '' + o.onclick : '';
                if ((oc.indexOf("s_gs(") >= 0 && oc.indexOf(".s_oc(") < 0) || oc.indexOf(".tl(") >= 0) return ''
            }
            ta = n ? o.target : 1;
            h = s.oh(o);
            i = h.indexOf('?');
            h = s.linkLeaveQueryString || i < 0 ? h : h.substring(0, i);
            l = s.linkName ? s.linkName : s.ln(h);
            t = s.linkType ? s.linkType.toLowerCase() : s.lt(h);
            if (t && (h || l)) q += '&pe=lnk_' + (t == 'd' || t == 'e' ? s.ape(t) : 'o') + (h ? '&pev1=' + s.ape(h) : '') + (l ? '&pev2=' + s.ape(l) : '');
            else trk = 0;
            if (s.trackInlineStats) {
                if (!p) {
                    p = s.gv('pageURL');
                    w = 0
                }
                t = s.ot(o);
                i = o.sourceIndex;
                if (s.gg('objectID')) {
                    n = s.gg('objectID');
                    x = 1;
                    i = 1
                }
                if (p && n && t) qs = '&pid=' + s.ape(s.fl(p, 255)) + (w ? '&pidt=' + w : '') + '&oid=' + s.ape(s.fl(n, 100)) + (x ? '&oidt=' + x : '') + '&ot=' + s.ape(t) + (i ? '&oi=' + i : '')
            }
        }
        if (!trk && !qs) return '';
        if (s.p_r) s.p_r();
        var code = '';
        if (trk && s.vs(sed)) code = s.mr(sess, (vt ? '&t=' + s.ape(vt) : '') + s.hav() + q + (qs ? qs : s.rq(s.un)), ta);
        s.sq(trk ? '' : qs);
        s.lnk = s.eo = s.linkName = s.linkType = s.wd.s_objectID = s.ppu = '';
        if (s.pg) s.wd.s_lnk = s.wd.s_eo = s.wd.s_linkName = s.wd.s_linkType = '';
        return code
    };
    s.tl = function(o, t, n) {
        var s = this;
        s.lnk = s.co(o);
        s.linkType = t;
        s.linkName = n;
        s.t()
    };
    s.ssl = (s.wd.location.protocol.toLowerCase().indexOf('https') >= 0);
    s.d = document;
    s.b = s.d.body;
    s.n = navigator;
    s.u = s.n.userAgent;
    s.ns6 = s.u.indexOf('Netscape6/');
    var apn = s.n.appName,
        v = s.n.appVersion,
        ie = v.indexOf('MSIE '),
        o = s.u.indexOf('Opera '),
        i;
    if (v.indexOf('Opera') >= 0 || o > 0) apn = 'Opera';
    s.isie = (apn == 'Microsoft Internet Explorer');
    s.isns = (apn == 'Netscape');
    s.isopera = (apn == 'Opera');
    s.ismac = (s.u.indexOf('Mac') >= 0);
    if (o > 0) s.apv = parseFloat(s.u.substring(o + 6));
    else if (ie > 0) {
        s.apv = parseInt(i = v.substring(ie + 5));
        if (s.apv > 3) s.apv = parseFloat(i)
    } else if (s.ns6 > 0) s.apv = parseFloat(s.u.substring(s.ns6 + 10));
    else s.apv = parseFloat(v);
    s.em = 0;
    if (String.fromCharCode) {
        i = escape(String.fromCharCode(256)).toUpperCase();
        s.em = (i == '%C4%80' ? 2 : (i == '%U0100' ? 1 : 0))
    }
    s.sa(un);
    s.vl_l = 'visitorID,vmk,ppu,charSet,visitorNamespace,cookieDomainPeriods,cookieLifetime,pageName,pageURL,referrer,currencyCode';
    s.vl_t = s.vl_l + ',variableProvider,channel,server,pageType,transactionID,purchaseID,campaign,state,zip,events,products,linkName,linkType';
    for (var n = 1; n < 51; n++) s.vl_t += ',prop' + n + ',eVar' + n + ',hier' + n;
    s.vl_l2 = 'resolution,colorDepth,javascriptVersion,javaEnabled,cookiesEnabled,browserWidth,browserHeight,connectionType,homepage,plugins';
    s.vl_t += ',' + s.vl_l2;
    s.vl_g = s.vl_t + ',trackDownloadLinks,trackExternalLinks,trackInlineStats,linkLeaveQueryString,linkDownloadFileTypes,linkExternalFilters,linkInternalFilters,linkTrackVars,linkTrackEvents,linkNames,lnk';
    s.pg = pg;
    s.gl(s.vl_g);
    if (!ss) s.wds()
}

#3 JavaScript::Eval (size: 1223, repeated: 2)

function s_c2fe(f) {
    var x = '',
        s = 0,
        e, a, b, c;
    while (1) {
        e = f.indexOf('"', s);
        b = f.indexOf('\\', s);
        c = f.indexOf("\n", s);
        if (e < 0 || (b >= 0 && b < e)) e = b;
        if (e < 0 || (c >= 0 && c < e)) e = c;
        if (e >= 0) {
            x += (e > s ? f.substring(s, e) : '') + (e == c ? '\\n' : '\\' + f.substring(e, e + 1));
            s = e + 1
        } else return x + f.substring(s)
    }
    return f
}
function s_c2fa(f) {
    var s = f.indexOf('(') + 1,
        e = f.indexOf(')'),
        a = '',
        c;
    while (s >= 0 && s < e) {
        c = f.substring(s, s + 1);
        if (c == ',') a += '","';
        else if (("\n\r\t ").indexOf(c) < 0) a += c;
        s++
    }
    return a ? '"' + a + '"' : a
}
function s_c2f(cc) {
    cc = '' + cc;
    var fc = 'var f=new Function(',
        s = cc.indexOf(';', cc.indexOf('{')),
        e = cc.lastIndexOf('}'),
        o, a, d, q, c, f, h, x;
    fc += s_c2fa(cc) + ',"var s=new Object;';
    c = cc.substring(s + 1, e);
    s = c.indexOf('function');
    while (s >= 0) {
        d = 1;
        q = '';
        x = 0;
        f = c.substring(s);
        a = s_c2fa(f);
        e = o = c.indexOf('{', s);
        e++;
        while (d > 0) {
            h = c.substring(e, e + 1);
            if (q) {
                if (h == q && !x) q = '';
                if (h == '\\') x = x ? 0 : 1;
                else x = 0
            } else {
                if (h == '"' || h == "'") q = h;
                if (h == '{') d++;
                if (h == '}') d--
            }
            if (d > 0) e++
        }
        c = c.substring(0, s) + 'new Function(' + (a ? a + ',' : '') + '"' + s_c2fe(c.substring(o + 1, e)) + '")' + c.substring(e + 1);
        s = c.indexOf('function')
    }
    fc += s_c2fe(c) + ';return s");';
    eval(fc);
    return f
}
function s_co(o) {
    var s = s_gi("^", 1, 1);
    return s.co(o)
}
function s_gs(un) {
    var s = s_gi(un, 1, 1);
    return s.t()
}
function s_dc(un) {
    var s = s_gi(un, 1);
    return s.t()
}

#4 JavaScript::Eval (size: 580, repeated: 2)

function s_dr(x, o, n) {
    var i = x.indexOf(o);
    if (i >= 0 && x.split) x = (x.split(o)).join(n);
    else while (i >= 0) {
        x = x.substring(0, i) + n + x.substring(i + o.length);
        i = x.indexOf(o)
    }
    return x
}
function s_d(x) {
    var t = '`^@$#',
        l = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',
        d, n = 0,
        b, k, w, i = x.lastIndexOf('~~');
    if (i > 0) {
        d = x.substring(0, i);
        x = x.substring(i + 2);
        while (d) {
            w = d;
            i = d.indexOf('~');
            if (i > 0) {
                w = d.substring(0, i);
                d = d.substring(i + 1)
            } else d = '';
            b = parseInt(n / 62);
            k = n - b * 62;
            k = t.substring(b, b + 1) + l.substring(k, k + 1);
            x = s_dr(x, k, w);
            n++
        }
        for (i = 0; i < 5; i++) {
            w = t.substring(i, i + 1);
            x = s_dr(x, w + ' ', w)
        }
    }
    return x
}

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

try {
    i = new Iterator(o)
} catch (e) {}

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

try {
    r = s.m(f) ? s[f](a) : f(a)
} catch (e) {
    r = s.m(t) ? s[t](e) : t(e)
}

Executed Writes (15)

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

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

<a target="_blank" href="http://ad.doubleclick.net/click;h=v8/3d26/0/0/%2a/g;264362900;0-0;0;39493262;4307-300/250;51063521/51033359/1;;~okv=;path=hb.home/home;sz=300x100,300x250,300x600;pg=home;tile=4;pos=3;;comp=dart-sidebar-3;~aopt=6/1/ff/1;~sscs=%3fhttps://play.google.com/store/apps/details?id=com.ad60.blackplanet&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5hZDYwLmJsYWNrcGxhbmV0Il0."><img src="http://s0.2mdn.net/viewad/2959698/Googleplayblackplanet_300x250.jpeg" border=0 alt="Click here to find out more!"></a>

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

<a target="_blank" href="http://ad.doubleclick.net/click;h=v8/3d26/0/0/%2a/k;264160653;0-0;0;39493262;3454-728/90;50985024/50955432/1;;~okv=;dcopt=ist;path=hb.home/home;sz=728x90,970x66,970x90,970x250;pg=home;tile=1;pos=1;;comp=header;~aopt=6/1/ff/1;~sscs=%3fhttp://www.onelovecruise.com"><img src="http://s0.2mdn.net/viewad/2771678/1-onelove_728x90.jpg" border=0 alt="Click here to find out more!"></a>

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

<a target="_blank" href="http://ad.doubleclick.net/click;h=v8/3d26/0/0/%2a/s;264362899;0-0;0;39493262;16162-970/90;51063509/51033347/1;;~okv=;path=hb.home/home;sz=728x90,970x90;pg=home;tile=5;pos=2;;comp=footer;~aopt=6/1/ff/1;~sscs=%3fhttps://play.google.com/store/apps/details?id=com.ad60.blackplanet&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5hZDYwLmJsYWNrcGxhbmV0Il0."><img src="http://s0.2mdn.net/viewad/2959698/blackplanetgoogleplay970x90.jpeg" border=0 alt="Click here to find out more!"></a>

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

<a target="_blank" href="http://ad.doubleclick.net/click;h=v8/3d26/0/0/%2a/w;264160112;0-0;0;39493262;4307-300/250;50984766/50955174/1;;~okv=;path=hb.home/home;sz=300x250,300x600,300x1050;pg=home;tile=2;pos=1;;comp=dart-sidebar-1;~aopt=6/1/ff/1;~sscs=%3fhttp://www.onelovecruise.com"><img src="http://s0.2mdn.net/viewad/2771678/1-onelove_300x250.jpg" border=0 alt="Click here to find out more!"></a>

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

<a target="_blank" href="http://ad.doubleclick.net/click;h=v8/3d26/0/0/%2a/z;264362901;0-0;0;39493262;4986-300/600;51063544/51033382/1;;~okv=;path=hb.home/home;sz=300x250,300x600;pg=home;tile=3;pos=2;;comp=dart-sidebar-2;~aopt=6/1/ff/1;~sscs=%3fhttps://play.google.com/store/apps/details?id=com.ad60.blackplanet&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5hZDYwLmJsYWNrcGxhbmV0Il0."><img src="http://s0.2mdn.net/viewad/2959698/Googleplayblackplanet_300x600.jpeg" border=0 alt="Click here to find out more!"></a>

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

<div id='ERA_AD_BLOCK'></div>

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

<iframe style="display:none;" width="0" height="0" frameBorder="0" src="http://loadus.exelator.com/load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&h=a0eff01916aa8b52a94cf3666fda408c"></iframe>

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

<img id="wpstats" src="http://stats.wordpress.com/g.gif?host=hellobeautiful.com&rand=0.5253743947033791&blog=32316310&v=wpcom&user_id=0&subd=ionehellobeautiful&ref=" alt="" />

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

<img id="wpstats2" src="http://stats.wordpress.com/g.gif?v=wpcom-no-pv&rand=0.8593760380822822&crypt=UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bUEFWOCZxakhYdmcxUXZGfmxvVnR4dnhMRlQmWyxPZXRhQko2SXxiX0xKX004Vz1IPVJqVjRkcF9JcC4xRzc9cGRWOWhYbnpVT3BwW0g3PVhVLT9ySTlodXFSR2Q9QmkxOURTeFtVZHR0fmc3ZUU4SlNVaDNTLz9+SC9pLUpacDNXY1Rmc1MvQ1twOVNsWDJFNS1LTFE2QnEuQg%3D%3D" alt="" style="display:none" />

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

<script src="http://ad.doubleclick.net/adj/hb.home/home;dcopt=ist;path=hb.home%2Fhome;sz=728x90,970x66,970x90,970x250;pg=home;tile=1;pos=1;;comp=header;ord=1352321626637"></script>

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

<script src="http://ad.doubleclick.net/adj/hb.home/home;path=hb.home%2Fhome;sz=300x100,300x250,300x600;pg=home;tile=4;pos=3;;comp=dart-sidebar-3;ord=1352321626637"></script>

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

<script src="http://ad.doubleclick.net/adj/hb.home/home;path=hb.home%2Fhome;sz=300x250,300x600,300x1050;pg=home;tile=2;pos=1;;comp=dart-sidebar-1;ord=1352321626637"></script>

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

<script src="http://ad.doubleclick.net/adj/hb.home/home;path=hb.home%2Fhome;sz=300x250,300x600;pg=home;tile=3;pos=2;;comp=dart-sidebar-2;ord=1352321626637"></script>

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

<script src="http://ad.doubleclick.net/adj/hb.home/home;path=hb.home%2Fhome;sz=728x90,970x90;pg=home;tile=5;pos=2;;comp=footer;ord=1352321626637"></script>


HTTP Transactions (227)


Request Response
GET /wp-content/themes/vip/plugins/taxonomy-images/style.css?m=1340680964g HTTP/1.1

Host: s0.wp.com

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

Content-Type: text/css
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Fri, 28 Sep 2012 01:53:09 GMT
Server: ECS (arn/46F3)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 198
GET /wp-content/themes/vip/interactiveone/images/BlackPlanet-logo-new-light.png?m=1330640057g HTTP/1.1

Host: s0.wp.com

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

Content-Type: image/png
Accept-Ranges: bytes
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Fri, 02 Mar 2012 18:14:21 GMT
Server: ECS (arn/46F7)
X-Cache: HIT
Content-Length: 1434
GET /_static/??/wp-includes/js/thickbox/thickbox.css,/wp-content/mu-plugins/post-flair/style.css,/wp-content/themes/vip/interactiveone/css/grid.css?m=1351925413j HTTP/1.1

Host: s2.wp.com

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

Content-Type: text/css;charset=utf-8
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Sat, 03 Nov 2012 06:50:24 GMT
Server: ECS (arn/4667)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 28070
GET /_static/??-eJydjs0KwjAQhF/IuNRawYP4LDHdptFkN+SntW/vUvAkBfW0w7Az88EclWEqSAXKiAEzTC6CEydpU9yETAgmZ5g5PRzZvegdfJUaKolmysAc4qiM9ki9TmtdmSW8oMcJ6a/OLDAeVb+QDs5IeeKa0W/5v2zIhwDi0y4JP3KhquirdYIQORc1eO0S5FEnGX7frbXxCNbzTa8413Bp2q45nNuuO91fmWiVsg== HTTP/1.1

Host: s2.wp.com

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

Content-Type: text/css;charset=utf-8
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Fri, 26 Oct 2012 23:21:09 GMT
Server: ECS (arn/4667)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 59170
GET /_static/??-eJydkNEOwjAIRX/IWo36sAfjt1TGNiaD2XYz+3tZ4h5NrAkJhNwDF/xrdCTAU43J9xbPCePySfs+7bwJQCWjZJ87HEw20+jJOjFAphlVcCUHrCk4ZJNILiK3ZRCiTgmZKePvA5pJrFZJPpG0jK5eJAwEbhv3rV/kkRJEZXZl3lbQsmtZ74Fdh6HGWIQ3AfCu+ljVgvDXY8F4KnMN0e5UQ27D9Xg6V9XhVF2q/g2I2tPc HTTP/1.1

Host: s0.wp.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Wed, 10 Oct 2012 21:21:03 GMT
Server: ECS (arn/4667)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 74222
GET / HTTP/1.1

Host: hellobeautiful.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding, Cookie
Last-Modified: Wed, 07 Nov 2012 20:49:19 GMT
Cache-Control: max-age=34, must-revalidate
X-nananana: Batcache
X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
X-Pingback: http://hellobeautiful.com/xmlrpc.php
Link: &lt;http://wp.me/2bAWO&gt;; rel=shortlink
Content-Encoding: gzip
GET /synapse/on.js?usr=hellobeautiful HTTP/1.1

Host: assets.onswipe.com

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

Content-Type: application/x-javascript
x-amz-id-2: rPYxl67oIB9JIPiTXRXL+0mcg2W5WeJplV/YpTaz+nmz+kZWMoPPanTcuHClcHvb
x-amz-request-id: 3ABD6F5155668ABF
Last-Modified: Thu, 11 Oct 2012 15:48:00 GMT
Etag: &quot;a61d73778c813255abc649dac082ae20&quot;
Accept-Ranges: bytes
Server: AmazonS3
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 892
Date: Wed, 07 Nov 2012 20:53:45 GMT
Connection: keep-alive
GET /2012/04/logo.png HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/png
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 8101
Connection: keep-alive
Last-Modified: Thu, 05 Apr 2012 13:42:15 GMT
Expires: Sun, 11 Nov 2012 03:31:43 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT iad 82
Accept-Ranges: bytes
GET /2012/11/michelle-obama-bob.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/michelle-obama-bob.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 19790
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 19:55:48 GMT
Expires: Sat, 10 Nov 2012 10:52:29 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 74
Accept-Ranges: bytes
GET /2012/11/black-woman-eating-veggies.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/black-woman-eating-veggies.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 19730
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 19:40:22 GMT
Expires: Sun, 11 Nov 2012 10:44:27 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 73
Accept-Ranges: bytes
GET /2012/11/obama-sign-burn.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/obama-sign-burn.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 18789
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 19:10:01 GMT
Expires: Sat, 10 Nov 2012 05:01:04 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 85
Accept-Ranges: bytes
GET /2012/11/chanel-iman-stars-forever-21-holiday-campaign1.jpeg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/chanel-iman-stars-forever-21-holiday-campaign1.jpeg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 18914
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 18:40:00 GMT
Expires: Sun, 11 Nov 2012 00:38:15 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 90
Accept-Ranges: bytes
GET /wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1351637563g HTTP/1.1

Host: s0.wp.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Wed, 31 Oct 2012 00:23:37 GMT
Server: ECS (arn/46FD)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 322
GET /wp-content/themes/vip/interactiveone/css/media.css?m=1331927338g HTTP/1.1

Host: s0.wp.com

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

Content-Type: text/css
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Fri, 28 Sep 2012 01:53:16 GMT
Server: ECS (arn/46F3)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 2307
GET /_static/??/wp-content/js/devicepx.js,/wp-includes/js/thickbox/thickbox.js,/wp-content/themes/vip/interactiveone/js/ione-global-footer.js?m=1351786180j HTTP/1.1

Host: s0.wp.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Thu, 01 Nov 2012 16:09:47 GMT
Server: ECS (arn/4667)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 10402
GET /js/gprofiles.js?ver=201245ab HTTP/1.1

Host: 0.gravatar.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=300
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Wed, 07 Nov 2012 20:58:45 GMT
Last-Modified: Mon, 01 Oct 2012 15:20:28 GMT
Server: ECS (arn/46F8)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 7508
GET /c/531/cc.js HTTP/1.1

Host: tags.crwdcntrl.net

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: max-age=86400
Date: Wed, 07 Nov 2012 20:53:45 GMT
Etag: &quot;156fd-4ca89bd0e3d80&quot;
Expires: Thu, 08 Nov 2012 20:53:45 GMT
Last-Modified: Tue, 25 Sep 2012 17:07:18 GMT
Server: ECS (arn/46EC)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 13617
GET /_static/??-eJyV0sFuwyAMBuAXGvGyquou056FgkMdEcOwSdQ+/dihVaVW6jga8/n3wbBl4xIrsoKecEGBlTJQeynWKa2YGGEWmEhX8jLM8gbPTY41EAtEezmbmKz/Y/NPxXIeJLEtw0Lc62/FFRK7WH0jt+FQ6RpTacBpQqf3Uf8TZrIee5hLpev/Rj5g12JLqtIVUVDoYo+xC/liQ+hFx6qauEfkJKTUZzzZmMKLs3k81ZaChnGTiNp6RiiwqbnN+F6+xt1+PHy8j/vP+Rc0eB2K HTTP/1.1

Host: s1.wp.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Wed, 31 Oct 2012 21:59:15 GMT
Server: ECS (arn/4667)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 27092
GET /js/250/addthis_widget.js HTTP/1.1

Host: s7.addthis.com

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

Content-Type: application/javascript
Server: Apache
Last-Modified: Thu, 01 Nov 2012 12:00:06 GMT
Etag: &quot;303469-1af5-4cd6dc28d1d80&quot;
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2703
Date: Wed, 07 Nov 2012 20:53:45 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /load/?p=127&c=127194&g=006&ctg=style-beauty HTTP/1.1

Host: loadus.exelator.com
GET /load/?p=127&amp;c=127194&amp;g=006&amp;ctg=style-beauty HTTP/1.1

User-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://hellobeautiful.com/
HTTP/1.1 302 Found

Content-Type: application/x-javascript
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: ud=eJxrWVyWWnRgUUnxaccrapumlVuFLA71dLnFoJBoYpySamRsYmJpZGRqYmFsZGKSbJmWaGxsZmqWZJ5ksLgoJY0RAAOLFW4%253D; expires=Thu, 07-Mar-2013 20:53:45 GMT; path=/; domain=exelator.com
Location: http://loadus.exelator.com/load/?p=127&amp;c=127194&amp;g=006&amp;ctg=style-beauty&amp;xl8blockcheck=1
Content-Length: 0
Connection: close
Date: Wed, 07 Nov 2012 20:53:45 GMT
Server: HTTP server
GET /remote-login.php?action=js&host=hellobeautiful.com&id=32316310&t=1352321357&back=hellobeautiful.com%2F HTTP/1.1

Host: r-login.wordpress.com
GET /remote-login.php?action=js&amp;host=hellobeautiful.com&amp;id=32316310&amp;t=1352321357&amp;back=hellobeautiful.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: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=utf-8
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding, Cookie
Content-Encoding: gzip
GET /2012/11/president-obama.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/president-obama.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 10811
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 14:58:48 GMT
Expires: Sat, 10 Nov 2012 11:34:41 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 90
Accept-Ranges: bytes
GET /2012/11/obama-wins-celebration1.jpg?w=630&h=378&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/obama-wins-celebration1.jpg?w=630&amp;h=378&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 72856
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 04:54:47 GMT
Expires: Fri, 09 Nov 2012 08:45:12 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 88
Accept-Ranges: bytes
GET /w.js?21 HTTP/1.1

Host: s.stats.wordpress.com

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:45 GMT
Expires: Thu, 07 Nov 2013 20:53:45 GMT
Last-Modified: Fri, 28 Sep 2012 01:52:52 GMT
Server: ECS (arn/46F3)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 943
GET /2012/11/michelle-obama-election-night-dress-a-repeat.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/michelle-obama-election-night-dress-a-repeat.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 28446
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 17:37:25 GMT
Expires: Fri, 09 Nov 2012 21:00:50 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 83
Accept-Ranges: bytes
GET /2012/11/beyonce-instagram.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/beyonce-instagram.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 18529
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 17:33:44 GMT
Expires: Sat, 10 Nov 2012 21:16:34 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 86
Accept-Ranges: bytes
GET /2012/11/155691867_8.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/155691867_8.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 19330
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 14:56:29 GMT
Expires: Sat, 10 Nov 2012 20:46:24 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 83
Accept-Ranges: bytes
GET /2012/11/flag-vote.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/flag-vote.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 26784
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 18:10:23 GMT
Expires: Sun, 11 Nov 2012 09:47:40 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 85
Accept-Ranges: bytes
GET /2012/11/a7c6latcuaa0lbb.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/a7c6latcuaa0lbb.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 9977
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 23:57:18 GMT
Expires: Sat, 10 Nov 2012 03:35:16 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 83
Accept-Ranges: bytes
GET /player.js?embedCode=c3OTRzNDq04_4HqGkwG1r42d6SYExigp&autoplay=0&loop=1&width=300&height=168&wmode=transparent HTTP/1.1

Host: player.ooyala.com
GET /player.js?embedCode=c3OTRzNDq04_4HqGkwG1r42d6SYExigp&amp;autoplay=0&amp;loop=1&amp;width=300&amp;height=168&amp;wmode=transparent HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Last-Modified: Wed, 07 Nov 2012 20:44:00 GMT
X-Ooyala-Server-Id: i-38e3c057
X-Pad: avoid browser bug
X-Varnish-IP: 10.118.130.122
Accept-Ranges: bytes
X-Varnish: 1224375540
X-Varnish-Cache: MISS
Content-Encoding: gzip
Content-Length: 19919
Cache-Control: private, max-age=300
Date: Wed, 07 Nov 2012 20:53:45 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /wp-admin/admin-ajax.php?m=1349903959g&action=ione_css&flavor=82075869&ver=105 HTTP/1.1

Host: ionehellobeautiful.wordpress.com
GET /wp-admin/admin-ajax.php?m=1349903959g&amp;action=ione_css&amp;flavor=82075869&amp;ver=105 HTTP/1.1

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

Content-Type: text/css;charset=utf-8
Server: nginx
Date: Wed, 07 Nov 2012 20:53:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
X-Robots-Tag: noindex
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Encoding: gzip
GET /2012/11/voting.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/voting.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 16021
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 23:49:54 GMT
Expires: Fri, 09 Nov 2012 13:24:33 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 74
Accept-Ranges: bytes
GET /load/?p=127&c=127194&g=006&ctg=style-beauty&xl8blockcheck=1 HTTP/1.1

Host: loadus.exelator.com
GET /load/?p=127&amp;c=127194&amp;g=006&amp;ctg=style-beauty&amp;xl8blockcheck=1 HTTP/1.1

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

Content-Type: application/x-javascript
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: inv=eJxrXFySlnaHQauejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwoPAAjEy3B; expires=Thu, 07-Mar-2013 20:53:46 GMT; path=/; domain=exelator.com xud=eJyNjztOw0AQhk3ECagoXVHbXr9SbuKNWRG8lr1W5CryYy0iJbZkW0koEZyAghrFkZIQEBIH4AIIKioKLsAlsBLT083%252FzTczmptqyvLDRVm8wc%252BTl7vrn9vlfFyOv7mjysPGF8cHMoiZBGS5LUmKrANJlqN2EgCgKmqohcK6CykyieOvcVqynBXl1vU6f3CRBmv3DPkD4hh1%252FTQdmogMu8SzaN20yOMeOMjExFqI0kMjYOovSTHONvtsnEOuUW3iUti%252Ff94n6CBYrzMQV5seHFLfRqtOns0Klm93pAfPcd9f9UY5S7L5aseIuxmM0ri2eK25gF27ftbOZiynLLrgcZpk%252BSQoR1nKu5dFySYFD91GJo75f9lCtFX1ne7HQe8YVx48rUfVONHCKIgFJgNR0RNFUoRA0VQhCnSmh2IVJsnVe%252Bt1KYlA%252BwWQZ5aE; expires=Thu, 07-Mar-2013 20:53:46 GMT; path=/; domain=exelator.com xudx=eJxrXlyWWsS0qKT4tOMVtU3Tml9PWpxaVtF4liOy8VzArFNRdxiMz6rzMdazMTIwnGNg5joDYZ5V54YxeMAMxrNM%252BxjPqvNCRWNmwbSIChtDmAAWFx8z; expires=Thu, 07-Mar-2013 20:53:46 GMT; path=/; domain=exelator.com udo=eJxrXVyWWsS0qKT4tOMVtU3Tml9PWpxaVnGHweOsOh%252FjWY5Itno2ZkYGhnMMzFxnkPhn1blReDwIHuNZpn2MZ9V5keVjZqGYJSpsjMRfUpFTknOPQWhxqKfLLQaFRBPjlFQjYxMTSyMjUxMLYyMTk2TLtERjYzNTsyTzJIMVzo4hru7%252BQZErPPNKUotSi0tWB4c6wQQX5SWuCPZ2jQz3D3IBsteWxbu7%252Bsc7%252B4f6hQAl%252FfzXQASCXN09%252Ff0WGRqtgirwDIlc4l%252Bck78SwnfxdWSAKg3wDw5x9FmwHsJzDHJ1BBrn4soAVBnqGB8SGeC63Kkov7w4tWg1WMTN0dfTJ3K5W2ZRalp%252BxXKwmH%252FwyvDMvBSgKgVzqA2ewQFAzwbkl6cWhaQmZyh45qXlF%252BUmlmTm5ykEVxaXpOYWKzgGQxX7B7kTr9jPNYRpsU%252BQ8zlGNwnPxaGOHkCtZilp5knJiSkGqSbGhqYWaaZGpgaJpuZmBsmJFqkWSYZL8osy04HBAwBKnK43; expires=Thu, 07-Mar-2013 20:53:46 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccrapumNX%252FnWhzq6XKLQSHRxDgl1cjYxMTSyMjUxMLYyMQk2TIt0djYzNQsyTzJYEl%252BUWb6Ij9%252FAGE5F6E%253D; expires=Thu, 07-Mar-2013 20:53:46 GMT; path=/; domain=exelator.com
Connection: close
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:53:46 GMT
Server: HTTP server
GET /2012/04/ssandersheadshot.jpg?w=74&h=110&crop=1 HTTP/1.1

Host: ionetheurbandaily.files.wordpress.com
GET /2012/04/ssandersheadshot.jpg?w=74&amp;h=110&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 10643
Connection: keep-alive
Last-Modified: Mon, 02 Apr 2012 14:39:18 GMT
Expires: Thu, 07 Nov 2013 20:53:46 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT luv 42
Accept-Ranges: bytes
Cache-Control: max-age=31536000
GET /2011/11/t-i-and-his-kids-478x286.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2011/11/t-i-and-his-kids-478x286.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 15824
Connection: keep-alive
Last-Modified: Tue, 13 Mar 2012 13:23:59 GMT
Expires: Sat, 10 Nov 2012 15:37:06 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 83
Accept-Ranges: bytes
GET /2012/11/music-round-up.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/music-round-up.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 22471
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 21:08:37 GMT
Expires: Fri, 09 Nov 2012 00:54:23 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 74
Accept-Ranges: bytes
GET /2012/11/r-celebs-and-the-election-large570.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/r-celebs-and-the-election-large570.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 32783
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 20:00:15 GMT
Expires: Sat, 10 Nov 2012 18:55:59 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 75
Accept-Ranges: bytes
GET /2012/11/vote-women.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/vote-women.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 29037
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 21:36:59 GMT
Expires: Fri, 09 Nov 2012 11:50:58 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 90
Accept-Ranges: bytes
GET /seg/cm/cci_all HTTP/1.1

Host: b.collective-media.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/0.8.53
Date: Wed, 07 Nov 2012 20:53:46 GMT
Connection: close
P3P: policyref=&quot;http://a.collective-media.net/static/p3p.xml&quot;, CP=&quot;CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE&quot;
Set-Cookie: cli=12b006840909cd5; path=/; expires=Fri, 07 Nov 2014 20:53:46 GMT; domain=collective-media.net
Content-Length: 43
GET /2012/11/obama-family-event-to-celebrate-independence-day-and-to-honor-military-heroes-and-their-familiesjpg_610x464_20.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/obama-family-event-to-celebrate-independence-day-and-to-honor-military-heroes-and-their-familiesjpg_610x464_20.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 24490
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 19:37:42 GMT
Expires: Fri, 09 Nov 2012 03:28:30 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 73
Accept-Ranges: bytes
GET /2012/07/the-game-fiance-tiffany-cambridge.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/07/the-game-fiance-tiffany-cambridge.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 27518
Connection: keep-alive
Last-Modified: Sun, 15 Jul 2012 18:50:52 GMT
Expires: Fri, 09 Nov 2012 19:00:06 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 84
Accept-Ranges: bytes
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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;998dae290e860f80e752e7140464fe18&quot;
Content-Encoding: gzip
X-FB-Debug: 4+vQASgRcdCKVIDf8FJ2XQ5RwAh03S17VLvABqTjf1M=
Content-Length: 58115
Cache-Control: public, max-age=449
Expires: Wed, 07 Nov 2012 21:01:15 GMT
Date: Wed, 07 Nov 2012 20:53:46 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /delivery/rta/rta.js?netId=1588&cookieName=cto_inter1&rnd=83502230733&varName=crtg_content HTTP/1.1

Host: rtax.criteo.com
GET /delivery/rta/rta.js?netId=1588&amp;cookieName=cto_inter1&amp;rnd=83502230733&amp;varName=crtg_content HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.5
Set-Cookie: uid=4ea856ff-4161-460c-812e-74b6b1b95702; domain=.criteo.com; expires=Thu, 07-Nov-2013 20:53:46 GMT; path=/
Date: Wed, 07 Nov 2012 20:53:45 GMT
Content-Length: 208
Vary: Accept-Encoding
GET /2012/11/derrick-rose-baby-boy.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/derrick-rose-baby-boy.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 15660
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 17:24:57 GMT
Expires: Fri, 09 Nov 2012 17:44:59 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 81
Accept-Ranges: bytes
GET /2012/11/nia-long-sojourner.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/nia-long-sojourner.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 16412
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 17:10:54 GMT
Expires: Thu, 08 Nov 2012 22:36:32 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 82
Accept-Ranges: bytes
GET /2012/10/mitt-romney-barack-obama.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/10/mitt-romney-barack-obama.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 19261
Connection: keep-alive
Last-Modified: Tue, 23 Oct 2012 13:19:02 GMT
Expires: Thu, 08 Nov 2012 15:20:47 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 84
Accept-Ranges: bytes
GET /2012/10/v_basketball_wives_la2_comp_retouched1.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/10/v_basketball_wives_la2_comp_retouched1.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 51082
Connection: keep-alive
Last-Modified: Mon, 29 Oct 2012 13:10:54 GMT
Expires: Fri, 09 Nov 2012 15:00:06 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 75
Accept-Ranges: bytes
GET /Omniture/s_code.js HTTP/1.1

Host: solutions.interactiveone.com

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

Content-Type: text/javascript
x-amz-id-2: B8H0MlBDSVi3e2MBfx/+H6SVy5w6lqqoyyMBd4R84EW89WjQTZkxJqGKL1C6lFnb
x-amz-request-id: 20A2A0818907C9C4
Date: Wed, 07 Nov 2012 20:53:47 GMT
Last-Modified: Fri, 26 Oct 2012 19:25:27 GMT
Etag: &quot;0f29d9b5cc9ec43343b08ae73721dab6&quot;
Content-Length: 6277
Server: AmazonS3
GET /2012/11/1556918002.jpg?w=278 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 23845
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 17:12:57 GMT
Expires: Sat, 10 Nov 2012 21:32:12 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 80
Accept-Ranges: bytes
GET /2012/04/302074_108815675891205_100002883205665_48871_3253191_n.jpg?w=74&h=110&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/04/302074_108815675891205_100002883205665_48871_3253191_n.jpg?w=74&amp;h=110&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 5786
Connection: keep-alive
Last-Modified: Wed, 04 Apr 2012 14:37:41 GMT
Expires: Thu, 08 Nov 2012 00:11:49 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 83
Accept-Ranges: bytes
GET /2012/10/question-mark.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/10/question-mark.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 16984
Connection: keep-alive
Last-Modified: Mon, 22 Oct 2012 20:52:43 GMT
Expires: Fri, 09 Nov 2012 20:25:18 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 85
Accept-Ranges: bytes
GET /Omniture/vs_code.js HTTP/1.1

Host: solutions.interactiveone.com

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

Content-Type: text/javascript
x-amz-id-2: cBU9SyQ4k7V/dlSIZBURcaaEEvbZ5RR48SSwUIRbirsQq7vvlNZs4iXfQA8k+Fn6
x-amz-request-id: 24C386DC3B987DD3
Date: Wed, 07 Nov 2012 20:53:47 GMT
Last-Modified: Fri, 26 Oct 2012 19:37:20 GMT
Etag: &quot;1c3ed949b78b239677d0c3092fb55aa4&quot;
Content-Length: 13356
Server: AmazonS3
GET /2012/04/img_9288.jpg?w=74&h=110&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/04/img_9288.jpg?w=74&amp;h=110&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 9954
Connection: keep-alive
Last-Modified: Wed, 04 Apr 2012 18:21:09 GMT
Expires: Sat, 10 Nov 2012 11:27:46 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 79
Accept-Ranges: bytes
GET /2012/11/beyonce-debuts-bang.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/beyonce-debuts-bang.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 31550
Connection: keep-alive
Last-Modified: Tue, 06 Nov 2012 03:14:10 GMT
Expires: Sat, 10 Nov 2012 15:10:34 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 86
Accept-Ranges: bytes
GET /2012/04/leighdljpeg.jpg?w=74&h=110&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/04/leighdljpeg.jpg?w=74&amp;h=110&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 2380
Connection: keep-alive
Last-Modified: Wed, 04 Apr 2012 14:44:57 GMT
Expires: Fri, 09 Nov 2012 22:58:47 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 76
Accept-Ranges: bytes
GET /2012/10/women_logo.png HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/png
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 1663
Connection: keep-alive
Last-Modified: Thu, 11 Oct 2012 18:28:09 GMT
Expires: Fri, 09 Nov 2012 01:36:06 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT iad 75
Accept-Ranges: bytes
GET /2012/03/html_background4.jpg HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ionehellobeautiful.wordpress.com/wp-admin/admin-ajax.php?m=1349903959g&amp;action=ione_css&amp;flavor=82075869&amp;ver=105
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:46 GMT
Content-Length: 520
Connection: keep-alive
Last-Modified: Wed, 14 Mar 2012 22:52:03 GMT
Expires: Wed, 07 Nov 2012 21:29:47 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT iad 72
Accept-Ranges: bytes
GET /wp-content/themes/vip/interactiveone/images/search-icon-light.png HTTP/1.1

Host: s2.wp.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://s2.wp.com/_static/??/wp-includes/js/thickbox/thickbox.css,/wp-content/mu-plugins/post-flair/style.css,/wp-content/themes/vip/interactiveone/css/grid.css?m=1351925413j
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:46 GMT
Expires: Thu, 07 Nov 2013 20:53:46 GMT
Last-Modified: Mon, 27 Feb 2012 21:53:19 GMT
Server: ECS (arn/46ED)
X-Cache: HIT
Content-Length: 510
GET /adj/hb.home/home;dcopt=ist;path=hb.home%2Fhome;sz=728x90,970x66,970x90,970x250;pg=home;tile=1;pos=1;;comp=header;ord=1352321626637 HTTP/1.1

Host: ad.doubleclick.net

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

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 329
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:46 GMT
GET /connect/xd_arbiter.php?version=15 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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: Hdwol+f2c8xpZaDJPahHzPzDW//j9se64jH/Q+ie9Oo=
Content-Length: 9723
Vary: Accept-Encoding
Cache-Control: public, max-age=31414100
Expires: Wed, 06 Nov 2013 11:02:06 GMT
Date: Wed, 07 Nov 2012 20:53:46 GMT
Connection: keep-alive
GET /blavatar/bdd3a8ae8189d38f45d90ebda16c56ed?s=16 HTTP/1.1

Host: 1.gravatar.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.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/vnd.microsoft.icon
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Content-Disposition: inline; filename=&quot;bdd3a8ae8189d38f45d90ebda16c56ed.ico&quot;
Date: Wed, 07 Nov 2012 20:53:46 GMT
Expires: Wed, 07 Nov 2012 20:58:46 GMT
Last-Modified: Mon, 16 Apr 2012 21:42:29 GMT
Server: ECS (arn/46FA)
Source-Age: 0
Via: 1.1 varnish
X-Cache: HIT
X-Varnish: 4030366329
Content-Length: 11078
GET /wp-content/themes/vip/interactiveone/images/flags-sprite24.png HTTP/1.1

Host: s2.wp.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://s2.wp.com/_static/??/wp-includes/js/thickbox/thickbox.css,/wp-content/mu-plugins/post-flair/style.css,/wp-content/themes/vip/interactiveone/css/grid.css?m=1351925413j
HTTP/1.1 200 OK

Content-Type: image/png
Accept-Ranges: bytes
Cache-Control: max-age=31536000
Date: Wed, 07 Nov 2012 20:53:47 GMT
Expires: Thu, 07 Nov 2013 20:53:47 GMT
Last-Modified: Tue, 03 Jul 2012 04:53:56 GMT
Server: ECS (arn/46FE)
X-Cache: HIT
Content-Length: 7620
GET /viewad/2771678/1-onelove_728x90.jpg HTTP/1.1

Host: s0.2mdn.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Thu, 18 Oct 2012 15:11:17 GMT
Date: Wed, 07 Nov 2012 20:26:27 GMT
Expires: Thu, 08 Nov 2012 20:26:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 64170
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 1640
GET /adj/hb.home/home;path=hb.home%2Fhome;sz=300x250,300x600,300x1050;pg=home;tile=2;pos=1;;comp=dart-sidebar-1;ord=1352321626637 HTTP/1.1

Host: ad.doubleclick.net

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

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 326
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:47 GMT
GET /2012/11/fall-2012-best-lip-colors.jpg?w=630&h=378&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/fall-2012-best-lip-colors.jpg?w=630&amp;h=378&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 28024
Connection: keep-alive
Last-Modified: Fri, 02 Nov 2012 21:45:52 GMT
Expires: Thu, 08 Nov 2012 00:18:25 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 73
Accept-Ranges: bytes
GET /connect/xd_arbiter.php?version=15 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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: oioCKbZB+sKH+/SQvooXq9I8WT+i6vY96i3ZEpudlAk=
Content-Length: 9723
Vary: Accept-Encoding
Cache-Control: public, max-age=31369955
Expires: Tue, 05 Nov 2013 22:46:22 GMT
Date: Wed, 07 Nov 2012 20:53:47 GMT
Connection: keep-alive
GET /viewad/2771678/1-onelove_300x250.jpg HTTP/1.1

Host: s0.2mdn.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Thu, 18 Oct 2012 15:05:28 GMT
Date: Wed, 07 Nov 2012 20:09:41 GMT
Expires: Thu, 08 Nov 2012 20:09:41 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 65755
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 2646
GET /2010/05/black-couple.jpg?w=444&h=258&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2010/05/black-couple.jpg?w=444&amp;h=258&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 44000
Connection: keep-alive
Last-Modified: Tue, 13 Mar 2012 05:06:26 GMT
Expires: Sat, 10 Nov 2012 09:24:51 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 74
Accept-Ranges: bytes
GET /2012/11/president-obama-michelle-obama.jpg?w=630&h=378&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/president-obama-michelle-obama.jpg?w=630&amp;h=378&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 45792
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 17:07:00 GMT
Expires: Sun, 11 Nov 2012 15:28:30 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 85
Accept-Ranges: bytes
GET /2012/09/newsletter_brand_hb.png?w=237 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/png
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 6243
Connection: keep-alive
Last-Modified: Thu, 13 Sep 2012 19:53:26 GMT
Expires: Sat, 10 Nov 2012 14:31:31 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 77
Accept-Ranges: bytes
GET /2012/09/myvote1banner-728x90.gif HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/gif
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 36856
Connection: keep-alive
Last-Modified: Thu, 13 Sep 2012 21:17:46 GMT
Expires: Thu, 08 Nov 2012 22:48:33 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT iad 84
Accept-Ranges: bytes
GET /2012/10/mybestme_cobrands_baby_advert2.jpg HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 29935
Connection: keep-alive
Last-Modified: Mon, 01 Oct 2012 18:25:48 GMT
Expires: Sat, 10 Nov 2012 23:54:51 GMT
X-Orig-Src: 01_mogdir
X-nc: HIT iad 88
Accept-Ranges: bytes
GET /adj/hb.home/home;path=hb.home%2Fhome;sz=300x250,300x600;pg=home;tile=3;pos=2;;comp=dart-sidebar-2;ord=1352321626637 HTTP/1.1

Host: ad.doubleclick.net

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

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 426
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:47 GMT
GET /2012/11/10-albums-holiday.jpg?w=315&h=189&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/10-albums-holiday.jpg?w=315&amp;h=189&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 33239
Connection: keep-alive
Last-Modified: Wed, 07 Nov 2012 16:37:54 GMT
Expires: Sat, 10 Nov 2012 19:01:30 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 79
Accept-Ranges: bytes
GET /2012/11/michelle-obama-best-moments-in-style.jpg?w=630&h=378&crop=1 HTTP/1.1

Host: ionehellobeautiful.files.wordpress.com
GET /2012/11/michelle-obama-best-moments-in-style.jpg?w=630&amp;h=378&amp;crop=1 HTTP/1.1

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

Content-Type: image/jpeg
Server: nginx
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 78145
Connection: keep-alive
Last-Modified: Mon, 05 Nov 2012 18:49:40 GMT
Expires: Thu, 08 Nov 2012 15:27:09 GMT
X-hawt: very
X-Orig-Src: 0_imageresize
X-nc: HIT iad 85
Accept-Ranges: bytes
GET /viewad/2959698/Googleplayblackplanet_300x600.jpeg HTTP/1.1

Host: s0.2mdn.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 23 Oct 2012 22:35:59 GMT
Date: Wed, 07 Nov 2012 20:32:46 GMT
Expires: Thu, 08 Nov 2012 20:32:46 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 39944
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 1261
GET /adj/hb.home/home;path=hb.home%2Fhome;sz=300x100,300x250,300x600;pg=home;tile=4;pos=3;;comp=dart-sidebar-3;ord=1352321626637 HTTP/1.1

Host: ad.doubleclick.net

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

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 427
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:48 GMT
GET /viewad/2959698/Googleplayblackplanet_300x250.jpeg HTTP/1.1

Host: s0.2mdn.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 23 Oct 2012 22:35:02 GMT
Date: Wed, 07 Nov 2012 17:56:46 GMT
Expires: Thu, 08 Nov 2012 17:56:46 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21556
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 10622
GET /jobs/ads/widget.html?s=cv&css=rw HTTP/1.1

Host: www.blackplanet.com
GET /jobs/ads/widget.html?s=cv&amp;css=rw HTTP/1.1

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

Content-Type: text/html; charset=utf-8
Date: Wed, 07 Nov 2012 20:53:47 GMT
Server: Apache
X-Powered-By: PHP/5.2.4
Set-Cookie: ip_region=a%3A1%3A%7Bs%3A13%3A%22job_region_id%22%3Bb%3A0%3B%7D
Cache-Control: no-cache, no-store, private
Keep-Alive: timeout=120, max=466
Connection: Keep-Alive
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /monster/bg-monster.jpg HTTP/1.1

Host: em.bpcdn.us

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

Content-Type: image/jpeg
Server: Apache
Last-Modified: Mon, 23 May 2011 22:24:28 GMT
Content-Length: 3340
X-Varnish: 1483941004 1480821674
Cache-Control: public, max-age=78723
Expires: Thu, 08 Nov 2012 18:45:51 GMT
Date: Wed, 07 Nov 2012 20:53:48 GMT
Connection: keep-alive
GET /monster/sprite-monster.png HTTP/1.1

Host: em.bpcdn.us

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

Content-Type: image/png
Server: Apache
Last-Modified: Mon, 05 Dec 2011 16:26:07 GMT
Content-Length: 7824
X-Varnish: 917360356 914435528
Cache-Control: public, max-age=78723
Expires: Thu, 08 Nov 2012 18:45:51 GMT
Date: Wed, 07 Nov 2012 20:53:48 GMT
Connection: keep-alive
GET /ERA/era_rl.aspx?elid=ERA_AD_BLOCK&eradomain=as.vs4entertainment.com&pubid=hellobeautiful&blockid=standard HTTP/1.1

Host: as.vs4entertainment.com
GET /ERA/era_rl.aspx?elid=ERA_AD_BLOCK&amp;eradomain=as.vs4entertainment.com&amp;pubid=hellobeautiful&amp;blockid=standard HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
ServerName: ad-app3
SiteName: AdPlatform
Date: Wed, 07 Nov 2012 20:53:47 GMT
Content-Length: 3663
GET /adj/hb.home/home;path=hb.home%2Fhome;sz=728x90,970x90;pg=home;tile=5;pos=2;;comp=footer;ord=1352321626637 HTTP/1.1

Host: ad.doubleclick.net

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

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 419
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:48 GMT
GET /ERALinks/Default.aspx?eradomain=as.vs4entertainment.com&ContentId=&numrequests=1&req1=SSMicrosites||4|&SortBy=Rank&Referrer=http%3A%2F%2Fhellobeautiful.com%2F&aref=&PubID=hellobeautiful&BlockID=standard&Vis=F&OutputType=javascript&cw=315&elementid=ERA_AD_BLOCK HTTP/1.1

Host: as.featurelink.com
GET /ERALinks/Default.aspx?eradomain=as.vs4entertainment.com&amp;ContentId=&amp;numrequests=1&amp;req1=SSMicrosites||4|&amp;SortBy=Rank&amp;Referrer=http%3A%2F%2Fhellobeautiful.com%2F&amp;aref=&amp;PubID=hellobeautiful&amp;BlockID=standard&amp;Vis=F&amp;OutputType=javascript&amp;cw=315&amp;elementid=ERA_AD_BLOCK HTTP/1.1

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

Content-Type: text/html
Cache-Control: private
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
Set-Cookie: ERA_C1=dd16caa1-11ea-46fd-bd81-7e735fe7adb9; domain=featurelink.com; expires=Fri, 07-Nov-2014 20:53:49 GMT; path=/ ERA_C2=d188424e-c9de-4328-92ad-3bc776ffceec; domain=featurelink.com; expires=Wed, 07-Nov-2012 21:23:49 GMT; path=/
X-AspNet-Version: 4.0.30319
ServerName: ad-app2
SiteName: AdPlatform
Date: Wed, 07 Nov 2012 20:53:48 GMT
Content-Length: 20
GET /ERALinks/SearchWidget/widget_script.aspx?elid=ERA_AD_BLOCK&eradomain=as.vs4entertainment.com&pubid=hellobeautiful&blockid=standard&id=vswscript_ERA_AD_BLOCK HTTP/1.1

Host: as.featurelink.com
GET /ERALinks/SearchWidget/widget_script.aspx?elid=ERA_AD_BLOCK&amp;eradomain=as.vs4entertainment.com&amp;pubid=hellobeautiful&amp;blockid=standard&amp;id=vswscript_ERA_AD_BLOCK HTTP/1.1

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

Content-Type: text/javascript
Cache-Control: no-cache
Pragma: no-cache
Content-Encoding: gzip
Expires: -1
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
ServerName: ad-app2
SiteName: AdPlatform
Date: Wed, 07 Nov 2012 20:53:48 GMT
Content-Length: 20
GET /viewad/2959698/blackplanetgoogleplay970x90.jpeg HTTP/1.1

Host: s0.2mdn.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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 23 Oct 2012 22:34:20 GMT
Date: Wed, 07 Nov 2012 20:53:49 GMT
Expires: Thu, 08 Nov 2012 20:53:49 GMT
Cache-Control: public, max-age=86400
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 24603
X-XSS-Protection: 1; mode=block
GET /ERALinks/Custom/VSW/CSS/HtmlRelatedLinks.css?v=4.1.2.7364 HTTP/1.1

Host: as.featurelink.com

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

Content-Type: text/css
Content-Encoding: gzip
Last-Modified: Thu, 01 Nov 2012 17:58:55 GMT
Accept-Ranges: bytes
Etag: &quot;8059a8f5ab8cd1:0&quot;
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
ServerName: ad-app1
SiteName: AdPlatform
Date: Wed, 07 Nov 2012 20:53:49 GMT
Content-Length: 3160
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://hellobeautiful.com/
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: Thu, 08 Nov 2012 20:53:49 GMT
Date: Wed, 07 Nov 2012 20:53:49 GMT
Connection: keep-alive
GET /widgets.js HTTP/1.1

Host: platform.twitter.com

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

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:09 GMT
Etag: &quot;eeaccca8778f3be533564253af185e3e&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:53:49 GMT
Content-Length: 24565
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /pixel;r=1077033896;a=p-18-mFEk4J448M;labels=%2Clanguage.en%2Ctype.wpcom%2Cvip.ionehellobeautiful;fpan=1;fpa=P0-1513859775-1352321629952;ns=0;ce=1;je=1;sr=1176x885x24;enc=n;dst=1;et=1352321629951;tzo=-60;ref=;url=http%3A%2F%2Fhellobeautiful.com%2F;ogl=type.blog%2Ctitle.Celebrity%20News%20%26%20Style%20for%20Black%20Women%2Curl.http%3A%2F%2Fhellobeautiful%252Ecom%2F%2Cdescription.HelloBeautiful%2Csite_name.Celebrity%20News%20%26%20Style%20for%20Black%20Women%2Cimage.http%3A%2F%2F1%252Egravatar%252Ecom%2Fblavatar%2Fb7f400e1eb1d51639e6b97d801293c37%3Fs%3D200 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://hellobeautiful.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Connection: close
Set-Cookie: mc=509aca5d-f024f-fd186-3e048; expires=Fri, 09-May-2014 20:53:49 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: Wed, 07 Nov 2012 20:53:49 GMT
Server: QS
GET /static/r07/core046.js HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: application/javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Wed, 07 Nov 2012 20:53:50 GMT
Last-Modified: Thu, 01 Nov 2012 11:59:11 GMT
Server: ECS (arn/46EB)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 48365
GET /static/r07/widget097.css HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: text/css
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Wed, 07 Nov 2012 20:53:50 GMT
Last-Modified: Thu, 01 Nov 2012 11:59:12 GMT
Server: ECS (arn/46FD)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 21696
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://hellobeautiful.com/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
x-ua-compatible: IE=edge, chrome=1
Etag: &quot;99cef75a216e7271081f480fb640e7fe&quot;
Expires: Wed, 07 Nov 2012 20:53:50 GMT
Date: Wed, 07 Nov 2012 20:53:50 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /static/r07/sh103.html HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Wed, 07 Nov 2012 20:53:50 GMT
Last-Modified: Thu, 01 Nov 2012 12:00:06 GMT
P3P: CP=&quot;NON ADM OUR DEV IND COM STA&quot;
Server: ECS (arn/46FE)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 19180
GET /load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&h=a0eff01916aa8b52a94cf3666fda408c HTTP/1.1

Host: loadus.exelator.com
GET /load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&amp;h=a0eff01916aa8b52a94cf3666fda408c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
Cookie: ud=eJxrWVyWWnRgUUnxaccrapumNX%252FnWhzq6XKLQSHRxDgl1cjYxMTSyMjUxMLYyMQk2TIt0djYzNQsyTzJYEl%252BUWb6Ij9%252FAGE5F6E%253D; inv=eJxrXFySlnaHQauejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwoPAAjEy3B; xud=eJyNjztOw0AQhk3ECagoXVHbXr9SbuKNWRG8lr1W5CryYy0iJbZkW0koEZyAghrFkZIQEBIH4AIIKioKLsAlsBLT083%252FzTczmptqyvLDRVm8wc%252BTl7vrn9vlfFyOv7mjysPGF8cHMoiZBGS5LUmKrANJlqN2EgCgKmqohcK6CykyieOvcVqynBXl1vU6f3CRBmv3DPkD4hh1%252FTQdmogMu8SzaN20yOMeOMjExFqI0kMjYOovSTHONvtsnEOuUW3iUti%252Ff94n6CBYrzMQV5seHFLfRqtOns0Klm93pAfPcd9f9UY5S7L5aseIuxmM0ri2eK25gF27ftbOZiynLLrgcZpk%252BSQoR1nKu5dFySYFD91GJo75f9lCtFX1ne7HQe8YVx48rUfVONHCKIgFJgNR0RNFUoRA0VQhCnSmh2IVJsnVe%252Bt1KYlA%252BwWQZ5aE; xudx=eJxrXlyWWsS0qKT4tOMVtU3Tml9PWpxaVtF4liOy8VzArFNRdxiMz6rzMdazMTIwnGNg5joDYZ5V54YxeMAMxrNM%252BxjPqvNCRWNmwbSIChtDmAAWFx8z; udo=eJxrXVyWWsS0qKT4tOMVtU3Tml9PWpxaVnGHweOsOh%252FjWY5Itno2ZkYGhnMMzFxnkPhn1blReDwIHuNZpn2MZ9V5keVjZqGYJSpsjMRfUpFTknOPQWhxqKfLLQaFRBPjlFQjYxMTSyMjUxMLYyMTk2TLtERjYzNTsyTzJIMVzo4hru7%252BQZErPPNKUotSi0tWB4c6wQQX5SWuCPZ2jQz3D3IBsteWxbu7%252Bsc7%252B4f6hQAl%252FfzXQASCXN09%252Ff0WGRqtgirwDIlc4l%252Bck78SwnfxdWSAKg3wDw5x9FmwHsJzDHJ1BBrn4soAVBnqGB8SGeC63Kkov7w4tWg1WMTN0dfTJ3K5W2ZRalp%252BxXKwmH%252FwyvDMvBSgKgVzqA2ewQFAzwbkl6cWhaQmZyh45qXlF%252BUmlmTm5ykEVxaXpOYWKzgGQxX7B7kTr9jPNYRpsU%252BQ8zlGNwnPxaGOHkCtZilp5knJiSkGqSbGhqYWaaZGpgaJpuZmBsmJFqkWSYZL8osy04HBAwBKnK43
HTTP/1.1 200 OK

Content-Type: text/html
X-Powered-By: PHP/5.3.17
Connection: close
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:53:50 GMT
Server: HTTP server
GET /g.gif?v=wpcom-no-pv&rand=0.8593760380822822&crypt=UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bUEFWOCZxakhYdmcxUXZGfmxvVnR4dnhMRlQmWyxPZXRhQko2SXxiX0xKX004Vz1IPVJqVjRkcF9JcC4xRzc9cGRWOWhYbnpVT3BwW0g3PVhVLT9ySTlodXFSR2Q9QmkxOURTeFtVZHR0fmc3ZUU4SlNVaDNTLz9+SC9pLUpacDNXY1Rmc1MvQ1twOVNsWDJFNS1LTFE2QnEuQg%3D%3D HTTP/1.1

Host: stats.wordpress.com
GET /g.gif?v=wpcom-no-pv&amp;rand=0.8593760380822822&amp;crypt=UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bUEFWOCZxakhYdmcxUXZGfmxvVnR4dnhMRlQmWyxPZXRhQko2SXxiX0xKX004Vz1IPVJqVjRkcF9JcC4xRzc9cGRWOWhYbnpVT3BwW0g3PVhVLT9ySTlodXFSR2Q9QmkxOURTeFtVZHR0fmc3ZUU4SlNVaDNTLz9+SC9pLUpacDNXY1Rmc1MvQ1twOVNsWDJFNS1LTFE2QnEuQg%3D%3D HTTP/1.1

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

Content-Type: image/gif
Server: nginx
Date: Wed, 07 Nov 2012 20:53:50 GMT
Content-Length: 50
Connection: keep-alive
Last-Modified: Mon, 19 Feb 2007 20:12:37 GMT
Etag: &quot;1c0f4d-32-429d9f252d740&quot;
Accept-Ranges: bytes
GET /g.gif?host=hellobeautiful.com&rand=0.5253743947033791&blog=32316310&v=wpcom&user_id=0&subd=ionehellobeautiful&ref= HTTP/1.1

Host: stats.wordpress.com
GET /g.gif?host=hellobeautiful.com&amp;rand=0.5253743947033791&amp;blog=32316310&amp;v=wpcom&amp;user_id=0&amp;subd=ionehellobeautiful&amp;ref= HTTP/1.1

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

Content-Type: image/gif
Server: nginx
Date: Wed, 07 Nov 2012 20:53:50 GMT
Content-Length: 50
Connection: keep-alive
Last-Modified: Mon, 19 Feb 2007 20:12:37 GMT
Etag: &quot;7c0671-32-429d9f252d740&quot;
Accept-Ranges: bytes
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=zfq9BF98FFM.no./sv=1/am=!R7JhevK68w2IwTSFZw/d=1/rs=AItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;1509811931&quot;
Expires: Fri, 07 Dec 2012 02:13:02 GMT
Date: Wed, 07 Nov 2012 02:13:02 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 27849
Age: 67249
GET /v0/get-user-id?provider_id=24246&callback=http%3A%2F%2Floadm.exelator.com%2Fload%2F%3Fp%3D204%26g%3D300%26j%3D0&call_type=redirect&TTL=1352321686&sigver=0&sig=88769f17db1b321f981102de25755c2f814c27a2 HTTP/1.1

Host: ad.yieldmanager.com
GET /v0/get-user-id?provider_id=24246&amp;callback=http%3A%2F%2Floadm.exelator.com%2Fload%2F%3Fp%3D204%26g%3D300%26j%3D0&amp;call_type=redirect&amp;TTL=1352321686&amp;sigver=0&amp;sig=88769f17db1b321f981102de25755c2f814c27a2 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://loadus.exelator.com/load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&amp;h=a0eff01916aa8b52a94cf3666fda408c
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Wed, 07 Nov 2012 20:53:51 GMT
P3P: policyref=&quot;http://p3p.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV&quot;
Location: http://loadm.exelator.com/load/?p=204&amp;g=300&amp;j=0&amp;provider_id=24246&amp;expiration=1353531231&amp;TTL=1352321691&amp;sigver=0&amp;sig=47e12c1082ee237325ee5c35ca1b07209ef5bf2c
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /load/?p=204&g=300&j=0&provider_id=24246&expiration=1353531231&TTL=1352321691&sigver=0&sig=47e12c1082ee237325ee5c35ca1b07209ef5bf2c HTTP/1.1

Host: loadm.exelator.com
GET /load/?p=204&amp;g=300&amp;j=0&amp;provider_id=24246&amp;expiration=1353531231&amp;TTL=1352321691&amp;sigver=0&amp;sig=47e12c1082ee237325ee5c35ca1b07209ef5bf2c HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://loadus.exelator.com/load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&amp;h=a0eff01916aa8b52a94cf3666fda408c
Cookie: ud=eJxrWVyWWnRgUUnxaccrapumNX%252FnWhzq6XKLQSHRxDgl1cjYxMTSyMjUxMLYyMQk2TIt0djYzNQsyTzJYEl%252BUWb6Ij9%252FAGE5F6E%253D; inv=eJxrXFySlnaHQauejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwoPAAjEy3B; xud=eJyNjztOw0AQhk3ECagoXVHbXr9SbuKNWRG8lr1W5CryYy0iJbZkW0koEZyAghrFkZIQEBIH4AIIKioKLsAlsBLT083%252FzTczmptqyvLDRVm8wc%252BTl7vrn9vlfFyOv7mjysPGF8cHMoiZBGS5LUmKrANJlqN2EgCgKmqohcK6CykyieOvcVqynBXl1vU6f3CRBmv3DPkD4hh1%252FTQdmogMu8SzaN20yOMeOMjExFqI0kMjYOovSTHONvtsnEOuUW3iUti%252Ff94n6CBYrzMQV5seHFLfRqtOns0Klm93pAfPcd9f9UY5S7L5aseIuxmM0ri2eK25gF27ftbOZiynLLrgcZpk%252BSQoR1nKu5dFySYFD91GJo75f9lCtFX1ne7HQe8YVx48rUfVONHCKIgFJgNR0RNFUoRA0VQhCnSmh2IVJsnVe%252Bt1KYlA%252BwWQZ5aE; xudx=eJxrXlyWWsS0qKT4tOMVtU3Tml9PWpxaVtF4liOy8VzArFNRdxiMz6rzMdazMTIwnGNg5joDYZ5V54YxeMAMxrNM%252BxjPqvNCRWNmwbSIChtDmAAWFx8z; udo=eJxrXVyWWsS0qKT4tOMVtU3Tml9PWpxaVnGHweOsOh%252FjWY5Itno2ZkYGhnMMzFxnkPhn1blReDwIHuNZpn2MZ9V5keVjZqGYJSpsjMRfUpFTknOPQWhxqKfLLQaFRBPjlFQjYxMTSyMjUxMLYyMTk2TLtERjYzNTsyTzJIMVzo4hru7%252BQZErPPNKUotSi0tWB4c6wQQX5SWuCPZ2jQz3D3IBsteWxbu7%252Bsc7%252B4f6hQAl%252FfzXQASCXN09%252Ff0WGRqtgirwDIlc4l%252Bck78SwnfxdWSAKg3wDw5x9FmwHsJzDHJ1BBrn4soAVBnqGB8SGeC63Kkov7w4tWg1WMTN0dfTJ3K5W2ZRalp%252BxXKwmH%252FwyvDMvBSgKgVzqA2ewQFAzwbkl6cWhaQmZyh45qXlF%252BUmlmTm5ykEVxaXpOYWKzgGQxX7B7kTr9jPNYRpsU%252BQ8zlGNwnPxaGOHkCtZilp5knJiSkGqSbGhqYWaaZGpgaJpuZmBsmJFqkWSYZL8osy04HBAwBKnK43
HTTP/1.1 302 Found

Content-Type: image/gif
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: inv=eJxrXFySlnaHwaaejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwovDNnzjLqMKM5jB2rMWfOoOgEAL%252FKP4A%253D; expires=Thu, 07-Mar-2013 20:53:52 GMT; path=/; domain=exelator.com xud=eJyNj71Kw1AUx2NxcHbSLSg4p%252FnueNvcxottbsgHJVO5Se7FQptAElodBR%252FCUZpCW6sIPoAvIHVycvBZDG3c3c7%252Fd37nHM59OaXZ4bzIP8DXxdvD%252BenZ4mZcjH%252B449JHxjfHE1mKqSjJcksUFVmXRFmOWoxIkqqooRYKqw7woImdYIWSgmY0Lzau3%252F6D84Ss3CsYDLBjVPXLdGhCPOxg3%252FKqpoWf98CBJsLWvCk%252B1QLyggXOx%252Bl6n40%252B4GrVxq4Heo%252Bv%252BwQcCKp1BuQq0wdDL7Dhsp2ls5xmmx3pgj7qBcvuKKMsvVnuGHbXg1ESVxav1ReQa1fP2umMZh6NrnmUsDSbkGKUJrx7mxd0kvPArWXsmP%252BXLeg1yp7T%252BTzonqDSB5fVqBozLYxILFBZaio6U0RFIIqmChHRqR42y5Cxu23jfXsU%252FALYHZSh; expires=Thu, 07-Mar-2013 20:53:52 GMT; path=/; domain=exelator.com xudx=eJxrXlyWWsS0qKT4tOMVtU0zlCWVFqeWVTSe5YhsPBcw61TUHQbjs%252Bp8jPVsjAwM5xiYuc5AmGfVuWEMHjCD8SzTPsaz6rxQ0ZhZMC2iwsYQJgCD3B2T; expires=Thu, 07-Mar-2013 20:53:52 GMT; path=/; domain=exelator.com udo=eJyNkF1LwmAUxzcFid4uiqDuRkHezr3ovHx0c47UR%252FaCDAKZ%252BqwGusE21K666jtEV%252BEENYugD9AXqHnVVUSfpaFGetfd8%252Fuf33MO59wEXeTGBr73Bj5OX25Pjo4D1O1%252FYcUwuYuHG3riOhHHMWyGxTffVzhMbq3R9h%252FhYewVD5M7q%252FXzu7VeB%252Fv0Cg%252F7bb%252F9je0FmsR%252FYoTB0C1E0QyTpSiW4WiKYZpZ06DpNJtuZBrkOA9UQYSyPpZsH7nI86eKlvsNB7YxVs4EvQZlPno%252FdeuiAOt5qFXUqFiBj4tAFkQJVgYp6mEpSKo%252BhF7bmSyYLwNsqVahooLS%252FfOCgCyAqB0vYJGpgbqqV4VRznV6HnKn86QAylJJHxUsF5lOfzTPoDKpWXYrsojMcoKkVKNlq04PuSpqXhKSbTpux%252FAtxyaUK89HHY8AylKGsvh%252FuSKosaAk52d44VAKNFCMvqZbZqbRNFokYugUy5ksxZIGm0mTTYNDXCM1dFzrIjrPDwwjrJc%253D; expires=Thu, 07-Mar-2013 20:53:52 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccraptmKKuZLg71dLnFoJBoYpySamRsYmJpZGRqYmFsZGKSbJmWaGxsZmqWZJ5ksCS%252FKDN9kZ8%252FAC7uFp0%253D; expires=Thu, 07-Mar-2013 20:53:52 GMT; path=/; domain=exelator.com
Location: http://load.s3.amazonaws.com/pixel.gif
Content-Length: 0
Connection: close
Date: Wed, 07 Nov 2012 20:53:52 GMT
Server: HTTP server
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://hellobeautiful.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: Wed, 07 Nov 2012 13:11:42 GMT
Expires: Thu, 08 Nov 2012 01:11:42 GMT
Vary: Accept-Encoding
Age: 27730
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /wp-includes/js/thickbox/loadingAnimation.gif HTTP/1.1

Host: ionehellobeautiful.wordpress.com

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

Content-Type: image/gif
Server: nginx
Date: Wed, 07 Nov 2012 20:53:52 GMT
Content-Length: 5886
Connection: keep-alive
Last-Modified: Sat, 11 Jun 2011 02:32:03 GMT
Accept-Ranges: bytes
Expires: Thu, 07 Nov 2013 20:53:52 GMT
Cache-Control: max-age=31536000
GET /css/hovercard.css?ver=201245ab HTTP/1.1

Host: 0.gravatar.com

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

Content-Type: text/css
Content-Encoding: gzip
Cache-Control: max-age=300
Date: Wed, 07 Nov 2012 20:53:52 GMT
Expires: Wed, 07 Nov 2012 20:58:52 GMT
Last-Modified: Thu, 27 Sep 2012 13:13:43 GMT
Server: ECS (arn/46F0)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 1891
GET /css/services.css?ver=201245ab HTTP/1.1

Host: 0.gravatar.com

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

Content-Type: text/css
Content-Encoding: gzip
Cache-Control: max-age=300
Date: Wed, 07 Nov 2012 20:53:52 GMT
Expires: Wed, 07 Nov 2012 20:58:52 GMT
Last-Modified: Wed, 06 Jul 2011 16:50:44 GMT
Server: ECS (arn/46FB)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 565
GET /count.js HTTP/1.1

Host: hellobeautifulprod.disqus.com

User-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://hellobeautiful.com/
HTTP/1.1 302 FOUND

Content-Type: text/javascript; charset=UTF-8
Server: Apache
P3P: CP=&quot;DSP IDC CUR ADM DELi STP NAV COM UNI INT PHY DEM&quot;
Content-Language: en-us
Location: http://mediacdn.disqus.com/1352251429/build/system/count.js
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Length: 20
Date: Wed, 07 Nov 2012 20:53:52 GMT
X-Varnish: 2292867816 2292024596
Age: 594
Via: 1.1 varnish
Connection: close
GET /b/ss/cconhellobeautiful,cconbpuniverse,cconcconcvs,cconcvradionext/1/H.13-Pdvu-2/s48518460603380?[AQB]&ndh=1&t=7/10/2012%2021%3A53%3A52%203%20-60&ns=communityconnect&pageName=Home%20Page&g=http%3A//hellobeautiful.com/&ch=WordPress&c11=3%3A30PM&c12=Wednesday&c13=Weekday&s=1176x885&c=24&j=1.7&v=Y&k=Y&bw=1176&bh=778&p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava%28TM%29%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&[AQE] HTTP/1.1

Host: vs.blackplanet.com
GET /b/ss/cconhellobeautiful,cconbpuniverse,cconcconcvs,cconcvradionext/1/H.13-Pdvu-2/s48518460603380?[AQB]&amp;ndh=1&amp;t=7/10/2012%2021%3A53%3A52%203%20-60&amp;ns=communityconnect&amp;pageName=Home%20Page&amp;g=http%3A//hellobeautiful.com/&amp;ch=WordPress&amp;c11=3%3A30PM&amp;c12=Wednesday&amp;c13=Weekday&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava%28TM%29%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;[AQE] HTTP/1.1

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

Content-Type: text/plain
Date: Wed, 07 Nov 2012 20:53:52 GMT
Server: Omniture DC/2.0.0
Access-Control-Allow-Origin: *
Set-Cookie: s_vi=[CS]v1|284D6530050102CC-40000117000B745B[CE]; Expires=Mon, 6 Nov 2017 20:53:52 GMT; Domain=.blackplanet.com; Path=/
Location: http://vs.blackplanet.com/b/ss/cconhellobeautiful,cconbpuniverse,cconcconcvs,cconcvradionext/1/H.13-Pdvu-2/s48518460603380?AQB=1&amp;pccr=true&amp;vidn=284D6530050102CC-40000117000B745B&amp;&amp;ndh=1&amp;t=7/10/2012%2021%3A53%3A52%203%20-60&amp;ns=communityconnect&amp;pageName=Home%20Page&amp;g=http%3A//hellobeautiful.com/&amp;ch=WordPress&amp;c11=3%3A30PM&amp;c12=Wednesday&amp;c13=Weekday&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava%28TM%29%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;AQE=1
X-C: ms-4.4.9
Expires: Tue, 06 Nov 2012 20:53:52 GMT
Last-Modified: Thu, 08 Nov 2012 20:53:52 GMT
Cache-Control: no-cache, no-store, max-age=0, no-transform, private
Pragma: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA OUR IND COM NAV STA&quot;
xserver: www184
Content-Length: 0
Keep-Alive: timeout=15
Connection: Keep-Alive
GET /plugins/like.php?api_key=240712475967972&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df355e0b61b3b812%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.facebook.com%2Fhellobeautifulofficial&node_type=link&width=110&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=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df355e0b61b3b812%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.facebook.com%2Fhellobeautifulofficial&amp;node_type=link&amp;width=110&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://hellobeautiful.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: UG5CmaG12hsVb81EruJZOXd+Oof0ETzn0v/Ng0wbqeE=
Date: Wed, 07 Nov 2012 20:53:54 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /plugins/activity.php?border_color=%23ffffff&max_age=30&header=false&recommendations=true&site=http%3A%2F%2Fhellobeautiful.com&width=298&height=340&ref=%2F&app_id=240712475967972&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent HTTP/1.1

Host: www.facebook.com
GET /plugins/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.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
Content-Encoding: gzip
X-FB-Debug: 9hrE4XLqEuDD98vTvHONi/r28mq/HowoyD6rt0ZxWSI=
Date: Wed, 07 Nov 2012 20:53:54 GMT
Connection: keep-alive
Content-Length: 9656
GET /js/tfw/widget/hubclient.js HTTP/1.1

Host: platform.twitter.com

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

Content-Type: application/javascript; charset=utf-8
Last-Modified: Fri, 02 Nov 2012 09:35:33 GMT
Etag: &quot;1411999884f419ea8219bf9b531a9c66&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3260
Date: Wed, 07 Nov 2012 20:53:58 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /widgets/follow_button.1351848862.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=315569260
Last-Modified: Fri, 02 Nov 2012 09:36:25 GMT
Etag: &quot;8368eacadbc3f4346427d9e5d658e1df&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 25699
Date: Wed, 07 Nov 2012 20:53:58 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1756597459&utmhn=hellobeautiful.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Celebrity%20News%20%26%20Style%20for%20Black%20Women%20%7C%20HelloBeautiful&utmhid=1738257426&utmr=-&utmp=%2F&utmac=UA-28828852-1&utmcc=__utma%3D7444651.975721344.1352321639.1352321639.1352321639.1%3B%2B__utmz%3D7444651.1352321639.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1756597459&amp;utmhn=hellobeautiful.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=Celebrity%20News%20%26%20Style%20for%20Black%20Women%20%7C%20HelloBeautiful&amp;utmhid=1738257426&amp;utmr=-&amp;utmp=%2F&amp;utmac=UA-28828852-1&amp;utmcc=__utma%3D7444651.975721344.1352321639.1352321639.1352321639.1%3B%2B__utmz%3D7444651.1352321639.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=qB~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:09:14 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: 589485
Server: GFE/2.0
GET /1352251429/build/system/count.js HTTP/1.1

Host: mediacdn.disqus.com

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

Content-Type: application/x-javascript; charset=utf-8
Server: nginx
Last-Modified: Wed, 07 Nov 2012 01:30:20 GMT
Vary: Accept-Encoding
P3P: CP=&quot;DSP IDC CUR ADM DELi STP NAV COM UNI INT PHY DEM&quot;
Content-Encoding: gzip
Content-Length: 842
Cache-Control: max-age=2523172
Expires: Fri, 07 Dec 2012 01:46:51 GMT
Date: Wed, 07 Nov 2012 20:53:59 GMT
Connection: keep-alive
GET /live/t00/250lo.gif?118cw64&uid=509aca601bdce97e&pub=ra-4e55760d215e6257&rev=117843&jsl=143521&si=509aca5ed4ba2ac8&ln=en&pc=men&dp=hellobeautiful.com&of=0&uf=1&irt=0&md=0&ct=1&tct=0&abt=0&lt=9057&cdn=5&tl=c%3D209%2Cm%3D213%2Ci%3D218%2Cxm%3D2187%2Cxp%3D9275&pi=1 HTTP/1.1

Host: m.addthisedge.com
GET /live/t00/250lo.gif?118cw64&amp;uid=509aca601bdce97e&amp;pub=ra-4e55760d215e6257&amp;rev=117843&amp;jsl=143521&amp;si=509aca5ed4ba2ac8&amp;ln=en&amp;pc=men&amp;dp=hellobeautiful.com&amp;of=0&amp;uf=1&amp;irt=0&amp;md=0&amp;ct=1&amp;tct=0&amp;abt=0&amp;lt=9057&amp;cdn=5&amp;tl=c%3D209%2Cm%3D213%2Ci%3D218%2Cxm%3D2187%2Cxp%3D9275&amp;pi=1 HTTP/1.1

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

Content-Type: image/gif
Server: Apache-Coyote/1.1
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Content-Length: 37
Date: Wed, 07 Nov 2012 20:53:58 GMT
Connection: close
GET /pixel.gif HTTP/1.1

Host: load.s3.amazonaws.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://loadus.exelator.com/load/net.php?n=PGltZyBzcmM9Imh0dHA6Ly9hZC55aWVsZG1hbmFnZXIuY29tL3YwL2dldC11c2VyLWlkP3Byb3ZpZGVyX2lkPTI0MjQ2JmNhbGxiYWNrPWh0dHAlM0ElMkYlMkZsb2FkbS5leGVsYXRvci5jb20lMkZsb2FkJTJGJTNGcCUzRDIwNCUyNmclM0QzMDAlMjZqJTNEMCZjYWxsX3R5cGU9cmVkaXJlY3QmVFRMPTEzNTIzMjE2ODYmc2lndmVyPTAmc2lnPTg4NzY5ZjE3ZGIxYjMyMWY5ODExMDJkZTI1NzU1YzJmODE0YzI3YTIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvaW1nPg%3D%3D&amp;h=a0eff01916aa8b52a94cf3666fda408c
HTTP/1.1 200 OK

Content-Type: image/gif
x-amz-id-2: gPuMNBqpufbd2JqXssbqTGGog50yw4NlNXgpN5hMAMKXsk22vs+mNXERmiq70zCn
x-amz-request-id: EDF1AA534A46FB6A
Date: Wed, 07 Nov 2012 20:54:00 GMT
x-amz-meta-s3fox-filesize: 43
x-amz-meta-s3fox-modifiedtime: 1297679395316
Last-Modified: Mon, 14 Feb 2011 11:09:26 GMT
Etag: &quot;fc94fb0c3ed8a8f909dbc7630a0987ff&quot;
Accept-Ranges: bytes
Content-Length: 43
Server: AmazonS3
GET /b/ss/cconhellobeautiful,cconbpuniverse,cconcconcvs,cconcvradionext/1/H.13-Pdvu-2/s48518460603380?AQB=1&pccr=true&vidn=284D6530050102CC-40000117000B745B&&ndh=1&t=7/10/2012%2021%3A53%3A52%203%20-60&ns=communityconnect&pageName=Home%20Page&g=http%3A//hellobeautiful.com/&ch=WordPress&c11=3%3A30PM&c12=Wednesday&c13=Weekday&s=1176x885&c=24&j=1.7&v=Y&k=Y&bw=1176&bh=778&p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava%28TM%29%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&AQE=1 HTTP/1.1

Host: vs.blackplanet.com
GET /b/ss/cconhellobeautiful,cconbpuniverse,cconcconcvs,cconcvradionext/1/H.13-Pdvu-2/s48518460603380?AQB=1&amp;pccr=true&amp;vidn=284D6530050102CC-40000117000B745B&amp;&amp;ndh=1&amp;t=7/10/2012%2021%3A53%3A52%203%20-60&amp;ns=communityconnect&amp;pageName=Home%20Page&amp;g=http%3A//hellobeautiful.com/&amp;ch=WordPress&amp;c11=3%3A30PM&amp;c12=Wednesday&amp;c13=Weekday&amp;s=1176x885&amp;c=24&amp;j=1.7&amp;v=Y&amp;k=Y&amp;bw=1176&amp;bh=778&amp;p=Mozilla%20Default%20Plug-in%3BShockwave%20Flash%3BJava%28TM%29%20Platform%20SE%206%20U26%3BJava%20Deployment%20Toolkit%206.0.260.3%3BAdobe%20Acrobat%3BMicrosoft%AE%20DRM%3BWindows%20Media%20Player%20Plug-in%20Dynamic%20Link%20Library%3B&amp;AQE=1 HTTP/1.1

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

Content-Type: text/plain
Date: Wed, 07 Nov 2012 20:53:59 GMT
Server: Omniture DC/2.0.0
Access-Control-Allow-Origin: *
Set-Cookie: s_vi=[CS]v1|284D6530050102CC-40000117000B745B[CE]; Expires=Mon, 6 Nov 2017 20:53:59 GMT; Domain=.blackplanet.com; Path=/
X-C: ms-4.4.9
Expires: Tue, 06 Nov 2012 20:53:59 GMT
Last-Modified: Thu, 08 Nov 2012 20:53:59 GMT
Cache-Control: no-cache, no-store, max-age=0, no-transform, private
Pragma: no-cache
Etag: &quot;509ACA67-398B-188CC645&quot;
Vary: *
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID PSA OUR IND COM NAV STA&quot;
Location: http://b.scorecardresearch.com/r?c2=6035391&amp;d.c=gif&amp;d.o=cconhellobeautiful&amp;d.x=227431250&amp;d.t=page&amp;d.u=http%3A%2F%2Fhellobeautiful.com%2F
xserver: www138
Content-Length: 0
Keep-Alive: timeout=15
Connection: Keep-Alive
GET /red/p.json?vr=250&rev=117843&rb=0&gen=1000&gen=100&sid=509aca5ed4ba2ac8&callback=_ate.ad.hrr&pub=ra-4e55760d215e6257&chr=UTF-8&uid=509aca601bdce97e&url=http%3A%2F%2Fhellobeautiful.com%2F&wwxd1w HTTP/1.1

Host: cf.addthis.com
GET /red/p.json?vr=250&amp;rev=117843&amp;rb=0&amp;gen=1000&amp;gen=100&amp;sid=509aca5ed4ba2ac8&amp;callback=_ate.ad.hrr&amp;pub=ra-4e55760d215e6257&amp;chr=UTF-8&amp;uid=509aca601bdce97e&amp;url=http%3A%2F%2Fhellobeautiful.com%2F&amp;wwxd1w HTTP/1.1

User-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://ct5.addthis.com/static/r07/sh103.html
Cookie: uid=509aca601bdce97e; __atuvc=1%7C45; uit=1
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: Apache-Coyote/1.1
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Expires: Wed, 07 Nov 2012 20:53:59 GMT
Content-Length: 88
Date: Wed, 07 Nov 2012 20:53:59 GMT
Connection: close
GET /rsrc.php/v2/yW/r/4SdXcaE0lBj.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=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df355e0b61b3b812%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.facebook.com%2Fhellobeautifulofficial&amp;node_type=link&amp;width=110&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: Mon, 29 Oct 2012 23:55:41 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: mERPLeHfP4bFbWVj/NJRwm2C8x1Lf8geAnYAfFf24WM=
Content-Length: 37945
Vary: Accept-Encoding
Cache-Control: public, max-age=31425536
Expires: Wed, 06 Nov 2013 14:12:56 GMT
Date: Wed, 07 Nov 2012 20:54:00 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=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df355e0b61b3b812%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.facebook.com%2Fhellobeautifulofficial&amp;node_type=link&amp;width=110&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=25376651
Expires: Wed, 28 Aug 2013 13:58:11 GMT
Date: Wed, 07 Nov 2012 20:54:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yO/r/JH0bgFy2DV3.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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Sun, 04 Nov 2012 02:59:13 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: Hg1KDyMiU05TqRjm7El7FYZdxHovk6Ec/3KsQUlWVI4=
Content-Length: 19375
Vary: Accept-Encoding
Cache-Control: public, max-age=31425466
Expires: Wed, 06 Nov 2013 14:11:46 GMT
Date: Wed, 07 Nov 2012 20:54:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/y7/r/2iv8MYab2kc.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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Wed, 07 Nov 2012 02:40:48 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 6r7sfBu78zskW9TcK96HLQuqvfgRfVzrWY345oVNTc4=
Content-Length: 44103
Vary: Accept-Encoding
Cache-Control: public, max-age=31521654
Expires: Thu, 07 Nov 2013 16:54:54 GMT
Date: Wed, 07 Nov 2012 20:54:00 GMT
Connection: keep-alive
GET /widgets/hub.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:13 GMT
Etag: &quot;b036a791811effc968bfcb43fa6d6910&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7242
Date: Wed, 07 Nov 2012 20:54:00 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /1/users/show.json?screen_name=hellobeautiful&callback=twttr.setFollowersCount HTTP/1.1

Host: cdn.api.twitter.com
GET /1/users/show.json?screen_name=hellobeautiful&amp;callback=twttr.setFollowersCount HTTP/1.1

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

Content-Type: application/javascript;charset=utf-8
Last-Modified: Wed, 07 Nov 2012 20:32:59 GMT
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Status: 200 OK
Content-Encoding: gzip
Content-Length: 956
Server: tfe
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Wed, 07 Nov 2012 20:54:01 GMT
Date: Wed, 07 Nov 2012 20:54:01 GMT
Connection: keep-alive
GET /f.gif?_=1352321638590&id=twitter-widget-0&lang=en&screen_name=hellobeautiful&show_count=true&show_screen_name=false&size=m&twttr_variant=2.0&twttr_referrer=http%3A%2F%2Fhellobeautiful.com%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /f.gif?_=1352321638590&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=hellobeautiful&amp;show_count=true&amp;show_screen_name=false&amp;size=m&amp;twttr_variant=2.0&amp;twttr_referrer=http%3A%2F%2Fhellobeautiful.com%2F&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= HTTP/1.1

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

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Wed, 07 Nov 2012 20:54:01 GMT
Connection: keep-alive
GET /jot?l=%7B%22_category_%22%3A%22tfw_widgets%22%2C%22event_name%22%3A%22followbutton%3Aimpression%22%2C%22dnt%22%3Afalse%2C%22_%22%3A%221352321638590%22%2C%22id%22%3A%22twitter-widget-0%22%2C%22lang%22%3A%22en%22%2C%22screen_name%22%3A%22hellobeautiful%22%2C%22show_count%22%3A%22true%22%2C%22show_screen_name%22%3A%22false%22%2C%22size%22%3A%22m%22%2C%22twttr_variant%22%3A%222.0%22%2C%22logged_in%22%3Afalse%2C%22referrer%22%3A%22http%3A%2F%2Fhellobeautiful.com%2F%22%2C%22widget%22%3Atrue%2C%22pid%22%3A%22%22%7D HTTP/1.1

Host: r.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://platform.twitter.com/widgets/follow_button.1351848862.html
HTTP/1.1 200 OK

Content-Type: image/gif
X-Transaction: c22ec5e729aed13c
Last-Modified: Wed, 07 Nov 2012 20:54:01 GMT
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
Set-Cookie: guest_id=v1%3A135232164156379397; Expires=Fri, 7-Nov-2014 20:54:01 GMT; Path=/; Domain=.twitter.com
Date: Wed, 07 Nov 2012 20:54:01 GMT
Content-Encoding: gzip
Content-Length: 65
Server: tfe
GET /count.js?q=1&20=1,2580031%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580031&21=1,2580028%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580028&22=1,2580013%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580013&23=1,2579677%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2579677 HTTP/1.1

Host: hellobeautifulprod.disqus.com
GET /count.js?q=1&amp;20=1,2580031%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580031&amp;21=1,2580028%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580028&amp;22=1,2580013%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580013&amp;23=1,2579677%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2579677 HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Server: Apache
P3P: CP=&quot;DSP IDC CUR ADM DELi STP NAV COM UNI INT PHY DEM&quot;
Content-Language: en-us
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Length: 227
Date: Wed, 07 Nov 2012 20:54:02 GMT
X-Varnish: 4040775065 4040288214
Age: 342
Via: 1.1 varnish
Connection: close
GET /count.js?q=1&10=1,2580328%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580328&11=1,2580297%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580297&12=1,2580214%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580214&13=1,2580188%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580188&14=1,2580112%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580112&15=1,2580149%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580149&16=1,2580182%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580182&17=1,2580087%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580087&18=1,2580026%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580026&19=1,2580065%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580065 HTTP/1.1

Host: hellobeautifulprod.disqus.com
GET /count.js?q=1&amp;10=1,2580328%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580328&amp;11=1,2580297%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580297&amp;12=1,2580214%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580214&amp;13=1,2580188%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580188&amp;14=1,2580112%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580112&amp;15=1,2580149%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580149&amp;16=1,2580182%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580182&amp;17=1,2580087%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580087&amp;18=1,2580026%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580026&amp;19=1,2580065%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580065 HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Server: Apache
Content-Language: en-us
Content-Encoding: gzip
P3P: CP=&quot;DSP IDC CUR ADM DELi STP NAV COM UNI INT PHY DEM&quot;
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Length: 263
Date: Wed, 07 Nov 2012 20:54:02 GMT
X-Varnish: 2292881275 2292292796
Age: 414
Via: 1.1 varnish
Connection: close
GET /count.js?q=1&0=1,2581017%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2581017&1=1,2580915%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580915&2=1,2580967%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580967&3=1,2580963%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580963&4=1,2580823%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580823&5=1,2580424%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580424&6=1,2580861%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580861&7=1,2580794%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580794&8=1,2580711%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580711&9=1,2580709%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580709 HTTP/1.1

Host: hellobeautifulprod.disqus.com
GET /count.js?q=1&amp;0=1,2581017%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2581017&amp;1=1,2580915%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580915&amp;2=1,2580967%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580967&amp;3=1,2580963%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580963&amp;4=1,2580823%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580823&amp;5=1,2580424%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580424&amp;6=1,2580861%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580861&amp;7=1,2580794%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580794&amp;8=1,2580711%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580711&amp;9=1,2580709%20http%3A%2F%2Fhellobeautiful.com%2F%3Fp%3D2580709 HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Server: Apache
P3P: CP=&quot;DSP IDC CUR ADM DELi STP NAV COM UNI INT PHY DEM&quot;
Content-Language: en-us
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=600
Content-Length: 248
Date: Wed, 07 Nov 2012 20:54:02 GMT
X-Varnish: 4040775081 4040270441
Age: 355
Via: 1.1 varnish
Connection: close
GET /r?c2=6035391&d.c=gif&d.o=cconhellobeautiful&d.x=227431250&d.t=page&d.u=http%3A%2F%2Fhellobeautiful.com%2F HTTP/1.1

Host: b.scorecardresearch.com
GET /r?c2=6035391&amp;d.c=gif&amp;d.o=cconhellobeautiful&amp;d.x=227431250&amp;d.t=page&amp;d.u=http%3A%2F%2Fhellobeautiful.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/r2?c2=6035391&amp;d.c=gif&amp;d.o=cconhellobeautiful&amp;d.x=227431250&amp;d.t=page&amp;d.u=http%3A%2F%2Fhellobeautiful.com%2F
Date: Wed, 07 Nov 2012 20:54:02 GMT
Connection: keep-alive
Set-Cookie: UID=2ed1228-195.159.219.9-1352321642; expires=Tue, 28-Oct-2014 20:54:02 GMT; path=/; domain=.scorecardresearch.com UIDR=1352321642; expires=Tue, 28-Oct-2014 20:54:02 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 /safe_image.php?d=AQCFIhyDrQfmkdGr&w=200&h=200&url=http%3A%2F%2Fi2.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fa7c6latcuaa0lbb.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQCFIhyDrQfmkdGr&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi2.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fa7c6latcuaa0lbb.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 03:14:08 GMT
Content-Encoding: gzip
X-FB-Debug: RpkM3zETkKAidjJ2OhI8IlQqbgdaHi3+elkbyfBLxTg=
Content-Length: 7800
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /safe_image.php?d=AQBGss_ewWIo-hFK&w=200&h=200&url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fderrick-rose-baby-boy.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQBGss_ewWIo-hFK&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fderrick-rose-baby-boy.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 06 Nov 2012 17:45:51 GMT
Content-Encoding: gzip
X-FB-Debug: kgMu4BshruoNtGhC2gUktKz4PylTe3Ph9xwigmIg9kg=
Content-Length: 5119
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /safe_image.php?d=AQC58TT3VBj2Wz6q&w=200&h=200&url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fv_basketball_wives_la2_comp_retouched1.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQC58TT3VBj2Wz6q&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fv_basketball_wives_la2_comp_retouched1.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Mon, 29 Oct 2012 13:25:15 GMT
Content-Encoding: gzip
X-FB-Debug: nR6BIyLhi8LsSnNq+afgkh3i4dYcbgwRun1BjE4RxTs=
Content-Length: 9350
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /safe_image.php?d=AQDRSiIsbSggqBJt&w=200&h=200&url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fbrandy-whitney-houston.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQDRSiIsbSggqBJt&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fbrandy-whitney-houston.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Fri, 26 Oct 2012 17:37:09 GMT
Content-Encoding: gzip
X-FB-Debug: BYiuRpn6ZBFu28yKIOUP44CvwgCQziqkHOsXMitVaiQ=
Content-Length: 7201
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /safe_image.php?d=AQBwfbj9UDyNtDHh&w=200&h=200&url=http%3A%2F%2Fi1.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fobama-wins-celebration1.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQBwfbj9UDyNtDHh&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi1.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fobama-wins-celebration1.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Wed, 07 Nov 2012 05:11:41 GMT
Content-Encoding: gzip
X-FB-Debug: 9Ihr4+NIySQ5gV2w5ksGL6lxyi3039DVo9IzE9ElAJQ=
Content-Length: 9806
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /safe_image.php?d=AQCKSjzoo15u9US4&w=200&h=200&url=http%3A%2F%2Fi2.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fpeta-roseann.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQCKSjzoo15u9US4&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi2.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F11%2Fpeta-roseann.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Mon, 05 Nov 2012 21:16:54 GMT
Content-Encoding: gzip
X-FB-Debug: nXevWUGTaVnZ3q3Ic5b8hwE96bBSMheSIy6SCRXAa1w=
Content-Length: 9557
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /r2?c2=6035391&d.c=gif&d.o=cconhellobeautiful&d.x=227431250&d.t=page&d.u=http%3A%2F%2Fhellobeautiful.com%2F HTTP/1.1

Host: b.scorecardresearch.com
GET /r2?c2=6035391&amp;d.c=gif&amp;d.o=cconhellobeautiful&amp;d.x=227431250&amp;d.t=page&amp;d.u=http%3A%2F%2Fhellobeautiful.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
Cookie: UID=2ed1228-195.159.219.9-1352321642; UIDR=1352321642
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 43
Date: Wed, 07 Nov 2012 20:54:03 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/yk/x/wJIY1UIvdj8.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://static.ak.fbcdn.net/rsrc.php/v2/y7/r/2iv8MYab2kc.css
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 15:18:19 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: ZH8kVF7EDpjumh6dhzN+ZovRJd0ZIHkY0U7oubqfw9o=
Content-Length: 8619
Vary: Accept-Encoding
Cache-Control: public, max-age=31323440
Expires: Tue, 05 Nov 2013 09:51:23 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /rsrc.php/v2/yD/x/DxzglMoaWwG.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://static.ak.fbcdn.net/rsrc.php/v2/y7/r/2iv8MYab2kc.css
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Thu, 07 Jun 2012 20:14:53 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: oJbY4Ty0sKpgDFsYbyIU5OnOx8E0ieTwJNlUaKXWGiA=
Content-Length: 1248
Cache-Control: public, max-age=25378996
Expires: Wed, 28 Aug 2013 14:37:19 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /_/+1/fastbutton?bsv=m&size=medium&hl=en-US&origin=http%3A%2F%2Fhellobeautiful.com&url=http%3A%2F%2Fhellobeautiful.com%2F&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dzfq9BF98FFM.no.%2Fsv%3D1%2Fam%3D!R7JhevK68w2IwTSFZw%2Fd%3D1%2Frs%3DAItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv=m&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fhellobeautiful.com&amp;url=http%3A%2F%2Fhellobeautiful.com%2F&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dzfq9BF98FFM.no.%2Fsv%3D1%2Fam%3D!R7JhevK68w2IwTSFZw%2Fd%3D1%2Frs%3DAItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://hellobeautiful.com/
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
x-ua-compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Wed, 07 Nov 2012 20:53:59 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /safe_image.php?d=AQC3TUrIszyHgSwQ&w=200&h=200&url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fnatina-reed.jpg%3Ffit%3D400%252C400&crop HTTP/1.1

Host: external.ak.fbcdn.net
GET /safe_image.php?d=AQC3TUrIszyHgSwQ&amp;w=200&amp;h=200&amp;url=http%3A%2F%2Fi0.wp.com%2Fionehellobeautiful.files.wordpress.com%2F2012%2F10%2Fnatina-reed.jpg%3Ffit%3D400%252C400&amp;crop HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Sat, 27 Oct 2012 17:30:28 GMT
Content-Encoding: gzip
X-FB-Debug: Sgv+SzE/oP6/4cXqy2mgas2FHpVXNDHkv8xfeEigLiQ=
Content-Length: 8388
Vary: Accept-Encoding
Cache-Control: public, max-age=86400
Expires: Thu, 08 Nov 2012 20:54:03 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /static/cacheable/074df5c447c8012ba371a7587314e681/player_v2.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: b+OsnZZv1/XHL+txf7Oaxzg2JqSGWfJ56O7h/c8JrTS5N546S+rQRK3xrGp0SAQw
x-amz-request-id: BD5B186031C9A636
Last-Modified: Tue, 30 Oct 2012 04:03:11 GMT
Etag: &quot;074df5c447c8012ba371a7587314e681&quot;
Accept-Ranges: bytes
Content-Length: 432442
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:53:58 GMT
Connection: keep-alive
GET /rsrc.php/v2/yO/r/jjYcDzC552z.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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Sat, 03 Nov 2012 00:21:27 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 3zqtEuEuvZdSMPuPNnB4uoHjamXhhWfDeAmHWMJKFLg=
Content-Length: 36700
Vary: Accept-Encoding
Cache-Control: public, max-age=31324333
Expires: Tue, 05 Nov 2013 10:06:16 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /rsrc.php/v2/yT/r/2PdUwaTS5X5.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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 22:37:36 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: omYi6D121i1BHxxESBLBLBw6f+XRsOKyNdB64THGjYc=
Content-Length: 35191
Vary: Accept-Encoding
Cache-Control: public, max-age=31324401
Expires: Tue, 05 Nov 2013 10:07:24 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
Connection: keep-alive
GET /rsrc.php/v2/yj/r/sXTjVN2hEhU.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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 22:29:31 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 4wNSiAFZrCCTOGM79YYsuhAkDJSNEKsHr8kbAjlSYhg=
Content-Length: 18748
Vary: Accept-Encoding
Cache-Control: public, max-age=31335617
Expires: Tue, 05 Nov 2013 13:14:20 GMT
Date: Wed, 07 Nov 2012 20:54:03 GMT
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: Tue, 06 Nov 2012 00:37:37 GMT
Expires: Tue, 13 Nov 2012 00:37:37 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=445414, public, no-transform, must-revalidate
Date: Wed, 07 Nov 2012 20:54:03 GMT
nncoection: close
Connection: Keep-Alive
GET /images/spacer.gif HTTP/1.1

Host: www.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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: 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/activity.php?border_color=%23ffffff&amp;max_age=30&amp;header=false&amp;recommendations=true&amp;site=http%3A%2F%2Fhellobeautiful.com&amp;width=298&amp;height=340&amp;ref=%2F&amp;app_id=240712475967972&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df2060948e3d2be4%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=2592000
Expires: Fri, 07 Dec 2012 20:54:04 GMT
X-FB-Debug: Y/KKiHH2ZBjfUt46EpuChZudzmqe5zQKshWYfBBIWB0=
Date: Wed, 07 Nov 2012 20:54:04 GMT
Connection: keep-alive
Content-Length: 43
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.com

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

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Wed, 07 Nov 2012 20:35:02 GMT
Expires: Thu, 07 Nov 2013 20:35:02 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 1141
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=qAmRLELdy3M.en_US./sv=1/am=!NBYAyjO5WNGFzTm-5g/d=1/rs=AItRSTN7T34k3e_LZ644-otkr_WiEVp_8g/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv=m&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fhellobeautiful.com&amp;url=http%3A%2F%2Fhellobeautiful.com%2F&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dzfq9BF98FFM.no.%2Fsv%3D1%2Fam%3D!R7JhevK68w2IwTSFZw%2Fd%3D1%2Frs%3DAItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-51526071&quot;
Expires: Thu, 06 Dec 2012 23:00:52 GMT
Date: Tue, 06 Nov 2012 23:00:52 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21182
Age: 78792
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=zfq9BF98FFM.no./sv=1/am=!R7JhevK68w2IwTSFZw/d=1/rs=AItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv=m&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fhellobeautiful.com&amp;url=http%3A%2F%2Fhellobeautiful.com%2F&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dzfq9BF98FFM.no.%2Fsv%3D1%2Fam%3D!R7JhevK68w2IwTSFZw%2Fd%3D1%2Frs%3DAItRSTOFOTeV3g2f5Xg8Wf3esjJMS5F10g
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;1347143796&quot;
Expires: Fri, 07 Dec 2012 02:13:02 GMT
Date: Wed, 07 Nov 2012 02:13:02 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 34150
Age: 67262
POST / HTTP/1.1

Host: ocsp.usertrust.com

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

Content-Type: application/ocsp-response
Date: Wed, 07 Nov 2012 20:54:04 GMT
Server: Apache
Last-Modified: Wed, 07 Nov 2012 04:07:17 GMT
Expires: Sun, 11 Nov 2012 04:07:17 GMT
Etag: 0986AF9A358521BC18F1B75F505F398EB4B0A166
Cache-Control: max-age=284592,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp7
Content-Length: 471
Connection: close
GET /info/primary/ HTTP/1.1

Host: player.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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
Content-Length: 349
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
GET /static/modules/start_screen-1c675c12d100c4f50229fe40b987c00a03ee96417295749f19ed8344d14f4b4e.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: 8E7KX2QfYI/qkwZFvfUvtSXttkfkPiH26hhJPGMgdAmzwpg93YRj0bXW9eQjvWrW
x-amz-request-id: 332E758696E873EE
Last-Modified: Tue, 30 Oct 2012 04:04:41 GMT
Etag: &quot;b684c910fbfcbdb9eef8dd8bac64bfda&quot;
Accept-Ranges: bytes
Content-Length: 15023
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: ak.c.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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/x-cross-domain-policy
x-amz-id-2: wpK4wcLXOVar2wzl8i2KDRsRUb/FDGbkmhSofLdqHUeOScSp9vxoM5FhXzpTep7i
x-amz-request-id: 756D4F260FA6AE9C
Last-Modified: Mon, 12 Jan 2009 21:58:46 GMT
Etag: &quot;124fa42a56284acbe74862f0024af4f3&quot;
Content-Length: 157
Server: AmazonS3
Cache-Control: max-age=21600
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: cdn-api.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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/x-cross-domain-policy
Server: Apache
Last-Modified: Thu, 20 Sep 2012 17:14:49 GMT
Content-Encoding: gzip
X-Ooyala-Server-Id: i-7769e43f
X-Varnish-IP: 10.241.23.100
Content-Length: 201
Accept-Ranges: bytes
X-Varnish: 762965529
X-Varnish-Cache: MISS
Cache-Control: public, max-age=284
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /static/modules/ui-ca2ebe47b05eeb95599e2af50096bea9371c5936cd458937d94e9fc095d6a8f7.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: uKAIWjm5nHw7JgHov17hqN4lkrYFPxTHh1oQM9l+uANHPEVJNrq1MLcIxJNQ7ZnH
x-amz-request-id: ED8036DEF3A8C945
Last-Modified: Tue, 30 Oct 2012 04:03:16 GMT
Etag: &quot;21170e503503d0328322489a7ffd394c&quot;
Accept-Ranges: bytes
Content-Length: 41623
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /sas/authorized?embed%5Fcode%5Flist=c3OTRzNDq04%5F4HqGkwG1r42d6SYExigp&token=AA%2DVi4Fq9Ze3%2D00509ac810%2D1nYulMAvNmLpSoJTIe6vHzcA19qf3GOlAiI94twzhWw&device=WIN%2010%2C0%2C45%2C2&domain=hellobeautiful%2Ecom&signature=LsWjiUjHoAvJS%2FeNW4NrDjdSHtxM1l40wlJNbsSIXO0&playerType=full&analytics%5Fparams=%7B%22pcode%22%3A%22F0d2w6C6y6zFuGkzg%2DoSKxM7zsM9%22%7D&parent%5Fauthorized=true&timestamp=1352321644672 HTTP/1.1

Host: player.ooyala.com
GET /sas/authorized?embed%5Fcode%5Flist=c3OTRzNDq04%5F4HqGkwG1r42d6SYExigp&amp;token=AA%2DVi4Fq9Ze3%2D00509ac810%2D1nYulMAvNmLpSoJTIe6vHzcA19qf3GOlAiI94twzhWw&amp;device=WIN%2010%2C0%2C45%2C2&amp;domain=hellobeautiful%2Ecom&amp;signature=LsWjiUjHoAvJS%2FeNW4NrDjdSHtxM1l40wlJNbsSIXO0&amp;playerType=full&amp;analytics%5Fparams=%7B%22pcode%22%3A%22F0d2w6C6y6zFuGkzg%2DoSKxM7zsM9%22%7D&amp;parent%5Fauthorized=true&amp;timestamp=1352321644672 HTTP/1.1

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

Content-Type: text/xml
Status: 200 OK
Cache-Control: public, no-cache
Content-Length: 891
Ooyala-Server-Id: i-47af0f0f
Ooyala-Request-Id: dd697feae022585636429c49751c7ade
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
X-N: S
GET /static/modules/playback-404baab064a16bce4a338c28f10cdc9c4894e94952b6db347977d92843a58c6d.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: HbZqkIr4YU+gNxLCoCd8RVREg59dA9e1xXVh9vJhXyp54qYux2PwQmBDh8J56gIe
x-amz-request-id: 0B9887F0B3537C50
Last-Modified: Tue, 30 Oct 2012 04:04:28 GMT
Etag: &quot;893edb6d0c1311fd7d37bc0a5229dbae&quot;
Accept-Ranges: bytes
Content-Length: 93053
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
POST / HTTP/1.1

Host: ocsp.entrust.net

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

Content-Type: application/ocsp-response
Content-Transfer-Encoding: Binary
Connection: Close
Set-Cookie: avr_3185115268_0_0_4294901760_3716980675_0=6341263014_5384276;max-age=1800;path=/
Transfer-Encoding: chunked
GET /crossdomain.xml HTTP/1.1

Host: player.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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/x-cross-domain-policy
Server: Apache
Last-Modified: Thu, 20 Sep 2012 17:14:49 GMT
Content-Encoding: gzip
X-Ooyala-Server-Id: i-58e3c037
X-Varnish-IP: 10.118.130.122
Content-Length: 201
Accept-Ranges: bytes
X-Varnish: 264358379 264214606
X-Varnish-Cache: HIT
Cache-Control: public, max-age=3600
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /static/modules/controls-0be8be3aae935d502f1d228605a5c4d75225dd25b97d0c9d153fce200190627d.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: V4lfRj2wbNLKh1uj2OQKcsgrZV/VGb7J7NiLzgFj1/B/BxUo0bLjW55mXqMqBZBo
x-amz-request-id: 5C24752AE56F0A2A
Last-Modified: Tue, 30 Oct 2012 04:04:30 GMT
Etag: &quot;f4fd060d0061c28dd77c1715d051e346&quot;
Accept-Ranges: bytes
Content-Length: 128126
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /static/modules/analytics-dfa2c7f5915bae6e47fb7827cdefeefe1616c094b6c05db228d422886b3fac43.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: V2ZqYqccLgfiqXPeWqJy6bNomXhCzXZfdqGm2+c17HyE3gxp0b1YoRduXYaGH82d
x-amz-request-id: BD17A32C2E9136CD
Last-Modified: Tue, 30 Oct 2012 04:04:11 GMT
Etag: &quot;35f0c5c167ba083d0f359d781349ca4c&quot;
Accept-Ranges: bytes
Content-Length: 55302
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /static/modules/channels-043c93d9f23f17b144839b51ddc83a2c8701d0f9875e2c5cac07c60468a5183e.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: 38lNuL9IQuxTKvryslmfKbvv6Aip1ogw/Uk+Qu3CpoqhU//bIjF1o7elPxxEFeAB
x-amz-request-id: A70D6AF21CC303B4
Last-Modified: Tue, 30 Oct 2012 04:04:36 GMT
Etag: &quot;b33e581c7574698f04bd3dc58e580a52&quot;
Accept-Ranges: bytes
Content-Length: 44209
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /static/modules/ads-d1e52955f5be557e9bedc81823520f69621a7652f95a96fdd88b08b3f2d51d92.swf HTTP/1.1

Host: player.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: tUOsaFp7dUg2d8ELpl3H7xhNbCGlWmtEoQ9SPEALH/64e7Yc2yLi8gMoLQeFpPo0
x-amz-request-id: 3DF9BED76C2E63F4
Last-Modified: Tue, 30 Oct 2012 04:03:07 GMT
Etag: &quot;594bd8cdf5e49b70adc55fd1c11bf513&quot;
Accept-Ranges: bytes
Content-Length: 93915
Server: AmazonS3
Cache-Control: public, max-age=31536000
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: l.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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/x-cross-domain-policy
Server: nginx/0.7.61
Date: Wed, 07 Nov 2012 20:54:05 GMT
Connection: close
Content-Length: 330
Cache-Control: max-age=3600, private
GET /dialog/oauth?client_id=240712475967972&response_type=token%2Csigned_request%2Ccode&display=none&domain=hellobeautiful.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df3e245d47318382%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=240712475967972&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=hellobeautiful.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D15%23cb%3Df3e245d47318382%26origin%3Dhttp%253A%252F%252Fhellobeautiful.com%252Ff3d0bb7314f06%26domain%3Dhellobeautiful.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://hellobeautiful.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: GEKAQxYQflm6BdGLD+grsvxpasyf+rc0uIlKhbBTYcE=
Date: Wed, 07 Nov 2012 20:54:04 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /widgets/hub.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:13 GMT
Etag: &quot;b036a791811effc968bfcb43fa6d6910&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7242
Date: Wed, 07 Nov 2012 20:54:06 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /js/chartbeat.js HTTP/1.1

Host: static.chartbeat.com

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

Content-Type: application/x-javascript
Server: Apache
Etag: &quot;d04742eb975012ec5e5aecce3effd7ce:1350417145&quot;
Last-Modified: Tue, 25 Sep 2012 18:41:40 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Date: Wed, 07 Nov 2012 20:54:06 GMT
Content-Length: 3167
Connection: keep-alive
GET /5/c=531/rand=117987263/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/plain; charset=UTF-8
Date: Wed, 07 Nov 2012 20:54:06 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.151
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Location: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Set-Cookie: cc=ctst;Path=/;Domain=.crwdcntrl.net
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /E1YmRoNjpi-ah-wcMOkaxu9FM_8-BXzp/hEVXma-6CO1SmIb34xMDoxOmFkOxyVqc HTTP/1.1

Host: ak.c.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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
x-amz-id-2: kyqP46oPHaIdipVruN+hqJBElE+jtiQlojLABXzxV6USnrivWzeoMJL9nMUfjU6E
x-amz-request-id: 78B8112F1F7F9954
x-amz-meta-content-type: image/jpeg
Last-Modified: Wed, 31 Oct 2012 19:19:38 GMT
Etag: &quot;25529c669e3bf61a2991c3b5537a9436&quot;
Accept-Ranges: bytes
Content-Length: 17480
Server: AmazonS3
Cache-Control: max-age=604800
Date: Wed, 07 Nov 2012 20:54:07 GMT
Connection: keep-alive
GET /cacheable/99689266407277c300ab2734835757cc/rda.swf HTTP/1.1

Host: extras.ooyala.com

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

Content-Type: application/x-shockwave-flash
x-amz-id-2: OyQnM/kI9JumusEgcsFE6m4/DtD7xfzfnKOdveL+E0WSaZrUnmf5r6RH7t2/KIdr
x-amz-request-id: 14F49E2B6C7E0985
Last-Modified: Wed, 29 Feb 2012 21:14:53 GMT
Etag: &quot;99689266407277c300ab2734835757cc&quot;
Accept-Ranges: bytes
Content-Length: 1497
Server: AmazonS3
Cache-Control: public, max-age=1358
Expires: Wed, 07 Nov 2012 21:16:45 GMT
Date: Wed, 07 Nov 2012 20:54:07 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: cp76677.edgefcs.net

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

Content-Type: application/xml
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 187
Server: FlashCom/4.5.2
GET /ping?h=hellobeautiful.com&p=%2F&u=f5x0iktt58wz85tt&d=hellobeautiful.com&g=19546&n=1&f=1&c=0&x=0&y=5931&w=778&j=45&R=1&W=0&I=0&E=0&r=&b=20045&t=n4f4tsc255vin7ln&V=6&i=Celebrity%20News%20%26%20Style%20for%20Black%20Women%20%7C%20HelloBeautiful&_ HTTP/1.1

Host: ping.chartbeat.net
GET /ping?h=hellobeautiful.com&amp;p=%2F&amp;u=f5x0iktt58wz85tt&amp;d=hellobeautiful.com&amp;g=19546&amp;n=1&amp;f=1&amp;c=0&amp;x=0&amp;y=5931&amp;w=778&amp;j=45&amp;R=1&amp;W=0&amp;I=0&amp;E=0&amp;r=&amp;b=20045&amp;t=n4f4tsc255vin7ln&amp;V=6&amp;i=Celebrity%20News%20%26%20Style%20for%20Black%20Women%20%7C%20HelloBeautiful&amp;_ HTTP/1.1

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

Content-Type: image/gif
Server: nginx/0.7.67
Date: Wed, 07 Nov 2012 20:54:08 GMT
Content-Length: 43
Connection: close
GET /5/ct=y/c=531/rand=117987263/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 20:54:08 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.21
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: dc=1;Path=/;Domain=.crwdcntrl.net aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sun, 04-Aug-2013 20:54:08 GMT;Max-Age=23328000 OAID=da555cf3eda8f3fc52070dc2bf52a3f9;Path=/;Domain=.crwdcntrl.net;Expires=Sun, 04-Aug-2013 20:54:08 GMT cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sun, 04-Aug-2013 20:54:08 GMT;Max-Age=23328000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1452
GET /errors/report?log=dXJsPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbG9hZD0xMzUyMzIxMDQwJmRvY3VtZW50VXJsVW50cnVzdGVkPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbXNnPTM0ODElMjBXQVJOSU5HJTIwJTNFJTNFJTIwJTJGaW5zdGFuY2VpbmZvJTIwd2FzJTIwbWlzc2luZyUyMG1kNQ==&ts=1352321645 HTTP/1.1

Host: l.ooyala.com
GET /errors/report?log=dXJsPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbG9hZD0xMzUyMzIxMDQwJmRvY3VtZW50VXJsVW50cnVzdGVkPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbXNnPTM0ODElMjBXQVJOSU5HJTIwJTNFJTNFJTIwJTJGaW5zdGFuY2VpbmZvJTIwd2FzJTIwbWlzc2luZyUyMG1kNQ==&amp;ts=1352321645 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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

HTTP/1.1 200 OK
Server: nginx/0.7.61
Date: Wed, 07 Nov 2012 20:54:08 GMT
Content-Length: 2
Connection: close
Expires: Wed, 07 Nov 2012 20:54:07 GMT
Cache-Control: no-cache
POST /verify?ts=1352321648157 HTTP/1.1

Host: l.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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

HTTP/1.1 200 OK
Server: nginx/0.7.61
Date: Wed, 07 Nov 2012 20:54:08 GMT
Content-Length: 2
Connection: close
Expires: Wed, 07 Nov 2012 20:54:07 GMT
Cache-Control: no-cache
GET /errors/report?log=bG9hZD0xMzUyMzIxMDQwJnBsYXk9MCZyb290PWMzT1RSek5EcTA0XzRIcUdrd0cxcjQyZDZTWUV4aWdwJmRvY3VtZW50VXJsVW50cnVzdGVkPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbXNnPTUzMjMlMjBVU0VSJTIwV0FSTklORyUyMCUzRSUzRSUyMEFuJTIwZXJyb3IlMjBkdXJpbmclMjBldmVudCUyMGRpc3BhdGNoaW5nJTIwVmVyaWZ5RXJyb3IlM0ElMjBFcnJvciUyMCUyMzEwNjgmcGNvZGU9RjBkMnc2QzZ5NnpGdUdremctb1NLeE03enNNOSZ1cmw9aHR0cCUzQSUyRiUyRmhlbGxvYmVhdXRpZnVsLmNvbSUyRiZtYWluPUUxWW1Sb05qcGktYWgtd2NNT2theHU5Rk1fOC1CWHpw&ts=1352321648 HTTP/1.1

Host: l.ooyala.com
GET /errors/report?log=bG9hZD0xMzUyMzIxMDQwJnBsYXk9MCZyb290PWMzT1RSek5EcTA0XzRIcUdrd0cxcjQyZDZTWUV4aWdwJmRvY3VtZW50VXJsVW50cnVzdGVkPWh0dHAlM0ElMkYlMkZoZWxsb2JlYXV0aWZ1bC5jb20lMkYmbXNnPTUzMjMlMjBVU0VSJTIwV0FSTklORyUyMCUzRSUzRSUyMEFuJTIwZXJyb3IlMjBkdXJpbmclMjBldmVudCUyMGRpc3BhdGNoaW5nJTIwVmVyaWZ5RXJyb3IlM0ElMjBFcnJvciUyMCUyMzEwNjgmcGNvZGU9RjBkMnc2QzZ5NnpGdUdremctb1NLeE03enNNOSZ1cmw9aHR0cCUzQSUyRiUyRmhlbGxvYmVhdXRpZnVsLmNvbSUyRiZtYWluPUUxWW1Sb05qcGktYWgtd2NNT2theHU5Rk1fOC1CWHpw&amp;ts=1352321648 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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

HTTP/1.1 200 OK
Server: nginx/0.7.61
Date: Wed, 07 Nov 2012 20:54:08 GMT
Content-Length: 2
Connection: close
Expires: Wed, 07 Nov 2012 20:54:07 GMT
Cache-Control: no-cache
GET /c/368/cc.js?ns=lot368 HTTP/1.1

Host: tags.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: max-age=86400
Date: Wed, 07 Nov 2012 20:54:08 GMT
Etag: &quot;6f0f-4ca89bba00780&quot;
Expires: Thu, 08 Nov 2012 20:54:08 GMT
Last-Modified: Tue, 25 Sep 2012 17:06:54 GMT
Server: ECS (arn/46ED)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 8588
GET /r/dd/id/L2NzaWQvMS9jaWQvMzQ4ODM4MC90LzI/dpuid/da555cf3eda8f3fc52070dc2bf52a3f9 HTTP/1.1

Host: d.turn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI NAV&quot;
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Pragma: no-cache
Set-Cookie: uid=9179037438684969474; Domain=.turn.com; Expires=Mon, 06-May-2013 20:54:08 GMT; Path=/
Content-Length: 43
Date: Wed, 07 Nov 2012 20:54:08 GMT
GET /getuid?http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc=281%2Frand=118167113%2Ftpid%3D%24UID%2Ftp%3DANXS HTTP/1.1

Host: ib.adnxs.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
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=Tue, 05-Feb-2013 20:54:08 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Thu, 08-Nov-2012 20:54:08 GMT; domain=.adnxs.com; HttpOnly
Location: http://bcp.crwdcntrl.net/map/c=281/rand=118167113/tpid=5858721859426781856/tp=ANXS
Date: Wed, 07 Nov 2012 20:54:08 GMT
Content-Length: 0
GET /load/?p=204&g=260&buid=da555cf3eda8f3fc52070dc2bf52a3f9&j=0 HTTP/1.1

Host: loadm.exelator.com
GET /load/?p=204&amp;g=260&amp;buid=da555cf3eda8f3fc52070dc2bf52a3f9&amp;j=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://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: ud=eJxrWVyWWnRgUUnxaccraptmKKuZLg71dLnFoJBoYpySamRsYmJpZGRqYmFsZGKSbJmWaGxsZmqWZJ5ksCS%252FKDN9kZ8%252FAC7uFp0%253D; inv=eJxrXFySlnaHwaaejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwovDNnzjLqMKM5jB2rMWfOoOgEAL%252FKP4A%253D; xud=eJyNj71Kw1AUx2NxcHbSLSg4p%252FnueNvcxottbsgHJVO5Se7FQptAElodBR%252FCUZpCW6sIPoAvIHVycvBZDG3c3c7%252Fd37nHM59OaXZ4bzIP8DXxdvD%252BenZ4mZcjH%252B449JHxjfHE1mKqSjJcksUFVmXRFmOWoxIkqqooRYKqw7woImdYIWSgmY0Lzau3%252F6D84Ss3CsYDLBjVPXLdGhCPOxg3%252FKqpoWf98CBJsLWvCk%252B1QLyggXOx%252Bl6n40%252B4GrVxq4Heo%252Bv%252BwQcCKp1BuQq0wdDL7Dhsp2ls5xmmx3pgj7qBcvuKKMsvVnuGHbXg1ESVxav1ReQa1fP2umMZh6NrnmUsDSbkGKUJrx7mxd0kvPArWXsmP%252BXLeg1yp7T%252BTzonqDSB5fVqBozLYxILFBZaio6U0RFIIqmChHRqR42y5Cxu23jfXsU%252FALYHZSh; xudx=eJxrXlyWWsS0qKT4tOMVtU0zlCWVFqeWVTSe5YhsPBcw61TUHQbjs%252Bp8jPVsjAwM5xiYuc5AmGfVuWEMHjCD8SzTPsaz6rxQ0ZhZMC2iwsYQJgCD3B2T; udo=eJyNkF1LwmAUxzcFid4uiqDuRkHezr3ovHx0c47UR%252FaCDAKZ%252BqwGusE21K666jtEV%252BEENYugD9AXqHnVVUSfpaFGetfd8%252Fuf33MO59wEXeTGBr73Bj5OX25Pjo4D1O1%252FYcUwuYuHG3riOhHHMWyGxTffVzhMbq3R9h%252FhYewVD5M7q%252FXzu7VeB%252Fv0Cg%252F7bb%252F9je0FmsR%252FYoTB0C1E0QyTpSiW4WiKYZpZ06DpNJtuZBrkOA9UQYSyPpZsH7nI86eKlvsNB7YxVs4EvQZlPno%252FdeuiAOt5qFXUqFiBj4tAFkQJVgYp6mEpSKo%252BhF7bmSyYLwNsqVahooLS%252FfOCgCyAqB0vYJGpgbqqV4VRznV6HnKn86QAylJJHxUsF5lOfzTPoDKpWXYrsojMcoKkVKNlq04PuSpqXhKSbTpux%252FAtxyaUK89HHY8AylKGsvh%252FuSKosaAk52d44VAKNFCMvqZbZqbRNFokYugUy5ksxZIGm0mTTYNDXCM1dFzrIjrPDwwjrJc%253D
HTTP/1.1 302 Found

Content-Type: image/gif
X-Powered-By: PHP/5.3.17
P3P: policyref=/w3c/p3p.xml, CP=NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA
Set-Cookie: inv=eJxrXFySlnaHwaOejfOsOscSI0NjczBxVp0PwTnHwMx1BlmOG5nDg8zhReLEzEI2QlTYGMFlQDDrGRiReAwovDNnzjLqMKM5jB2rMWfOYOhkQdfJjVUnALICTJo%253D; expires=Thu, 07-Mar-2013 20:54:08 GMT; path=/; domain=exelator.com xud=eJyNkM1OwkAQgJF48O7FY0%252BePJTdLi3HBQo2Atv0J6SnZtvuRhJok7aCXo0P4AN4MJSkIBoTH8AXMHjy5MFncQN49zbzzTczmbkrpiw9nOfZB%252F46fXs4y8vF9Tgf%252F1SOC9dof1ckqsCIAagoDQCQokGgKGGDUwjrqB6ogby%252BGkW%252BDWSl5%252FSFHlGEUMghi6jGIQ8RkFU5CkHAEaCQN5Yt7OhdYnlLI85ZyrJ8bbvNPziP6dK%252B0L0hsdoifpn6XZ34LeIOHFEckOcdsPSuQQbzGnjaC4bjLUg2Tla7vN3Hlb1qEtvBvcfXXYYtHYtxbb0iTBf7jmfqZTNNZhlL11vSwX2j55WdUcp4cl1uGbFXw1EcCUtS9xsM2xTHmsmMpQ4LLyUj5kk6ofkoiSX7JsvZJJOwvZeJ1f2%252FPNCdatGzWp8HnROjcPG5aK1HXA1CGslMgTWkiVcimSK1LodUY1pQKwLObzfV982Rt6neL0ANqr8hX6b5; expires=Thu, 07-Mar-2013 20:54:08 GMT; path=/; domain=exelator.com xudx=eJxrXlyWWsS0qKT4tOMVtU1zdEqWL04tq2g8yxHZeC5g1qnCOwxWZ9X5GOvZGBkYzjEwc52BMM%252BqczOBGWfOnGVkYWRgPMs0gfGsOg9YFsjZB%252BTwQpXGzIJpFxU2hjABpm8iaw%253D%253D; expires=Thu, 07-Mar-2013 20:54:08 GMT; path=/; domain=exelator.com udo=eJyNkM%252BL00AUx5OuLOKql0XwmJO97CGdyTTpcbZNa9i2U%252FKDJSCUSTKjgW4CSezWkyfvnsXD0hTatYrgH%252BA%252FYLMnTyL%252BLQ7bivXm7X2%252B83nvMe9NOWVZbV7k3%252FD3J1%252FenxTLkk1nPyW7qj%252BUq7v%252B4evDA1mSbqSDe5s9rupHtT0S1WZTyXcEyFXtrVzV7%252F%252BVRfJVJA%252F225%252B9%252B2f4o2O4x4vZpJj8ko5Lz%252Br8kBSqwYgBqGktAJBmQKBpYYtTCJuoGeiBun4ZR2MHqFrfHQg9ogihkEMWUYNDHiKg6moUgoAjQCFvrdrYNXvE9ldWUrCM5cXa8U7%252FhPOErpwz0z8ndkfUn6bjnknGbeINXfE4JB%252B3gW32LDKcN8CHnWC5%252FoLkk%252FR6y50BlnbqiDgu7l993hK2TSzGdUxJmB4eu%252F7IXJ5m6WXOsvVt0sUDq%252B8vu3HGeDpb3mbEuT6Pk0hYir7bYDkj8dlReskyl4UvFCvhaXZBizhNFOdVXrCLXMHOTiZ27%252F%252FloenWyr7dvpG7j63Sw09FazPiehDSSGUabCBDnBKpFOlNNaQGM4LGIs3i5%252BI8vwGZYcEs; expires=Thu, 07-Mar-2013 20:54:08 GMT; path=/; domain=exelator.com ud=eJxrWVyWWnRgUUnxaccrapvm6DTZLg71dLnFoJBoYpySamRsYmJpZGRqYmFsZGKSbJmWaGxsZmqWZJ5ksCS%252FKDN9kZ8%252FAESYFw4%253D; expires=Thu, 07-Mar-2013 20:54:08 GMT; path=/; domain=exelator.com
Location: http://load.s3.amazonaws.com/pixel.gif
Content-Length: 0
Connection: close
Date: Wed, 07 Nov 2012 20:54:08 GMT
Server: HTTP server
GET /5/c=205/dc=1/pid=da555cf3eda8f3fc52070dc2bf52a3f9/tp=DLGX/tpc=na_id HTTP/1.1

Host: lotame.nexac.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:08 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.85
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /set_partner_uid?partnerID=88&partnerUID=da555cf3eda8f3fc52070dc2bf52a3f9&sscs_active=1 HTTP/1.1

Host: segment-pixel.invitemedia.com
GET /set_partner_uid?partnerID=88&amp;partnerUID=da555cf3eda8f3fc52070dc2bf52a3f9&amp;sscs_active=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Wed, 07 Nov 2012 20:54:08 GMT
Set-Cookie: uid=8c7ab59e-b188-4d27-8e7c-bf7a8b835ddd;Path=/;Domain=invitemedia.com;Expires=Thu, 07-Nov-2013 20:54:09 GMT partnerUID=eyI4OCI6WyJkYTU1NWNmM2VkYThmM2ZjNTIwNzBkYzJiZjUyYTNmOSIsdHJ1ZV19;Path=/;Domain=invitemedia.com;Expires=Thu, 07-Nov-2013 20:54:09 GMT impressions=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT clicks=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT segments=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT io_frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Pragma: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;OTI DSP COR ADMo TAIo PSAo PSDo CONo OUR SAMo OTRo STP UNI PUR COM NAV INT DEM STA PRE LOC&quot;
Cache-Control: no-cache
Location: http://cm.g.doubleclick.net/pixel?google_sc&amp;google_nid=invitemedia&amp;google_cm&amp;google_hm=jHq1nrGITSeOfL96i4Nd3Q==
Content-Length: 0
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /rd?type=redir&site=108875&url=http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc%3D510%2Ftp%3DRAPL%2Ftpid%3D HTTP/1.1

Host: rd.rlcdn.com
GET /rd?type=redir&amp;site=108875&amp;url=http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc%3D510%2Ftp%3DRAPL%2Ftpid%3D HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Cache-Control: no-cache, no-store, no-cache, no-store
Date: Wed, 07 Nov 2012 20:54:08 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Location: http://bcp.crwdcntrl.net/map/c=510/tp=RAPL/tpid=db5ae6f0639fbbad33d33531a5bba2de5707a2ff4a00933e2d5d1e08ab750761cd86dd5f16136f68
P3P: CP: &quot;NON DSP COR PSDo SAMo BUS IND UNI COM NAV INT POL PRE&quot;, CP: &quot;NON DSP COR PSDo SAMo BUS IND UNI COM NAV INT POL PRE&quot;
Set-Cookie: rlas3=&quot;ii8hcP2bjTeLZb5B/OmaJW6KJqb8k5/TWjyKcDubnrU=&quot;;Version=1;Domain=.rlcdn.com;Expires=Mon, 06-May-2013 20:54:05 GMT;Max-Age=15551997 ids=d64bd5c87a5e679c693c6f0500a2f849;Domain=.rlcdn.com;Expires=Mon, 06-May-2013 20:54:04 GMT rdrtn=dbac4bb4b6973d1c;Domain=.rlcdn.com;Expires=Mon, 06-May-2013 20:54:05 GMT
Content-Length: 0
Connection: keep-alive
GET /d/?_pid=10007&_psign=a4a0635ce86bf0f31257fe040de9152f&_puuid=da555cf3eda8f3fc52070dc2bf52a3f9&_rand=777966680 HTTP/1.1

Host: p.adsymptotic.com
GET /d/?_pid=10007&amp;_psign=a4a0635ce86bf0f31257fe040de9152f&amp;_puuid=da555cf3eda8f3fc52070dc2bf52a3f9&amp;_rand=777966680 HTTP/1.1

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

Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 07 Nov 2012 20:54:08 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Server: Jetty(7.4.2.v20110526)
Set-Cookie: U=b366a61831409389c78db6ca9e448649;Path=/;Domain=.adsymptotic.com;Expires=Sat, 05-Nov-2022 20:54:08 GMT
Content-Length: 26
Connection: keep-alive
GET /site/5907?limit=0&id=0ab25b45535ab5f3bd703f496d285bea HTTP/1.1

Host: tags.bluekai.com
GET /site/5907?limit=0&amp;id=0ab25b45535ab5f3bd703f496d285bea HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:08 GMT
Server: Apache/2.2.3 (CentOS)
P3P: CP=&quot;NOI DSP COR CUR ADMo DEVo PSAo PSDo OUR SAMo BUS UNI NAV&quot;, policyref=&quot;http://tags.bluekai.com/w3c/p3p.xml&quot;
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Set-Cookie: bkc=KJpM8sJQteb5QScQNvy9OieQOwJnobn0W2eTM9y/Fg9T96wyjiRDdFoDPwARaQx49B2AajW=; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bklc=0; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bko=; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bkp1=; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bkst=KJhMRH9VjtOxReO/Ee/0EE/hBEDtEDy0EEBmuMWl1WTpLEHn1q/yEDoBneQNvy99hVLnVQ==; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bku=Whz99cevZkY+EVjG; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bkw5=; expires=Mon, 06-May-2013 20:54:08 GMT; path=/; domain=.bluekai.com bkdc=wdc; expires=Fri, 07-Dec-2012 20:54:09 GMT; path=/; domain=.bluekai.com
BK-Server: 1cb
Content-Length: 62
GET /fcs/ident HTTP/1.1

Host: cp76677.edgefcs.net

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

Content-Type: application/xml
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 74
Server: FlashCom/4.5.2
GET /c/796/cc.js?ns=lot796 HTTP/1.1

Host: tags.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: max-age=86400
Date: Wed, 07 Nov 2012 20:54:09 GMT
Etag: &quot;6e84-4ca89be302840&quot;
Expires: Thu, 08 Nov 2012 20:54:09 GMT
Last-Modified: Tue, 25 Sep 2012 17:07:37 GMT
Server: ECS (arn/46EC)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 8499
GET /pixel?google_sc&google_nid=invitemedia&google_cm&google_hm=jHq1nrGITSeOfL96i4Nd3Q== HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://g-pixel.invitemedia.com/gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&amp;google_cver=1
Date: Wed, 07 Nov 2012 20:54:09 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 293
X-XSS-Protection: 1; mode=block
GET /map/c=281/rand=118167113/tpid=5858721859426781856/tp=ANXS HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.204
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /map/c=510/tp=RAPL/tpid=db5ae6f0639fbbad33d33531a5bba2de5707a2ff4a00933e2d5d1e08ab750761cd86dd5f16136f68 HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.206
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&google_cver=1 HTTP/1.1

Host: g-pixel.invitemedia.com
GET /gmatcher?google_gid=CAESEE5Cd4RhtyLOx5zauejuLUM&amp;google_cver=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: uid=8c7ab59e-b188-4d27-8e7c-bf7a8b835ddd; partnerUID=eyI4OCI6WyJkYTU1NWNmM2VkYThmM2ZjNTIwNzBkYzJiZjUyYTNmOSIsdHJ1ZV19
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Set-Cookie: exchange_uid=&quot;eyI0IjpbIkNBRVNFRTVDZDRSaHR5TE94NXphdWVqdUxVTSIsNzM0ODE0XX0=&quot;;Version=1;Path=/;Domain=invitemedia.com;Expires=Thu, 07-Nov-2013 20:54:09 GMT;Max-Age=31536000 impressions=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT clicks=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT segments=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT io_frequency=;Path=/;Domain=invitemedia.com;Expires=Thu, 01-Jan-1970 00:00:01 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Pragma: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;OTI DSP COR ADMo TAIo PSAo PSDo CONo OUR SAMo OTRo STP UNI PUR COM NAV INT DEM STA PRE LOC&quot;
Cache-Control: no-cache
Content-Length: 43
Connection: close
Server: Jetty(7.3.1.v20110307)
GET /atx/sync/lotame/lid/default HTTP/1.1

Host: tacoda.at.atwola.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Location: http://bcp.crwdcntrl.net/map/c=1777/tp=AOLS/tpid=189lijh0j4f0eu
Set-Cookie: ATTACID=a3Z0aWQ9MTg5bGlqaDBqNGYwZXU=;Version=1;Domain=.at.atwola.com;Path=/;Max-Age=31536000;Expires=Thu, 07 Nov 2013 20:54:09 UTC
Connection: close
P3P: CP=&quot;NON DSP COR NID CURa ADMo DEVo TAIo PSAo PSDo OUR DELa IND PHY ONL UNI COM NAV DEM&quot;
Content-Length: 0
Date: Wed, 07 Nov 2012 20:54:08 GMT
GET /adscores/g.json?sid=9202507693 HTTP/1.1

Host: adadvisor.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
HTTP/1.1 200 OK

Content-Type: application/json
Date: Wed,  07 Nov 2012 20:54:09 GMT
Connection: close
Server: AAWebServer
P3P: policyref=&quot;http://www.adadvisor.net/w3c/p3p.xml&quot;,CP=&quot;NOI NID&quot;
Content-Length: 103
GET /map/c=1777/tp=AOLS/tpid=189lijh0j4f0eu HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.85
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /pixel?nid=lotameddp HTTP/1.1

Host: cm.g.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 20:54:09 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://bcp.crwdcntrl.net/map/c=899/tp=GDDP/tpid=CAESEJtElj6DWu4M6nSwenbq58E&amp;cver=1
Server: Cookie Matcher
Content-Length: 283
X-XSS-Protection: 1; mode=block
GET /px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.149
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 626
GET /map/c=899/tp=GDDP/tpid=CAESEJtElj6DWu4M6nSwenbq58E&cver=1 HTTP/1.1

Host: bcp.crwdcntrl.net
GET /map/c=899/tp=GDDP/tpid=CAESEJtElj6DWu4M6nSwenbq58E&amp;cver=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.247
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /atx/sync/lotame/lid/default HTTP/1.1

Host: tacoda.at.atwola.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: ATTACID=a3Z0aWQ9MTg5bGlqaDBqNGYwZXU=
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Location: http://bcp.crwdcntrl.net/map/c=1777/tp=AOLS/tpid=189lijh0j4f0eu
Set-Cookie: ATTACID=a3Z0aWQ9MTg5bGlqaDBqNGYwZXU=;Version=1;Domain=.at.atwola.com;Path=/;Max-Age=31536000;Expires=Thu, 07 Nov 2013 20:54:09 UTC
Connection: close
P3P: CP=&quot;NON DSP COR NID CURa ADMo DEVo TAIo PSAo PSDo OUR DELa IND PHY ONL UNI COM NAV DEM&quot;
Content-Length: 0
Date: Wed, 07 Nov 2012 20:54:09 GMT
GET /map/c=1777/tp=AOLS/tpid=189lijh0j4f0eu HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=531/rand=117987263/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.49
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /5/pe=y/c=865/var=lotjson HTTP/1.1

Host: ad.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
Cookie: cc=&quot;ACN4nGNQSEk0NTVNTjNOTUm0SDNOSzY1MjA3SEk2SkozNUo0TrNkAIKAWacKGMCA0erOsmO1YCZ7s7IkCwPDWQaG%2F0AekzCEZpCE8q8DaUagBiBq%2FqlDrEI94hQ2CCoTaaKUEbEK84hUyPaVOIUM%2FNwJu2BKGaFKGaFKGaFKGRm4E3YSVqTMsh0qCOR0OhowQnQAOW0%2BrxEc7dMqCGXap5URnEgxM4QyZa43hK3kfHKbCEWPnxJWxFclSFhRu%2BBhwooKFp0jxqTXhBUBAO5aj%2FQ%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImHWqgIGB0erOsmO1DAoMDAJKDGDQCybFjoEpnstgSvArhHcTItcNpnilwZTMMjAl8QqihA9McT0GU%2Fx%2FwZQrYwNDAwMDGy%2BYx2EEUTIDTHk%2BAFMi58CUwHEwJb4Pot0NTAk9gzgiAsIrhlAlEJVaECeZQagiiMtMIRoOQJSsAhIAPDcZ4A%3D%3D&quot;; OAID=da555cf3eda8f3fc52070dc2bf52a3f9
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 20:54:09 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.204
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 145
GET /pixel!t=1482!?che=808352855 HTTP/1.1

Host: d.agkn.com

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

Content-Type: image/gif;charset=ISO-8859-1
Server: Apache-Coyote/1.1
Set-Cookie: uuid=227737511187345894; Version=1; Domain=.agkn.com; Max-Age=157680000; Expires=Mon, 06-Nov-2017 20:54:09 GMT; Path=/ u=8|0AAAYLYbxGC2G8QAAAAAA; Version=1; Domain=.agkn.com; Max-Age=63072000; Expires=Fri, 07-Nov-2014 20:54:09 GMT; Path=/
P3P: CP=&quot;NOI DSP COR CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache, must-revalidate
Content-Language: en-US
Content-Length: 43
Date: Wed, 07 Nov 2012 20:54:08 GMT
Connection: close
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&_ct=iframe&adid=4440&action=1 HTTP/1.1

Host: p.brilig.com
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1 HTTP/1.1

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

Content-Type: text/html
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Expires: Mon, 19 Dec 1983 20:54:09 GMT
Set-Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:09 GMT bbid=AF3T0ZvYL_yk-X6UXWpWnzHZ7svZN7PV5sR2VBH2PSG9gtwZpLfGY6OwqQutyGqI9uCObjv5vMby; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:09 GMT tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C26%3A16400%7C1660%3A16238%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:09 GMT
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:09 GMT
Connection: close
P3P: CP=&quot;NOI DSP COR CURo DEVo TAIo PSAo PSDo OUR BUS UNI COM&quot;
GET /j/?pt=brlg&s=own HTTP/1.1

Host: px.owneriq.net
GET /j/?pt=brlg&amp;s=own HTTP/1.1

User-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://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 133
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: keep-alive
GET /ep?sid%5B%5D=462716145&sid%5B%5D=462959270&rid%5B%5D=1812020&rid%5B%5D=1812038&pt=brlg HTTP/1.1

Host: px.owneriq.net
GET /ep?sid%5B%5D=462716145&amp;sid%5B%5D=462959270&amp;rid%5B%5D=1812020&amp;rid%5B%5D=1812038&amp;pt=brlg HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache/2.2.3 (CentOS)
Content-Length: 153
Location: http://cm.g.doubleclick.net/pixel?google_nid=owneriq1&amp;google_cm&amp;google_sc&amp;google_ula=1174&amp;esi=1&amp;pt=brlg
Set-Cookie: ss=7nhm29.7nmtnq; expires=Mon, 06 Nov 2017 20:54:10 GMT; path=/; domain=.owneriq.net apq=.462716145.462959270.; expires=Mon, 06 Nov 2017 20:54:10 GMT; path=/; domain=.owneriq.net rpq=.1812020.1812038.; expires=Mon, 06 Nov 2017 20:54:10 GMT; path=/; domain=.owneriq.net si=4056080501958114690; expires=Mon, 06 Nov 2017 20:54:10 GMT; path=/; domain=.owneriq.net
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Vary: Accept-Encoding
Cache-Control: max-age=36047
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: keep-alive
GET /r/du/id/L21rdC8xL21jaHBpZC80/rnd/999 HTTP/1.1

Host: r.turn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: uid=9179037438684969474
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI NAV&quot;
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Pragma: no-cache
Set-Cookie: uid=9179037438684969474; Domain=.turn.com; Expires=Mon, 06-May-2013 20:54:10 GMT; Path=/ rrs=1002; Domain=.turn.com; Expires=Mon, 06-May-2013 20:54:10 GMT; Path=/ rds=15651; Domain=.turn.com; Expires=Mon, 06-May-2013 20:54:10 GMT; Path=/
Location: http://d.p-td.com/r/dm/mkt/4/mpid//mpuid/9179037438684969474/mchpid/4/url/
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:09 GMT
GET /pixel?google_nid=owneriq1&google_cm&google_sc&google_ula=1174&esi=1&pt=brlg HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=owneriq1&amp;google_cm&amp;google_sc&amp;google_ula=1174&amp;esi=1&amp;pt=brlg HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://px.owneriq.net/cm?id=&amp;esi=1&amp;pt=brlg&amp;google_gid=CAESEJ0mBfBbA8SvKHQDvQMpEaM&amp;google_cver=1&amp;google_ula=1174,0
Date: Wed, 07 Nov 2012 20:54:10 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 330
X-XSS-Protection: 1; mode=block
GET /cm?id=&esi=1&pt=brlg&google_gid=CAESEJ0mBfBbA8SvKHQDvQMpEaM&google_cver=1&google_ula=1174,0 HTTP/1.1

Host: px.owneriq.net
GET /cm?id=&amp;esi=1&amp;pt=brlg&amp;google_gid=CAESEJ0mBfBbA8SvKHQDvQMpEaM&amp;google_cver=1&amp;google_ula=1174,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://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: ss=7nhm29.7nmtnq; apq=.462716145.462959270.; rpq=.1812020.1812038.; si=4056080501958114690
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache/2.2.3 (CentOS)
Content-Length: 153
Location: http://px.owneriq.net/fr/epx.gif
Set-Cookie: gguuid=CAESEJ0mBfBbA8SvKHQDvQMpEaM; expires=Fri, 07 Dec 2012 20:54:10 GMT; path=/; domain=.owneriq.net
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Vary: Accept-Encoding
Cache-Control: max-age=27879
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: keep-alive
GET /r/dm/mkt/4/mpid//mpuid/9179037438684969474/mchpid/4/url/ HTTP/1.1

Host: d.p-td.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI NAV&quot;
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Pragma: no-cache
Set-Cookie: uid=3553401246000795845; Domain=.p-td.com; Expires=Mon, 06-May-2013 20:54:10 GMT; Path=/
Content-Length: 43
Date: Wed, 07 Nov 2012 20:54:10 GMT
GET /fr/epx.gif HTTP/1.1

Host: px.owneriq.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: ss=7nhm29.7nmtnq; apq=.462716145.462959270.; rpq=.1812020.1812038.; si=4056080501958114690; gguuid=CAESEJ0mBfBbA8SvKHQDvQMpEaM
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache/2.2.3 (CentOS)
Content-Length: 43
X-Powered-By: PHP/5.2.17
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: max-age=54681
Expires: Thu, 08 Nov 2012 12:05:31 GMT
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: keep-alive
GET /pibiview.js?go=2639&pid=35 HTTP/1.1

Host: ib.mookie1.com
GET /pibiview.js?go=2639&amp;pid=35 HTTP/1.1

User-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://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=\&quot;DSP COR ADM DEV PSA PSD OUR\&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: ibkukiuno=s=970fa647-e164-4508-acc7-7b8bf49047de&amp;h=&amp;v=0&amp;l=-8588492852348837398&amp;op=0&amp;m=0; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:10 GMT; path=/; HttpOnly ibkukinet=3282013405=-8588492852348837398; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:10 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:10 GMT
Content-Length: 660
GET /audience/pxl.png?src=BRL&prefix=BRL- HTTP/1.1

Host: audience.tapad.com
GET /audience/pxl.png?src=BRL&amp;prefix=BRL- HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://tapad-taptags.s3.amazonaws.com/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
Server: Scala Netty Unfiltered Server
Set-Cookie: TapAd_DID=475ace60-291d-11e2-ba3a-22000a1c91ae;Expires=Sun, 06 Jan 2013 20:54:10 GMT;Path=/;Domain=.tapad.com
Content-Length: 95
Connection: keep-alive
GET /ibs:dpid=361&redir=http%3A%2F%2Fp.brilig.com%2Fcontact%2Fbct%3Fpid%3Dcc9c037c-ef07-4f91-8d15-36d26382c58e%26_ct%3Dpixel%26puid%3D%24%7BDD_UUID%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: dpm.demdex.net
GET /ibs:dpid=361&amp;redir=http%3A%2F%2Fp.brilig.com%2Fcontact%2Fbct%3Fpid%3Dcc9c037c-ef07-4f91-8d15-36d26382c58e%26_ct%3Dpixel%26puid%3D%24%7BDD_UUID%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 302 Found

HTTP/1.1 302 Found
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID CURa ADMa DEVa PSAa PSDa OUR SAMa BUS PUR COM NAV INT&quot;
DCS: ny-dcs-4-3.internal.demdex.com 1.9.12
Set-Cookie: demdex=77965523535959990062792025872563711549;Path=/;Domain=.demdex.net;Expires=Tue, 08-Nov-2022 07:01:50 GMT
Expires: Thu, 01 Jan 2009 00:00:00 GMT
Cache-Control: no-cache,no-store,must-revalidate,max-age=0,proxy-revalidate,no-transform,private
Pragma: no-cache
Location: http://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=361&amp;redir=http%3A%2F%2Fp.brilig.com%2Fcontact%2Fbct%3Fpid%3Dcc9c037c-ef07-4f91-8d15-36d26382c58e%26_ct%3Dpixel%26puid%3D%24%7BDD_UUID%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802
Content-Length: 0
Server: Jetty(7.2.2.v20101205)
GET /digi/7B4217A7-C088-475C-B6BB-F65FDBBD2564/a.gif?redirect=http%3A%2F%2Fp%2Ebrilig%2Ecom%2Fcontact%2Fbct%3Fpid%3D5CF40FD6%2D8A90%2D48CB%2D887B%2D5EBE5A1B6EC8%26%5Fct%3Dpixel%26AA%3D%7BAA%5Fvalue%7D%26AB%3D%7BAB%5Fvalue%7D%26AC%3D%7BAC%5Fvalue%7D%26AY%3D%7BAY%5Fvalue%7D%26AZ%3D%7BAZ%5Fvalue%7D%26EA%3D%7BEA%5Fvalue%7D%26EB%3D%7BEB%5Fvalue%7D%26EC%3D%7BEC%5Fvalue%7D%26ED%3D%7BED%5Fvalue%7D%26EE%3D%7BEE%5Fvalue%7D%26BA%3D%7BBA%5Fvalue%7D%26BB%3D%7BBB%5Fvalue%7D%26BC%3D%7BBC%5Fvalue%7D%26BE%3D%7BBE%5Fvalue%7D%26BF%3D%7BBF%5Fvalue%7D%26BI%3D%7BBI%5Fvalue%7D%26BJ%3D%7BBJ%5Fvalue%7D%26FA%3D%7BFA%5Fvalue%7D%26FB%3D%7BFB%5Fvalue%7D%26FC%3D%7BFC%5Fvalue%7D%26FD%3D%7BFD%5Fvalue%7D%26FE%3D%7BFE%5Fvalue%7D%26GA%3D%7BGA%5Fvalue%7D%26GB%3D%7BGB%5Fvalue%7D%26GC%3D%7BGC%5Fvalue%7D%26GD%3D%7BGD%5Fvalue%7D%26GE%3D%7BGE%5Fvalue%7D%26GF%3D%7BGF%5Fvalue%7D%26GG%3D%7BGG%5Fvalue%7D%26GH%3D%7BGH%5Fvalue%7D%26GI%3D%7BGI%5Fvalue%7D%26GJ%3D%7BGJ%5Fvalue%7D%26HA%3D%7BHA%5Fvalue%7D%26HB%3D%7BHB%5Fvalue%7D%26HC%3D%7BHC%5Fvalue%7D%26HD%3D%7BHD%5Fvalue%7D%26HE%3D%7BHE%5Fvalue%7D%26HF%3D%7BHF%5Fvalue%7D%26QB%3D%7BQB%5Fvalue%7D%26VA%3D%7BVA%5Fvalue%7D%26VB%3D%7BVB%5Fvalue%7D%26VC%3D%7BVC%5Fvalue%7D%26VD%3D%7BVD%5Fvalue%7D%26VE%3D%7BVE%5Fvalue%7D%26DA%3D%7BDA%5Fvalue%7D%26DB%3D%7BDB%5Fvalue%7D%26DC%3D%7BDC%5Fvalue%7D%26DG%3D%7BDG%5Fvalue%7D%26DH%3D%7BDH%5Fvalue%7D%26DI%3D%7BDI%5Fvalue%7D%26DJ%3D%7BDJ%5Fvalue%7D%26DK%3D%7BDK%5Fvalue%7D%26SBA%3D%7BSBA%5Fvalue%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: s.ixiaa.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 302 Found

Content-Type: text/html
Server: nginx
Date: Wed, 07 Nov 2012 20:52:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.3
Location: http://p.brilig.com/contact/bct?pid=5CF40FD6-8A90-48CB-887B-5EBE5A1B6EC8&amp;_ct=pixel&amp;AA=NA&amp;AB=NA&amp;AC=NA&amp;AY=NA&amp;AZ=NA&amp;EA=NA&amp;EB=NA&amp;EC=NA&amp;ED=NA&amp;EE=NA&amp;BA=NA&amp;BB=NA&amp;BC=NA&amp;BE=NA&amp;BF=NA&amp;BI=NA&amp;BJ=NA&amp;FA=NA&amp;FB=NA&amp;FC=NA&amp;FD=NA&amp;FE=NA&amp;GA=NA&amp;GB=NA&amp;GC=NA&amp;GD=NA&amp;GE=NA&amp;GF=NA&amp;GG=NA&amp;GH=NA&amp;GI=NA&amp;GJ=NA&amp;HA=NA&amp;HB=NA&amp;HC=NA&amp;HD=NA&amp;HE=NA&amp;HF=NA&amp;QB=NA&amp;VA=NA&amp;VB=NA&amp;VC=NA&amp;VD=NA&amp;VE=NA&amp;DA=NA&amp;DB=NA&amp;DC=NA&amp;DG=NA&amp;DH=NA&amp;DI=NA&amp;DJ=NA&amp;DK=NA&amp;SBA=NA&amp;_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802
X-ClientIP: 195.159.140.221
GET /demconf.jpg?et:ibs%7cdata:dpid=361&redir=http%3A%2F%2Fp.brilig.com%2Fcontact%2Fbct%3Fpid%3Dcc9c037c-ef07-4f91-8d15-36d26382c58e%26_ct%3Dpixel%26puid%3D%24%7BDD_UUID%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: dpm.demdex.net
GET /demconf.jpg?et:ibs%7cdata:dpid=361&amp;redir=http%3A%2F%2Fp.brilig.com%2Fcontact%2Fbct%3Fpid%3Dcc9c037c-ef07-4f91-8d15-36d26382c58e%26_ct%3Dpixel%26puid%3D%24%7BDD_UUID%7D%26_BriligTrId%3D49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: demdex=77965523535959990062792025872563711549
HTTP/1.1 302 Found

HTTP/1.1 302 Found
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI NID CURa ADMa DEVa PSAa PSDa OUR SAMa BUS PUR COM NAV INT&quot;
DCS: ny-dcs-2-1.internal.demdex.com 1.9.12
Set-Cookie: dpm=77965523535959990062792025872563711549;Path=/;Domain=.dpm.demdex.net;Expires=Tue, 08-Nov-2022 07:01:50 GMT
Expires: Thu, 01 Jan 2009 00:00:00 GMT
Cache-Control: no-cache,no-store,must-revalidate,max-age=0,proxy-revalidate,no-transform,private
Pragma: no-cache
Location: http://p.brilig.com/contact/bct?pid=cc9c037c-ef07-4f91-8d15-36d26382c58e&amp;_ct=pixel&amp;puid=77965523535959990062792025872563711549&amp;_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802
Content-Length: 0
Server: Jetty(7.2.2.v20101205)
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&_ct=iframe&adid=4723&action=1 HTTP/1.1

Host: p.brilig.com
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4723&amp;action=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; bbid=AF3T0ZvYL_yk-X6UXWpWnzHZ7svZN7PV5sR2VBH2PSG9gtwZpLfGY6OwqQutyGqI9uCObjv5vMby; tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C26%3A16400%7C1660%3A16238%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238
HTTP/1.1 200 OK

Content-Type: text/html
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Expires: Mon, 19 Dec 1983 20:54:10 GMT
Set-Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT bbid=AF3T0ZsO0huOfY3Wvcd_pyzhaKOm7uL6sfCbC1vB7_AWnirEp8UNP-eZevYDIM7sPrWXTXmw3Ovf; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C1660%3A16238%7C26%3A16400%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: close
P3P: CP=&quot;NOI DSP COR CURo DEVo TAIo PSAo PSDo OUR BUS UNI COM&quot;
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&_ct=iframe&adid=4724&action=1 HTTP/1.1

Host: p.brilig.com
GET /contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4724&amp;action=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; bbid=AF3T0ZvYL_yk-X6UXWpWnzHZ7svZN7PV5sR2VBH2PSG9gtwZpLfGY6OwqQutyGqI9uCObjv5vMby; tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C26%3A16400%7C1660%3A16238%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238
HTTP/1.1 200 OK

Content-Type: text/html
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Expires: Mon, 19 Dec 1983 20:54:10 GMT
Set-Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT bbid=AF3T0Zv_1YTsgrPEJvYmX1ZwQxNVtQxRNvqYyVPpU3lDt40LUwZOKo0fTAtQE6yxh2-6YvROmCzM; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C1660%3A16238%7C26%3A16400%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: close
P3P: CP=&quot;NOI DSP COR CURo DEVo TAIo PSAo PSDo OUR BUS UNI COM&quot;
GET /contact/bct?pid=5CF40FD6-8A90-48CB-887B-5EBE5A1B6EC8&_ct=pixel&AA=NA&AB=NA&AC=NA&AY=NA&AZ=NA&EA=NA&EB=NA&EC=NA&ED=NA&EE=NA&BA=NA&BB=NA&BC=NA&BE=NA&BF=NA&BI=NA&BJ=NA&FA=NA&FB=NA&FC=NA&FD=NA&FE=NA&GA=NA&GB=NA&GC=NA&GD=NA&GE=NA&GF=NA&GG=NA&GH=NA&GI=NA&GJ=NA&HA=NA&HB=NA&HC=NA&HD=NA&HE=NA&HF=NA&QB=NA&VA=NA&VB=NA&VC=NA&VD=NA&VE=NA&DA=NA&DB=NA&DC=NA&DG=NA&DH=NA&DI=NA&DJ=NA&DK=NA&SBA=NA&_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: p.brilig.com
GET /contact/bct?pid=5CF40FD6-8A90-48CB-887B-5EBE5A1B6EC8&amp;_ct=pixel&amp;AA=NA&amp;AB=NA&amp;AC=NA&amp;AY=NA&amp;AZ=NA&amp;EA=NA&amp;EB=NA&amp;EC=NA&amp;ED=NA&amp;EE=NA&amp;BA=NA&amp;BB=NA&amp;BC=NA&amp;BE=NA&amp;BF=NA&amp;BI=NA&amp;BJ=NA&amp;FA=NA&amp;FB=NA&amp;FC=NA&amp;FD=NA&amp;FE=NA&amp;GA=NA&amp;GB=NA&amp;GC=NA&amp;GD=NA&amp;GE=NA&amp;GF=NA&amp;GG=NA&amp;GH=NA&amp;GI=NA&amp;GJ=NA&amp;HA=NA&amp;HB=NA&amp;HC=NA&amp;HD=NA&amp;HE=NA&amp;HF=NA&amp;QB=NA&amp;VA=NA&amp;VB=NA&amp;VC=NA&amp;VD=NA&amp;VE=NA&amp;DA=NA&amp;DB=NA&amp;DC=NA&amp;DG=NA&amp;DH=NA&amp;DI=NA&amp;DJ=NA&amp;DK=NA&amp;SBA=NA&amp;_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; bbid=AF3T0ZvYL_yk-X6UXWpWnzHZ7svZN7PV5sR2VBH2PSG9gtwZpLfGY6OwqQutyGqI9uCObjv5vMby; tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C26%3A16400%7C1660%3A16238%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Expires: Mon, 19 Dec 1983 20:54:10 GMT
Set-Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C1660%3A16238%7C26%3A16400%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: close
P3P: CP=&quot;NOI DSP COR CURo DEVo TAIo PSAo PSDo OUR BUS UNI COM&quot;
GET /contact/bct?pid=cc9c037c-ef07-4f91-8d15-36d26382c58e&_ct=pixel&puid=77965523535959990062792025872563711549&_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: p.brilig.com
GET /contact/bct?pid=cc9c037c-ef07-4f91-8d15-36d26382c58e&amp;_ct=pixel&amp;puid=77965523535959990062792025872563711549&amp;_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; bbid=AF3T0ZvYL_yk-X6UXWpWnzHZ7svZN7PV5sR2VBH2PSG9gtwZpLfGY6OwqQutyGqI9uCObjv5vMby; tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C26%3A16400%7C1660%3A16238%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store, private, must-revalidate, s-maxage=0
Expires: Mon, 19 Dec 1983 20:54:10 GMT
Set-Cookie: BriligContact=d78e9ff6-168d-4644-86ee-90ac7e29efb7; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT tc=1671%3A16238%7C1670%3A16238%7C1661%3A16238%7C1662%3A16238%7C1663%3A16238%7C1664%3A16238%7C1665%3A16238%7C1629%3A16238%7C1666%3A16238%7C1667%3A16238%7C1668%3A16238%7C1669%3A16238%7C1660%3A16238%7C26%3A16400%7C937%3A16400%7C1652%3A16238%7C1653%3A16238%7C1650%3A16238%7C1651%3A16238%7C1656%3A16238%7C1657%3A16238%7C1654%3A16238%7C1655%3A16238%7C1658%3A16238%7C1659%3A16238%7C1957%3A16400%7C663%3A16400%7C1648%3A16238%7C1647%3A16238%7C1649%3A16238%7C1644%3A16238%7C1643%3A16238%7C1646%3A16238%7C1645%3A16238%7C1640%3A16238%7C1642%3A16238%7C1641%3A16238%7C950%3A16238%7C857%3A16400%7C1676%3A16238%7C1677%3A16238%7C1639%3A16238%7C1674%3A16238%7C1638%3A16238%7C1675%3A16238%7C1637%3A16238%7C1672%3A16238%7C1636%3A16238%7C1673%3A16238%7C1635%3A16238%7C1634%3A16238%7C1633%3A16238%7C1632%3A16238%7C1631%3A16238%7C1630%3A16238; Domain=.brilig.com; Expires=Fri, 31-Oct-2042 20:54:10 GMT
Transfer-Encoding: chunked
Date: Wed, 07 Nov 2012 20:54:10 GMT
Connection: close
P3P: CP=&quot;NOI DSP COR CURo DEVo TAIo PSAo PSDo OUR BUS UNI COM&quot;
POST / HTTP/1.1

Host: ocsp.thawte.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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: Mon, 05 Nov 2012 19:53:50 GMT
Expires: Mon, 12 Nov 2012 19:53:50 GMT
Content-Transfer-Encoding: binary
Content-Length: 1165
Cache-Control: max-age=428379, public, no-transform, must-revalidate
Date: Wed, 07 Nov 2012 20:54:11 GMT
nncoection: close
Connection: Keep-Alive
GET /pibiview.js?go=237224&pid=39&xid=1&_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

Host: ib.mookie1.com
GET /pibiview.js?go=237224&amp;pid=39&amp;xid=1&amp;_BriligTrId=49794459-2d2e-457c-b6bd-91030fad6802 HTTP/1.1

User-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://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=\&quot;DSP COR ADM DEV PSA PSD OUR\&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: ibkukiuno=s=222793dd-fd04-486b-a1a6-23970edc70fa&amp;h=&amp;v=0&amp;l=-8588492852331960698&amp;op=0&amp;m=0; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:12 GMT; path=/; HttpOnly ibkukinet=3282013405=-8588492852331960698; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:12 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:11 GMT
Content-Length: 666
GET /ibiview.js HTTP/1.1

Host: ev.ib-ibi.com

User-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://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:11 GMT
Content-Length: 1372
POST / HTTP/1.1

Host: ocsp.digicert.com

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

Content-Type: application/ocsp-response
Server: nginx
Date: Wed, 07 Nov 2012 20:54:13 GMT
Connection: keep-alive
Content-Length: 471
Last-Modified: Wed, 07 Nov 2012 19:48:21 GMT
Expires: Tue, 13 Nov 2012 19:48:21 GMT
Cache-Control: max-age=514518
Accept-Ranges: bytes
POST / HTTP/1.1

Host: ocsp.digicert.com

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

Content-Type: application/ocsp-response
Server: nginx
Date: Wed, 07 Nov 2012 20:54:13 GMT
Connection: close
Content-Length: 471
Last-Modified: Wed, 07 Nov 2012 19:28:11 GMT
Expires: Tue, 13 Nov 2012 19:28:11 GMT
Cache-Control: max-age=513310
Accept-Ranges: bytes
GET /ibiview.js HTTP/1.1

Host: ev.ib-ibi.com

User-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://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:12 GMT
Content-Length: 1373
GET /at.js?sessionid=5910c83d-9650-4ffc-a10f-1027de6efe5b&go=2639&xid=&ida=&sb=&osid=669f3fa9-8e1a-4cda-84c1-e4542ad3982a&pid=35&id1= HTTP/1.1

Host: ib.mookie1.com
GET /at.js?sessionid=5910c83d-9650-4ffc-a10f-1027de6efe5b&amp;go=2639&amp;xid=&amp;ida=&amp;sb=&amp;osid=669f3fa9-8e1a-4cda-84c1-e4542ad3982a&amp;pid=35&amp;id1= HTTP/1.1

User-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://bcp.crwdcntrl.net/px?Yz03MjcmcHhpZD05MjYsNjI4OSwxNDAyNSwxMDYwLDEwNjEsMTc2MjY%3D
Cookie: ibkukiuno=s=222793dd-fd04-486b-a1a6-23970edc70fa&amp;h=&amp;v=0&amp;l=-8588492852331960698&amp;op=0&amp;m=0; ibkukinet=3282013405=-8588492852331960698
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=\&quot;DSP COR ADM DEV PSA PSD OUR\&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: ibkukiuno=s=222793dd-fd04-486b-a1a6-23970edc70fa&amp;h=&amp;v=0&amp;l=-8588492852317794791&amp;op=0&amp;m=0; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:13 GMT; path=/; HttpOnly ibkukinet=3282013405=-8588492852317794791; path=/
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:13 GMT
Content-Length: 1561
GET /at.js?sessionid=3c9a883f-b83c-4c01-b726-81e2446b6742&go=237224&xid=1&ida=&sb=&osid=1b5b1082-f548-4bff-8122-1b40bf0f182d&pid=39&id1= HTTP/1.1

Host: ib.mookie1.com
GET /at.js?sessionid=3c9a883f-b83c-4c01-b726-81e2446b6742&amp;go=237224&amp;xid=1&amp;ida=&amp;sb=&amp;osid=1b5b1082-f548-4bff-8122-1b40bf0f182d&amp;pid=39&amp;id1= HTTP/1.1

User-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://p.brilig.com/contact/bct?pid=14CFF267-5CAA-4454-864E-139B5E28A8FB&amp;_ct=iframe&amp;adid=4440&amp;action=1
Cookie: ibkukiuno=s=222793dd-fd04-486b-a1a6-23970edc70fa&amp;h=&amp;v=0&amp;l=-8588492852331960698&amp;op=0&amp;m=0; ibkukinet=3282013405=-8588492852331960698
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
P3P: CP=\&quot;DSP COR ADM DEV PSA PSD OUR\&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: ibkukiuno=s=222793dd-fd04-486b-a1a6-23970edc70fa&amp;h=&amp;v=0&amp;l=-8588492852317351119&amp;op=0&amp;m=0; domain=ib.mookie1.com; expires=Thu, 07-Nov-2013 20:54:13 GMT; path=/; HttpOnly ibkukinet=3282013405=-8588492852317351119; path=/
X-Powered-By: ASP.NET
Date: Wed, 07 Nov 2012 20:54:13 GMT
Content-Length: 1563
POST /verify?ts=1352321658235 HTTP/1.1

Host: l.ooyala.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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

HTTP/1.1 200 OK
Server: nginx/0.7.61
Date: Wed, 07 Nov 2012 20:54:18 GMT
Content-Length: 2
Connection: close
Expires: Wed, 07 Nov 2012 20:54:17 GMT
Cache-Control: no-cache