Overview

URLhttp://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
IP208.82.16.68
ASNAS13535 Ning, Inc.
Location United States
Report completed2012-11-06 07:47:12 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-06 07:46:48 184.173.167.106 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: 208.82.16.68

Date Alerts / IDS URL IP
2013-03-31 05:28:430 / 2http://www.thisis50.com/xn/detail/784568:Album:31565607?xg_source=activity208.82.16.68
2013-03-31 05:27:110 / 4http://www.thisis50.com/xn/detail/784568:Album:31565517?xg_source=activity208.82.16.68
2013-03-31 05:18:380 / 4http://www.thisis50.com/xn/detail/784568:Album:31565431?xg_source=activity208.82.16.68
2013-03-31 05:14:540 / 2http://www.thisis50.com/xn/detail/784568:Album:31565498?xg_source=activity208.82.16.68
2013-03-30 15:05:230 / 4http://www.thisis50.com/xn/detail/784568:Album:31561003?xg_source=activity208.82.16.68
2013-03-30 15:02:520 / 3http://www.thisis50.com/xn/detail/784568:Album:31560738?xg_source=activity208.82.16.68

Last 6 reports on ASN: AS13535 Ning, Inc.

Date Alerts / IDS URL IP
2013-03-31 05:28:430 / 2http://www.thisis50.com/xn/detail/784568:Album:31565607?xg_source=activity208.82.16.68
2013-03-31 05:27:110 / 4http://www.thisis50.com/xn/detail/784568:Album:31565517?xg_source=activity208.82.16.68
2013-03-31 05:18:380 / 4http://www.thisis50.com/xn/detail/784568:Album:31565431?xg_source=activity208.82.16.68
2013-03-31 05:14:540 / 2http://www.thisis50.com/xn/detail/784568:Album:31565498?xg_source=activity208.82.16.68
2013-03-30 15:05:230 / 4http://www.thisis50.com/xn/detail/784568:Album:31561003?xg_source=activity208.82.16.68
2013-03-30 15:02:520 / 3http://www.thisis50.com/xn/detail/784568:Album:31560738?xg_source=activity208.82.16.68

Last 6 reports on domain: i-coint.ning.com

Date Alerts / IDS URL IP
2013-02-08 00:04:270 / 3http://i-coint.ning.com/video/the-walking-dead-3x09208.82.16.68
2013-01-03 22:24:390 / 1http://i-coint.ning.com/group/entertainment/forum/topics/house-of-anubis-season-3-episode-1-pre (...)208.82.16.68
2012-12-23 18:30:550 / 1http://i-coint.ning.com/profiles/blogs/11x8-watch-family-guy-season-11-episode-8-online/208.82.16.68
2012-12-23 18:30:370 / 1http://i-coint.ning.com/profiles/blogs/american-dad-season-8-episode-7-full-online/208.82.16.68
2012-12-23 18:30:260 / 1http://i-coint.ning.com/profiles/blogs/shahs-of-sunset-season-2-episode-4-online/208.82.16.68
2012-12-07 22:51:380 / 1http://i-coint.ning.com/profiles/blogs/merlins05e10208.82.16.68



JavaScript

Executed Scripts (57)


Executed Evals (3)

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

/*@cc_on!@*/
false

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

if (!dojo.hostenv.findModule("xg.shared.googleAnalytics", false)) {
    dojo.provide("xg.shared.googleAnalytics");
    xg.shared.googleAnalytics = (function() {
        var _ = {};
        var _2 = {};
        _2.trackPageview = function(_3) {
            if (typeof ning_gaq != "undefined" && ning_gaq) {
                ning_gaq.push(["_ning_ga._trackPageview", _3]);
            }
        };
        return _2;
    })();
}
if (!dojo.hostenv.findModule("xg.index.like.likeButton", false)) {
    dojo.provide("xg.index.like.likeButton");
    xg.index.like.likeButton = function($) {
        var _2 = "like";
        var _3 = false;
        var _4 = false;
        return {
            initialize: function() {
                $(".like-button a").click(xg.index.like.likeButton.clickButton);
                $("a.view-liked").click(xg.index.like.likeButton.clickLikersLink);
                xg.index.like.likeButton.processPendingLike();
            },
            processPendingLike: function() {
                var _5 = xg.shared.CookieStore.getSessionCookieValue(_2);
                xg.shared.CookieStore.setSessionCookieValue(_2, null);
                if (!ning.CurrentProfile || !_5) {
                    return;
                }
                $(".like-button a").each(function() {
                    $button = $(this);
                    if ($button.attr("data-content-id") === _5) {
                        xg.index.like.likeButton.postLike($button, true);
                    }
                });
            },
            clickButton: function(e) {
                e.preventDefault();
                var _7 = $(this);
                if (!ning.CurrentProfile) {
                    xg.shared.CookieStore.setSessionCookieValue(_2, _7.attr("data-content-id"));
                    window.location.href = _7.attr("data-sign-up-url");
                    return;
                }
                xg.index.like.likeButton.postLike(_7, !_7.hasClass("liked"));
            },
            postLike: function(_8, _9) {
                if (_3) {
                    return;
                }
                _3 = true;
                var _a = xg.shared.EngagementUtil.addEngagementContextToParams({
                    contentId: _8.attr("data-content-id")
                }, _8);
                _a["logLike"] = _8.attr("data-log-like") === "0" ? 0 : 1;
                var _b = _8.attr("data-like-url");
                if (!_b) {
                    _b = "/main/like/like";
                }
                var _c = _8.attr("data-unlike-url");
                if (!_c) {
                    _c = "/main/like/unlike";
                }
                xg.post(_9 ? _b : _c, _a, function(_d, _e) {
                    _3 = false;
                    xg.index.like.likeButton.ajaxCallback(_e, _8);
                });
                if (_9) {
                    xg.shared.googleAnalytics.trackPageview("/like/ning/create/" + _8.attr("data-content-type") + "/" + _8.attr("data-content-id"));
                } else {
                    xg.shared.googleAnalytics.trackPageview("/like/ning/delete/" + _8.attr("data-content-type") + "/" + _8.attr("data-content-id"));
                }
            },
            ajaxCallback: function(_f, _10) {
                if (_f.success) {
                    _10.html(_f.likeButtonText);
                    if (_f.likeCount > 0) {
                        _10.parents(".likebox").find(".like-count").show();
                    } else {
                        _10.parents(".likebox").find(".like-count").hide();
                    }
                    _10.parents(".likebox").find(".view-liked").html(_f.likeCountText);
                    _10.toggleClass("liked");
                }
            },
            clickLikersLink: function(_11) {
                _11.preventDefault();
                if (_4) {
                    return;
                }
                _4 = true;
                xg.get("/main/like/likers", {
                    contentId: $(this).attr("_id")
                }, function(xhr, _13) {
                    _4 = false;
                    if (!_13.likers) {
                        return;
                    }
                    var _14 = "<div class=\"people_liked_list\">";
                    x$.each(_13.likers, function(i, _16) {
                        var _17 = _16.online ? "<span class=\"online\" title=\"" + xg.index.nls.html("onlineProper") + "\">" + xg.index.nls.html("onlineProper") + "</span>" : "";
                        _14 += " <div class=\"member_item\">     <div class=\"member_item_thumbnail\">         <a href=\"" + xg.qh(_16.profileUrl) + "\">             <img height=\"45\" width=\"45\" class=\"xg_lightborder\" src=\"" + xg.qh(_16.thumbnailUrl) + "\" alt=\"" + xg.qh(_16.fullName) + "\">         </a>     </div>     <div class=\"member_item_detail\">         <h5><a href=\"" + xg.qh(_16.profileUrl) + "\">" + xg.qh(_16.fullName) + "</a> " + _17 + "</h5>     </div> </div>";
                    });
                    _14 += "</div>";
                    xg.shared.util.alert({
                        title: xg.index.nls.text("peopleWhoLikedThis"),
                        bodyHtmlRaw: _14,
                        okButtonText: xg.index.nls.text("close"),
                        wideDisplay: true
                    });
                });
            }
        };
    }(x$);
    xg.addOnRequire(function() {
        xg.index.like.likeButton.initialize();
    });
}
if (!dojo.hostenv.findModule("xg.index.like.likeLink", false)) {
    dojo.provide("xg.index.like.likeLink");
    xg.index.like.likeLink = function(_1) {
        var _2 = {};
        var _ = {};
        var _4 = "like";
        var _5 = false;
        _.initialize = function() {
            _1.on("click", ".like-link", _.clickLink);
            _.processPendingLike();
        };
        _.processPendingLike = function() {
            var _6 = xg.shared.CookieStore.getSessionCookieValue(_4);
            xg.shared.CookieStore.setSessionCookieValue(_4, null);
            if (!ning.CurrentProfile || !_6) {
                return;
            }
            x$(".like-link").each(function() {
                $likeLink = x$(this);
                if ($likeLink.data("contentId") === _6) {
                    _.postLike($likeLink, true);
                }
            });
        };
        _.clickLink = function(_7) {
            _7.preventDefault();
            $likeLink = x$(this);
            if (!ning.CurrentProfile) {
                xg.shared.CookieStore.setSessionCookieValue(_4, $likeLink.data("contentId"));
                window.location.href = $likeLink.data("signUpUrl");
                return;
            }
            _.postLike($likeLink, !$likeLink.hasClass("liked"));
        };
        _.postLike = function(_8, _9) {
            if (_5) {
                return;
            }
            _5 = true;
            var _a = xg.shared.EngagementUtil.addEngagementContextToParams({
                contentId: _8.data("contentId")
            }, _8);
            _a["logLike"] = _8.data("logLike");
            var _b = _8.data("likeUrl");
            var _c = _8.data("unlikeUrl");
            xg.post(_9 ? _b : _c, _a, function(_d, _e) {
                _5 = false;
                _.ajaxCallback(_e, _8);
            });
            var _f = _9 ? "/like/ning/create/" : "/like/ning/delete/";
            xg.shared.googleAnalytics.trackPageview(_f + _8.data("contentType") + "/" + _8.data("contentId"));
        };
        _.ajaxCallback = function(_10, _11) {
            if (_10.success) {
                _11.find(".value").html("" + _10.likeCount);
                _11.find(".details").html("" + _10.likeDescriptor);
                _11.toggleClass("liked");
                _11.find(".change").html(_11.hasClass("liked") ? "-1" : "+1");
                _11.removeClass("hover");
            }
        };
        _.initialize();
        return _2;
    };
}
if (!dojo.hostenv.findModule("xg.index.like.desktopLike", false)) {
    dojo.provide("xg.index.like.desktopLike");
    xg.index.like.desktopLike = (function() {
        var _ = {};
        _.initialize = function() {
            xg.index.like.likeLink(x$(".xg_module"));
            x$(".xg_module").on("hover", ".like-link", _.onHover);
        };
        _.onHover = function(_2) {
            $likeLink = x$(this);
            if (_2.type === "mouseenter" && !$likeLink.data("changeSpanPositionFixed")) {
                var _3 = $likeLink.find(".change");
                var _4 = _3.parent();
                _3.remove().appendTo(_4);
                $likeLink.data("changeSpanPositionFixed", true);
            }
            $likeLink.toggleClass("hover");
        };
        xg.addOnRequire(function() {
            _.initialize();
        });
    })();
}
if (!dojo.hostenv.findModule("xg.index.googlePlusOne", false)) {
    dojo.provide("xg.index.googlePlusOne");
    xg.index.googlePlusOne = (function() {
        var _1 = {};
        var _ = {};
        var _3;
        _1.initialize = function() {
            _3 = x$(".google-plusone:first");
            x$(".google-plusone").bind("mouseenter", function() {
                _3 = x$(this);
            });
        };
        _1.onPlusOne = function(_4) {
            if (_4.state != "on") {
                return;
            }
            var _5 = xg.shared.EngagementUtil.addEngagementContextToParams({
                contentId: _3.attr("data-content-id")
            }, _3);
            if (_3) {
                xg.post("/main/like/googlePlusOne", _5);
                xg.shared.googleAnalytics.trackPageview("/like/google/create/" + _3.attr("data-content-type") + "/" + _3.attr("data-content-id"));
            }
        };
        xg.addOnRequire(function() {
            _1.initialize();
        });
        return _1;
    })();
    xg_index_googlePlusOne_onPlusOne = xg.index.googlePlusOne.onPlusOne;
}
if (!dojo.hostenv.findModule("xg.index.facebookLike", false)) {
    dojo.provide("xg.index.facebookLike");
    xg.index.facebookLike = (function() {
        var _1 = {};
        var _ = {};
        var _3 = 0;
        var _4 = 200;
        var _5 = false;
        var _6;
        _1.initialize = function() {
            _6 = x$(".facebook-like:first");
            x$(".facebook-like").bind("mouseenter", function() {
                _6 = x$(this);
            });
            if (!_5) {
                _5 = true;
                xg.addOnFacebookLoad(function() {
                    FB.Event.subscribe("edge.create", function(_7) {
                        if (new Date().getTime() - _3 < _4) {
                            return;
                        }
                        _3 = new Date().getTime();
                        var _8 = xg.shared.EngagementUtil.addEngagementContextToParams({
                            contentId: _6.attr("data-content-id")
                        }, _6);
                        if (_6) {
                            xg.post("/main/like/facebookLike", _8);
                            xg.shared.googleAnalytics.trackPageview("/like/facebook/create/" + _6.attr("data-content-type") + "/" + _6.attr("data-content-id"));
                        }
                    });
                });
            }
        };
        xg.addOnRequire(function() {
            _1.initialize();
        });
        return _1;
    })();
}
if (!dojo.hostenv.findModule("xg.shared.PostToFacebookStreamLink", false)) {
    dojo.provide("xg.shared.PostToFacebookStreamLink");
    xg.shared.PostToFacebookStreamLink = (function() {
        var _1 = {};
        var _ = {};
        _1.initialize = function() {
            xg.addOnFacebookLoad(function() {
                x$(".xj_post_to_facebook_stream").each(function(i, _4) {
                    if (x$(_4).data("xj_initialized")) {
                        return;
                    }
                    x$(_4).data("xj_initialized", true);
                    x$(_4).click(function(_5) {
                        var _6 = x$.evalJSON(x$(this).attr("_args"));
                        _5.preventDefault();
                        xg.shared.Facebook.requireSession(function() {
                            _.onClick(_6);
                        });
                    });
                });
            });
        };
        _.onClick = function(_7) {
            var _8 = _7.log;
            var _9 = {
                name: _7.name,
                href: _7.href,
                caption: _7.caption,
                description: _7.description,
                media: _7.media
            };
            xg.shared.util.track(_8.module, _8.page, _8.action, "facebook");
            var _a = function(_b) {
                    xg.shared.Facebook.streamPublish("", _9, _7.actionLink ? [_7.actionLink] : null, null, function(_c) {
                        if (!_c) {
                            xg.shared.util.track(_8.module, _8.page, _8.action, "facebookcancel");
                        } else {
                            if (_c.post_id) {
                                xg.shared.util.track(_8.module, _8.page, _8.action, "facebookpublish");
                                if (_7.contentId) {
                                    xg.post("/main/sharing/track", {
                                        contentId: _7.contentId,
                                        service: "facebook"
                                    });
                                }
                            } else {
                                xg.shared.util.track(_8.module, _8.page, _8.action, "facebookerror");
                            }
                        }
                    }, _b);
                };
            if (_7["pageId"]) {
                xg.shared.Facebook.requirePublishStreamPermission(function() {
                    _a(_7["pageId"]);
                }, function() {}, _7["pageId"], function() {
                    _7["pageId"] = null;
                });
            } else {
                _a();
            }
        };
        xg.addOnRequire(function() {
            _1.initialize();
        });
        return _1;
    })();
}
if (!dojo.hostenv.findModule("xg.shared.expandContent", false)) {
    dojo.provide("xg.shared.expandContent");
    xg.shared.expandContent = (function() {
        var _1 = {};
        var _ = {};
        _.initialize = function() {
            x$(".xj_expandable").click(_.expand);
        };
        _.expand = function(_3) {
            _.parent = x$(_3.target).parent();
            contentId = x$(_3.target).parents("[data-contentid]").attr("data-contentid");
            if (contentId) {
                _3.preventDefault();
                xg.post("/profiles/embed/fullBlogPost", {
                    "contentId": contentId
                }, _.display);
            }
        };
        _.display = function(_4, _5) {
            if (_5) {
                x$(_.parent).html(_5);
            }
        };
        xg.addOnRequire(function() {
            _.initialize();
        });
        return _1;
    })();
}

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

try {
    if (!dojo.hostenv.findModule("xg.shared.googleAnalytics", false)) {
        dojo.provide("xg.shared.googleAnalytics");
        xg.shared.googleAnalytics = (function() {
            var _ = {};
            var _2 = {};
            _2.trackPageview = function(_3) {
                if (typeof ning_gaq != "undefined" && ning_gaq) {
                    ning_gaq.push(["_ning_ga._trackPageview", _3]);
                }
            };
            return _2;
        })();
    }
    if (!dojo.hostenv.findModule("xg.index.like.likeButton", false)) {
        dojo.provide("xg.index.like.likeButton");
        xg.index.like.likeButton = function($) {
            var _2 = "like";
            var _3 = false;
            var _4 = false;
            return {
                initialize: function() {
                    $(".like-button a").click(xg.index.like.likeButton.clickButton);
                    $("a.view-liked").click(xg.index.like.likeButton.clickLikersLink);
                    xg.index.like.likeButton.processPendingLike();
                },
                processPendingLike: function() {
                    var _5 = xg.shared.CookieStore.getSessionCookieValue(_2);
                    xg.shared.CookieStore.setSessionCookieValue(_2, null);
                    if (!ning.CurrentProfile || !_5) {
                        return;
                    }
                    $(".like-button a").each(function() {
                        $button = $(this);
                        if ($button.attr("data-content-id") === _5) {
                            xg.index.like.likeButton.postLike($button, true);
                        }
                    });
                },
                clickButton: function(e) {
                    e.preventDefault();
                    var _7 = $(this);
                    if (!ning.CurrentProfile) {
                        xg.shared.CookieStore.setSessionCookieValue(_2, _7.attr("data-content-id"));
                        window.location.href = _7.attr("data-sign-up-url");
                        return;
                    }
                    xg.index.like.likeButton.postLike(_7, !_7.hasClass("liked"));
                },
                postLike: function(_8, _9) {
                    if (_3) {
                        return;
                    }
                    _3 = true;
                    var _a = xg.shared.EngagementUtil.addEngagementContextToParams({
                        contentId: _8.attr("data-content-id")
                    }, _8);
                    _a["logLike"] = _8.attr("data-log-like") === "0" ? 0 : 1;
                    var _b = _8.attr("data-like-url");
                    if (!_b) {
                        _b = "/main/like/like";
                    }
                    var _c = _8.attr("data-unlike-url");
                    if (!_c) {
                        _c = "/main/like/unlike";
                    }
                    xg.post(_9 ? _b : _c, _a, function(_d, _e) {
                        _3 = false;
                        xg.index.like.likeButton.ajaxCallback(_e, _8);
                    });
                    if (_9) {
                        xg.shared.googleAnalytics.trackPageview("/like/ning/create/" + _8.attr("data-content-type") + "/" + _8.attr("data-content-id"));
                    } else {
                        xg.shared.googleAnalytics.trackPageview("/like/ning/delete/" + _8.attr("data-content-type") + "/" + _8.attr("data-content-id"));
                    }
                },
                ajaxCallback: function(_f, _10) {
                    if (_f.success) {
                        _10.html(_f.likeButtonText);
                        if (_f.likeCount > 0) {
                            _10.parents(".likebox").find(".like-count").show();
                        } else {
                            _10.parents(".likebox").find(".like-count").hide();
                        }
                        _10.parents(".likebox").find(".view-liked").html(_f.likeCountText);
                        _10.toggleClass("liked");
                    }
                },
                clickLikersLink: function(_11) {
                    _11.preventDefault();
                    if (_4) {
                        return;
                    }
                    _4 = true;
                    xg.get("/main/like/likers", {
                        contentId: $(this).attr("_id")
                    }, function(xhr, _13) {
                        _4 = false;
                        if (!_13.likers) {
                            return;
                        }
                        var _14 = "<div class=\"people_liked_list\">";
                        x$.each(_13.likers, function(i, _16) {
                            var _17 = _16.online ? "<span class=\"online\" title=\"" + xg.index.nls.html("onlineProper") + "\">" + xg.index.nls.html("onlineProper") + "</span>" : "";
                            _14 += " <div class=\"member_item\">     <div class=\"member_item_thumbnail\">         <a href=\"" + xg.qh(_16.profileUrl) + "\">             <img height=\"45\" width=\"45\" class=\"xg_lightborder\" src=\"" + xg.qh(_16.thumbnailUrl) + "\" alt=\"" + xg.qh(_16.fullName) + "\">         </a>     </div>     <div class=\"member_item_detail\">         <h5><a href=\"" + xg.qh(_16.profileUrl) + "\">" + xg.qh(_16.fullName) + "</a> " + _17 + "</h5>     </div> </div>";
                        });
                        _14 += "</div>";
                        xg.shared.util.alert({
                            title: xg.index.nls.text("peopleWhoLikedThis"),
                            bodyHtmlRaw: _14,
                            okButtonText: xg.index.nls.text("close"),
                            wideDisplay: true
                        });
                    });
                }
            };
        }(x$);
        xg.addOnRequire(function() {
            xg.index.like.likeButton.initialize();
        });
    }
    if (!dojo.hostenv.findModule("xg.index.like.likeLink", false)) {
        dojo.provide("xg.index.like.likeLink");
        xg.index.like.likeLink = function(_1) {
            var _2 = {};
            var _ = {};
            var _4 = "like";
            var _5 = false;
            _.initialize = function() {
                _1.on("click", ".like-link", _.clickLink);
                _.processPendingLike();
            };
            _.processPendingLike = function() {
                var _6 = xg.shared.CookieStore.getSessionCookieValue(_4);
                xg.shared.CookieStore.setSessionCookieValue(_4, null);
                if (!ning.CurrentProfile || !_6) {
                    return;
                }
                x$(".like-link").each(function() {
                    $likeLink = x$(this);
                    if ($likeLink.data("contentId") === _6) {
                        _.postLike($likeLink, true);
                    }
                });
            };
            _.clickLink = function(_7) {
                _7.preventDefault();
                $likeLink = x$(this);
                if (!ning.CurrentProfile) {
                    xg.shared.CookieStore.setSessionCookieValue(_4, $likeLink.data("contentId"));
                    window.location.href = $likeLink.data("signUpUrl");
                    return;
                }
                _.postLike($likeLink, !$likeLink.hasClass("liked"));
            };
            _.postLike = function(_8, _9) {
                if (_5) {
                    return;
                }
                _5 = true;
                var _a = xg.shared.EngagementUtil.addEngagementContextToParams({
                    contentId: _8.data("contentId")
                }, _8);
                _a["logLike"] = _8.data("logLike");
                var _b = _8.data("likeUrl");
                var _c = _8.data("unlikeUrl");
                xg.post(_9 ? _b : _c, _a, function(_d, _e) {
                    _5 = false;
                    _.ajaxCallback(_e, _8);
                });
                var _f = _9 ? "/like/ning/create/" : "/like/ning/delete/";
                xg.shared.googleAnalytics.trackPageview(_f + _8.data("contentType") + "/" + _8.data("contentId"));
            };
            _.ajaxCallback = function(_10, _11) {
                if (_10.success) {
                    _11.find(".value").html("" + _10.likeCount);
                    _11.find(".details").html("" + _10.likeDescriptor);
                    _11.toggleClass("liked");
                    _11.find(".change").html(_11.hasClass("liked") ? "-1" : "+1");
                    _11.removeClass("hover");
                }
            };
            _.initialize();
            return _2;
        };
    }
    if (!dojo.hostenv.findModule("xg.index.like.desktopLike", false)) {
        dojo.provide("xg.index.like.desktopLike");
        xg.index.like.desktopLike = (function() {
            var _ = {};
            _.initialize = function() {
                xg.index.like.likeLink(x$(".xg_module"));
                x$(".xg_module").on("hover", ".like-link", _.onHover);
            };
            _.onHover = function(_2) {
                $likeLink = x$(this);
                if (_2.type === "mouseenter" && !$likeLink.data("changeSpanPositionFixed")) {
                    var _3 = $likeLink.find(".change");
                    var _4 = _3.parent();
                    _3.remove().appendTo(_4);
                    $likeLink.data("changeSpanPositionFixed", true);
                }
                $likeLink.toggleClass("hover");
            };
            xg.addOnRequire(function() {
                _.initialize();
            });
        })();
    }
    if (!dojo.hostenv.findModule("xg.index.googlePlusOne", false)) {
        dojo.provide("xg.index.googlePlusOne");
        xg.index.googlePlusOne = (function() {
            var _1 = {};
            var _ = {};
            var _3;
            _1.initialize = function() {
                _3 = x$(".google-plusone:first");
                x$(".google-plusone").bind("mouseenter", function() {
                    _3 = x$(this);
                });
            };
            _1.onPlusOne = function(_4) {
                if (_4.state != "on") {
                    return;
                }
                var _5 = xg.shared.EngagementUtil.addEngagementContextToParams({
                    contentId: _3.attr("data-content-id")
                }, _3);
                if (_3) {
                    xg.post("/main/like/googlePlusOne", _5);
                    xg.shared.googleAnalytics.trackPageview("/like/google/create/" + _3.attr("data-content-type") + "/" + _3.attr("data-content-id"));
                }
            };
            xg.addOnRequire(function() {
                _1.initialize();
            });
            return _1;
        })();
        xg_index_googlePlusOne_onPlusOne = xg.index.googlePlusOne.onPlusOne;
    }
    if (!dojo.hostenv.findModule("xg.index.facebookLike", false)) {
        dojo.provide("xg.index.facebookLike");
        xg.index.facebookLike = (function() {
            var _1 = {};
            var _ = {};
            var _3 = 0;
            var _4 = 200;
            var _5 = false;
            var _6;
            _1.initialize = function() {
                _6 = x$(".facebook-like:first");
                x$(".facebook-like").bind("mouseenter", function() {
                    _6 = x$(this);
                });
                if (!_5) {
                    _5 = true;
                    xg.addOnFacebookLoad(function() {
                        FB.Event.subscribe("edge.create", function(_7) {
                            if (new Date().getTime() - _3 < _4) {
                                return;
                            }
                            _3 = new Date().getTime();
                            var _8 = xg.shared.EngagementUtil.addEngagementContextToParams({
                                contentId: _6.attr("data-content-id")
                            }, _6);
                            if (_6) {
                                xg.post("/main/like/facebookLike", _8);
                                xg.shared.googleAnalytics.trackPageview("/like/facebook/create/" + _6.attr("data-content-type") + "/" + _6.attr("data-content-id"));
                            }
                        });
                    });
                }
            };
            xg.addOnRequire(function() {
                _1.initialize();
            });
            return _1;
        })();
    }
    if (!dojo.hostenv.findModule("xg.shared.PostToFacebookStreamLink", false)) {
        dojo.provide("xg.shared.PostToFacebookStreamLink");
        xg.shared.PostToFacebookStreamLink = (function() {
            var _1 = {};
            var _ = {};
            _1.initialize = function() {
                xg.addOnFacebookLoad(function() {
                    x$(".xj_post_to_facebook_stream").each(function(i, _4) {
                        if (x$(_4).data("xj_initialized")) {
                            return;
                        }
                        x$(_4).data("xj_initialized", true);
                        x$(_4).click(function(_5) {
                            var _6 = x$.evalJSON(x$(this).attr("_args"));
                            _5.preventDefault();
                            xg.shared.Facebook.requireSession(function() {
                                _.onClick(_6);
                            });
                        });
                    });
                });
            };
            _.onClick = function(_7) {
                var _8 = _7.log;
                var _9 = {
                    name: _7.name,
                    href: _7.href,
                    caption: _7.caption,
                    description: _7.description,
                    media: _7.media
                };
                xg.shared.util.track(_8.module, _8.page, _8.action, "facebook");
                var _a = function(_b) {
                        xg.shared.Facebook.streamPublish("", _9, _7.actionLink ? [_7.actionLink] : null, null, function(_c) {
                            if (!_c) {
                                xg.shared.util.track(_8.module, _8.page, _8.action, "facebookcancel");
                            } else {
                                if (_c.post_id) {
                                    xg.shared.util.track(_8.module, _8.page, _8.action, "facebookpublish");
                                    if (_7.contentId) {
                                        xg.post("/main/sharing/track", {
                                            contentId: _7.contentId,
                                            service: "facebook"
                                        });
                                    }
                                } else {
                                    xg.shared.util.track(_8.module, _8.page, _8.action, "facebookerror");
                                }
                            }
                        }, _b);
                    };
                if (_7["pageId"]) {
                    xg.shared.Facebook.requirePublishStreamPermission(function() {
                        _a(_7["pageId"]);
                    }, function() {}, _7["pageId"], function() {
                        _7["pageId"] = null;
                    });
                } else {
                    _a();
                }
            };
            xg.addOnRequire(function() {
                _1.initialize();
            });
            return _1;
        })();
    }
    if (!dojo.hostenv.findModule("xg.shared.expandContent", false)) {
        dojo.provide("xg.shared.expandContent");
        xg.shared.expandContent = (function() {
            var _1 = {};
            var _ = {};
            _.initialize = function() {
                x$(".xj_expandable").click(_.expand);
            };
            _.expand = function(_3) {
                _.parent = x$(_3.target).parent();
                contentId = x$(_3.target).parents("[data-contentid]").attr("data-contentid");
                if (contentId) {
                    _3.preventDefault();
                    xg.post("/profiles/embed/fullBlogPost", {
                        "contentId": contentId
                    }, _.display);
                }
            };
            _.display = function(_4, _5) {
                if (_5) {
                    x$(_.parent).html(_5);
                }
            };
            xg.addOnRequire(function() {
                _.initialize();
            });
            return _1;
        })();
    };
    window.nlrSuccessCallback();
    window.nlrSuccessCallback = undefined;
    window.nlrErrorCallback = undefined;
} catch (e) {
    window.nlrErrorCallback(e)
}

Executed Writes (5)

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

</SCRIPT>

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

<a target="_blank" href="http://www.histats.com/viewstats/?sid=2110600&act=2&f=1"><embed src="http://s10.histats.com/24.swf" flashvars="esterno=1&var_esterno=Vis. today=1059#Visits=5075#Pag. today=1435#Pages=8393#Online=5#&acsid=2110600&lu=0" width="200" height="50" quality="high" wmode="transparent" name="24.swf" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></a>

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

<script language=JavaScript>document.writeln('<a target="_blank" href="http://www.histats.com/viewstats/?sid=2110600&act=2&f=1"><embed src="http://s10.histats.com/24.swf" flashvars="esterno=1&var_esterno=Vis. today=1059#Visits=5075#Pag. today=1435#Pages=8393#Online=5#&acsid=2110600&lu=0" width="200" height="50" quality="high" wmode="transparent" name="24.swf" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></a>');</script>

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

<script src='http://s10.histats.com/js15.js' type='text/javascript'></script>

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

<script type="text/javascript" language="JavaScript" SRC="http://s4.histats.com/stats/2110600.php?2110600&@f16&@g1&@h1&@i1&@j1352184405155&@k0&@l1&@mWatch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&@n0&@o1000&@q0&@r0&@s24&@ten-US&@u1176&@vhttp%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&@w"><\/script>');


HTTP Transactions (87)


Request Response
GET /socialnetworkmain/widgets/video/css/component.min.css?xn_version=4137705213 HTTP/1.1

Host: static.ning.com

User-Agent: 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: ef277b5c-9115-46b9-9332-2528fcfbd121
Content-Length: 1283
Last-Modified: Thu, 04 Oct 2012 21:22:24 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=674517
Expires: Wed, 14 Nov 2012 02:08:19 GMT
Date: Tue, 06 Nov 2012 06:46:22 GMT
Connection: keep-alive
GET /i-coint/instances/css/theme-982_1351853915.css?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-Agent: 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: 50ad91ec-6cd3-4a07-a5a6-6065755771e4
Content-Length: 4584
Last-Modified: Fri, 02 Nov 2012 10:58:35 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=2261516
Expires: Sun, 02 Dec 2012 10:58:18 GMT
Date: Tue, 06 Nov 2012 06:46:22 GMT
Connection: keep-alive
GET /video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd HTTP/1.1

Host: i-coint.ning.com

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

Content-Type: text/html; charset=utf-8
Date: Tue, 06 Nov 2012 06:46:22 GMT, Tue, 06 Nov 2012 06:46:22 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957;Path=/;Domain=.ning.com;Expires=Fri, 04-Nov-22 06:46:22 GMT ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=;Path=/;Domain=.ning.com;Expires=Tue, 06-Nov-12 07:46:22 GMT
X-XN-Trace-Token: 5c26d6c3-f421-440a-9a55-e3a2883e3dfa
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Vary: X-XN_APPLICATION
X-XN-XNHTML: false
XG-Bazel-ValidSlug: true
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /i-coint/instances/css/embed_1352157941.css?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-Agent: 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: 6389b48b-761e-4f40-981b-be0cbbc4eef8
Content-Length: 5930
Last-Modified: Mon, 05 Nov 2012 23:25:41 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=2565604
Expires: Wed, 05 Dec 2012 23:26:27 GMT
Date: Tue, 06 Nov 2012 06:46:23 GMT
Connection: keep-alive
GET /favicon.ico HTTP/1.1

Host: i-coint.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Tue, 06 Nov 2012 06:46:23 GMT, Tue, 06 Nov 2012 06:03:55 GMT, Tue, 06 Nov 2012 06:03:55 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT, Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEVBsbxzI3sYa6KjgqUxDpCw=;Path=/;Domain=.ning.com;Expires=Tue, 06-Nov-12 07:46:23 GMT
X-XN-Trace-Token: 200339c0-0295-404d-80be-7d01dd05d680
Etag: &quot;2e14bc-5af34-4cd81366704cf&quot;
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Last-Modified: Fri, 02 Nov 2012 11:12:34 GMT
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 132233
GET /favicon.ico HTTP/1.1

Host: i-coint.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEVBsbxzI3sYa6KjgqUxDpCw=
If-Modified-Since: Fri, 02 Nov 2012 11:12:34 GMT
If-None-Match: &quot;2e14bc-5af34-4cd81366704cf&quot;
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Tue, 06 Nov 2012 06:46:25 GMT
Server: Jetty/5.1.15 (Linux/2.6.35-28-server i386 java/1.6.0_27
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=;Path=/;Domain=.ning.com;Expires=Tue, 06-Nov-12 07:46:25 GMT
X-XN-Trace-Token: 40e962e8-2619-40a7-a45d-4dafc1993e44
GET /socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=2573642341 HTTP/1.1

Host: static.ning.com

User-Agent: 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEZFUY1G4Bhi9SoubI9s5c9c=
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: bd17a7c2-f8b2-4ebc-8b26-2c6522913532
Last-Modified: Fri, 02 Nov 2012 01:08:36 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 24093
Vary: Accept-Encoding
Cache-Control: max-age=2461511
Expires: Tue, 04 Dec 2012 18:31:54 GMT
Date: Tue, 06 Nov 2012 06:46:43 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/icon/facebook.gif?xn_version=2156446720 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Ningtron/2000
X-XN-Trace-Token: c9f307fd-9265-42d6-acb1-5f1b3f448e2b
Content-Length: 99
Last-Modified: Thu, 04 Oct 2012 21:07:34 GMT
Accept-Ranges: bytes
Cache-Control: max-age=381300
Expires: Sat, 10 Nov 2012 16:41:44 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/Ning_GlamSocial_blk.png?xn_version=972119103 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 227cec2c-2e52-42d7-89c4-d5f8b5702132
Content-Length: 1712
Last-Modified: Fri, 02 Nov 2012 01:01:55 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2299356
Expires: Sun, 02 Dec 2012 21:29:20 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/thrift/xn_track.min.js?xn_version=2965732102 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: e2f8c542-d581-43c1-bfeb-8b174d98a4f2
Content-Length: 3644
Last-Modified: Wed, 17 Oct 2012 22:01:41 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1241078
Expires: Tue, 20 Nov 2012 15:31:22 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /gad/glamadapt_jsapi.act?afid=183770529 HTTP/1.1

Host: www35.glam.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Set-Cookie: glam_cookie_sid=119359135218440457311; expires=Thu, 06 Nov 2014 06:46:44 GMT; path=/; domain=.glam.com;
Etag: &quot;f8fa40c76b8636cb119e61640936a1b6:1346372393&quot;
P3P: policyref=&quot;http://www.glammedia.com/about_glam/legal/policy.xml&quot;, CP=&quot;NON DSP COR PSAo PSDo OUR IND UNI COM NAV STA&quot;
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=1140
Date: Tue, 06 Nov 2012 06:46:44 GMT
Content-Length: 1857
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/core.min.js?xn_version=1137409183 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 0ab196e2-e385-4c9d-b788-6eed2555095a
Last-Modified: Thu, 28 Jun 2012 17:21:30 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 42614
Vary: Accept-Encoding
Cache-Control: max-age=20257571
Expires: Fri, 28 Jun 2013 17:52:55 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/buttons-ningbar.png?v=1965210230 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.ning.com/socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=2573642341
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 6f9fc1dd-6feb-4aa2-bbcb-546cca5c00bc
Content-Length: 2062
Last-Modified: Fri, 26 Oct 2012 18:22:09 GMT
Accept-Ranges: bytes
Cache-Control: max-age=1879710
Expires: Wed, 28 Nov 2012 00:55:14 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /en_US/all.js HTTP/1.1

Host: connect.facebook.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;198f1f6af9aaf2831547da88d246ce2a&quot;
Content-Encoding: gzip
X-FB-Debug: yiNvk3kYEwHVKXGZAQsARY2V8ie4Efp9tn5pbJm1/6k=
Content-Length: 57951
Cache-Control: public, max-age=438
Expires: Tue, 06 Nov 2012 06:54:02 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /socialnetworkmain/widgets/index/gfx/like-grd.png?v=830410298 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.ning.com/socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=2573642341
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 68fa11ab-ac44-402c-a245-1e7a92be28e4
Content-Length: 177
Last-Modified: Thu, 04 Oct 2012 21:07:35 GMT
Accept-Ranges: bytes
Cache-Control: max-age=762251
Expires: Thu, 15 Nov 2012 02:30:55 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/admin/service-sprite.png?v=226514880 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.ning.com/socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=2573642341
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 8cecaf27-4fec-4f13-a130-b79e1797a365
Content-Length: 3256
Last-Modified: Wed, 24 Oct 2012 23:31:58 GMT
Accept-Ranges: bytes
Cache-Control: max-age=1600787
Expires: Sat, 24 Nov 2012 19:26:31 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/icons/xg_sprite-336699.png?xn_version=3244555409 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.ning.com/i-coint/instances/css/theme-982_1351853915.css?xn_version=201210232201
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: bbee947c-21cb-4c1f-923a-b4b6d981302e
Content-Length: 17322
Last-Modified: Fri, 26 Oct 2012 18:22:09 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2040606
Expires: Thu, 29 Nov 2012 21:36:50 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /gad/glamadapt_jsapi_track.act?;afid=183770529;zone=/;ord=4747781277481582;sz=1x1;ga_slot=yes;gszd=-;gsz=888x11:999-728x90:1-300x250:2-;slot.999.name=dormant;slot.1.name=Ning_Top_Leaderboard;slot.2.name=Ning_Top_Right;ningid=6581692;ningid=6581692;ga_api_dt=;ga_api_tt=j;tt=j;new_sid=119359135218440457311;ga_srv_log=0;ga_cli_log=1;ga_do_cli_log=yes;ga_api=iframe;_g_cv=2; HTTP/1.1

Host: www22.glam.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_cookie_sid=119359135218440457311
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Content-Length: 692
Etag: &quot;1b933a3ff85a5d200e8c46129106ec48:1344917534&quot;
Cache-Control: max-age=311
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /files/qHqaqFtG*11ghbZ-lfxUFB1WXtxazlHDlkIAaoL1Y2WOv4Xiuw0ScKKOPmKebWLjOUCupOAA4D4wbYQduadEQOgR6Kg5Lfdv/649094850.jpeg?xgip=96%3A1%3A478%3A478%3B%3B&width=64&height=64&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/qHqaqFtG*11ghbZ-lfxUFB1WXtxazlHDlkIAaoL1Y2WOv4Xiuw0ScKKOPmKebWLjOUCupOAA4D4wbYQduadEQOgR6Kg5Lfdv/649094850.jpeg?xgip=96%3A1%3A478%3A478%3B%3B&amp;width=64&amp;height=64&amp;crop=1%3A1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: bc16e0e5-5e76-4a46-aab6-6f820ee18e2f
Last-Modified: Wed, 31 Oct 2012 16:48:36 GMT
Content-Length: 1096
Cache-Control: max-age=2111365
Expires: Fri, 30 Nov 2012 17:16:09 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/cbYxlVlJGpp6zLOTHe3exkbFFOp6inokMSMUHUflZedrF6p4OU6DWzczVFowxM5BdVhjI7I-PPmxwTW-kXBOCBKVX*qLe5u0/coint2.png HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 9a24c566-409a-41b7-8bb3-e751c81dc805
Content-Length: 80538
Last-Modified: Wed, 31 Oct 2012 20:26:39 GMT
Cache-Control: max-age=2122726
Expires: Fri, 30 Nov 2012 20:25:30 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /embed/xXiX3LeUBUs?fs=1&feature=oembed&ampx-wmode=opaque HTTP/1.1

Host: www.youtube.com
GET /embed/xXiX3LeUBUs?fs=1&amp;feature=oembed&amp;ampx-wmode=opaque HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Tue, 06 Nov 2012 06:46:44 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /js15.js HTTP/1.1

Host: s10.histats.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: text/javascript
Set-Cookie: CountUid=9ff291b8-c1co-4515-8594-e2e32e0bdde0; Domain=.histats.com; Expires=Wed, 06-Nov-2013 06:46:44 GMT
Etag: &quot;1494427923&quot;
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 2940
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: close
Server: Histats.com
GET /files/ByLwr1NCORzfWQ5SLo*PCMMfRx3cANYjPpD10jTkAC-QtP-82XIZAJNBV4mHKSzf7evSZioEBXmbXGWJqjRpyBmKD8i9QdL6/999925466.jpeg?width=89 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 2b147097-e968-49da-a786-a18e1cd374e8
Content-Length: 1992
Last-Modified: Mon, 05 Nov 2012 13:07:50 GMT
Cache-Control: max-age=2534681
Expires: Wed, 05 Dec 2012 14:51:25 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /connect/xd_arbiter.php?version=14 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: kbRja3HTtFJQmhiXrnwdDG7MDTS+a7/1rUwNbzo8xGA=
Content-Length: 9724
Vary: Accept-Encoding
Cache-Control: public, max-age=31493919
Expires: Tue, 05 Nov 2013 19:05:23 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/vm2XlQq*iw6Ez69-go92GdciMj7fRYqguYt6zmiSsRv6ACfqKJM1dhqRD*qY0xHyFlgZfPn2roXKPMzVsnOiKmDmirtig8Xd/577161158.jpeg?width=89 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 65e4d8b1-1b5c-4808-bfd5-2292b68f25fd
Content-Length: 2806
Last-Modified: Mon, 05 Nov 2012 13:19:29 GMT
Cache-Control: max-age=2538603
Expires: Wed, 05 Dec 2012 15:56:47 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/Hx1JcWPEnbUSXj1vC4zQWufaHPEeS-c8OQX9HkX-Z0OGT0J3Wze*uIEVBFJBzNjqYT2C1EhPE*s4qUIds-1pYywT-gMU-gY4/528293490.jpeg?width=89 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: f539d974-5787-4a3c-a425-e7b05bec2c4c
Last-Modified: Mon, 05 Nov 2012 13:11:05 GMT
Content-Length: 2847
Cache-Control: max-age=2528924
Expires: Wed, 05 Dec 2012 13:15:28 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/L0R6FBEvNSHoH7NYSZJuNHPGU3JLjC6tvwIV62fF23K3Y4Hh4e8ReFD1tqtqspItpAZI4-RrpLV-svHZamMCLlRt0vA1L5cD/884058584.jpeg?width=89 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: f626df8e-2fa6-43c6-bc51-af02d860b35e
Last-Modified: Mon, 05 Nov 2012 12:59:28 GMT
Content-Length: 2995
Cache-Control: max-age=2591847
Expires: Thu, 06 Dec 2012 06:44:11 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/BGFE84IJT1sgHvdkNO35-t*uZSTU3HMYrwrVWCfFyH3JJ*5gblV-kH8YzJlQQZdP2wWExa67M7j7fhVRhRTEP7d1kJOiApLC/429951632.jpeg?width=89 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 49ec49a0-eab5-4c3d-9fcc-939417dc8fb3
Content-Length: 1924
Last-Modified: Mon, 05 Nov 2012 13:14:58 GMT
Cache-Control: max-age=2531024
Expires: Wed, 05 Dec 2012 13:50:28 GMT
Date: Tue, 06 Nov 2012 06:46:44 GMT
Connection: keep-alive
GET /files/CwCLvVka1hkIwVHTsuFUDfdm-TfXaFUyN9Qv44f0Uo8TFFs-S*4nETVJ6UjCMMTDDtTPUzo1BBuEcvSBAhTXTBCOTYeCJpHx/595540404.jpeg?xgip=371%3A0%3A834%3A834%3B%3B&width=32&height=32&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/CwCLvVka1hkIwVHTsuFUDfdm-TfXaFUyN9Qv44f0Uo8TFFs-S*4nETVJ6UjCMMTDDtTPUzo1BBuEcvSBAhTXTBCOTYeCJpHx/595540404.jpeg?xgip=371%3A0%3A834%3A834%3B%3B&amp;width=32&amp;height=32&amp;crop=1%3A1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: b1ffdb07-16da-467f-8f1b-0cdc152596b9
Content-Length: 670
Last-Modified: Wed, 31 Oct 2012 16:46:58 GMT
Cache-Control: max-age=2109783
Expires: Fri, 30 Nov 2012 16:49:48 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/qHqaqFtG*11ghbZ-lfxUFB1WXtxazlHDlkIAaoL1Y2WOv4Xiuw0ScKKOPmKebWLjOUCupOAA4D4wbYQduadEQOgR6Kg5Lfdv/649094850.jpeg?xgip=96%3A1%3A478%3A478%3B%3B&width=32&height=32&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/qHqaqFtG*11ghbZ-lfxUFB1WXtxazlHDlkIAaoL1Y2WOv4Xiuw0ScKKOPmKebWLjOUCupOAA4D4wbYQduadEQOgR6Kg5Lfdv/649094850.jpeg?xgip=96%3A1%3A478%3A478%3B%3B&amp;width=32&amp;height=32&amp;crop=1%3A1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: a7700b75-3e18-415c-9cbf-f64688c128b2
Last-Modified: Wed, 31 Oct 2012 16:48:36 GMT
Content-Length: 571
Cache-Control: max-age=2109918
Expires: Fri, 30 Nov 2012 16:52:03 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/ZAVxfVSOZbUxDpZk2c10jMweeykdA45Was8d7-*WocexvM*ou1G7NXQv0XgqWAkGaSQkBd4SJ3xEj1Wny0aS1venX5OJiAFK/850471830.jpeg?xgip=0%3A0%3A399%3A399%3B%3B&width=32&height=32&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/ZAVxfVSOZbUxDpZk2c10jMweeykdA45Was8d7-*WocexvM*ou1G7NXQv0XgqWAkGaSQkBd4SJ3xEj1Wny0aS1venX5OJiAFK/850471830.jpeg?xgip=0%3A0%3A399%3A399%3B%3B&amp;width=32&amp;height=32&amp;crop=1%3A1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 401819d9-94f4-4795-93d5-a2d22915eb88
Content-Length: 767
Last-Modified: Wed, 31 Oct 2012 17:05:13 GMT
Cache-Control: max-age=2421073
Expires: Tue, 04 Dec 2012 07:17:58 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/V0rjt7u*fXFYfaRalXtwTBP06j*oLlDARWn6Q3RwGITZST7nylPJECCToXX8h72OM4zdvPPEmwBm3Gc3bkBVlITaIw9sdav6/695674005.jpeg?width=136 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 801afa24-d208-49fd-ad63-7bd10919fcbb
Last-Modified: Mon, 05 Nov 2012 13:21:33 GMT
Content-Length: 5308
Cache-Control: max-age=2529267
Expires: Wed, 05 Dec 2012 13:21:12 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/vm2XlQq*iw6Ez69-go92GdciMj7fRYqguYt6zmiSsRv6ACfqKJM1dhqRD*qY0xHyFlgZfPn2roXKPMzVsnOiKmDmirtig8Xd/577161158.jpeg?width=136 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: c9767c25-8cbd-48a3-8bb3-0d1009205ed6
Content-Length: 5359
Last-Modified: Mon, 05 Nov 2012 13:19:29 GMT
Cache-Control: max-age=2529051
Expires: Wed, 05 Dec 2012 13:17:36 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/W0xk-H1CpZupaReyhyHUL-DmBpgYKXI5IGDV2G*o2nTrMu9M-tQTt23E0OTEwPtJB2hcOV*CzrLa3P9HjCjvhLnEind3ilnv/799845381.jpeg?xgip=0%3A0%3A431%3A431%3B%3B&width=32&height=32&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/W0xk-H1CpZupaReyhyHUL-DmBpgYKXI5IGDV2G*o2nTrMu9M-tQTt23E0OTEwPtJB2hcOV*CzrLa3P9HjCjvhLnEind3ilnv/799845381.jpeg?xgip=0%3A0%3A431%3A431%3B%3B&amp;width=32&amp;height=32&amp;crop=1%3A1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: cd42d23a-4fca-4d6c-87b5-379887bffd8c
Last-Modified: Sun, 04 Nov 2012 01:09:45 GMT
Content-Length: 718
Cache-Control: max-age=2520593
Expires: Wed, 05 Dec 2012 10:56:38 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/BGFE84IJT1sgHvdkNO35-t*uZSTU3HMYrwrVWCfFyH3JJ*5gblV-kH8YzJlQQZdP2wWExa67M7j7fhVRhRTEP7d1kJOiApLC/429951632.jpeg?width=136 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: b7480aee-04d6-4b27-be58-bb9c3a48b1ff
Content-Length: 3283
Last-Modified: Mon, 05 Nov 2012 13:14:58 GMT
Cache-Control: max-age=2528853
Expires: Wed, 05 Dec 2012 13:14:18 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /files/qr-GKvX-sDFtg*tG-MwAfYGlfWyu6B6AHjHauC6dx4kupS*m3boACUWmUg4Nuc7lNi17ZqODIl9WYvZUKOW9mTQQN8hGxRUz/850492245.jpeg?width=136 HTTP/1.1

Host: api.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: d06eb88d-84e0-4a26-81a1-92bf6b1b82cd
Content-Length: 3327
Last-Modified: Mon, 05 Nov 2012 13:12:20 GMT
Cache-Control: max-age=2528811
Expires: Wed, 05 Dec 2012 13:13:36 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /count/6Zl/bg_FFFFFF/txt_000000/border_CCCCCC/columns_4/maxflags_248/viewers_0/labels_0/pageviews_1/flags_1/ HTTP/1.1

Host: s10.flagcounter.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 06:45:36 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
Set-Cookie: flagcounter:6Zl=1; domain=.flagcounter.com; path=/; expires=Sun, 5-May-2013 6:45:36 GMT;
Connection: close
Transfer-Encoding: chunked
GET /yts/cssbin/www-embed-vflKsUeiE.css HTTP/1.1

Host: s.ytimg.com

User-Agent: 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.youtube.com/embed/xXiX3LeUBUs?fs=1&amp;feature=oembed&amp;ampx-wmode=opaque
HTTP/1.1 200 OK

Content-Type: text/css
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 31 Oct 2012 16:33:30 GMT
Date: Thu, 01 Nov 2012 16:00:09 GMT
Expires: Fri, 01 Nov 2013 16:00:09 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 28775
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 398796
GET /yts/img/pixel-vfl3z5WfW.gif HTTP/1.1

Host: s.ytimg.com

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

Content-Type: image/gif
Last-Modified: Tue, 16 Oct 2012 23:01:29 GMT
Date: Thu, 01 Nov 2012 01:08:56 GMT
Expires: Fri, 01 Nov 2013 01:08:56 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 43
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 452269
GET /yts/jsbin/www-embed_core_module-vflYsaYZv.js HTTP/1.1

Host: s.ytimg.com

User-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.youtube.com/embed/xXiX3LeUBUs?fs=1&amp;feature=oembed&amp;ampx-wmode=opaque
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 31 Oct 2012 16:38:37 GMT
Date: Thu, 01 Nov 2012 16:00:09 GMT
Expires: Fri, 01 Nov 2013 16:00:09 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 43772
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 398796
GET /stats/2110600.php?2110600&@f16&@g1&@h1&@i1&@j1352184405155&@k0&@l1&@mWatch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&@n0&@o1000&@q0&@r0&@s24&@ten-US&@u1176&@vhttp%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&@w HTTP/1.1

Host: s4.histats.com
GET /stats/2110600.php?2110600&amp;@f16&amp;@g1&amp;@h1&amp;@i1&amp;@j1352184405155&amp;@k0&amp;@l1&amp;@mWatch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&amp;@n0&amp;@o1000&amp;@q0&amp;@r0&amp;@s24&amp;@ten-US&amp;@u1176&amp;@vhttp%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&amp;@w HTTP/1.1

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: CountUid=9ff291b8-c1co-4515-8594-e2e32e0bdde0
HTTP/1.1 200 OK

Content-Type: text/html;charset=UTF-8
Set-Cookie: _hstbhid=43bdc1201352184405; Domain=.histats.com; Expires=Wed, 06-Nov-2013 06:46:45 GMT
Content-Length: 155
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: close
Server: Histats.com
GET /jsx01/7/2110600/236,232 HTTP/1.1

Host: c0.histats.12mlbe.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 06:46:46 GMT
Server: Apache
Cache-Control: max-age=30
Set-Cookie: BTRV=2110600-1352184406; path=/;
Vary: Accept-Encoding
Content-Encoding: gzip
P3P: CP=&quot;NOI NID ADM OUR STP&quot;
Content-Length: 778
Connection: close
GET /socialnetworkmain/widgets/lib/js/modernizr/modernizr.custom.js?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: f7d5cdef-0327-4871-9889-eaeb8a70e2f1
Content-Length: 914
Last-Modified: Tue, 23 Oct 2012 22:05:31 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1438901
Expires: Thu, 22 Nov 2012 22:28:26 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/jquery/jstorage.min.js?xn_version=2109174347 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 08236043-c5e4-46aa-bf26-06feb5a5ecee
Content-Length: 1507
Last-Modified: Thu, 04 Oct 2012 21:07:34 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=645286
Expires: Tue, 13 Nov 2012 18:01:31 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/jquery/jquery.autoResize.js?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: e6069368-8feb-4fbf-8750-a0a0b5488752
Content-Length: 2132
Last-Modified: Tue, 23 Oct 2012 22:05:30 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1439070
Expires: Thu, 22 Nov 2012 22:31:16 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /i-coint/instances/shared/js/set_video_c0.min.js?r=1351700305 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: a7e6ea21-681e-4297-a302-e04a461368ca
Content-Length: 4065
Last-Modified: Wed, 31 Oct 2012 16:18:25 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=2107942
Expires: Fri, 30 Nov 2012 16:19:08 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/jquery/jquery.jsonp.min.js?xn_version=841558965 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: a4116876-64af-4a70-8a7d-41a953dd2a05
Content-Length: 1052
Last-Modified: Wed, 31 Oct 2012 23:45:10 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=2218734
Expires: Sat, 01 Dec 2012 23:05:40 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/Base64.js?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 20bbbd5d-e3db-4088-835a-cbb8568ed713
Content-Length: 932
Last-Modified: Tue, 23 Oct 2012 22:05:31 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1438873
Expires: Thu, 22 Nov 2012 22:27:59 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /i-coint/instances/shared/js/set_shared_c0.min.js?r=1351701820 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 441ee930-ba82-40cc-9bb1-a47da40f9e8c
Last-Modified: Wed, 31 Oct 2012 16:43:40 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 27006
Vary: Accept-Encoding
Cache-Control: max-age=2109406
Expires: Fri, 30 Nov 2012 16:43:32 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /i-coint/instances/shared/js/set_sidebar_u.min.js?r=1351952309 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 77852553-61ff-4c99-ac60-4c2cd606d30a
Last-Modified: Sat, 03 Nov 2012 14:18:29 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 27204
Vary: Accept-Encoding
Cache-Control: max-age=2359882
Expires: Mon, 03 Dec 2012 14:18:08 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/jquery/jquery-ui.min.js?xn_version=3780619254 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: d8b425c1-7db3-4658-a4c8-1fb6d093ab06
Last-Modified: Thu, 04 Oct 2012 21:07:34 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 52026
Vary: Accept-Encoding
Cache-Control: max-age=569399
Expires: Mon, 12 Nov 2012 20:56:44 GMT
Date: Tue, 06 Nov 2012 06:46:45 GMT
Connection: keep-alive
GET /yts/imgbin/www-refresh-vflXi-m8w.png HTTP/1.1

Host: s.ytimg.com

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

Content-Type: image/png
Last-Modified: Wed, 31 Oct 2012 16:33:49 GMT
Date: Thu, 01 Nov 2012 16:00:13 GMT
Expires: Fri, 01 Nov 2013 16:00:13 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 39608
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 398795
GET /connect/xd_arbiter.php?version=14 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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: V+o3OvvQWer2YWWTQGU7+nYExHHaRdIv6j/aLiKljHc=
Content-Length: 9716
Vary: Accept-Encoding
Cache-Control: public, max-age=31460077
Expires: Tue, 05 Nov 2013 09:41:25 GMT
Date: Tue, 06 Nov 2012 06:46:48 GMT
Connection: keep-alive
GET /24.swf HTTP/1.1

Host: s10.histats.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: CountUid=9ff291b8-c1co-4515-8594-e2e32e0bdde0
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Etag: &quot;1170134380&quot;
Transfer-Encoding: chunked
Date: Tue, 06 Nov 2012 06:46:48 GMT
Connection: close
Server: Histats.com
GET /i-coint/instances/shared/js/set_common.min.js?r=1351700978 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 2599e290-a6a2-49ff-ab64-812ed5db0f7c
Last-Modified: Wed, 31 Oct 2012 16:29:38 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 102009
Vary: Accept-Encoding
Cache-Control: max-age=2108565
Expires: Fri, 30 Nov 2012 16:29:31 GMT
Date: Tue, 06 Nov 2012 06:46:46 GMT
Connection: keep-alive
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=4747781277481582&sz=888x11&tile=999&adid=5000048110 HTTP/1.1

Host: www22.glam.com
GET /cTagsImgCmd.act?gcmd=imps&amp;afid=183770529&amp;reqsq=100&amp;ord=4747781277481582&amp;sz=888x11&amp;tile=999&amp;adid=5000048110 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_cookie_sid=119359135218440457311
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^933dbc82a24cece74e14efa2b505b04e^119359135218440457311^183770529^446224^/^888x11^5000048110^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Set-Cookie: glam_sid=119359135218440457311; expires=Thu, 06 Nov 2014 06:46:48 GMT; path=/; domain=.glam.com; glam_cookie_sid=1; expires=Mon, 05 Nov 2012 06:46:48 GMT; path=/; domain=.glam.com;
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
P3P: policyref=&quot;http://www.glammedia.com/about_glam/legal/policy.xml&quot;, CP=&quot;NON DSP COR PSAo PSDo OUR IND UNI COM NAV STA&quot;
Cache-Control: max-age=160
Date: Tue, 06 Nov 2012 06:46:48 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=4747781277481582&sz=728x90&tile=1&adid=5000048108 HTTP/1.1

Host: www22.glam.com
GET /cTagsImgCmd.act?gcmd=imps&amp;afid=183770529&amp;reqsq=100&amp;ord=4747781277481582&amp;sz=728x90&amp;tile=1&amp;adid=5000048108 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_cookie_sid=119359135218440457311
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^70f1da21db9ec2a91854c5d2111e03ef^119359135218440457311^183770529^446224^/^728x90^5000048108^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Set-Cookie: glam_sid=119359135218440457311; expires=Thu, 06 Nov 2014 06:46:48 GMT; path=/; domain=.glam.com; glam_cookie_sid=1; expires=Mon, 05 Nov 2012 06:46:48 GMT; path=/; domain=.glam.com;
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
P3P: policyref=&quot;http://www.glammedia.com/about_glam/legal/policy.xml&quot;, CP=&quot;NON DSP COR PSAo PSDo OUR IND UNI COM NAV STA&quot;
Cache-Control: max-age=588
Date: Tue, 06 Nov 2012 06:46:48 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=4747781277481582&sz=300x250&tile=2&adid=5000048107 HTTP/1.1

Host: www22.glam.com
GET /cTagsImgCmd.act?gcmd=imps&amp;afid=183770529&amp;reqsq=100&amp;ord=4747781277481582&amp;sz=300x250&amp;tile=2&amp;adid=5000048107 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_cookie_sid=119359135218440457311
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^98a7457326f3a83a12debcafbf94d488^119359135218440457311^183770529^446224^/^300x250^5000048107^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Set-Cookie: glam_sid=119359135218440457311; expires=Thu, 06 Nov 2014 06:46:48 GMT; path=/; domain=.glam.com; glam_cookie_sid=1; expires=Mon, 05 Nov 2012 06:46:48 GMT; path=/; domain=.glam.com;
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
P3P: policyref=&quot;http://www.glammedia.com/about_glam/legal/policy.xml&quot;, CP=&quot;NON DSP COR PSAo PSDo OUR IND UNI COM NAV STA&quot;
Cache-Control: max-age=96
Date: Tue, 06 Nov 2012 06:46:48 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /yts/swfbin/watch_as3-vfluMrR3B.swf HTTP/1.1

Host: s.ytimg.com

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

Content-Type: application/x-shockwave-flash
Last-Modified: Sun, 04 Nov 2012 03:43:44 GMT
Date: Sun, 04 Nov 2012 04:06:05 GMT
Expires: Mon, 04 Nov 2013 04:06:05 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 279509
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 182443
GET /cTagsImgCmd.act?gname=ning_user&gvalue=852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint&gtid=5000059145&gcmd=setc&gexpires=604800&ord=1283142175137557.2 HTTP/1.1

Host: www22.glam.com
GET /cTagsImgCmd.act?gname=ning_user&amp;gvalue=852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint&amp;gtid=5000059145&amp;gcmd=setc&amp;gexpires=604800&amp;ord=1283142175137557.2 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_sid=119359135218440457311
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?1^2^4fd43a8ebcdab46b18c34a05335b282f^119359135218440457311^1^446224^/^1x1^5000059145^31230390^-1^-1^-1^-1^0^0^1283142175137557.2^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^ning_user-852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint^^^
Set-Cookie: ning_user=852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint; expires=Tue, 13 Nov 2012 06:46:49 GMT; path=/; domain=.glam.com;
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
P3P: policyref=&quot;http://www.glammedia.com/about_glam/legal/policy.xml&quot;, CP=&quot;NON DSP COR PSAo PSDo OUR IND UNI COM NAV STA&quot;
Cache-Control: max-age=159
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /socialnetworkmain/widgets/chat/gfx/chat.png?xn_version=2171497752 HTTP/1.1

Host: static.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.ning.com/i-coint/instances/css/theme-982_1351853915.css?xn_version=201210232201
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 73f978d0-6e71-46fd-8f3f-c1a2cd57610b
Content-Length: 6384
Last-Modified: Fri, 26 Oct 2012 18:22:09 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2040413
Expires: Thu, 29 Nov 2012 21:33:42 GMT
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/js/google-analytics/ga.js?xn_version=201210232201 HTTP/1.1

Host: static.ning.com

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: c4138be7-ce11-4660-af20-6bc12c29e2d0
Last-Modified: Tue, 23 Oct 2012 22:05:30 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 11599
Vary: Accept-Encoding
Cache-Control: max-age=1438946
Expires: Thu, 22 Nov 2012 22:29:15 GMT
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /beacon.js HTTP/1.1

Host: b.scorecardresearch.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Tue, 20 Nov 2012 06:46:49 GMT
Date: Tue, 06 Nov 2012 06:46:49 GMT
Content-Length: 1140
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /jsadimp.gif?100^2^933dbc82a24cece74e14efa2b505b04e^119359135218440457311^183770529^446224^/^888x11^5000048110^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^ HTTP/1.1

Host: www35t.glam.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_sid=119359135218440457311
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;ad4b0f606e0f8465bc4c4c170b37e1a3:1243492251&quot;
Last-Modified: Thu, 28 May 2009 06:30:10 GMT
Accept-Ranges: bytes
Content-Length: 43
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /jsadimp.gif?100^2^70f1da21db9ec2a91854c5d2111e03ef^119359135218440457311^183770529^446224^/^728x90^5000048108^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^ HTTP/1.1

Host: www35t.glam.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_sid=119359135218440457311
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;ad4b0f606e0f8465bc4c4c170b37e1a3:1243492251&quot;
Last-Modified: Thu, 28 May 2009 06:30:10 GMT
Accept-Ranges: bytes
Content-Length: 43
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /jsadimp.gif?100^2^98a7457326f3a83a12debcafbf94d488^119359135218440457311^183770529^446224^/^300x250^5000048107^31230390^-1^-1^-1^-1^0^0^4747781277481582^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^ HTTP/1.1

Host: www35t.glam.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_sid=119359135218440457311
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;ad4b0f606e0f8465bc4c4c170b37e1a3:1243492251&quot;
Last-Modified: Thu, 28 May 2009 06:30:10 GMT
Accept-Ranges: bytes
Content-Length: 43
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /cgi-bin/mle.cgi?nv=1&ud=1&nid=7&dsid=2110600&tid=236,232&VJS=01MAR&RM=1376794272 HTTP/1.1

Host: d0.histats.12mlbe.com
GET /cgi-bin/mle.cgi?nv=1&amp;ud=1&amp;nid=7&amp;dsid=2110600&amp;tid=236,232&amp;VJS=01MAR&amp;RM=1376794272 HTTP/1.1

User-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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 06:46:49 GMT
Server: Apache
Set-Cookie: BTR=hhPTxZ7tpLMnxC2Z8ltSDZmsNP0FD_zWCJNRilw91RhEz0dzf-cWqhmaC5px2-YNGRsXF4y72UDXgnuS07Y1_pZdd07UgEBvYthybMNYl4MoOplyJzTBUJbwR4HrKHbt1qsnFmSlOBtHlFeZxhH4FNbJZ0OUCvmEx55Sq6mKqtQt3LzdlkwkGV65Vjgno07phibjcKyR2mhLqPnNIfdpbg==; Expires=Sun, 05-May-2013 06:46:49 GMT; Path=/; Domain=12mlbe.com
P3P: CP=&quot;NOI NID ADM OUR STP&quot;
Connection: close
Transfer-Encoding: chunked
GET /xn/loader?v=x201210232201_8&r=xg(index(like(likeButton,desktopLike)googlePlusOne,facebookLike)shared(PostToFacebookStreamLink,expandContent))&h=xg(shared(util,messagecatalogs.en_US,PostLink,OptionBox,FlagLink,PromptToJoinButton,PromptToJoinLink,frameBusting,SpamWarning,IframeUpload,AddAsFriendLink,Pagination,combobox,SubTabHover,CookieStore,EventRegistry,EditUtil,Facebook,EngagementUtil,DateFormatter,timeUpdater,editors(PlainEditor,tinymce(WordpressLineBreakRules,Utilities,LinkDialog,FilePanel,ImageUrlPanel,ImagePropertiesPanel,ImageDialog,MediaDialog,PasteTextDialog,FilePropertiesPanel,FileDialog,InlineToolbar,WysiwygEditorConfig,HtmlToolbar,HtmlDragbar,HtmlEditorConfig,EmailHtmlCapability,StandardHtmlCapability,TinyMCE)TinyMCEEditor,Editor)LanguageFilter,PostToFacebookLink,comment,FollowLink,FavoriteLink,TagLink,StarRater,MoreLink,CommentForm,InPlaceEditor)index(i18n,util(ScrollIntoView,FormHelper)panel,embed(search,sidebarUserBox,footer,announcementBar,badge,BadgeModule)quickadd(core,loader,bar)bulk,BulkActionLink,embeddable.EmbedField,tweet.PostToTwitterLink,actionicons{PromotionLink})profiles.embed(ShortenUrlPopup,status,MembersModule,blog{BlogModule}BirthdaysModule)activity.embed(ActivityModule,ActivityFeedUpdater)chat(Flasher,SoundLock,LocalStorageUpdater,LocalStorage,Model,LazyImageLoader,models(User,UserList)AjaxService,LoginService,PresenceServ HTTP/1.1

Host: i-coint.ning.com
GET /xn/loader?v=x201210232201_8&amp;r=xg(index(like(likeButton,desktopLike)googlePlusOne,facebookLike)shared(PostToFacebookStreamLink,expandContent))&amp;h=xg(shared(util,messagecatalogs.en_US,PostLink,OptionBox,FlagLink,PromptToJoinButton,PromptToJoinLink,frameBusting,SpamWarning,IframeUpload,AddAsFriendLink,Pagination,combobox,SubTabHover,CookieStore,EventRegistry,EditUtil,Facebook,EngagementUtil,DateFormatter,timeUpdater,editors(PlainEditor,tinymce(WordpressLineBreakRules,Utilities,LinkDialog,FilePanel,ImageUrlPanel,ImagePropertiesPanel,ImageDialog,MediaDialog,PasteTextDialog,FilePropertiesPanel,FileDialog,InlineToolbar,WysiwygEditorConfig,HtmlToolbar,HtmlDragbar,HtmlEditorConfig,EmailHtmlCapability,StandardHtmlCapability,TinyMCE)TinyMCEEditor,Editor)LanguageFilter,PostToFacebookLink,comment,FollowLink,FavoriteLink,TagLink,StarRater,MoreLink,CommentForm,InPlaceEditor)index(i18n,util(ScrollIntoView,FormHelper)panel,embed(search,sidebarUserBox,footer,announcementBar,badge,BadgeModule)quickadd(core,loader,bar)bulk,BulkActionLink,embeddable.EmbedField,tweet.PostToTwitterLink,actionicons{PromotionLink})profiles.embed(ShortenUrlPopup,status,MembersModule,blog{BlogModule}BirthdaysModule)activity.embed(ActivityModule,ActivityFeedUpdater)chat(Flasher,SoundLock,LocalStorageUpdater,LocalStorage,Model,LazyImageLoader,models(User,UserList)AjaxService,LoginService,PresenceServ HTTP/1.1

User-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
X-Requested-With: XMLHttpRequest
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEfhXNJA+Z3E1tVi7yp9eiIE=; HstCfa2110600=1352184405155; HstCla2110600=1352184405155; HstCmu2110600=1352184405155; HstPn2110600=1; HstPt2110600=1; HstCnv2110600=1; HstCns2110600=1
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 06:46:49 GMT
Server: Ningtron/2000
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEcswJFvjItfRBOhmUcn5Y+4=;Path=/;Domain=.ning.com;Expires=Tue, 06-Nov-12 07:46:49 GMT
X-XN-Trace-Token: 04bfbcb7-34db-430a-93ae-ba870f59a8d9
Last-Modified: Fri, 02 Nov 2012 01:01:56 GMT
Cache-Control: max-age=5184000, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 03 Oct 2012 19:48:11 GMT
Etag: &quot;289dff-26c-4cb2ceb2654c0&quot;
Accept-Ranges: bytes
Content-Length: 620
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /jsadimp.gif?1^2^4fd43a8ebcdab46b18c34a05335b282f^119359135218440457311^1^446224^/^1x1^5000059145^31230390^-1^-1^-1^-1^0^0^1283142175137557.2^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^ning_user-852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint^^^ HTTP/1.1

Host: www35t.glam.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: glam_sid=119359135218440457311; ning_user=852dd3f0-2daf-4463-93c7-fde08cf35957,,i-coint
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;ad4b0f606e0f8465bc4c4c170b37e1a3:1243492251&quot;
Last-Modified: Thu, 28 May 2009 06:30:10 GMT
Accept-Ranges: bytes
Content-Length: 43
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
GET /b?c1=2&c2=6770185&ns__t=1352184409501&ns_c=UTF-8&c8=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&c7=http%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&c9= HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=2&amp;c2=6770185&amp;ns__t=1352184409501&amp;ns_c=UTF-8&amp;c8=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&amp;c7=http%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&amp;c9= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/b2?c1=2&amp;c2=6770185&amp;ns__t=1352184409501&amp;ns_c=UTF-8&amp;c8=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&amp;c7=http%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&amp;c9=
Date: Tue, 06 Nov 2012 06:46:49 GMT
Connection: keep-alive
Set-Cookie: UID=19d710e-195.159.219.9-1352184409; expires=Mon, 27-Oct-2014 06:46:49 GMT; path=/; domain=.scorecardresearch.com UIDR=1352184409; expires=Mon, 27-Oct-2014 06:46:49 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 /__utm.gif?utmwv=4.9.2&utms=1&utmn=219243161&utmhn=i-coint.ning.com&utme=8(member_type*subdomain*category*product_type*ab_variation)9(anonymous*i-coint.ning.com*alumni_college*plus*-)&utmcs=UTF-8&utmsr=1176x885&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&utmhid=1352157883&utmr=-&utmp=%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&utmac=UA-2270114-6&utmcc=__utma%3D86137984.1941674171.1352184409.1352184409.1352184409.1%3B%2B__utmz%3D86137984.1352184409.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qQAgAAAAB~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=4.9.2&amp;utms=1&amp;utmn=219243161&amp;utmhn=i-coint.ning.com&amp;utme=8(member_type*subdomain*category*product_type*ab_variation)9(anonymous*i-coint.ning.com*alumni_college*plus*-)&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&amp;utmhid=1352157883&amp;utmr=-&amp;utmp=%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&amp;utmac=UA-2270114-6&amp;utmcc=__utma%3D86137984.1941674171.1352184409.1352184409.1352184409.1%3B%2B__utmz%3D86137984.1352184409.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=qQAgAAAAB~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:40:52 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: 450357
Server: GFE/2.0
GET /plugins/like.php?api_key=247246592068087&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df3c727dbf755b5a%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.com%26relation%3Dparent.parent&href=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&node_type=link&width=450&layout=button_count&colorscheme=light&show_faces=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=247246592068087&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df3c727dbf755b5a%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;node_type=link&amp;width=450&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
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: KAjK+9e5hDFc1mcec2UsLSOGV45/5ggbHmMrXVv9yH0=
Date: Tue, 06 Nov 2012 06:46:49 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /b2?c1=2&c2=6770185&ns__t=1352184409501&ns_c=UTF-8&c8=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&c7=http%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&c9= HTTP/1.1

Host: b.scorecardresearch.com
GET /b2?c1=2&amp;c2=6770185&amp;ns__t=1352184409501&amp;ns_c=UTF-8&amp;c8=Watch%20The%20Walking%20Dead%20Season%203%20Episode%205%20(3x05)%20%22Say%20the%20Word%22%20(HD)%20-%20i-COINT&amp;c7=http%3A%2F%2Fi-coint.ning.com%2Fvideo%2Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd&amp;c9= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Cookie: UID=19d710e-195.159.219.9-1352184409; UIDR=1352184409
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Tue, 06 Nov 2012 06:46:49 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 /crossdomain.xml HTTP/1.1

Host: i1.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Thu, 09 Feb 2012 23:54:11 GMT
Date: Tue, 06 Nov 2012 01:10:39 GMT
Expires: Tue, 06 Nov 2012 07:10:39 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 97
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=21600
Age: 20171
GET /rsrc.php/v2/yf/r/ermz5xIRKqj.js HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?api_key=247246592068087&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df3c727dbf755b5a%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;node_type=link&amp;width=450&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=false&amp;extended_social_context=false
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 26 Oct 2012 01:14:26 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: N+I8JRuT6Vc1XTfCzT6+2ZeZAilFlXFQGUdFwvperAo=
Content-Length: 37956
Vary: Accept-Encoding
Cache-Control: public, max-age=30953979
Expires: Wed, 30 Oct 2013 13:06:29 GMT
Date: Tue, 06 Nov 2012 06:46:50 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=247246592068087&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df3c727dbf755b5a%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.com%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;node_type=link&amp;width=450&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=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=25513881
Expires: Wed, 28 Aug 2013 13:58:11 GMT
Date: Tue, 06 Nov 2012 06:46:50 GMT
Connection: keep-alive
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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
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;412d4e654eca633fc79cd1c2527cdae7&quot;
Expires: Tue, 06 Nov 2012 06:46:50 GMT
Date: Tue, 06 Nov 2012 06:46: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
POST /video/video/incrementCount?xn_out=json HTTP/1.1

Host: i-coint.ning.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/plain, */*; q=0.01
Accept-Language: en-us,en;q=0.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-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
Content-Length: 34
Cookie: xn_visitor=852dd3f0-2daf-4463-93c7-fde08cf35957; ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEcswJFvjItfRBOhmUcn5Y+4=; HstCfa2110600=1352184405155; HstCla2110600=1352184405155; HstCmu2110600=1352184405155; HstPn2110600=1; HstPt2110600=1; HstCnv2110600=1; HstCns2110600=1; xn_track=rp%252C%25252Fvideo%25252Fwatch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd%252Crc%252C0%252Csi%252C1352184409%252Cse%252C1352185309; MLRV_72110600=1352184408995; MLR72110600=1352184406000; 2__utma=^ning.1415256409442:86137984.1941674171.1352184409.1352184409.1352184409.1; 2__utmb=^ning.1352186209442:86137984.1.10.1352184409; 2__utmc=^ning.1415256409442:86137984; 2__utmz=^ning.1367952409442:86137984.1352184409.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); 2__utmv=^ning.1352184409441:
Pragma: no-cache
Cache-Control: no-cache
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=utf-8
Date: Tue, 06 Nov 2012 06:46:49 GMT, Tue, 06 Nov 2012 06:46:49 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=TExMKNITqRzl2VTa7pxMz1IWnxVoYQ1Rx4HNlLv+54Lv4fPyM+0UEXpRj1/DaSu2CZJvwj6nVCg=;Path=/;Domain=.ning.com;Expires=Tue, 06-Nov-12 07:46:49 GMT
X-XN-Trace-Token: 7805bc53-c094-4860-aeaf-2590e363543e
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Vary: X-XN_APPLICATION
X-XN-XNHTML: false
XG-Bazel-ValidSlug: false
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /vi/xXiX3LeUBUs/sddefault.jpg HTTP/1.1

Host: i1.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.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
Last-Modified: Tue, 06 Nov 2012 01:19:33 GMT
Date: Tue, 06 Nov 2012 01:19:33 GMT
Expires: Tue, 06 Nov 2012 07:19:33 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 60110
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=21600
Age: 19637
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=582647, public, no-transform, must-revalidate
Date: Tue, 06 Nov 2012 06:46:50 GMT
nncoection: close
Connection: Keep-Alive
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=1924p8SdRVo.no./sv=1/am=!5V4AwLTVPeWIaanGfQ/d=1/rs=AItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ/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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
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;-914192948&quot;
Expires: Thu, 06 Dec 2012 02:16:34 GMT
Date: Tue, 06 Nov 2012 02:16:34 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: 27846
Age: 16216
GET /dialog/oauth?client_id=247246592068087&response_type=token%2Csigned_request%2Ccode&display=none&domain=i-coint.ning.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2caae0cfa953e6%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=247246592068087&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=i-coint.ning.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2caae0cfa953e6%26origin%3Dhttp%253A%252F%252Fi-coint.ning.com%252Ff2b74b121b6ef48%26domain%3Di-coint.ning.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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 302 Found

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
Location: http://static.ak.facebook.com/connect/xd_arbiter.php?version=14#cb=f2caae0cfa953e6&amp;origin=http%3A%2F%2Fi-coint.ning.com%2Ff2b74b121b6ef48&amp;domain=i-coint.ning.com&amp;relation=parent&amp;error=unknown_user
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
X-FB-Debug: bjlkwzVJW2ozDAsj6CwI46dqtCZszLuDWpeWbeWRaYg=
Date: Tue, 06 Nov 2012 06:46:51 GMT
Connection: keep-alive
Content-Length: 0
GET /_/+1/fastbutton?bsv=m&count=false&size=medium&hl=en-US&origin=http%3A%2F%2Fi-coint.ning.com&url=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv=m&amp;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fi-coint.ning.com&amp;url=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
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: Tue, 06 Nov 2012 06:46:51 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
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://i-coint.ning.com/video/watch-the-walking-dead-season-3-episode-5-3x05-say-the-word-hd
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Thu, 01 Nov 2012 01:08:52 GMT
Expires: Fri, 01 Nov 2013 01:08:52 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 452279
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=Dc1gNqbOKjI.en_US./sv=1/am=!NBYAyjO5WNGFzTm-5g/d=1/rs=AItRSTPVHL6Ho9bn5Px8i4fEz97LQRhx0g/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;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fi-coint.ning.com&amp;url=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ
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;673248103&quot;
Expires: Thu, 06 Dec 2012 00:30:24 GMT
Date: Tue, 06 Nov 2012 00:30:24 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: 22587
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=1924p8SdRVo.no./sv=1/am=!5V4AwLTVPeWIaanGfQ/d=1/rs=AItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ/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;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fi-coint.ning.com&amp;url=http%3A%2F%2Fi-coint.ning.com%2Fxn%2Fdetail%2F6581692%3AVideo%3A801&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ
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;-1120566851&quot;
Expires: Thu, 06 Dec 2012 02:36:00 GMT
Date: Tue, 06 Nov 2012 02:36:00 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: 34144
Age: 15051