Overview

URLhttp://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
IP8.6.19.68
ASNAS13535 Ning, Inc.
Location United States
Report completed2012-11-13 21:46:07 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 No alerts detected
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 8.6.19.68

Date Alerts / IDS URL IP
2013-04-11 12:47:190 / 0http://nappyboyonline.com/forum/topics/watch-tyler-perry-s-temptation-confessions-of- (...)8.6.19.68
2013-04-10 14:24:460 / 4http://nappyboyonline.com/forum/topics/watch-american-idol-season-12-episode-26-onlin (...)8.6.19.68
2013-04-10 14:23:270 / 4http://nappyboyonline.com/forum/topics/watch-modern-family-season-4-episode-20-online (...)8.6.19.68
2013-04-10 14:20:520 / 4http://nappyboyonline.com/forum/topics/watch-ufc-ultimate-fighter-live-online-free-st (...)8.6.19.68
2013-04-09 17:10:500 / 0http://nappyboyonline.com/forum/topics/watch-ufc-m1-challenge-38-krylov-vs-tampu-onli (...)8.6.19.68
2013-04-08 20:43:350 / 4http://nappyboyonline.com/forum/topics/watch-wwe-monday-night-raw-online-free-streami (...)8.6.19.68

Last 6 reports on ASN: AS13535 Ning, Inc.

Date Alerts / IDS URL IP
2013-04-11 12:47:190 / 0http://nappyboyonline.com/forum/topics/watch-tyler-perry-s-temptation-confessions-of-a-marriage8.6.19.68
2013-04-10 18:31:500 / 1http://www.thisis50.com/xn/detail/784568:Album:31619021?xg_source=activity208.82.16.68
2013-04-10 16:40:070 / 1http://www.thisis50.com/photo/albums/modern-family-season-4-episode-20-watch-flip-flop-online-v (...)208.82.16.68
2013-04-10 16:19:560 / 2http://www.thisis50.com/photo/albums/geordie-shore-season-5-episode-8-se5-ep8-watch-eps8-online (...)208.82.16.68
2013-04-10 14:26:300 / 0http://www.thisis50.com/photo/albums/goall-barcelona-vs-psg-champions-league-live-streaming208.82.16.68
2013-04-10 14:24:460 / 4http://nappyboyonline.com/forum/topics/watch-american-idol-season-12-episode-26-online-free-str (...)8.6.19.68

Last 6 reports on domain: queenofthering.tv

Date Alerts / IDS URL IP
2012-11-18 15:57:150 / 0http://queenofthering.tv/forum/topics/espn-live-stream-tampa-bay-buccaneers-vs-carolina-panther (...)8.6.19.68
2012-11-18 07:13:070 / 0http://queenofthering.tv/forum/topics/http-watch-live-stream-tampa-bay-buccaneers-vs-carolina-p (...)8.6.19.68
2012-11-18 07:07:310 / 0http://queenofthering.tv/forum/topics/http-watch-live-stream-arizona-cardinals-vs-atlanta-falco (...)8.6.19.68
2012-11-17 10:50:550 / 0http://queenofthering.tv/forum/topics/watch-live-stream-philadelphia-eagles-vs-washington-redsk (...)8.6.19.68
2012-11-14 15:44:060 / 0http://queenofthering.tv/forum/topics/live-basketball-stream-marist-red-foxes-vs-colgate-raider (...)8.6.19.68
2012-11-13 11:58:250 / 0http://queenofthering.tv/forum/topics/espn-online-live-oakland-golden-grizzlies-vs-boise-state- (...)8.6.19.68



JavaScript

Executed Scripts (37)


Executed Evals (2)

#1 JavaScript::Eval (size: 4223, 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.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;
}

#2 JavaScript::Eval (size: 4378, 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.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;
    };
    window.nlrSuccessCallback();
    window.nlrSuccessCallback = undefined;
    window.nlrErrorCallback = undefined;
} catch (e) {
    window.nlrErrorCallback(e)
}

Executed Writes (0)



HTTP Transactions (51)


Request Response
GET /socialnetworkmain/widgets/index/css/wide-sidebar.min.css?xn_version=1327369422 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: d436dcd2-6ee9-4986-80de-2251568bdb76
Content-Length: 1372
Last-Modified: Fri, 26 Oct 2012 18:36:24 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1288077
Expires: Wed, 28 Nov 2012 18:33:25 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /wwwqueenoftheringtv/instances/css/theme-982_1352235309.css?xn_version=201211062038 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: d1ca657f-80e2-48da-9fc8-ff0bc84096a1
Content-Length: 5029
Last-Modified: Tue, 06 Nov 2012 20:55:09 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1987819
Expires: Thu, 06 Dec 2012 20:55:47 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/forum/css/component.min.css?xn_version=1334893063 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: c73e8fe0-5ebc-4352-a822-051a24b931fa
Content-Length: 1542
Last-Modified: Fri, 26 Oct 2012 18:36:23 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1090843
Expires: Mon, 26 Nov 2012 11:46:11 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=4277167167 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: text/css
Server: Ningtron/2000
X-XN-Trace-Token: 2c0e3785-5cb3-4d81-b6bf-e6d4eed23888
Last-Modified: Tue, 06 Nov 2012 20:54:19 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 24121
Vary: Accept-Encoding
Cache-Control: max-age=1987715
Expires: Thu, 06 Dec 2012 20:54:03 GMT
Date: Tue, 13 Nov 2012 20:45:28 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=4277167167
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=1224586
Expires: Wed, 28 Nov 2012 00:55:14 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /files/y-wiNbahiZBDAu3rE-as3pLBeZgg5Zq5HXCEb5b*gNIdWGk6Opu0CpW-r3HP85Qo*WRygc1YxswhhseA5Yw0sPxOjEgurzPm/QOTRLOGO.PNG?width=64&height=64&crop=1%3A1 HTTP/1.1

Host: api.ning.com
GET /files/y-wiNbahiZBDAu3rE-as3pLBeZgg5Zq5HXCEb5b*gNIdWGk6Opu0CpW-r3HP85Qo*WRygc1YxswhhseA5Yw0sPxOjEgurzPm/QOTRLOGO.PNG?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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: image/x-png
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 5998b782-7b06-4c35-a6a9-ef681b746b5a
Last-Modified: Tue, 23 Aug 2011 22:22:01 GMT
Content-Length: 11999
Cache-Control: max-age=977360
Expires: Sun, 25 Nov 2012 04:14:48 GMT
Date: Tue, 13 Nov 2012 20:45:28 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Set-Cookie: glam_cookie_sid=116460135283952858111; expires=Thu, 13 Nov 2014 20:45:28 GMT; path=/; domain=.glam.com;
Etag: &quot;f8fa40c76b8636cb119e61640936a1b6:1351624412&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=382
Date: Tue, 13 Nov 2012 20:45:28 GMT
Content-Length: 1856
Connection: keep-alive
GET /files/5hjmb23PQMWr-2Z1Xq2d65MV-QwvBVS*zQ*xLfMmaAHg1roEsLxm1kzsEyikg41QZdseQetuF6wl-4O1QaJFZn6TFTd7GYqZ/qotrtv2.jpg?xn_version=201211062038 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://static.ning.com/wwwqueenoftheringtv/instances/css/theme-982_1352235309.css?xn_version=201211062038
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 4d450fb2-617e-4470-adcb-ea2e8d80348e
Last-Modified: Mon, 22 Oct 2012 19:14:23 GMT
Content-Length: 50838
Cache-Control: max-age=1987767
Expires: Thu, 06 Dec 2012 20:54:55 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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=19602447
Expires: Fri, 28 Jun 2013 17:52:55 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1 HTTP/1.1

Host: queenofthering.tv

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

Content-Type: text/html; charset=utf-8
Date: Tue, 13 Nov 2012 20:45:27 GMT, Tue, 13 Nov 2012 20:44:08 GMT, Tue, 13 Nov 2012 20:44:08 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: xn_visitor=4aa4a09b-71c6-471c-a03b-7142273f7724;Path=/;Domain=.queenofthering.tv;Expires=Fri, 11-Nov-22 20:45:27 GMT ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E2KwEmzza6GFGRuxtIkPtD0=;Path=/;Domain=.queenofthering.tv;Expires=Tue, 13-Nov-12 21:45:27 GMT
X-XN-Trace-Token: 76cb9f7d-f0a6-458d-aa28-e2854d2d4880
X-XN-XNHTML: false
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
XG-Bazel-ValidSlug: true
Last-Modified: Tue, 13 Nov 2012 20:44:09 UTC
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Content-Length: 10380
GET /favicon.ico HTTP/1.1

Host: queenofthering.tv

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: xn_visitor=4aa4a09b-71c6-471c-a03b-7142273f7724; ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E2KwEmzza6GFGRuxtIkPtD0=
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Tue, 13 Nov 2012 20:45:28 GMT, Tue, 13 Nov 2012 20:27:36 GMT, Tue, 13 Nov 2012 20:27:36 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=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E+YoNYfg/4UH2IylrmQHcVE=;Path=/;Domain=.queenofthering.tv;Expires=Tue, 13-Nov-12 21:45:28 GMT
X-XN-Trace-Token: c9f0676d-de4e-4479-bce4-188fd731438e
Etag: &quot;71642-0-4aa2bf0290479&quot;
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Last-Modified: Wed, 10 Aug 2011 19:46:36 GMT
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Accept-Ranges: bytes
Content-Length: 0
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=4277167167
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 69461fc8-7d09-4b05-a8f9-54301e43f3c5
Content-Length: 177
Last-Modified: Wed, 07 Nov 2012 23:07:59 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2440622
Expires: Wed, 12 Dec 2012 02:42:30 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/gfx/icons/xg_sprite-993366.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/wwwqueenoftheringtv/instances/css/theme-982_1352235309.css?xn_version=201211062038
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ningtron/2000
X-XN-Trace-Token: 9da0cf8e-2752-4df5-831a-95c9fb2bd54e
Content-Length: 17322
Last-Modified: Fri, 26 Oct 2012 18:22:08 GMT
Accept-Ranges: bytes
Cache-Control: max-age=1385418
Expires: Thu, 29 Nov 2012 21:35:46 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /files/hPVvWsWuKIZIAqvaoxFZGKRlMROrgNZV0i9TdbCVAkhdc5qoiewKUIgcuYi8O2rclIC9jRQGRIN6YoVMSMyZxf7y0jMkerMD/classiccardyuggboots.jpg?width=982 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: image/pjpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: d7ce41d3-b479-4714-bdb5-22201ccc560d
Last-Modified: Wed, 17 Aug 2011 04:41:14 GMT
Content-Length: 210655
Cache-Control: max-age=910226
Expires: Sat, 24 Nov 2012 09:35:54 GMT
Date: Tue, 13 Nov 2012 20:45:28 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 5c06a30c-6e2b-4003-b5c7-8b46fc71c033
Content-Length: 1507
Last-Modified: Wed, 07 Nov 2012 23:07:58 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=2323498
Expires: Mon, 10 Dec 2012 18:10:26 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/modernizr/modernizr.custom.js?xn_version=201211062038 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 665b3aa6-4c5b-422c-996e-f2c73c205458
Content-Length: 914
Last-Modified: Tue, 06 Nov 2012 20:42:36 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1987812
Expires: Thu, 06 Dec 2012 20:55:40 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/jquery/jquery.autoResize.js?xn_version=201211062038 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 7abd931b-0430-4b94-9aa5-0742d8908238
Content-Length: 2132
Content-Encoding: gzip
Last-Modified: Tue, 06 Nov 2012 20:42:36 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Cache-Control: max-age=1987803
Expires: Thu, 06 Dec 2012 20:55:31 GMT
Date: Tue, 13 Nov 2012 20:45:28 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 073b69d5-5c50-474a-944b-226340953bc5
Last-Modified: Wed, 07 Nov 2012 23:07:58 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 52026
Vary: Accept-Encoding
Cache-Control: max-age=2247692
Expires: Sun, 09 Dec 2012 21:07:00 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /wwwqueenoftheringtv/instances/shared/js/set_shared_c0.min.js?r=1338413700 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 668c54a4-12b8-4c76-9a85-ce54d497cd1f
Last-Modified: Wed, 30 May 2012 21:35:00 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 27006
Vary: Accept-Encoding
Cache-Control: max-age=2406685
Expires: Tue, 11 Dec 2012 17:16:53 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /wwwqueenoftheringtv/instances/shared/js/set_forum_c0.min.js?r=1338413700 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: fbc2e987-35b9-4713-b9a4-dd51bfa5dd90
Last-Modified: Wed, 30 May 2012 21:35:00 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 27018
Vary: Accept-Encoding
Cache-Control: max-age=1077751
Expires: Mon, 26 Nov 2012 08:07:59 GMT
Date: Tue, 13 Nov 2012 20:45:28 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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=1563612
Expires: Sat, 01 Dec 2012 23:05:40 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/lib/js/Base64.js?xn_version=201211062038 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 229b58eb-9e07-4a85-add5-b5192bb436be
Content-Length: 932
Last-Modified: Tue, 06 Nov 2012 20:42:36 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1987804
Expires: Thu, 06 Dec 2012 20:55:32 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /wwwqueenoftheringtv/instances/shared/js/set_sidebar_u.min.js?r=1346360613 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 3366a5bc-fd43-4a1e-b49c-263b2611ce37
Last-Modified: Thu, 30 Aug 2012 21:03:33 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 37013
Cache-Control: max-age=779331
Expires: Thu, 22 Nov 2012 21:14:19 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /gad/glamadapt_jsapi_track.act?;afid=183770529;zone=/;ord=8782430568515858;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=6432408;ningid=6432408;ga_api_dt=;ga_api_tt=j;tt=j;new_sid=116460135283952858111;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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_cookie_sid=116460135283952858111
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Content-Length: 692
Etag: &quot;1b933a3ff85a5d200e8c46129106ec48:1344917534&quot;
Cache-Control: max-age=653
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /wwwqueenoftheringtv/instances/shared/js/set_common.min.js?r=1351031367 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: 265dd491-b536-4013-9087-518349e4b84e
Last-Modified: Tue, 23 Oct 2012 22:29:27 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 102009
Cache-Control: max-age=783876
Expires: Thu, 22 Nov 2012 22:30:04 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /files/0aa06Hz55U*zRbt20alEYxy5vsck4goPXrYaSMT74UK9BBth21fzeo4KHrK2-3Z-o6ApLmBIzHR*5co2ZL-LiosbdV8LrO-C/panicroom2bannerfb.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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: image/png
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: cb5759b5-5baf-4f68-8235-020619bf4bca
Content-Length: 581228
Last-Modified: Wed, 07 Nov 2012 04:12:33 GMT
Cache-Control: max-age=2013956
Expires: Fri, 07 Dec 2012 04:11:24 GMT
Date: Tue, 13 Nov 2012 20:45:28 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: ba9a67eb-892e-4bad-9f4f-2d7193730cf0
Content-Length: 3644
Last-Modified: Fri, 26 Oct 2012 18:22:08 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Cache-Control: max-age=1387739
Expires: Thu, 29 Nov 2012 22:14:28 GMT
Date: Tue, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
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/wwwqueenoftheringtv/instances/css/theme-982_1352235309.css?xn_version=201211062038
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=1385293
Expires: Thu, 29 Nov 2012 21:33:42 GMT
Date: Tue, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
GET /xn/loader?v=x201211062038_15&r=xg.index(like.likeButton,googlePlusOne)&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,comment,FollowLink,FavoriteLink,TagLink,StarRater,MoreLink,CommentForm,InPlaceEditor,PostToFacebookLink)index(i18n,util(ScrollIntoView,FormHelper)panel,embed(search,sidebarUserBox,footer,announcementBar,badge,BadgeModule)quickadd(core,loader,bar)bulk,BulkActionLink,actionicons{PromotionLink}tweet.PostToTwitterLink)profiles.embed(ShortenUrlPopup,status,MembersModule,blog{BlogModule}BirthdaysModule)activity.embed(ActivityModule,ActivityFeedUpdater)chat(Flasher,SoundLock,LocalStorageUpdater,LocalStorage,Model,LazyImageLoader,models(User,UserList)AjaxService,LoginService,PresenceService,MessageService,UserListSorter,ChatPaneResizer,UserListView,Emoticons,UnreadMessageCounter HTTP/1.1

Host: queenofthering.tv
GET /xn/loader?v=x201211062038_15&amp;r=xg.index(like.likeButton,googlePlusOne)&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,comment,FollowLink,FavoriteLink,TagLink,StarRater,MoreLink,CommentForm,InPlaceEditor,PostToFacebookLink)index(i18n,util(ScrollIntoView,FormHelper)panel,embed(search,sidebarUserBox,footer,announcementBar,badge,BadgeModule)quickadd(core,loader,bar)bulk,BulkActionLink,actionicons{PromotionLink}tweet.PostToTwitterLink)profiles.embed(ShortenUrlPopup,status,MembersModule,blog{BlogModule}BirthdaysModule)activity.embed(ActivityModule,ActivityFeedUpdater)chat(Flasher,SoundLock,LocalStorageUpdater,LocalStorage,Model,LazyImageLoader,models(User,UserList)AjaxService,LoginService,PresenceService,MessageService,UserListSorter,ChatPaneResizer,UserListView,Emoticons,UnreadMessageCounter HTTP/1.1

User-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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: xn_visitor=4aa4a09b-71c6-471c-a03b-7142273f7724; ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E+YoNYfg/4UH2IylrmQHcVE=
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 13 Nov 2012 20:45:29 GMT, Tue, 13 Nov 2012 19:51:51 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=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E13o1oWyYSq99FDZDwuNeMQ=;Path=/;Domain=.queenofthering.tv;Expires=Tue, 13-Nov-12 21:45:29 GMT
X-XN-Trace-Token: bb79e5a2-1567-40de-98d6-665d8818e9cb
Last-Modified: Wed, 07 Nov 2012 23:07:59 GMT
Cache-Control: max-age=5184000, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Content-Length: 1453
GET /files/AjGcI82FJLRsPp4JceLRId9Ytge7MKt-foMmO2R12YzzKaoI*KMseLb-ttoqINqA0w5o2tufumlxIPfDdAatWVETiWcXh185/qotrbanner200.jpg?xn_version=201211062038 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://static.ning.com/wwwqueenoftheringtv/instances/css/theme-982_1352235309.css?xn_version=201211062038
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 9288824f-9636-4895-bdcb-f27423971a3d
Last-Modified: Mon, 22 Oct 2012 19:11:46 GMT
Content-Length: 510585
Cache-Control: max-age=1987754
Expires: Thu, 06 Dec 2012 20:54:42 GMT
Date: Tue, 13 Nov 2012 20:45:28 GMT
Connection: keep-alive
GET /socialnetworkmain/widgets/index/js/google-analytics/ga.js?xn_version=201211062038 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Ningtron/2000
X-XN-Trace-Token: b1980b25-04b2-41fc-9093-a51d3b4d0cbd
Last-Modified: Tue, 06 Nov 2012 20:42:36 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 11599
Vary: Accept-Encoding
Cache-Control: max-age=1987748
Expires: Thu, 06 Dec 2012 20:54:37 GMT
Date: Tue, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
GET /cTagsImgCmd.act?gname=ning_user&gvalue=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv&gtid=5000059145&gcmd=setc&gexpires=604800&ord=2576057239853486.5 HTTP/1.1

Host: www22.glam.com
GET /cTagsImgCmd.act?gname=ning_user&amp;gvalue=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv&amp;gtid=5000059145&amp;gcmd=setc&amp;gexpires=604800&amp;ord=2576057239853486.5 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_cookie_sid=116460135283952858111
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?1^2^e5cb8bc466ff27e34b4f1693508f2691^116460135283952858111^1^446224^/^1x1^5000059145^31230390^-1^-1^-1^-1^0^0^2576057239853486.5^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^ning_user-4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv^^^
Set-Cookie: glam_sid=116460135283952858111; expires=Thu, 13 Nov 2014 20:45:29 GMT; path=/; domain=.glam.com; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv; expires=Tue, 20 Nov 2012 20:45:29 GMT; path=/; domain=.glam.com; glam_cookie_sid=1; expires=Mon, 12 Nov 2012 20:45:29 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;, 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=286
Date: Tue, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
Vary: Accept-Encoding
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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Tue, 27 Nov 2012 20:45:29 GMT
Date: Tue, 13 Nov 2012 20:45:29 GMT
Content-Length: 1140
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /b?c1=2&c2=6770185&ns__t=1352839529851&ns_c=UTF-8&c8=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&c7=http%3A%2F%2Fqueenofthering.tv%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&c9= HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=2&amp;c2=6770185&amp;ns__t=1352839529851&amp;ns_c=UTF-8&amp;c8=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&amp;c7=http%3A%2F%2Fqueenofthering.tv%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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=1352839529851&amp;ns_c=UTF-8&amp;c8=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&amp;c7=http%3A%2F%2Fqueenofthering.tv%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&amp;c9=
Date: Tue, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
Set-Cookie: UID=d1647-195.159.219.8-1352839529; expires=Mon, 03-Nov-2014 20:45:29 GMT; path=/; domain=.scorecardresearch.com UIDR=1352839529; expires=Mon, 03-Nov-2014 20:45:29 GMT; path=/; domain=.scorecardresearch.com
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /b2?c1=2&c2=6770185&ns__t=1352839529851&ns_c=UTF-8&c8=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&c7=http%3A%2F%2Fqueenofthering.tv%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&c9= HTTP/1.1

Host: b.scorecardresearch.com
GET /b2?c1=2&amp;c2=6770185&amp;ns__t=1352839529851&amp;ns_c=UTF-8&amp;c8=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&amp;c7=http%3A%2F%2Fqueenofthering.tv%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: UID=d1647-195.159.219.8-1352839529; UIDR=1352839529
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Tue, 13 Nov 2012 20:45:29 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 /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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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;6306c50ebb7192627c57dc6868257653&quot;
Expires: Tue, 13 Nov 2012 20:45:29 GMT
Date: Tue, 13 Nov 2012 20:45:29 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /__utm.gif?utmwv=4.9.2&utms=1&utmn=855499901&utmhn=queenofthering.tv&utme=8(member_type*subdomain*category*product_type*ab_variation)9(anonymous*wwwqueenoftheringtv.ning.com*music*plus*-)&utmcs=UTF-8&utmsr=1176x885&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&utmhid=1283280277&utmr=-&utmp=%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&utmac=UA-2270114-6&utmcc=__utma%3D142068530.773153460.1352839530.1352839530.1352839530.1%3B%2B__utmz%3D142068530.1352839530.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=855499901&amp;utmhn=queenofthering.tv&amp;utme=8(member_type*subdomain*category*product_type*ab_variation)9(anonymous*wwwqueenoftheringtv.ning.com*music*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=%2B%2B%40%40ESPN%20live%20stream%20ONLINE%20LIVE%20%3A%2B%2B%20Houston%20Baptist%20Huskies%20vs%20Hawaii%20Warriors%20College%20Basketball%20Online%20HD%20TV%20ESPN%20%2F%20FOX%20SPORTS%20%2F%20CBSS%20%2F%20ESPU%20%2F%20ESP3%20-%20QueenoftheRing.tv&amp;utmhid=1283280277&amp;utmr=-&amp;utmp=%2Fforum%2Ftopics%2Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1&amp;utmac=UA-2270114-6&amp;utmcc=__utma%3D142068530.773153460.1352839530.1352839530.1352839530.1%3B%2B__utmz%3D142068530.1352839530.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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:33:28 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 346321
Server: GFE/2.0
GET /jsadimp.gif?1^2^e5cb8bc466ff27e34b4f1693508f2691^116460135283952858111^1^446224^/^1x1^5000059145^31230390^-1^-1^-1^-1^0^0^2576057239853486.5^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^ning_user-4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv^^^ 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
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, 13 Nov 2012 20:45:29 GMT
Connection: keep-alive
POST /main/viewcount/update?xn_out=json HTTP/1.1

Host: queenofthering.tv

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Content-Length: 48
Cookie: xn_visitor=4aa4a09b-71c6-471c-a03b-7142273f7724; ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E13o1oWyYSq99FDZDwuNeMQ=; xn_track=rp%252C%25252Fforum%25252Ftopics%25252Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1%252Crc%252C0%252Csi%252C1352839530%252Cse%252C1352840430
Pragma: no-cache
Cache-Control: no-cache
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=utf-8
Date: Tue, 13 Nov 2012 20:45:29 GMT, Tue, 13 Nov 2012 20:45:29 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E5jnSUQcGz4wSUcis2e9mmo=;Path=/;Domain=.queenofthering.tv;Expires=Tue, 13-Nov-12 21:45:29 GMT
X-XN-Trace-Token: e134c69c-f39f-425d-b76f-3529357f176e
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
X-XN-XNHTML: false
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=YoQttDkE5k8.no./sv=1/am=!bwVBiW3Az_WI45p-ew/d=1/rs=AItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA/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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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;-1446437776&quot;
Expires: Thu, 13 Dec 2012 02:29:06 GMT
Date: Tue, 13 Nov 2012 02:29:06 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: 26140
Age: 65783
GET /_/+1/fastbutton?bsv&count=false&size=medium&hl=en-US&origin=http%3A%2F%2Fqueenofthering.tv&url=http%3A%2F%2Fqueenofthering.tv%2Fxn%2Fdetail%2F6432408%3ATopic%3A532853&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DYoQttDkE5k8.no.%2Fsv%3D1%2Fam%3D!bwVBiW3Az_WI45p-ew%2Fd%3D1%2Frs%3DAItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv&amp;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fqueenofthering.tv&amp;url=http%3A%2F%2Fqueenofthering.tv%2Fxn%2Fdetail%2F6432408%3ATopic%3A532853&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DYoQttDkE5k8.no.%2Fsv%3D1%2Fam%3D!bwVBiW3Az_WI45p-ew%2Fd%3D1%2Frs%3DAItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
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, 13 Nov 2012 20:45:30 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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 346323
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=zb2HvBwvPdM.en_US./sv=1/am=!qFcmUh45yfCF5akVQw/d=1/rs=AItRSTOYHTZ1E5I3boETuGgmexRqAgZOfg/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv&amp;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fqueenofthering.tv&amp;url=http%3A%2F%2Fqueenofthering.tv%2Fxn%2Fdetail%2F6432408%3ATopic%3A532853&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DYoQttDkE5k8.no.%2Fsv%3D1%2Fam%3D!bwVBiW3Az_WI45p-ew%2Fd%3D1%2Frs%3DAItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA
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;-86537430&quot;
Expires: Thu, 13 Dec 2012 01:32:47 GMT
Date: Tue, 13 Nov 2012 01:32:47 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: 21226
Age: 69163
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=YoQttDkE5k8.no./sv=1/am=!bwVBiW3Az_WI45p-ew/d=1/rs=AItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv&amp;count=false&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fqueenofthering.tv&amp;url=http%3A%2F%2Fqueenofthering.tv%2Fxn%2Fdetail%2F6432408%3ATopic%3A532853&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DYoQttDkE5k8.no.%2Fsv%3D1%2Fam%3D!bwVBiW3Az_WI45p-ew%2Fd%3D1%2Frs%3DAItRSTOqWHEUX6ZJS_RfonaPgC1nQsTJbA
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;-640980196&quot;
Expires: Thu, 13 Dec 2012 03:00:43 GMT
Date: Tue, 13 Nov 2012 03:00:43 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: 32485
Age: 63887
GET /favicon.ico HTTP/1.1

Host: queenofthering.tv

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: xn_visitor=4aa4a09b-71c6-471c-a03b-7142273f7724; ning_session=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E5jnSUQcGz4wSUcis2e9mmo=; xn_track=rp%252C%25252Fforum%25252Ftopics%25252Fespn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1%252Crc%252C0%252Csi%252C1352839530%252Cse%252C1352840430; xg_sc=%7B%7D; 2__utma=^ning.1415911529816:142068530.773153460.1352839530.1352839530.1352839530.1; 2__utmb=^ning.1352841329816:142068530.1.10.1352839530; 2__utmc=^ning.1415911529816:142068530; 2__utmz=^ning.1368607529816:142068530.1352839530.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); 2__utmv=^ning.1352839529815:
If-Modified-Since: Wed, 10 Aug 2011 19:46:36 GMT
If-None-Match: &quot;71642-0-4aa2bf0290479&quot;
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Tue, 13 Nov 2012 20:45:31 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=0/INHJdSCDIXLEJcC/rs38l9EKM2EPU3NBwMCxdiw/UxtO5bPP55E5ppz1jhwXMoNH+4G1PDZ7o=;Path=/;Domain=.queenofthering.tv;Expires=Tue, 13-Nov-12 21:45:31 GMT
X-XN-Trace-Token: e650c4ec-7aa9-4ef8-93a8-a62dbeca6ff3
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=8782430568515858&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=8782430568515858&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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^1063da128e3d4dc7c5a2751cd46e6e27^116460135283952858111^183770529^446224^/^888x11^5000048110^31230390^-1^-1^-1^-1^0^0^8782430568515858^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
Cache-Control: max-age=283
Date: Tue, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=8782430568515858&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=8782430568515858&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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^3829afa99a6d1ca41b529dd3ed041883^116460135283952858111^183770529^446224^/^300x250^5000048107^31230390^-1^-1^-1^-1^0^0^8782430568515858^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
Cache-Control: max-age=311
Date: Tue, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /cTagsImgCmd.act?gcmd=imps&afid=183770529&reqsq=100&ord=8782430568515858&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=8782430568515858&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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Server: Apache
Content-Length: 153
Location: http://www35t.glam.com/jsadimp.gif?100^2^24958742e35346aa58f9789165832bac^116460135283952858111^183770529^446224^/^728x90^5000048108^31230390^-1^-1^-1^-1^0^0^8782430568515858^p^^0^^NO^None^None^0^0^OSLO^0^0^0^0^^^^^
Etag: &quot;ead92158a948b83aa637a363be4df5de:1345187305&quot;
Cache-Control: max-age=750
Date: Tue, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /jsadimp.gif?100^2^1063da128e3d4dc7c5a2751cd46e6e27^116460135283952858111^183770529^446224^/^888x11^5000048110^31230390^-1^-1^-1^-1^0^0^8782430568515858^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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
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, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive
GET /jsadimp.gif?100^2^3829afa99a6d1ca41b529dd3ed041883^116460135283952858111^183770529^446224^/^300x250^5000048107^31230390^-1^-1^-1^-1^0^0^8782430568515858^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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
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, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive
GET /jsadimp.gif?100^2^24958742e35346aa58f9789165832bac^116460135283952858111^183770529^446224^/^728x90^5000048108^31230390^-1^-1^-1^-1^0^0^8782430568515858^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://queenofthering.tv/forum/topics/espn-live-stream-online-live-houston-baptist-huskies-vs-hawaii-1
Cookie: glam_sid=116460135283952858111; ning_user=4aa4a09b-71c6-471c-a03b-7142273f7724,,wwwqueenoftheringtv
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, 13 Nov 2012 20:45:32 GMT
Connection: keep-alive