Overview

URLhttp://www.sdstallions.org
IP74.117.220.20
ASNAS4935 DirectNIC, Ltd.
Location Cayman Islands
Report completed2012-11-06 08:20:58 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: 74.117.220.20

Date Alerts / IDS URL IP
2013-03-17 07:47:551 / 2http://parolavivente.net/74.117.220.20
2013-03-17 01:03:021 / 2http://parolavivente.net/74.117.220.20
2013-03-17 01:02:061 / 2http://parolavivente.net/74.117.220.20
2013-02-12 10:00:520 / 0http://www.windowspresentationfoundation.com74.117.220.20
2012-11-16 10:38:240 / 9http://tilder77.tk/forum/index.phpshowtopic21166374.117.220.20
2012-11-16 08:18:570 / 9http://www.tilder77.tk/forum/load.php?showforum=lib74.117.220.20

Last 6 reports on ASN: AS4935 DirectNIC, Ltd.

Date Alerts / IDS URL IP
2013-03-31 01:12:410 / 3http://reportinstaller.random-logic.net/logs.asp?MSGID=1000174.117.222.24
2013-03-31 01:12:000 / 3http://reportinstaller.random-logic.net/logs.asp?MSGID=1005374.117.222.24
2013-03-31 01:11:570 / 3http://reportinstaller.random-logic.net/logs.asp?MSGID=1005174.117.222.24
2013-03-29 19:54:310 / 0http://dulemba.com/Badges/WidgetBack.jpg74.117.220.11
2013-03-26 03:25:470 / 0http://74.117.222.2474.117.222.24
2013-03-26 03:25:420 / 0http://74.117.222.2474.117.222.24



JavaScript

Executed Scripts (25)


Executed Evals (1)

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

(function(a) {
    if (!a.wpui) a.wpui = {};
    if (!a.wpui.ids) a.wpui.ids = {};
    if (!a.wpui.tabsNo) a.wpui.tabsNo = 0;
    var b = window.wpUIOpts || {};
    if (typeof b.misc_options != "undefined") {
        for (var e = b.misc_options.split("\n"), f = {}, s = 0; s < e.length; s++) {
            doo = e[s].split("=");
            f[doo[0]] = doo[1]
        }
        b.misc_opts = f
    }
    if (typeof a.wpui.getIds == "undefined") a.wpui.getIds = function(c, d) {
        var g = a.wpui.tabsNo,
            q;
        if (typeof a.wpui.ids[d] == "undefined") a.wpui.ids[d] = [];
        c = a.trim(c).replace(/\s{1,}/gm, "_").replace(/[^\-A-Za-z0-9\s_]/mg, "").toLowerCase();
        for (q in a.wpui.ids) if (a.inArray(c, a.wpui.ids[q]) != "-1" || a("#" + c).length) c = c + "-" + g;
        if (c.match(/[^\x00-\x80]+/)) c = "tabs-" + g;
        a.wpui.ids[d].push(c);
        a.wpui.tabsNo++;
        return c
    };
    a.widget("wpui.wptabs", {
        options: {
            header: "h3.wp-tab-title",
            ajaxClass: "a.wp-tab-load",
            topNav: typeof b != "undefined" && b.topNav == "on" ? true : false,
            bottomNav: typeof b != "undefined" && b.bottomNav == "on" ? true : false,
            position: "top",
            navStyle: typeof b != "undefined" ? b.tabsLinkClass : "",
            effect: typeof b != "undefined" ? b.tabsEffect : "",
            effectSpeed: typeof b != "undefined" ? b.effectSpeed : "",
            alwaysRotate: typeof b != "undefined" ? b.alwaysRotate : "",
            tabsEvent: typeof b != "undefined" ? b.tabsEvent : "",
            collapsibleTabs: typeof b != "undefined" && b.collapsibleTabs == "on" ? true : false,
            tabPrevText: typeof b != "undefined" && b.tabPrevText != "" ? b.tabPrevText : "&laquo; Previous",
            tabNextText: typeof b != "undefined" && b.tabNextText != "" ? b.tabNextText : "Next &raquo;",
            cookies: typeof b != "undefined" && b.cookies == "on" ? true : false,
            hashChange: typeof b != "undefined" && b.hashChange == "on" ? true : false,
            mouseWheel: typeof b != "undefined" ? b.mouseWheelTabs : "",
            wpuiautop: true,
            followNav: false
        },
        _create: function() {
            var c = this,
                d = this.element;
            this.jqui = this.element.hasClass("jqui-styles") ? true : false;
            this.o = this.options;
            this.header = d.children(this.o.header);
            this.mode = (this.isVertical = d.hasClass("wpui-tabs-vertical") ? true : false) ? "vertical" : "horizontal";
            this.id = d.attr("id");
            if (typeof a.wpui.ids[this.id] == "undefined") a.wpui.ids[this.id] = [];
            this.ul = a('<ul class="ui-tabs-nav" />').prependTo(this.element);
            this.o.wpuiautop && d.children("p, br").not("div.wp-tab-content > br, div.wp-tab-content > p").filter(function() {
                return a.trim(a(this).html()) === ""
            }).remove();
            this.wrap = this.header.wrap('<div class="ui-tabs-panel" />');
            this.wrap.each(function() {
                a(this).parent().append(a(this).parent().nextUntil("div.ui-tabs-panel"))
            });
            this.header.each(function() {
                var g = a(this).text(),
                    q = a(this).find(c.o.ajaxClass),
                    i = a(this).find("img"),
                    n = "";
                g = a.wpui.getIds(g, c.id);
                if (q.length) n = '<a href="' + q.attr("href") + '">' + q.text() + "</a>";
                else if (a(this).find("img").length == 1) {
                    for (; i.parent().is("h3");) i.unwrap();
                    i.removeAttr("style").css("vertical-align", "middle");
                    if (i.attr("title") != "undefined" && i.attr("title") != "" && a(this).text() == "") g = a.wpui.getIds(i.attr("title"), c.id);
                    n = '<a href="#' + g + '"><img src="' + i.attr("src") + '" title="' + i.attr("title") + '" />' + a(this).text() + "</a>"
                } else n = '<a href="#' + g + '">' + a(this).text() + "</a>";
                c.ul.append("<li>" + n + "</li>");
                q.length ? a(this).parent().remove() : a(this).parent().attr("id", g)
            }).hide();
            d.find(".ui-tabs").length || d.wrapInner('<div class="ui-tabs" />')
        },
        _init: function() {
            var c = this.element,
                d = {};
            if (this.o.effect == "slideDown") d.fx = {
                height: "toggle",
                speed: this.o.effectSpeed
            };
            else if (this.o.effect == "fadeIn") d.fx = {
                opacity: "toggle",
                speed: this.o.effectSpeed
            };
            if (this.o.cookies) d.cookie = {
                expires: 30
            };
            if (this.o.tabsEvent) d.event = this.o.tabsEvent;
            if (this.o.collapsibleTabs) d.collapsible = true;
            this.$tabs = c.children(".ui-tabs").tabs(d);
            this.setClasses();
            this.navigation();
            this.isVertical && this.goVertical();
            if (typeof a.wpui.ids.children == "undefined") a.wpui.ids.children = {};
            c.find(".wp-tab-content-wrapper").find(".wpui-hashable").each(function() {
                if (this.id) a.wpui.ids.children[this.id] = a(this).closest(".ui-tabs-panel").attr("id")
            });
            c.hasClass("wpui-sortable") && this.$tabs.find("ul.ui-tabs-nav").sortable({
                axis: "x"
            });
            this.rotate();
            c.hasClass("tabs-bottom") && this.ul.appendTo(this.ul.parent())
        },
        setClasses: function() {
            this.ul.children().eq(0).addClass("first-li");
            this.ul.children().last().addClass("last-li")
        },
        rotate: function() {
            var c = this.element.attr("class").match(/tab-rotate-(.*)/, "$1"),
                d;
            if (c) {
                c = c[1];
                if (c.match(/(\d){1,2}s/, "$1")) c = c.replace(/s$/, "") * 1E3;
                d = this.o.alwaysRotate == "always" ? true : false;
                this.$tabs.tabs("rotate", c, d)
            }
        },
        navigation: function() {
            var c = this,
                d = this.element;
            d.find("div.ui-tabs-panel").each(function(g) {
                var q = a(this).parent().children(".ui-tabs-panel").length - 1;
                !c.o.topNav || a(this).prepend('<div class="tab-top-nav" />');
                !c.o.bottomNav || a(this).append('<div class="tab-bottom-nav" />');
                if (g != 0) {
                    !c.o.topNav || a(this).children(".tab-top-nav").prepend('<a href="#" class="backward prev-tab  ui-button ui-widget ui-state-default ui-corner-all"><span class="ui-icon ui-icon-circle-triangle-w"></span>' + c.o.tabPrevText + "</a>");
                    !c.o.bottomNav || a(this).children(".tab-bottom-nav").append('<a href="#" class="backward prev-tab  ui-button ui-widget ui-state-default ui-corner-all"><span class="ui-icon ui-icon-circle-triangle-w"></span>' + c.o.tabPrevText + "</a>")
                }
                if (g != q) {
                    !c.o.topNav || a(this).children(".tab-top-nav").append('<a href="#" class="forward next-tab  ui-button ui-widget ui-state-default ui-corner-all">' + c.o.tabNextText + '<span class="ui-icon ui-icon-circle-triangle-e"></span></a>');
                    !c.o.bottomNav || a(this).children(".tab-bottom-nav").append('<a href="#" class="forward next-tab  ui-button ui-widget ui-state-default ui-corner-all">' + c.o.tabNextText + '<span class="ui-icon ui-icon-circle-triangle-e"></span></a>')
                }
            });
            d.find("a.next-tab, a.prev-tab").hover(function() {
                a(this).addClass("ui-state-hover")
            }, function() {
                a(this).removeClass("ui-state-hover")
            });
            d.find("a.next-tab, a.prev-tab").click(function() {
                a(this).is("a.next-tab") ? c.goTo("forward") : c.goTo("backward");
                return false
            })
        },
        goTo: function(c) {
            var d = this.element,
                g;
            c = c || "forward";
            g = d.find(".ui-tabs").tabs("option", "selected");
            g = c == "backward" ? g - 1 : g + 1;
            if (c == "forward" && g == d.panelength) g = 0;
            if (c == "backward" && g < 0) g = d.panelength - 1;
            this.$tabs.tabs("select", g)
        },
        changeMode: function() {
            window._oldO = this.o;
            this.destroy();
            this.element.toggleClass("wpui-tabs-vertical").wptabs(window._oldO)
        },
        binders: function() {},
        goVertical: function() {
            this.$tabs.addClass("ui-tabs-vertical ui-helper-clearfix");
            this.adjust()
        },
        adjust: function() {
            var c = this.element,
                d;
            if (this.mode == "vertical") {
                this.ul.find("li").removeClass("ui-corner-top").addClass("ui-corner-left");
                this.ul.css({
                    position: "absolute"
                }).removeClass("ui-corner-all").addClass("ui-corner-left").children().css({
                    "float": "left",
                    clear: "left",
                    position: "relative"
                });
                d = (d = c.attr("class").match(/listwidth-(\d{2,4})/, "$1")) ? d[1] : this.ul.outerWidth();
                listHeight = this.$tabs.height() / this.$tabs.outerHeight() * 100;
                ulHeight = this.ul.height();
                this.ul.width(d).height(listHeight + "%").css({
                    zIndex: "100"
                });
                this.$tabs.width(this.$tabs.parent().innerWidth());
                paneWidth = this.$tabs.width() - this.ul.width();
                this.$tabs.find(".ui-tabs-panel").css({
                    "float": "right"
                }).outerWidth(paneWidth);
                this.$tabs.css({
                    minHeight: ulHeight
                });
                if (c.hasClass("wpui-autoheight")) {
                    maxHeight = 0;
                    c.find(".ui-tabs-panel").each(function() {
                        maxHeight = Math.max(a(this).height(), maxHeight)
                    }).height(maxHeight)
                }
            } else {
                this.ul.find("li").toggleClass("ui-corner-top ui-corner-left");
                this.ul.toggleClass("ui-corner-all ui-corner-left").children().css({
                    position: "static",
                    clear: none,
                    "float": none
                });
                this.ul.height("auto").width("auto")
            }
            this.o.effect == "slideDown" && c.find(".ui-tabs").tabs({
                fx: null
            })
        },
        resize: function() {},
        _setOption: function(c, d) {
            switch (c) {
            case "mode":
                if ((d == "horizontal" || d == "vertical") && d != this.mode) this.changeMode(d);
                break;
            case "destroy":
                this.destroy()
            }
        },
        destroy: function() {
            for (this.header.show(); !this.header.parent().is(this.element);) this.header.unwrap();
            this.ul.remove();
            this.element.find(".tab-top-nav, .tab-bottom-nav").remove();
            typeof a.wpui.ids[this.id] != "undefined" && delete a.wpui.ids[this.id];
            a.Widget.prototype.destroy.call(this)
        }
    });
    a.fn.wpuiScroller = function(c) {
        var d = this;
        d.$el = jQuery(this);
        d.opts = jQuery.extend({}, jQuery.fn.wpuiScroller.defaults, c);
        d.startTop = parseInt(d.$el.css("top"), 10);
        d.limiter = d.opts.limiter ? jQuery(d.opts.limiter) : d.$el.parent().parent();
        d.startAt = parseInt(d.limiter.offset().top, 10);
        jQuery(window).scroll(function() {
            d.endAt = parseInt(d.limiter.height() + jQuery(window).height() / 2, 10);
            d.moveTo = d.startTop;
            if (jQuery(document).scrollTop() >= d.startAt) {
                d.moveTo = d.startTop + (jQuery(window).scrollTop() - d.startAt);
                if (jQuery(window).scrollTop() + jQuery(window).height() / 2 >= d.limiter.height() + d.limiter.offset().top - d.startTop) d.moveTo = d.limiter.height() - d.startTop
            }
            d.$el.css("top", d.moveTo)
        });
        return this
    };
    jQuery.fn.wpuiScroller.defaults = {
        limiter: false,
        adJust: 50
    };
    a.wpui.hasher = function() {
        if (typeof a.bbq == "undefined") return false;
        if (b.linking_history == "off") return false;
        a(window).bind("hashchange", function() {
            var c = window.location.hash.replace(/#/, ""),
                d = false;
            if (typeof a.wpui.ids.children != "undefined" && typeof a.wpui.ids.children[c] != "undefined") {
                d = c;
                c = a.wpui.ids.children[c]
            }
            for (var g in a.wpui.ids) if (a.inArray(c, a.wpui.ids[g]) != "-1") {
                var q = a.wpui.ids[g].indexOf(c),
                    i, n;
                i = a("#" + g).children(".ui-tabs");
                i.length && a.wpui.scrollTo(i, function() {
                    i.tabs("select", q)
                });
                n = a("#" + g).children(".ui-accordion");
                n.length && a.wpui.scrollTo(n, function() {
                    n.accordion("activate", q)
                })
            }
            if (d) c = d;
            a("#" + c).parent().is(".wp-spoiler") && a("#" + c).parent().wpspoiler("toggle");
            a("#" + c).is(".wp-spoiler") && a("#" + c).wpspoiler("toggle");
            if (typeof c != "undefined" && c != "") window.location.hash = c
        }).trigger("hashchange")
    };
    a.wpui.hasher2 = function() {
        if (typeof a.bbq == "undefined") return false;
        a(window).bind("hashchange", function() {
            var c = a.bbq.getState(),
                d = a({}),
                g = false;
            for (kin in c) {
                d = a("#" + kin);
                kin == "scrollto" && a.wpui.scrollTo(c[kin]);
                if (d.is(".wp-tabs")) {
                    d.children(".ui-tabs").tabs("select", parseInt(c[kin], 10));
                    g = d.children(".ui-tabs")
                }
                if (d.is(".wp-accordion")) {
                    d.children(".ui-accordion").accordion("activate", parseInt(c[kin], 10));
                    g = d.children(".ui-accordion")
                }
                if (d.is(".wp-spoiler")) {
                    d.wpspoiler("toggle");
                    g = d
                }
            }
            g && a.wpui.scrollTo(g)
        }).trigger("hashchange")
    };
    a.wpui.scrollTo = function(c, d) {
        d = d || false;
        c = typeof c == "string" ? a("#" + c) : c;
        if (!c.length) return false;
        a("html").animate({
            scrollTop: c.offset().top - 30
        }, typeof b != "undefined" ? b.effectSpeed : 100, function() {
            typeof d == "function" && d()
        });
        return c
    }
})(jQuery);
jQuery(function() {
    typeof wpUIOpts != "undefined" && typeof wpUIOpts.misc_opts != "undefined" && wpUIOpts.misc_opts.hashing_method == 2 ? jQuery.wpui.hasher2() : jQuery.wpui.hasher()
});
(function(a) {
    a.widget("wpui.wpaccord", {
        options: {
            header: "h3.wp-tab-title",
            content: "div.wp-tab-content",
            ajaxClass: "a.wp-tab-load",
            effect: typeof wpUIOpts != "undefined" ? wpUIOpts.accordEffect : "",
            autoHeight: typeof wpUIOpts != "undefined" && wpUIOpts.accordAutoHeight == "on" ? true : false,
            collapse: typeof wpUIOpts != "undefined" && wpUIOpts.accordCollapsible == "on" ? true : false,
            easing: typeof wpUIOpts != "undefined" ? wpUIOpts.accordEasing : "",
            accordEvent: typeof wpUIOpts != "undefined" ? wpUIOpts.accordEvent : "",
            wpuiautop: true,
            hashChange: true,
            template: '<div class="wp-tab-content"><div class="wp-tab-content-wrapper">{$content}</div></div>'
        },
        _create: function() {
            self = this;
            $this = this.element;
            this.o = this.options;
            this.header = $this.find(this.o.header);
            this.id = $this.attr("id");
            this.o.wpuiautop && $this.find("p, br").not(this.o.content + " > br, " + this.o.content + ".wp-tab-content > p").filter(function() {
                return a.trim(a(this).html()) === ""
            }).remove();
            $this.find(this.o.header + "," + this.o.content).wrapAll('<div class="accordion" />');
            this.header.each(function() {
                var b = a(this).text(),
                    e = a(this).children(self.o.ajaxClass);
                a(this).find("img");
                b = a.wpui.getIds(b, self.id);
                a(this).attr("id", b);
                e.length && a("<div />").load(e.attr("href"), function(f) {
                    a(this).html(self.o.template.replace(/\{\$content\}/, f))
                }).insertAfter(this)
            })
        },
        _init: function() {
            var b = {};
            b.autoHeight = this.o.autoHeight ? true : false;
            if (this.o.collapsible) {
                b.collapsible = true;
                b.active = false
            }
            if (this.o.easing) b.animated = this.o.easing;
            b.event = this.o.accordEvent;
            this.accordion = $this.children(".accordion").accordion(b);
            if (activePanel = $this.attr("class").match(/acc-active-(\d){1}/im)) this.accordion.accordion("activate", parseInt(activePanel[1], 10));
            if ($this.hasClass("wpui-sortable")) {
                this.header.each(function() {
                    a(this).wrap('<div class="acc-group" />');
                    a(this).parent().next().insertAfter(this)
                });
                this.accordion.accordion({
                    header: "> div.acc-group > " + self.o.header
                }).sortable({
                    handle: self.o.header,
                    axis: "y",
                    stop: function(e, f) {
                        f.item.children("h3").triggerHandler("focusout")
                    }
                })
            }
            this.rotate();
            if (typeof a.wpui.ids.children == "undefined") a.wpui.ids.children = {};
            $this.find(".wp-tab-content-wrapper").contents().each(function() {
                if (this.id) a.wpui.ids.children[this.id] = a(this).closest(".ui-accordion-content").attr("id")
            })
        },
        _setOption: function(b) {
            switch (b) {
            case "destroy":
                this.destroy()
            }
            a.Widget.prototype._setOption.apply(this, arguments)
        },
        rotate: function() {
            var b = this,
                e = this.element.attr("class").match(/tab-rotate-(.*)/, "$1"),
                f;
            if (e) {
                e = e[1];
                if (e.match(/(\d){1,2}s/, "$1")) e = e.replace(/s$/, "") * 1E3;
                cPanel = this.accordion.accordion("option", "active");
                tPanel = this.accordion.children().length / 2 - 1;
                f = setInterval(function() {
                    b.accordion.accordion("activate", cPanel > tPanel ? 0 : cPanel++)
                }, e);
                b.accordion.children(":nth-child(odd)").bind("click", function() {
                    clearInterval(f)
                })
            }
        },
        destroy: function() {
            this.header.unwrap();
            this.header.attr("class", this.o.header.replace(/.{1,6}\./, ""));
            this.header.siblings(this.o.content).attr("class", this.o.content.replace(/.{1,6}\./, "")).removeAttr("id").show();
            a.Widget.prototype.destroy.call(this)
        }
    })
})(jQuery);
(function(a) {
    if (!a.wpui) a.wpui = {};
    a.wpui._spoilerHashSet = false;
    a.widget("wpui.wpspoiler", {
        options: {
            hideText: typeof wpUIOpts != "undefined" ? wpUIOpts.spoilerHideText : "",
            showText: typeof wpUIOpts != "undefined" ? wpUIOpts.spoilerShowText : "",
            fade: true,
            slide: true,
            speed: 600,
            spanClass: ".toggle_text",
            headerClass: "h3.ui-collapsible-header",
            openIconClass: "ui-icon-triangle-1-s",
            closeIconClass: "ui-icon-triangle-1-e",
            autoOpen: false
        },
        _create: function() {
            this._isOpen = false;
            this._trigger("create");
            this._spoil();
            this._hashSet = false;
            a.wpui.wpspoiler.instances[this.element.attr("id")] = this.element
        },
        _spoil: function() {
            this.o = this.options;
            this._trigger("init");
            this.element.addClass("ui-widget ui-collapsible ui-helper-reset");
            this.header = this.element.children("h3").first();
            this.content = this.header.next("div");
            this.header.prepend('<span class="ui-icon ' + this.o.openIconClass + '" />').append('<span class="' + this._stripPre(this.o.spanClass) + '" />');
            this.header.addClass("ui-collapsible-header ui-state-default ui-widget-header ui-helper-reset ui-corner-top ui-state-active").children(this.o.spanClass).html(this.o.showText);
            this.content.addClass("ui-helper-reset ui-state-default ui-widget-content ui-collapsible-content ui-collapsible-hide").wrapInner('<div class="ui-collapsible-wrapper" />');
            this.animOpts = {};
            if (this.o.fade) this.animOpts.opacity = "toggle";
            if (this.o.slide) this.animOpts.height = "toggle"
        },
        _init: function() {
            var b = this;
            this._isOpen = false;
            if (this.header.data("showtext")) this.options.showText = this.header.data("showtext");
            if (this.header.data("hidetext")) this.options.hideText = this.header.data("hidetext");
            if (this.options.autoOpen || this.header.hasClass("open-true")) this.toggle();
            b.header.bind("click.wpspoiler", function() {
                b.toggle()
            }).hover(function() {
                a(this).toggleClass("ui-state-hover")
            });
            this.content.find(".close-spoiler").wrapInner('<span class="ui-button-text" />').addClass("ui-state-default ui-widget ui-corner-all ui-button-text-only").click(function() {
                b.toggle();
                return false
            });
            b.toggle()
        },
        _stripPre: function(b) {
            return b.replace(/^(\.|#)/, "")
        },
        toggle: function() {
            var b = !this.isOpen() ? this.options.showText : this.options.hideText;
            this.header.toggleClass("ui-corner-top ui-corner-all ui-state-active").children(".ui-icon").toggleClass(this.options.openIconClass + " " + this.options.closeIconClass).siblings("span").html(b);
            this.animate();
            if (this.isOpen()) {
                this._trigger("close");
                this._isOpen = false
            } else {
                this._trigger("open");
                this._isOpen = true
            }
        },
        open: function() {
            this.isOpen() && this.toggle()
        },
        close: function() {
            this.isOpen() || this.toggle()
        },
        animate: function() {
            this.content.animate(this.animOpts, this.options.speed, this.options.easing, function() {})
        },
        isOpen: function() {
            return this._isOpen
        },
        destroy: function() {
            this.header.removeClass("ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset").find("span").remove();
            this.header.unbind("click.wpspoiler");
            this.content.children().unwrap().end().removeClass("ui-collapsible-content ui-corner-bottom ui-helper-reset");
            this.removeClass("ui-collapsible ui-widget");
            a.Widget.prototype.destroy.call(this)
        },
        _getOtherInstances: function(b) {
            var e = this.element;
            return b ? a.wpui.wpspoiler.instances : a.grep(a.wpui.wpspoiler.instances, function(f) {
                return f != e
            })
        },
        _setOption: function(b, e) {
            this.options[b] = e;
            switch (b) {
            case "open":
            case "close":
            case "toggle":
                this.toggle();
                break;
            case "destroy":
                this.destroy();
                break;
            case "status":
                return this._isOpen() ? "open" : "closed";
            case "goto":
                return this.hashGo(e)
            }
        }
    });
    a.extend(a.wpui.wpspoiler, {
        instances: {}
    });
    a.fn.wpspoilerHash = function() {
        if (a.wpui._spoilerHashSet) return this;
        a(window).bind("hashchange", function() {
            var b = a.bbq.getState(),
                e = a.wpui.wpspoiler.instances;
            if (typeof b == "object" && typeof e == "object") {
                for (so in b) if (b[so] instanceof Array) for (var f = b[so].length; f--;) e[b[so]] && e[b[so][f]].wpspoiler(so);
                else e[b[so]] && e[b[so]].wpspoiler(so);
                return false
            }
        });
        a(window).trigger("hashchange");
        a.wpui._spoilerHashSet = true;
        return this
    };
    a.widget("wpui.wpuiClickReveal", {
        options: {
            spanClass: "span.wpui-click-reveal",
            showText: "<b>spoiler!</b>",
            hideText: "<b>Hide</b>",
            autoShow: false
        },
        _state: "off",
        instances: {},
        _create: function() {
            var b = this.element;
            this.handle = a('<span class="wpui-click-handle">' + this.options.showText + "</span>").insertBefore(b)
        },
        _init: function() {
            var b = this;
            if (this.options.autoShow) this._getState("on");
            else {
                this.element.toggle();
                this._getState("off")
            }
            this.handle.click(function() {
                b.element.toggle("fast", function() {
                    b._getState(this._state == "on" ? "off" : "on")
                })
            })
        },
        _getState: function(b) {
            return b ? this._state = b : this._state
        },
        _destroy: function() {}
    })
})(jQuery);
jQuery(document).ready(function() {
    jQuery(".wpui-click-reveal").wpuiClickReveal()
});
if (typeof String.prototype.trim !== "function") String.prototype.trim = function() {
    return this.replace(/^\s+|\s+$/g, "")
};
if (!Array.indexOf) Array.prototype.indexOf = function(a) {
    for (var b = 0; b < this.length; b++) if (this[b] == a) return b
};
jQuery.cookie = function(a, b, e) {
    if (arguments.length > 1 && (b === null || typeof b !== "object")) {
        e = jQuery.extend({}, e);
        if (b === null) e.expires = -1;
        if (typeof e.expires === "number") {
            var f = e.expires,
                s = e.expires = new Date;
            s.setDate(s.getDate() + f)
        }
        return document.cookie = [encodeURIComponent(a), "=", e.raw ? String(b) : encodeURIComponent(String(b)), e.expires ? "; expires=" + e.expires.toUTCString() : "", e.path ? "; path=" + e.path : "", e.domain ? "; domain=" + e.domain : "", e.secure ? "; secure" : ""].join("")
    }
    e = b || {};
    s = e.raw ?
    function(c) {
        return c
    } : decodeURIComponent;
    return (f = RegExp("(?:^|; )" + encodeURIComponent(a) + "=([^;]*)").exec(document.cookie)) ? s(f[1]) : null
};
if (typeof wpUIOpts == "object" && wpUIOpts.docWriteFix == "on") {
    var docWriteTxt = "";
    jQuery(function() {
        document.write = function(a) {
            docWriteTxt += a
        };
        jQuery(docWriteTxt).appendTo("body")
    })
}(function(a, b) {
    function e(h) {
        return typeof h === "string"
    }
    function f(h) {
        var k = q.call(arguments, 1);
        return function() {
            return h.apply(this, k.concat(q.call(arguments)))
        }
    }
    function s(h, k, l, o, C) {
        var x;
        if (o !== g) {
            k = l.match(h ? /^([^#]*)\#?(.*)$/ : /^([^#?]*)\??([^#]*)(#?.*)/);
            l = k[3] || "";
            if (C === 2 && e(o)) o = o.replace(h ? J : K, "");
            else {
                x = p(k[2]);
                o = e(o) ? p[h ? A : z](o) : o;
                o = C === 2 ? o : C === 1 ? a.extend({}, o, x) : a.extend({}, x, o);
                o = n(o);
                if (h) o = o.replace(L, i)
            }
            h = k[1] + (h ? "#" : o || !k[1] ? "?" : "") + o + l
        } else h = k(l !== g ? l : b[I][F]);
        return h
    }
    function c(h, k, l) {
        if (k === g || typeof k === "boolean") {
            l = k;
            k = n[h ? A : z]()
        } else k = e(k) ? k.replace(h ? J : K, "") : k;
        return p(k, l)
    }
    function d(h, k, l, o) {
        if (!e(l) && typeof l !== "object") {
            o = l;
            l = k;
            k = g
        }
        return this.each(function() {
            var C = a(this),
                x = k || j()[(this.nodeName || "").toLowerCase()] || "",
                u = x && C.attr(x) || "";
            C.attr(x, n[h](u, l, o))
        })
    }
    var g, q = Array.prototype.slice,
        i = decodeURIComponent,
        n = a.param,
        m, p, r, w = a.bbq = a.bbq || {},
        v, t, j, G = a.event.special,
        z = "querystring",
        A = "fragment",
        I = "location",
        F = "href",
        K = /^.*\?|#.*$/g,
        J = /^.*\#/,
        L, M = {};
    n[z] = f(s, 0, function(h) {
        return h.replace(/(?:^[^?#]*\?([^#]*).*$)?.*/, "$1")
    });
    n[A] = m = f(s, 1, function(h) {
        return h.replace(/^[^#]*#?(.*)$/, "$1")
    });
    m.noEscape = function(h) {
        h = a.map((h || "").split(""), encodeURIComponent);
        L = RegExp(h.join("|"), "g")
    };
    m.noEscape(",/");
    a.deparam = p = function(h, k) {
        var l = {},
            o = {
                "true": true,
                "false": false,
                "null": null
            };
        a.each(h.replace(/\+/g, " ").split("&"), function(C, x) {
            var u = x.split("="),
                B = i(u[0]),
                H = l,
                E = 0,
                y = B.split("]["),
                D = y.length - 1;
            if (/\[/.test(y[0]) && /\]$/.test(y[D])) {
                y[D] = y[D].replace(/\]$/, "");
                y = y.shift().split("[").concat(y);
                D = y.length - 1
            } else D = 0;
            if (u.length === 2) {
                u = i(u[1]);
                if (k) u = u && !isNaN(u) ? +u : u === "undefined" ? g : o[u] !== g ? o[u] : u;
                if (D) for (; E <= D; E++) {
                    B = y[E] === "" ? H.length : y[E];
                    H = H[B] = E < D ? H[B] || (y[E + 1] && isNaN(y[E + 1]) ? {} : []) : u
                } else if (a.isArray(l[B])) l[B].push(u);
                else l[B] = l[B] !== g ? [l[B], u] : u
            } else if (B) l[B] = k ? g : ""
        });
        return l
    };
    p[z] = f(c, 0);
    p[A] = r = f(c, 1);
    a.elemUrlAttr || (a.elemUrlAttr = function(h) {
        return a.extend(M, h)
    })({
        a: F,
        base: F,
        iframe: "src",
        img: "src",
        input: "src",
        form: "action",
        link: F,
        script: "src"
    });
    j = a.elemUrlAttr;
    a.fn[z] = f(d, z);
    a.fn[A] = f(d, A);
    w.pushState = v = function(h, k) {
        if (e(h) && /^#/.test(h) && k === g) k = 2;
        var l = h !== g;
        l = m(b[I][F], l ? h : {}, l ? k : 2);
        b[I][F] = l + (/#/.test(l) ? "" : "#")
    };
    w.getState = t = function(h, k) {
        return h === g || typeof h === "boolean" ? r(h) : r(k)[h]
    };
    w.removeState = function(h) {
        var k = {};
        if (h !== g) {
            k = t();
            a.each(a.isArray(h) ? h : arguments, function(l, o) {
                delete k[o]
            })
        }
        v(k, 2)
    };
    G.hashchange = a.extend(G.hashchange, {
        add: function(h) {
            function k(o) {
                var C = o[A] = m();
                o.getState = function(x, u) {
                    return x === g || typeof x === "boolean" ? p(C, x) : p(C, u)[x]
                };
                l.apply(this, arguments)
            }
            var l;
            if (a.isFunction(h)) {
                l = h;
                return k
            } else {
                l = h.handler;
                h.handler = k
            }
        }
    })
})(jQuery, this);
(function(a, b, e) {
    function f(m) {
        m = m || b[d][g];
        return m.replace(/^[^#]*#?(.*)$/, "$1")
    }
    var s, c = a.event.special,
        d = "location",
        g = "href",
        q = document.documentMode,
        i = a.browser.msie && (q === e || q < 8),
        n = "onhashchange" in b && !i;
    a.hashchangeDelay = 100;
    c.hashchange = a.extend(c.hashchange, {
        setup: function() {
            if (n) return false;
            a(s.start)
        },
        teardown: function() {
            if (n) return false;
            a(s.stop)
        }
    });
    s = function() {
        function m() {
            v = t = function(j) {
                return j
            };
            if (i) {
                w = a('<iframe src="javascript:0"/>').hide().insertAfter("body")[0].contentWindow;
                t = function() {
                    return f(w.document[d][g])
                };
                v = function(j, G) {
                    if (j !== G) {
                        var z = w.document;
                        z.open().close();
                        z[d].hash = "#" + j
                    }
                };
                v(f())
            }
        }
        var p = {},
            r, w, v, t;
        p.start = function() {
            if (!r) {
                var j = f();
                v || m();
                (function G() {
                    var z = f(),
                        A = t(j);
                    if (z !== j) {
                        v(j = z, A);
                        a(b).trigger("hashchange")
                    } else if (A !== j) b[d][g] = b[d][g].replace(/#.*/, "") + "#" + A;
                    r = setTimeout(G, a.hashchangeDelay)
                })()
            }
        };
        p.stop = function() {
            if (!w) {
                r && clearTimeout(r);
                r = 0
            }
        };
        return p
    }()
})(jQuery, this);
jQuery.fn.extend({
    hashchange: function(a) {
        return a ? this.bind("hashchange", a) : this.trigger("hashchange")
    }
});
var JSON;
JSON || (JSON = {});
(function() {
    function a(i) {
        return i < 10 ? "0" + i : i
    }
    function b(i) {
        s.lastIndex = 0;
        return s.test(i) ? '"' + i.replace(s, function(n) {
            var m = g[n];
            return typeof m === "string" ? m : "\\u" + ("0000" + n.charCodeAt(0).toString(16)).slice(-4)
        }) + '"' : '"' + i + '"'
    }
    function e(i, n) {
        var m, p, r, w, v = c,
            t, j = n[i];
        if (j && typeof j === "object" && typeof j.toJSON === "function") j = j.toJSON(i);
        if (typeof q === "function") j = q.call(n, i, j);
        switch (typeof j) {
        case "string":
            return b(j);
        case "number":
            return isFinite(j) ? String(j) : "null";
        case "boolean":
        case "null":
            return String(j);
        case "object":
            if (!j) return "null";
            c += d;
            t = [];
            if (Object.prototype.toString.apply(j) === "[object Array]") {
                w = j.length;
                for (m = 0; m < w; m += 1) t[m] = e(m, j) || "null";
                r = t.length === 0 ? "[]" : c ? "[\n" + c + t.join(",\n" + c) + "\n" + v + "]" : "[" + t.join(",") + "]";
                c = v;
                return r
            }
            if (q && typeof q === "object") {
                w = q.length;
                for (m = 0; m < w; m += 1) if (typeof q[m] === "string") {
                    p = q[m];
                    if (r = e(p, j)) t.push(b(p) + (c ? ": " : ":") + r)
                }
            } else for (p in j) if (Object.prototype.hasOwnProperty.call(j, p)) if (r = e(p, j)) t.push(b(p) + (c ? ": " : ":") + r);
            r = t.length === 0 ? "{}" : c ? "{\n" + c + t.join(",\n" + c) + "\n" + v + "}" : "{" + t.join(",") + "}";
            c = v;
            return r
        }
    }
    if (typeof Date.prototype.toJSON !== "function") {
        Date.prototype.toJSON = function() {
            return isFinite(this.valueOf()) ? this.getUTCFullYear() + "-" + a(this.getUTCMonth() + 1) + "-" + a(this.getUTCDate()) + "T" + a(this.getUTCHours()) + ":" + a(this.getUTCMinutes()) + ":" + a(this.getUTCSeconds()) + "Z" : null
        };
        String.prototype.toJSON = Number.prototype.toJSON = Boolean.prototype.toJSON = function() {
            return this.valueOf()
        }
    }
    var f = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        s = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        c, d, g = {
            "\u0008": "\\b",
            "\t": "\\t",
            "\n": "\\n",
            "\u000c": "\\f",
            "\r": "\\r",
            '"': '\\"',
            "\\": "\\\\"
        },
        q;
    if (typeof JSON.stringify !== "function") JSON.stringify = function(i, n, m) {
        var p;
        d = c = "";
        if (typeof m === "number") for (p = 0; p < m; p += 1) d += " ";
        else if (typeof m === "string") d = m;
        if ((q = n) && typeof n !== "function" && (typeof n !== "object" || typeof n.length !== "number")) throw Error("JSON.stringify");
        return e("", {
            "": i
        })
    };
    if (typeof JSON.parse !== "function") JSON.parse = function(i, n) {
        function m(r, w) {
            var v, t, j = r[w];
            if (j && typeof j === "object") for (v in j) if (Object.prototype.hasOwnProperty.call(j, v)) {
                t = m(j, v);
                if (t !== undefined) j[v] = t;
                else delete j[v]
            }
            return n.call(r, w, j)
        }
        var p;
        i = String(i);
        f.lastIndex = 0;
        if (f.test(i)) i = i.replace(f, function(r) {
            return "\\u" + ("0000" + r.charCodeAt(0).toString(16)).slice(-4)
        });
        if (/^[\],:{}\s]*$/.test(i.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, "@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, "]").replace(/(?:^|:|,)(?:\s*\[)+/g, ""))) {
            p = eval("(" + i + ")");
            return typeof n === "function" ? m({
                "": p
            }, "") : p
        }
        throw new SyntaxError("JSON.parse");
    }
})();
(function(a) {
    function b(f) {
        var s = [].slice.call(arguments, 1),
            c = 0;
        f = a.event.fix(f || window.event);
        f.type = "mousewheel";
        if (f.wheelDelta) c = f.wheelDelta / 120;
        if (f.detail) c = -f.detail / 3;
        s.unshift(f, c);
        return a.event.handle.apply(this, s)
    }
    var e = ["DOMMouseScroll", "mousewheel"];
    a.event.special.mousewheel = {
        setup: function() {
            if (this.addEventListener) for (var f = e.length; f;) this.addEventListener(e[--f], b, false);
            else this.onmousewheel = b
        },
        teardown: function() {
            if (this.removeEventListener) for (var f = e.length; f;) this.removeEventListener(e[--f], b, false);
            else this.onmousewheel = null
        }
    };
    a.fn.extend({
        mousewheel: function(f) {
            return f ? this.bind("mousewheel", f) : this.trigger("mousewheel")
        },
        unmousewheel: function(f) {
            return this.unbind("mousewheel", f)
        }
    })
})(jQuery);
jQuery(document).ready(function() {
    if (typeof wpUIOpts == "object") {
        wpUIOpts.enablePagination == "on" && typeof jQuery.fn.wpuiPager == "function" && jQuery("div.wpui-pages-holder").wpuiPager();
        wpUIOpts.enableTabs == "on" && typeof jQuery.fn.wptabs == "function" && jQuery("div.wp-tabs").wptabs();
        wpUIOpts.enableSpoilers == "on" && typeof jQuery.fn.wpspoiler == "function" && jQuery(".wp-spoiler").wpspoiler();
        wpUIOpts.enableAccordion == "on" && typeof jQuery.fn.wpaccord == "function" && jQuery(".wp-accordion").wpaccord()
    }
});

Executed Writes (0)



HTTP Transactions (70)


Request Response
GET / HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
X-Pingback: http://www.sdstallions.org/xmlrpc.php
Connection: close
Transfer-Encoding: chunked
GET /ajax/libs/jquery/1.5.1/jquery.min.js?ver=1.5.1 HTTP/1.1

Host: ajax.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Thu, 01 Nov 2012 13:47:19 GMT
Expires: Fri, 01 Nov 2013 13:47:19 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 29715
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 408778
GET /wp-content/themes/fullscreen/css/jquery.fancybox.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:06 GMT
Etag: &quot;1004e2c2-1600-4c9865f2f7cd5&quot;
Accept-Ranges: bytes
Content-Length: 5632
Connection: close
GET /wp-content/themes/fullscreen/css/jquery.colorpicker.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:05 GMT
Etag: &quot;1004e2c1-c6e-4c9865f22133d&quot;
Accept-Ranges: bytes
Content-Length: 3182
Connection: close
GET /wp-content/themes/fullscreen/css/reset.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:08 GMT
Etag: &quot;1004e2c5-3c4-4c9865f48cd4d&quot;
Accept-Ranges: bytes
Content-Length: 964
Connection: close
GET /wp-content/themes/fullscreen/css/contact.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:04 GMT
Etag: &quot;1004e2be-1488-4c9865f1286c5&quot;
Accept-Ranges: bytes
Content-Length: 5256
Connection: close
GET /wp-content/themes/fullscreen/css/comments.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:04 GMT
Etag: &quot;1004e2bf-1360-4c9865f1286c5&quot;
Accept-Ranges: bytes
Content-Length: 4960
Connection: close
GET /wp-content/themes/fullscreen/css/portfolio.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:17 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:08 GMT
Etag: &quot;1004e2c4-b3c-4c9865f4809fd&quot;
Accept-Ranges: bytes
Content-Length: 2876
Connection: close
GET /wp-content/themes/fullscreen/css/anythingslider.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:04 GMT
Etag: &quot;1004e2ba-1359-4c9865f082e55&quot;
Accept-Ranges: bytes
Content-Length: 4953
Connection: close
GET /wp-content/themes/fullscreen/css/jquery.mCustomScrollbar.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:06 GMT
Etag: &quot;1004e2c3-1abb-4c9865f34cc35&quot;
Accept-Ranges: bytes
Content-Length: 6843
Connection: close
GET /wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.2.1 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Thu, 13 Sep 2012 00:48:01 GMT
Etag: &quot;f0272bf4-377-4c98aa8c9e46d&quot;
Accept-Ranges: bytes
Content-Length: 887
Connection: close
GET /wp-content/plugins/column-shortcodes/assets/css/shortcodes.css?ver=0.1 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 19 Sep 2012 05:36:20 GMT
Etag: &quot;5004a853-59a-4ca0762f64793&quot;
Accept-Ranges: bytes
Content-Length: 1434
Connection: close
GET /wp-content/plugins/wp-ui/js/wp-ui.js?ver=0.8.5 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 19 Sep 2012 23:55:34 GMT
Etag: &quot;7004330a-4ae4-4ca16be1ad5c4&quot;
Accept-Ranges: bytes
Content-Length: 19172
Connection: close
GET /css?family=Lobster HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.sdstallions.org/wp-content/themes/fullscreen/css/jquery.mCustomScrollbar.css?ver=3.4.2
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Tue, 06 Nov 2012 07:20:18 GMT
Date: Tue, 06 Nov 2012 07:20:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 217
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /css?family=Yanone+Kaffeesatz:extralight HTTP/1.1

Host: fonts.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.sdstallions.org/wp-content/themes/fullscreen/css/jquery.mCustomScrollbar.css?ver=3.4.2
HTTP/1.1 200 OK

Content-Type: text/css
Expires: Tue, 06 Nov 2012 07:20:18 GMT
Date: Tue, 06 Nov 2012 07:20:18 GMT
Cache-Control: private, max-age=86400
Content-Length: 316
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /ajax/libs/jqueryui/1.8.21/jquery-ui.min.js?ver=1.8.21 HTTP/1.1

Host: ajax.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Wed, 06 Jun 2012 18:22:50 GMT
Date: Thu, 01 Nov 2012 01:10:01 GMT
Expires: Fri, 01 Nov 2013 01:10:01 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 51901
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 454217
GET /wp-content/plugins/wp-ui/wp-ui.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 19 Sep 2012 23:55:34 GMT
Etag: &quot;a193c86d-82f1-4ca16be1add94&quot;
Accept-Ranges: bytes
Content-Length: 33521
Connection: close
GET /wp-content/plugins/websimon-tables/css/table_skins.php HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
Connection: close
Transfer-Encoding: chunked
GET /wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 01:21:52 GMT
Etag: &quot;e03942ca-176-4c977040810f2&quot;
Accept-Ranges: bytes
Content-Length: 374
Connection: close
GET /wp-content/plugins/wp-ui/css/wpui-light.css?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 19 Sep 2012 23:55:34 GMT
Etag: &quot;d028a8f5-3812-4ca16be191874&quot;
Accept-Ranges: bytes
Content-Length: 14354
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.colorpicker.js?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:04 GMT
Etag: &quot;400420d3-4134-4c98662a945fd&quot;
Accept-Ranges: bytes
Content-Length: 16692
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.mCustomScrollbar.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:06 GMT
Etag: &quot;400420d8-303f-4c98662bb9195&quot;
Accept-Ranges: bytes
Content-Length: 12351
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.easing.1.3.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:05 GMT
Etag: &quot;400420d5-1fa1-4c98662b10e2d&quot;
Accept-Ranges: bytes
Content-Length: 8097
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.mousewheel.min.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:06 GMT
Etag: &quot;400420d9-570-4c98662bd00c5&quot;
Accept-Ranges: bytes
Content-Length: 1392
Connection: close
GET /wp-content/themes/fullscreen/js/cufon.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:01 GMT
Etag: &quot;400420cf-4752-4c98662752e0d&quot;
Accept-Ranges: bytes
Content-Length: 18258
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.cookie.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:04 GMT
Etag: &quot;400420d4-1096-4c98662a81d1d&quot;
Accept-Ranges: bytes
Content-Length: 4246
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.fancybox.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:05 GMT
Etag: &quot;400420d6-698b-4c98662b3ec8d&quot;
Accept-Ranges: bytes
Content-Length: 27019
Connection: close
GET /wp-content/themes/fullscreen/js/themebox.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:08 GMT
Etag: &quot;400420de-892-4c98662e1652d&quot;
Accept-Ranges: bytes
Content-Length: 2194
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.anythingslider.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:04 GMT
Etag: &quot;400420d1-766c-4c986629df775&quot;
Accept-Ranges: bytes
Content-Length: 30316
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.ba-resize.min.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:04 GMT
Etag: &quot;400420d2-44a-4c986629eca65&quot;
Accept-Ranges: bytes
Content-Length: 1098
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.infieldlabel.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:05 GMT
Etag: &quot;400420d7-119e-4c98662b78e3d&quot;
Accept-Ranges: bytes
Content-Length: 4510
Connection: close
GET /wp-content/themes/fullscreen/js/jquery.scrollTo.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:06 GMT
Etag: &quot;400420da-1e23-4c98662c1a445&quot;
Accept-Ranges: bytes
Content-Length: 7715
Connection: close
GET /wp-content/plugins/wp-ui/css/css.php?styles=wpui-light%7Cwpui-blue%7Cwpui-red%7Cwpui-green%7Cwpui-dark%7Cwpui-quark%7Cwpui-alma%7Cwpui-macish%7Cwpui-redmond%7Cwpui-sevin&ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org
GET /wp-content/plugins/wp-ui/css/css.php?styles=wpui-light%7Cwpui-blue%7Cwpui-red%7Cwpui-green%7Cwpui-dark%7Cwpui-quark%7Cwpui-alma%7Cwpui-macish%7Cwpui-redmond%7Cwpui-sevin&amp;ver=3.4.2 HTTP/1.1

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
Cache-Control: must-revalidate
Expires: Wed, 07 Nov 2012 03:20:18 GMT
Connection: close
Transfer-Encoding: chunked
GET /wp-content/themes/fullscreen/css/reset.css HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:08 GMT
Etag: &quot;1004e2c5-3c4-4c9865f48cd4d&quot;
Accept-Ranges: bytes
Content-Length: 964
Connection: close
GET /wp-content/plugins/contact-form-7/includes/js/jquery.form.js?ver=3.14 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Thu, 13 Sep 2012 00:48:01 GMT
Etag: &quot;4157d-38fd-4c98aa8c9f025&quot;
Accept-Ranges: bytes
Content-Length: 14589
Connection: close
GET /wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.2.1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 00:02:53 GMT
Etag: &quot;4157c-1a21-4c99e25424687&quot;
Accept-Ranges: bytes
Content-Length: 6689
Connection: close
GET /wp-content/themes/fullscreen/js/jquery-ui.min.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:18 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:02 GMT
Etag: &quot;400420d0-307bc-4c9866286162d&quot;
Accept-Ranges: bytes
Content-Length: 198588
Connection: close
GET /wp-includes/js/comment-reply.js?ver=3.4.2 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 02 Jan 2009 15:08:58 GMT
Etag: &quot;1004741c-312-45f8152001680&quot;
Accept-Ranges: bytes
Content-Length: 786
Connection: close
GET /wp-content/themes/fullscreen/js/script.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:08 GMT
Etag: &quot;400420dd-914a-4c98662d9c40d&quot;
Accept-Ranges: bytes
Content-Length: 37194
Connection: close
GET /wp-content/uploads/2012/09/coming_soon.jpg HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Thu, 13 Sep 2012 00:57:07 GMT
Etag: &quot;f106caf4-24cd-4c98ac95b5725&quot;
Accept-Ranges: bytes
Content-Length: 9421
Connection: close
GET /wp-content/themes/fullscreen/css/screen.css HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/css
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:09 GMT
Etag: &quot;1004e2c6-97ac-4c9865f5bcc95&quot;
Accept-Ranges: bytes
Content-Length: 38828
Connection: close
GET /wp-content/themes/fullscreen/images/icon1.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:46 GMT
Etag: &quot;20044025-5bf-4c9866194d85d&quot;
Accept-Ranges: bytes
Content-Length: 1471
Connection: close
GET /wp-content/themes/fullscreen/images/icon2.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:46 GMT
Etag: &quot;20044026-63a-4c986619808c5&quot;
Accept-Ranges: bytes
Content-Length: 1594
Connection: close
GET /wp-content/themes/fullscreen/images/icon3.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:47 GMT
Etag: &quot;20044027-651-4c9866199cde5&quot;
Accept-Ranges: bytes
Content-Length: 1617
Connection: close
GET /wp-content/themes/fullscreen/lib/timthumb/timthumb.php?src=http://www.sdstallions.org/wp-content/themes/fullscreen/images/thumbnail.jpg&w=84&h=84 HTTP/1.1

Host: www.sdstallions.org
GET /wp-content/themes/fullscreen/lib/timthumb/timthumb.php?src=http://www.sdstallions.org/wp-content/themes/fullscreen/images/thumbnail.jpg&amp;w=84&amp;h=84 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: jpg
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
Accept-Ranges: none
Cache-Control: max-age=864000, must-revalidate
Expires: Fri, 16 Nov 2012 07:20:21 GMT
Last-Modified: Tue, 06 Nov 2012 07:20:21 GMT
Content-Length: 1143
Connection: close
GET /wp-content/uploads/2012/09/logo.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 22:49:41 GMT
Etag: &quot;f107a5d5-e788-4c989019798fc&quot;
Accept-Ranges: bytes
Content-Length: 59272
Connection: close
GET /wp-content/themes/fullscreen/js/calibri.js?ver=1 HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-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.sdstallions.org/
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Tue, 06 Nov 2012 07:20:19 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:42:03 GMT
Etag: &quot;400420ce-8fb08-4c98662934cfd&quot;
Accept-Ranges: bytes
Content-Length: 588552
Connection: close
GET /wp-content/themes/fullscreen/images/bck_00-75.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:13 GMT
Etag: &quot;20043fe7-198-4c9865f9af875&quot;
Accept-Ranges: bytes
Content-Length: 408
Connection: close
GET /wp-content/themes/fullscreen/images/arrow-top.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:11 GMT
Etag: &quot;20043fdd-517-4c9865f761325&quot;
Accept-Ranges: bytes
Content-Length: 1303
Connection: close
GET /wp-content/themes/fullscreen/images/ico_special.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:47 GMT
Etag: &quot;20044028-1b7-4c986619ee695&quot;
Accept-Ranges: bytes
Content-Length: 439
Connection: close
GET /wp-content/themes/fullscreen/images/search.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:55 GMT
Etag: &quot;20044055-1a4-4c9866214f925&quot;
Accept-Ranges: bytes
Content-Length: 420
Connection: close
GET /wp-content/themes/fullscreen/images/gradient_top.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:46 GMT
Etag: &quot;20044024-2bd-4c98661933a4d&quot;
Accept-Ranges: bytes
Content-Length: 701
Connection: close
GET /wp-content/themes/fullscreen/images/bck_95-50.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:14 GMT
Etag: &quot;20043fef-198-4c9865fae2e6d&quot;
Accept-Ranges: bytes
Content-Length: 408
Connection: close
GET /wp-content/themes/fullscreen/images/gradient_bottom.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:46 GMT
Etag: &quot;20044023-258-4c986618e11fd&quot;
Accept-Ranges: bytes
Content-Length: 600
Connection: close
GET /wp-content/themes/fullscreen/images/bck_00-85.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:13 GMT
Etag: &quot;20043fe9-198-4c9865f9f0b6d&quot;
Accept-Ranges: bytes
Content-Length: 408
Connection: close
GET /wp-content/themes/fullscreen/images/arrow-ft-top.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:10 GMT
Etag: &quot;20043fdb-414-4c9865f6fc9c5&quot;
Accept-Ranges: bytes
Content-Length: 1044
Connection: close
GET /wp-content/themes/fullscreen/images/dots.gif HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:33 GMT
Etag: &quot;20043854-33-4c98660c67085&quot;
Accept-Ranges: bytes
Content-Length: 51
Connection: close
GET /wp-content/themes/fullscreen/images/none.gif HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:53 GMT
Etag: &quot;20044049-5c-4c98661f91485&quot;
Accept-Ranges: bytes
Content-Length: 92
Connection: close
GET /wp-content/uploads/2012/09/powerade_ani.gif HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Thu, 20 Sep 2012 23:25:51 GMT
Etag: &quot;f103fedc-28b1a-4ca2a71aab7a7&quot;
Accept-Ranges: bytes
Content-Length: 166682
Connection: close
GET /wp-content/themes/fullscreen/images/move_next.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Wed, 12 Sep 2012 19:41:52 GMT
Etag: &quot;20044045-1167-4c98661f0b3fd&quot;
Accept-Ranges: bytes
Content-Length: 4455
Connection: close
GET /wp-content/themes/fullscreen/images/cellshade.png HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.sdstallions.org/wp-content/themes/fullscreen/css/anythingslider.css?ver=3.4.2
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
X-Pingback: http://www.sdstallions.org/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Tue, 06 Nov 2012 07:20:22 GMT
Connection: close
Transfer-Encoding: chunked
GET /wp-content/uploads/2012/09/test3.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 04:31:20 GMT
Etag: &quot;f11c0d46-638a6-4c9a1e54b5380&quot;
Accept-Ranges: bytes
Content-Length: 407718
Connection: close
GET /wp-content/uploads/2012/09/test4.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 04:37:03 GMT
Etag: &quot;f11c0d45-52a77-4c9a1f9b508c0&quot;
Accept-Ranges: bytes
Content-Length: 338551
Connection: close
GET /wp-content/uploads/2012/09/test.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 04:22:12 GMT
Etag: &quot;f11c0d3a-8a4c6-4c9a1c4a28913&quot;
Accept-Ranges: bytes
Content-Length: 566470
Connection: close
GET /wp-content/uploads/2012/09/test2.png HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 07:20:21 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 04:27:01 GMT
Etag: &quot;f11c0d41-8654e-4c9a1d5dd801b&quot;
Accept-Ranges: bytes
Content-Length: 550222
Connection: close
GET /wp-content/uploads/2012/09/stallions_backdrop.jpg HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 07:20:20 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
Last-Modified: Fri, 14 Sep 2012 05:35:48 GMT
Etag: &quot;f1064385-d424d-4c9a2cbd18864&quot;
Accept-Ranges: bytes
Content-Length: 868941
Connection: close
GET /favicon.ico HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/vnd.microsoft.icon
Date: Tue, 06 Nov 2012 07:20:25 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
Content-Length: 0
Connection: close
GET /favicon.ico HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: image/vnd.microsoft.icon
Date: Tue, 06 Nov 2012 07:20:28 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
Content-Length: 0
Connection: close
GET /player-application/ HTTP/1.1

Host: www.sdstallions.org

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

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 07:20:25 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
X-Pingback: http://www.sdstallions.org/xmlrpc.php
Connection: close
Transfer-Encoding: chunked
GET /wp-content/themes/fullscreen/images/arrows-default.png HTTP/1.1

Host: www.sdstallions.org

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.sdstallions.org/wp-content/themes/fullscreen/css/anythingslider.css?ver=3.4.2
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 07:20:22 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 mod_qos/9.74 mod_perl/2.0.6 Perl/v5.8.8
X-Powered-By: PHP/5.3.16
X-Pingback: http://www.sdstallions.org/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Tue, 06 Nov 2012 07:20:22 GMT
Connection: close
Transfer-Encoding: chunked