Overview

URLhttp://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
IP184.168.136.128
ASNAS26496 GoDaddy.com, LLC
Location United States
Report completed2012-11-07 18:24:37 CET
StatusLoading report..
urlQuery Alerts Detected a Dynamic DNS URL
Detected SutraTDS URL pattern
Detected a TDS URL pattern


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
Timestamp Source IP Destination IP Severity Alert
2012-11-07 18:24:13 78.47.191.229 urlQuery Client1MALWARE-CNC TDS Sutra - HTTP header redirecting to a SutraTDS


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 184.168.136.128

Date Alerts / IDS URL IP
2013-02-16 03:29:110 / 0http://Www.danaatnip.com184.168.136.128
2013-02-12 18:21:580 / 0http://urbanblissweddings.com/winchalert/gJxKWS8hTxJj3ILYzNix6t6cx/184.168.136.128
2013-02-06 21:21:130 / 1http://urbanblissweddings.com/forkthem/7V34wV0dhpdc7e2ImDCgCB7w8/184.168.136.128
2013-02-01 19:06:250 / 1http://santaclarasquare.com/chimpanzeewah/5h6LenRwiZB00GAs40oPiUbWP/184.168.136.128
2013-01-29 12:49:100 / 2http://cheungstailor.com/wp-content/uploads/fgallery/rssinb.php184.168.136.128
2013-01-19 17:39:400 / 4http://www.wellcraftedsoftware.com/demo/download.php?file=SetupColorFinderDemo.exe184.168.136.128

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

Date Alerts / IDS URL IP
2013-02-18 10:30:490 / 3http://qetyfuv.com/50.62.12.103
2013-02-18 10:30:481 / 1http://www.topchurch.ca173.201.97.1
2013-02-18 10:28:160 / 1http://mkvrpknidkurcrftiqsfjqdxbn.com/8fQLW7RXOSmWdj0xLjEmaWQ9MzY3NjM1MDYzNiZhaWQ9MzAzOTgmc2lkP (...)50.62.12.103
2013-02-18 10:24:390 / 1http://mkvrpknidkurcrftiqsfjqdxbn.com/tfgxW1XXyQzqdj0xLjEmaWQ9MjQ5NTQ5MjEyNCZhaWQ9MzA0OTQmc2lkP (...)50.62.12.103
2013-02-18 10:24:170 / 6http://technopowermarketing.com/.sys/?getexe=fb.76.exe184.168.203.1
2013-02-18 10:24:110 / 9http://artschwartz.com/.sys/?getexe=fb.76.exe50.63.202.26

Last 6 reports on domain: barkcollarplus.com

Date Alerts / IDS URL IP
2012-11-15 09:04:482 / 0http://barkcollarplus.com/tag/pdt00-11952184.168.136.128
2012-11-15 07:46:012 / 1http://barkcollarplus.com/tag/iuc-4225184.168.136.128
2012-11-14 22:41:282 / 0http://barkcollarplus.com/tag/gt-1-guidance-trainer184.168.136.128
2012-11-14 12:26:141 / 0http://barkcollarplus.com/tag/deluxe-little-dog-bark-control184.168.136.128
2012-11-14 09:20:292 / 0http://barkcollarplus.com/sd-3225-a-series-add-a-dog-receiver-sdr-ah184.168.136.128
2012-11-14 07:50:042 / 0http://barkcollarplus.com/tag/extra-ultrasmart-collar-receiver/184.168.136.128



JavaScript

Executed Scripts (21)


Executed Evals (2)

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

;
(function($) {
    $.fn.fixPNG = function() {
        return this.each(function() {
            var b = $(this).css('backgroundImage');
            if (b.match(/^url\(["']?(.*\.png)["']?\)$/i)) {
                b = RegExp.$1;
                $(this).css({
                    'backgroundImage': 'none',
                    'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=" + ($(this).css('backgroundRepeat') == 'no-repeat' ? 'crop' : 'scale') + ", src='" + b + "')"
                }).each(function() {
                    var a = $(this).css('position');
                    if (a != 'absolute' && a != 'relative') $(this).css('position', 'relative')
                })
            }
        })
    };
    var l, opts, busy = false,
        imagePreloader = new Image,
        loadingTimer, loadingFrame = 1,
        imageRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;
    var m = null,
        IE6 = $.browser.msie && $.browser.version.substr(0, 1) == 6 && !window.XMLHttpRequest,
        oldIE = IE6 || ($.browser.msie && $.browser.version.substr(0, 1) == 7);
    $.fn.fancybox = function(o) {
        var j = $.extend({}, $.fn.fancybox.defaults, o);
        var k = this;

        function _initialize() {
            l = this;
            opts = $.extend({}, j);
            _start();
            return false
        };

        function _start() {
            if (busy) return;
            if ($.isFunction(opts.callbackOnStart)) {
                opts.callbackOnStart()
            }
            opts.itemArray = [];
            opts.itemCurrent = 0;
            if (j.itemArray.length > 0) {
                opts.itemArray = j.itemArray
            } else {
                var a = {};
                if (!l.rel || l.rel == '') {
                    var a = {
                        href: l.href,
                        title: l.title
                    };
                    if ($(l).children("img:first").length) {
                        a.orig = $(l).children("img:first")
                    } else {
                        a.orig = $(l)
                    }
                    if (a.title == '' || typeof a.title == 'undefined') {
                        a.title = a.orig.attr('alt')
                    }
                    opts.itemArray.push(a)
                } else {
                    var b = $(k).filter("a[rel=" + l.rel + "]");
                    var a = {};
                    for (var i = 0; i < b.length; i++) {
                        a = {
                            href: b[i].href,
                            title: b[i].title
                        };
                        if ($(b[i]).children("img:first").length) {
                            a.orig = $(b[i]).children("img:first")
                        } else {
                            a.orig = $(b[i])
                        }
                        if (a.title == '' || typeof a.title == 'undefined') {
                            a.title = a.orig.attr('alt')
                        }
                        opts.itemArray.push(a)
                    }
                }
            }
            while (opts.itemArray[opts.itemCurrent].href != l.href) {
                opts.itemCurrent++
            }
            if (opts.overlayShow) {
                if (IE6) {
                    $('embed, object, select').css('visibility', 'hidden');
                    $("#fancy_overlay").css('height', $(document).height())
                }
                $("#fancy_overlay").css({
                    'background-color': opts.overlayColor,
                    'opacity': opts.overlayOpacity
                }).show()
            }
            $(window).bind("resize.fb scroll.fb", $.fn.fancybox.scrollBox);
            _change_item()
        };

        function _change_item() {
            $("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();
            var b = opts.itemArray[opts.itemCurrent].href;
            if (b.match("iframe") || l.className.indexOf("iframe") >= 0) {
                $.fn.fancybox.showLoading();
                _set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe' + Math.round(Math.random() * 1000) + '" frameborder="0" hspace="0" src="' + b + '"></iframe>', opts.frameWidth, opts.frameHeight)
            } else if (b.match(/#/)) {
                var c = window.location.href.split('#')[0];
                c = b.replace(c, '');
                c = c.substr(c.indexOf('#'));
                _set_content('<div id="fancy_div">' + $(c).html() + '</div>', opts.frameWidth, opts.frameHeight)
            } else if (b.match(imageRegExp)) {
                imagePreloader = new Image;
                imagePreloader.src = b;
                if (imagePreloader.complete) {
                    _proceed_image()
                } else {
                    $.fn.fancybox.showLoading();
                    $(imagePreloader).unbind().bind('load', function() {
                        $("#fancy_loading").hide();
                        _proceed_image()
                    })
                }
            } else {
                $.fn.fancybox.showLoading();
                $.get(b, function(a) {
                    $("#fancy_loading").hide();
                    _set_content('<div id="fancy_ajax">' + a + '</div>', opts.frameWidth, opts.frameHeight)
                })
            }
        };

        function _proceed_image() {
            var a = imagePreloader.width;
            var b = imagePreloader.height;
            var c = (opts.padding * 2) + 40;
            var d = (opts.padding * 2) + 60;
            var w = $.fn.fancybox.getViewport();
            if (opts.imageScale && (a > (w[0] - c) || b > (w[1] - d))) {
                var e = Math.min(Math.min(w[0] - c, a) / a, Math.min(w[1] - d, b) / b);
                a = Math.round(e * a);
                b = Math.round(e * b)
            }
            _set_content('<img alt="" id="fancy_img" src="' + imagePreloader.src + '" />', a, b)
        };

        function _preload_neighbor_images() {
            if ((opts.itemArray.length - 1) > opts.itemCurrent) {
                var a = opts.itemArray[opts.itemCurrent + 1].href || false;
                if (a && a.match(imageRegExp)) {
                    objNext = new Image();
                    objNext.src = a
                }
            }
            if (opts.itemCurrent > 0) {
                var a = opts.itemArray[opts.itemCurrent - 1].href || false;
                if (a && a.match(imageRegExp)) {
                    objNext = new Image();
                    objNext.src = a
                }
            }
        };

        function _set_content(a, b, c) {
            busy = true;
            var d = opts.padding;
            if (oldIE || m) {
                $("#fancy_content")[0].style.removeExpression("height");
                $("#fancy_content")[0].style.removeExpression("width")
            }
            if (d > 0) {
                b += d * 2;
                c += d * 2;
                $("#fancy_content").css({
                    'top': d + 'px',
                    'right': d + 'px',
                    'bottom': d + 'px',
                    'left': d + 'px',
                    'width': 'auto',
                    'height': 'auto'
                });
                if (oldIE || m) {
                    $("#fancy_content")[0].style.setExpression('height', '(this.parentNode.clientHeight - ' + d * 2 + ')');
                    $("#fancy_content")[0].style.setExpression('width', '(this.parentNode.clientWidth - ' + d * 2 + ')')
                }
            } else {
                $("#fancy_content").css({
                    'top': 0,
                    'right': 0,
                    'bottom': 0,
                    'left': 0,
                    'width': '100%',
                    'height': '100%'
                })
            }
            if ($("#fancy_outer").is(":visible") && b == $("#fancy_outer").width() && c == $("#fancy_outer").height()) {
                $("#fancy_content").fadeOut('fast', function() {
                    $("#fancy_content").empty().append($(a)).fadeIn("normal", function() {
                        _finish()
                    })
                });
                return
            }
            var w = $.fn.fancybox.getViewport();
            var e = (c + 60) > w[1] ? w[3] : (w[3] + Math.round((w[1] - c - 60) * 0.5));
            var f = (b + 40) > w[0] ? w[2] : (w[2] + Math.round((w[0] - b - 40) * 0.5));
            var g = {
                'left': f,
                'top': e,
                'width': b + 'px',
                'height': c + 'px'
            };
            if ($("#fancy_outer").is(":visible")) {
                $("#fancy_content").fadeOut("normal", function() {
                    $("#fancy_content").empty();
                    $("#fancy_outer").animate(g, opts.zoomSpeedChange, opts.easingChange, function() {
                        $("#fancy_content").append($(a)).fadeIn("normal", function() {
                            _finish()
                        })
                    })
                })
            } else {
                if (opts.zoomSpeedIn > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
                    $("#fancy_content").empty().append($(a));
                    var h = opts.itemArray[opts.itemCurrent].orig;
                    var i = $.fn.fancybox.getPosition(h);
                    $("#fancy_outer").css({
                        'left': (i.left - 20 - opts.padding) + 'px',
                        'top': (i.top - 20 - opts.padding) + 'px',
                        'width': $(h).width() + (opts.padding * 2),
                        'height': $(h).height() + (opts.padding * 2)
                    });
                    if (opts.zoomOpacity) {
                        g.opacity = 'show'
                    }
                    $("#fancy_outer").animate(g, opts.zoomSpeedIn, opts.easingIn, function() {
                        _finish()
                    })
                } else {
                    $("#fancy_content").hide().empty().append($(a)).show();
                    $("#fancy_outer").css(g).fadeIn("normal", function() {
                        _finish()
                    })
                }
            }
        };

        function _set_navigation() {
            if (opts.itemCurrent !== 0) {
                $("#fancy_left, #fancy_left_ico").unbind().bind("click", function(e) {
                    e.stopPropagation();
                    opts.itemCurrent--;
                    _change_item();
                    return false
                });
                $("#fancy_left").show()
            }
            if (opts.itemCurrent != (opts.itemArray.length - 1)) {
                $("#fancy_right, #fancy_right_ico").unbind().bind("click", function(e) {
                    e.stopPropagation();
                    opts.itemCurrent++;
                    _change_item();
                    return false
                });
                $("#fancy_right").show()
            }
        };

        function _finish() {
            if ($.browser.msie) {
                $("#fancy_content")[0].style.removeAttribute('filter');
                $("#fancy_outer")[0].style.removeAttribute('filter')
            }
            _set_navigation();
            _preload_neighbor_images();
            $(document).bind("keydown.fb", function(e) {
                if (e.keyCode == 27 && opts.enableEscapeButton) {
                    $.fn.fancybox.close()
                } else if (e.keyCode == 37 && opts.itemCurrent !== 0) {
                    $(document).unbind("keydown.fb");
                    opts.itemCurrent--;
                    _change_item()
                } else if (e.keyCode == 39 && opts.itemCurrent != (opts.itemArray.length - 1)) {
                    $(document).unbind("keydown.fb");
                    opts.itemCurrent++;
                    _change_item()
                }
            });
            if (opts.hideOnContentClick) {
                $("#fancy_content").click($.fn.fancybox.close)
            }
            if (opts.overlayShow && opts.hideOnOverlayClick) {
                $("#fancy_overlay").bind("click", $.fn.fancybox.close)
            }
            if (opts.showCloseButton) {
                $("#fancy_close").bind("click", $.fn.fancybox.close).show()
            }
            if (typeof opts.itemArray[opts.itemCurrent].title !== 'undefined' && opts.itemArray[opts.itemCurrent].title.length > 0) {
                var a = $("#fancy_outer").position();
                $('#fancy_title div').text(opts.itemArray[opts.itemCurrent].title).html();
                $('#fancy_title').css({
                    'top': a.top + $("#fancy_outer").outerHeight() - 32,
                    'left': a.left + (($("#fancy_outer").outerWidth() * 0.5) - ($('#fancy_title').width() * 0.5))
                }).show()
            }
            if (opts.overlayShow && IE6) {
                $('embed, object, select', $('#fancy_content')).css('visibility', 'visible')
            }
            if ($.isFunction(opts.callbackOnShow)) {
                opts.callbackOnShow(opts.itemArray[opts.itemCurrent])
            }
            if ($.browser.msie) {
                $("#fancy_outer")[0].style.removeAttribute('filter');
                $("#fancy_content")[0].style.removeAttribute('filter')
            }
            busy = false
        };
        return this.unbind('click.fb').bind('click.fb', _initialize)
    };
    $.fn.fancybox.scrollBox = function() {
        var w = $.fn.fancybox.getViewport();
        if (opts.centerOnScroll && $("#fancy_outer").is(':visible')) {
            var a = $("#fancy_outer").outerWidth();
            var b = $("#fancy_outer").outerHeight();
            var c = {
                'top': (b > w[1] ? w[3] : w[3] + Math.round((w[1] - b) * 0.5)),
                'left': (a > w[0] ? w[2] : w[2] + Math.round((w[0] - a) * 0.5))
            };
            $("#fancy_outer").css(c);
            $('#fancy_title').css({
                'top': c.top + b - 32,
                'left': c.left + ((a * 0.5) - ($('#fancy_title').width() * 0.5))
            })
        }
        if (IE6 && $("#fancy_overlay").is(':visible')) {
            $("#fancy_overlay").css({
                'height': $(document).height()
            })
        }
        if ($("#fancy_loading").is(':visible')) {
            $("#fancy_loading").css({
                'left': ((w[0] - 40) * 0.5 + w[2]),
                'top': ((w[1] - 40) * 0.5 + w[3])
            })
        }
    };
    $.fn.fancybox.getNumeric = function(a, b) {
        return parseInt($.curCSS(a.jquery ? a[0] : a, b, true)) || 0
    };
    $.fn.fancybox.getPosition = function(a) {
        var b = a.offset();
        b.top += $.fn.fancybox.getNumeric(a, 'paddingTop');
        b.top += $.fn.fancybox.getNumeric(a, 'borderTopWidth');
        b.left += $.fn.fancybox.getNumeric(a, 'paddingLeft');
        b.left += $.fn.fancybox.getNumeric(a, 'borderLeftWidth');
        return b
    };
    $.fn.fancybox.showIframe = function() {
        $("#fancy_loading").hide();
        $("#fancy_frame").show()
    };
    $.fn.fancybox.getViewport = function() {
        return [$(window).width(), $(window).height(), $(document).scrollLeft(), $(document).scrollTop()]
    };
    $.fn.fancybox.animateLoading = function() {
        if (!$("#fancy_loading").is(':visible')) {
            clearInterval(loadingTimer);
            return
        }
        $("#fancy_loading > div").css('top', (loadingFrame * -40) + 'px');
        loadingFrame = (loadingFrame + 1) % 12
    };
    $.fn.fancybox.showLoading = function() {
        clearInterval(loadingTimer);
        var w = $.fn.fancybox.getViewport();
        $("#fancy_loading").css({
            'left': ((w[0] - 40) * 0.5 + w[2]),
            'top': ((w[1] - 40) * 0.5 + w[3])
        }).show();
        $("#fancy_loading").bind('click', $.fn.fancybox.close);
        loadingTimer = setInterval($.fn.fancybox.animateLoading, 66)
    };
    $.fn.fancybox.close = function() {
        busy = true;
        $(imagePreloader).unbind();
        $(document).unbind("keydown.fb");
        $(window).unbind("resize.fb scroll.fb");
        $("#fancy_overlay, #fancy_content, #fancy_close").unbind();
        $("#fancy_close, #fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();
        __cleanup = function() {
            if ($("#fancy_overlay").is(':visible')) {
                $("#fancy_overlay").fadeOut("fast")
            }
            $("#fancy_content").empty();
            if (opts.centerOnScroll) {
                $(window).unbind("resize.fb scroll.fb")
            }
            if (IE6) {
                $('embed, object, select').css('visibility', 'visible')
            }
            if ($.isFunction(opts.callbackOnClose)) {
                opts.callbackOnClose()
            }
            busy = false
        };
        if ($("#fancy_outer").is(":visible") !== false) {
            if (opts.zoomSpeedOut > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
                var a = opts.itemArray[opts.itemCurrent].orig;
                var b = $.fn.fancybox.getPosition(a);
                var c = {
                    'left': (b.left - 20 - opts.padding) + 'px',
                    'top': (b.top - 20 - opts.padding) + 'px',
                    'width': $(a).width() + (opts.padding * 2),
                    'height': $(a).height() + (opts.padding * 2)
                };
                if (opts.zoomOpacity) {
                    c.opacity = 'hide'
                }
                $("#fancy_outer").stop(false, true).animate(c, opts.zoomSpeedOut, opts.easingOut, __cleanup)
            } else {
                $("#fancy_outer").stop(false, true).fadeOut('fast', __cleanup)
            }
        } else {
            __cleanup()
        }
        return false
    };
    $.fn.fancybox.build = function() {
        var a = '';
        a += '<div id="fancy_overlay"></div>';
        a += '<div id="fancy_loading"><div></div></div>';
        a += '<div id="fancy_outer">';
        a += '<div id="fancy_inner">';
        a += '<div id="fancy_close"></div>';
        a += '<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';
        a += '<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';
        a += '<div id="fancy_content"></div>';
        a += '</div>';
        a += '</div>';
        a += '<div id="fancy_title"></div>';
        $(a).appendTo("body");
        $('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');
        if ($.browser.msie) {
            $(".fancy_bg").fixPNG()
        }
        if (IE6) {
            $("div#fancy_overlay").css("position", "absolute");
            $("#fancy_loading div, #fancy_close, .fancy_title, .fancy_ico").fixPNG();
            $("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');
            var b = $('#fancy_bigIframe')[0].contentWindow.document;
            b.open();
            b.close()
        }
    };
    $.fn.fancybox.defaults = {
        padding: 10,
        imageScale: true,
        zoomOpacity: true,
        zoomSpeedIn: 0,
        zoomSpeedOut: 0,
        zoomSpeedChange: 300,
        easingIn: 'swing',
        easingOut: 'swing',
        easingChange: 'swing',
        frameWidth: 560,
        frameHeight: 340,
        overlayShow: true,
        overlayOpacity: 0.3,
        overlayColor: '#666',
        enableEscapeButton: true,
        showCloseButton: true,
        hideOnOverlayClick: true,
        hideOnContentClick: true,
        centerOnScroll: true,
        itemArray: [],
        callbackOnStart: null,
        callbackOnShow: null,
        callbackOnClose: null
    };
    $(document).ready(function() {
        m = $.browser.msie && !$.boxModel;
        if ($("#fancy_outer").length < 1) {
            $.fn.fancybox.build()
        }
    })
})(jQuery);

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

if (typeof XMLHttpRequest == "undefined") {
    XMLHttpRequest = function() {
        try {
            return new ActiveXObject("Msxml2.XMLHTTP.6.0")
        } catch (e1) {}
        try {
            return new ActiveXObject("Msxml2.XMLHTTP.3.0")
        } catch (e2) {}
        try {
            return new ActiveXObject("Msxml2.XMLHTTP")
        } catch (e3) {}
        throw new Error("This browser does not support XMLHttpRequest.");
    }
}
function slimstat_detectPlugin(a) {
    if (navigator.plugins) {
        for (var i = 0; i < navigator.plugins.length; i++) {
            var b = navigator.plugins[i];
            var c = b.name + b.description;
            var d = 0;
            for (var j = 0; j < a.length; j++) {
                if (c.indexOf(a[j]) != -1) {
                    d++
                }
            }
            if (d == a.length) {
                return true
            }
        }
    }
    return false
}
function slimstat_track_event(a) {
    var b = false;
    try {
        b = new XMLHttpRequest()
    } catch (failed) {
        b = false
    }
    if (b) {
        b.open('GET', a, true);
        b.send(null)
    }
}
function slimstat_track_link(a) {
    var b;
    if (!a) var a = window.event;
    if (a.target) b = a.target;
    else if (a.srcElement) b = a.srcElement;
    if (b.nodeType == 3) b = b.parentNode;
    if (b) {
        while (b.tagName != "A") b = b.parentNode;
        document_location = b.href;
        slimstat_info = "?obd=" + b.hostname + "&obr=" + b.pathname
    } else {
        document_location = this.href;
        slimstat_info = "?obd=" + this.hostname + "&obr=" + this.pathname
    }
    slimstat_info += "&ty=0";
    slimstat_info += "&id=" + slimstat_tid;
    slimstat_info += "&sid=" + slimstat_session_id;
    slimstat_info += "&go=n";
    slimstat_url = slimstat_path + '/wp-slimstat-js.php' + slimstat_info;
    if (b.className.indexOf('noslimstat') == -1) {
        switch (b.target) {
        case '_blank':
        case '_new':
            window.open(document_location, b.target);
            break;
        case null:
        case 'undefined':
        case '':
        case '_self':
            setTimeout('self.location.href = "' + document_location + '"', 500);
            break;
        case '_parent':
            setTimeout('parent.location.href = "' + document_location + '"', 500);
            break;
        default:
            if (top.frames[b.target]) setTimeout('top.frames[' + b.target + '].location.href = "' + document_location + '"', 500);
            else window.open(document_location, b.target)
        }
    }
    slimstat_track_event(slimstat_url);
    if (a.preventDefault) a.preventDefault();
    else a.returnValue = false
}
function slimstat_track_download(a) {
    var b;
    if (!a) var a = window.event;
    if (a.target) b = a.target;
    else if (a.srcElement) b = a.srcElement;
    if (b.nodeType == 3) b = b.parentNode;
    if (b) {
        while (b.tagName != "A") b = b.parentNode;
        document_location = b.href;
        slimstat_info = "?obd=" + b.hostname + "&obr=" + b.pathname
    } else {
        document_location = this.href;
        slimstat_info = "?obd=" + this.hostname + "&obr=" + this.pathname
    }
    slimstat_info += "&ty=1";
    slimstat_info += "&id=" + slimstat_tid;
    slimstat_info += "&sid=" + slimstat_session_id;
    slimstat_info += "&go=n";
    slimstat_url = slimstat_path + '/wp-slimstat-js.php' + slimstat_info;
    setTimeout('document.location = "' + document_location + '"', 500);
    slimstat_track_event(slimstat_url);
    if (a.preventDefault) a.preventDefault();
    else a.returnValue = false
}
if (document.getElementById('statsbywpslimstat')) document.getElementById('statsbywpslimstat').style.display = 'none';
var detectableWithVB = false;
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1)) {
    document.writeln('<scr' + 'ipt language="VBscript">');
    document.writeln('\'do a one-time test for a version of VBScript that can handle this code');
    document.writeln('detectableWithVB = False');
    document.writeln('If ScriptEngineMajorVersion >= 2 then');
    document.writeln('  detectableWithVB = True');
    document.writeln('End If');
    document.writeln('\'this next function will detect most plugins');
    document.writeln('Function detectActiveXControl(activeXControlName)');
    document.writeln('  on error resume next');
    document.writeln('  detectActiveXControl = False');
    document.writeln('  If detectableWithVB Then');
    document.writeln('     detectActiveXControl = IsObject(CreateObject(activeXControlName))');
    document.writeln('  End If');
    document.writeln('End Function');
    document.writeln('</scr' + 'ipt>');

    function slimstat_detectActiveXControl(a) {
        for (var i = 0; i < a.length; i++) {
            if (detectActiveXControl(a[i])) return true
        }
        return false
    }
}
var links_for_this_page = document.getElementsByTagName("a");
for (i = 0; i < links_for_this_page.length; i++) {
    if (links_for_this_page[i].hostname != location.host && links_for_this_page[i].href.indexOf('http://') >= 0 && links_for_this_page[i].onclick == null) {
        if (links_for_this_page[i].addEventListener) links_for_this_page[i].addEventListener("click", slimstat_track_link, false);
        else if (links_for_this_page[i].attachEvent) links_for_this_page[i].attachEvent("onclick", slimstat_track_link)
    }
}
var slimstat_plugins = {
    java: {
        substrs: ["Java"],
        progIds: ["JavaWebStart.isInstalled"]
    },
    acrobat: {
        substrs: ["Adobe", "Acrobat"],
        progIds: ["AcroPDF.PDF", "PDF.PDFCtrl.5"]
    },
    flash: {
        substrs: ["Shockwave", "Flash"],
        progIds: ["ShockwaveFlash.ShockwaveFlash"]
    },
    director: {
        substrs: ["Shockwave", "Director"],
        progIds: ["SWCtl.SWCtl"]
    },
    real: {
        substrs: ["RealPlayer"],
        progIds: ["rmocx.RealPlayer G2 Control", "RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)", "RealVideo.RealVideo(tm) ActiveX Control (32-bit)"]
    },
    mediaplayer: {
        substrs: ["Windows Media"],
        progIds: ["WMPlayer.OCX"]
    },
    silverlight: {
        substrs: ["Silverlight"],
        progIds: ["AgControl.AgControl"]
    }
};
var slimstat_uniwin = {
    width: window.innerWidth || document.documentElement.clientWidth || document.body.offsetWidth,
    height: window.innerHeight || document.documentElement.clientHeight || document.body.offsetHeight
};
slimstat_info = "?sw=" + screen.width;
slimstat_info += "&sh=" + screen.height;
slimstat_info += "&cd=" + screen.colorDepth;
slimstat_info += "&aa=" + (screen.fontSmoothingEnabled ? '1' : '0');
slimstat_info += "&id=" + slimstat_tid;
slimstat_info += "&sid=" + slimstat_session_id;
slimstat_info += "&bid=" + slimstat_blog_id;
slimstat_info += "&pl=";
for (var slimstat_alias in slimstat_plugins) {
    var slimstat_plugin = slimstat_plugins[slimstat_alias];
    if (slimstat_detectPlugin(slimstat_plugin.substrs) || (detectableWithVB && slimstat_detectActiveXControl(slimstat_plugin.progIds))) {
        slimstat_info += slimstat_alias + "|"
    }
}
slimstat_url = slimstat_path + '/wp-slimstat-js.php' + slimstat_info;
slimstat_track_event(slimstat_url);

Executed Writes (1)

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

<img width="80" height="15" border="0" alt="" src="http://logv17.xiti.com/oco.xiti?s=483015&p=home&hl=18x24x13&r=1176x885x24x24&ref=" title="Internet Audience">


HTTP Transactions (55)


Request Response
GET /wp-content/themes/estore/js/raleway_250.font.js HTTP/1.1

Host: barkcollarplus.com

User-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 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:03 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Set-Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; path=/ slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6; expires=Wed, 07-Nov-2012 17:54:10 GMT; path=/
Last-Modified: Wed, 07 Nov 2012 17:24:09 GMT
Content-Length: 37816
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/style.css HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;3e1767e-6f92-49ff76d6fc72f&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 6352
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/style-Silver.css HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;3e1767d-4e0-49ff76d6fbb77&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 390
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/page_templates/page_templates.css HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:47 GMT
Etag: &quot;16cb4f1-1833-49ff76d61b203&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1713
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/shortcodes/shortcodes.css?ver=1.6 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;18a01a8-6b04-49ff76d67a8da&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4864
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.fancybox-1.2.6.css HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:47 GMT
Etag: &quot;1cd0e80-13dc-49ff76d617394&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1214
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-includes/js/l10n.js?ver=20101110 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:36 GMT
Etag: &quot;2af1466-694-4b8fea9c0eed6&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 705
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/shortcodes/js/et_shortcodes_frontend.js?ver=1.6 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:26 GMT
Etag: &quot;18a01a7-2641-4b8fea934901e&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2802
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart_style.css HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 14:21:47 GMT
Etag: &quot;1fd0ee7-13f-4a95e3c262265&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 167
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/cufon-yui.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b13-4cb8-4b8fea93802f6&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7985
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/Raleway_250.font.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b19-46e9-4b8fea939c057&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7302
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/League_Gothic_400.font.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b18-afe1-4b8fea9399ced&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 10065
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/jquery.cycle.all.min.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b16-7248-4b8fea938e98b&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7375
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/jquery.easing.1.3.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b17-2501-4b8fea9391804&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2490
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-includes/js/jquery/jquery.js?ver=1.6.1 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:11 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:33 GMT
Etag: &quot;3a515cc-16a43-4b8fea99455f0&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 32475
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/page_templates/js/fancybox/jquery.fancybox-1.2.6.pack.js?ver=1.3.2 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:26 GMT
Etag: &quot;1cd0e81-2a92-4b8fea932ea89&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 4810
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/eStore/js/superfish.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:27 GMT
Etag: &quot;21a3b1a-13e2-4b8fea939dfae&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2013
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/eStore/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1 HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:26 GMT
Etag: &quot;3b2306b-13ef-4b8fea933110e&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1599
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/plugins/wp-slimstat/wp-slimstat.js HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Wed, 15 Feb 2012 11:03:26 GMT
Etag: &quot;50809c8-1642-4b8fea92b4d13&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2744
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/uploads/2011/07/Innotek-Authorized-Retailer.jpg HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 16:02:11 GMT
Etag: &quot;5d7d37a-25ae-4a95fa32decf5&quot;
Accept-Ranges: bytes
Content-Length: 9646
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/uploads/2011/07/Sportdog-Authorized-39A83D.jpg HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 16:02:14 GMT
Etag: &quot;5d7d37e-2e63-4a95fa35780e2&quot;
Accept-Ranges: bytes
Content-Length: 11875
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/uploads/2011/07/PetSafe-Authorized-R1CC990.jpg HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 16:02:12 GMT
Etag: &quot;5d7d37c-39ae-4a95fa33d1b5d&quot;
Accept-Ranges: bytes
Content-Length: 14766
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/plugins/wp-slimstat/images/wp-slimstat-antipixel.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 14:21:52 GMT
Etag: &quot;58316c0-113-4a95e3c6b869d&quot;
Accept-Ranges: bytes
Content-Length: 275
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/uploads/2011/04/barkcollarplusv2-21.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Tue, 05 Apr 2011 00:47:35 GMT
Etag: &quot;2fe448a-2183-4a02138ddcce8&quot;
Accept-Ranges: bytes
Content-Length: 8579
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/search-icon.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49a98-1c8-49ff76d6c67cb&quot;
Accept-Ranges: bytes
Content-Length: 456
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/header-bottom-bg.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2bcd4e1-12d-49ff76d6b8911&quot;
Accept-Ranges: bytes
Content-Length: 301
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/search-bg.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49a97-2c5-49ff76d6c5ff6&quot;
Accept-Ranges: bytes
Content-Length: 709
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/breadcrumbs_separator.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e9198-93-49ff76d6ae141&quot;
Accept-Ranges: bytes
Content-Length: 147
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/silver/secondary-menu.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style-Silver.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e9191-12a3-49ff76d6a77d6&quot;
Accept-Ranges: bytes
Content-Length: 4771
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/content-top.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:12 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2bcd4db-16e-49ff76d6b3b1b&quot;
Accept-Ranges: bytes
Content-Length: 366
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /oco.xiti?s=483015&p=home&hl=18x24x13&r=1176x885x24x24&ref= HTTP/1.1

Host: logv17.xiti.com
GET /oco.xiti?s=483015&amp;p=home&amp;hl=18x24x13&amp;r=1176x885x24x24&amp;ref= HTTP/1.1

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

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /oco.xiti?s=483015&amp;p=home&amp;hl=18x24x13&amp;r=1176x885x24x24&amp;ref=&amp;Rdt=On
Set-Cookie: idrxvr=EEE3187C-38C4-4F65-BEBA-19C2C752C4A1; expires=Sat, 05-Nov-2022 17:24:13 GMT; domain=xiti.com; path=/;
P3P: policyref=&quot;/w3c/p3p.xml&quot;,CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
Date: Wed, 07 Nov 2012 17:24:12 GMT
Connection: close
GET /wp-content/themes/eStore/images/main-bg.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2bcd4ea-9a-49ff76d6bee9a&quot;
Accept-Ranges: bytes
Content-Length: 154
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/product-right.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49a93-280-49ff76d6c3514&quot;
Accept-Ranges: bytes
Content-Length: 640
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/product-bottom.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49a92-1f7-49ff76d6c2d22&quot;
Accept-Ranges: bytes
Content-Length: 503
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/plugins/wp-slimstat/wp-slimstat-js.php?sw=1176&sh=885&cd=24&aa=0&id=2d18d&sid=633e963b10ef78ec9c4937524e8a9bd6&bid=0&pl=java|acrobat|flash|mediaplayer| HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/plugins/wp-slimstat/wp-slimstat-js.php?sw=1176&amp;sh=885&amp;cd=24&amp;aa=0&amp;id=2d18d&amp;sid=633e963b10ef78ec9c4937524e8a9bd6&amp;bid=0&amp;pl=java|acrobat|flash|mediaplayer| HTTP/1.1

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

Content-Type: text/html
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /oco.xiti?s=483015&p=home&hl=18x24x13&r=1176x885x24x24&ref=&Rdt=On HTTP/1.1

Host: logv17.xiti.com
GET /oco.xiti?s=483015&amp;p=home&amp;hl=18x24x13&amp;r=1176x885x24x24&amp;ref=&amp;Rdt=On HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: idrxvr=EEE3187C-38C4-4F65-BEBA-19C2C752C4A1
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 818
Last-Modified: Wed, 10 Oct 2007 07:01:57 GMT
Accept-Ranges: bytes
Etag: &quot;f0146e72bbc81:0&quot;
Server: Microsoft-IIS/7.5
Date: Wed, 07 Nov 2012 17:24:12 GMT
Connection: close
GET /wp-content/themes/eStore/images/scroller-item-tag.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49a96-53a-49ff76d6c542b&quot;
Accept-Ranges: bytes
Content-Length: 1338
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /vd/64;f4e477d34b0be3b0f74ca74c6c77bea4 HTTP/1.1

Host: ukspe.iiiii.info

User-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://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx
Date: Wed, 07 Nov 2012 17:24:14 GMT
Content-Length: 716
Connection: keep-alive
X-Powered-By: PHP/5.3.18
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
GET /vd/tmp/spacer.png HTTP/1.1

Host: ukspe.iiiii.info

User-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://ukspe.iiiii.info/vd/64;f4e477d34b0be3b0f74ca74c6c77bea4
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx
Date: Wed, 07 Nov 2012 17:24:14 GMT
Content-Length: 126
Connection: keep-alive
Last-Modified: Sat, 30 Jun 2012 18:53:10 GMT
Etag: &quot;5800010-7e-4c3b513787180&quot;
Accept-Ranges: bytes
GET /wp-content/themes/eStore/images/more.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2bcd4eb-3aa-49ff76d6bfe9b&quot;
Accept-Ranges: bytes
Content-Length: 938
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /vd/out.php?p=wePzzL6RduNTh+OKhZBHfZY21JGpGVTLDvjAaS9mj6lRzgLaK6pYIPuGQpXVkTDFlW8OTsn6XZhETRgbAaCbx2U=&nc=false&nj=false&ic=false&sw=1176&sh=885&sd=24&np=false& HTTP/1.1

Host: ukspe.iiiii.info
GET /vd/out.php?p=wePzzL6RduNTh+OKhZBHfZY21JGpGVTLDvjAaS9mj6lRzgLaK6pYIPuGQpXVkTDFlW8OTsn6XZhETRgbAaCbx2U=&amp;nc=false&amp;nj=false&amp;ic=false&amp;sw=1176&amp;sh=885&amp;sd=24&amp;np=false&amp; HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://ukspe.iiiii.info/vd/64;f4e477d34b0be3b0f74ca74c6c77bea4
HTTP/1.1 302 Found

Content-Type: text/html
Server: nginx
Date: Wed, 07 Nov 2012 17:24:14 GMT
Content-Length: 20
Connection: keep-alive
X-Powered-By: PHP/5.3.18
Location: http://zagprom130.ru/tds/in.cgi?12
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
GET /wp-content/themes/eStore/images/widget-bottom.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:22 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49aa3-7e-49ff76d6cdd00&quot;
Accept-Ranges: bytes
Content-Length: 126
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/widget-title.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:22 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2e49aa4-6fe-49ff76d6ce4e7&quot;
Accept-Ranges: bytes
Content-Length: 1790
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /wp-content/themes/eStore/images/content-bottom.png HTTP/1.1

Host: barkcollarplus.com

User-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://barkcollarplus.com/wp-content/themes/eStore/style.css
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 07 Nov 2012 17:24:23 GMT
Server: Apache
Last-Modified: Sat, 02 Apr 2011 22:55:48 GMT
Etag: &quot;2bcd4d9-15f-49ff76d6b23a5&quot;
Accept-Ranges: bytes
Content-Length: 351
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/11547.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/11547.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:17 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:21 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/fp-rangerbig.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/fp-rangerbig.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:13 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /tds/in.cgi?12 HTTP/1.1

Host: zagprom130.ru

User-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://ukspe.iiiii.info/vd/64;f4e477d34b0be3b0f74ca74c6c77bea4


GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SDR-H.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SDR-H.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6


GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/78768_is.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/78768_is.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6


GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/1096894539_4239801335.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/1096894539_4239801335.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6


GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog-SDR-AW-Receiver-Collar.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog-SDR-AW-Receiver-Collar.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6


GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/sportdog-sdr-beep-1.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/sportdog-sdr-beep-1.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:15 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SDR-AH.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SDR-AH.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:17 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog_SDR_FH_Add_A_Dog_Collar__86937_zoom.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog_SDR_FH_Add_A_Dog_Collar__86937_zoom.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:13 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:18 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog_SDR_FS_Add_A_Dog_Collar__49229_zoom.jpg&h=130&w=193&q=90&zc=1 HTTP/1.1

Host: barkcollarplus.com
GET /wp-content/themes/eStore/timthumb.php?src=http://barkcollarplus.com/wp-content/uploads/2011/05/SportDog_SDR_FS_Add_A_Dog_Collar__49229_zoom.jpg&amp;h=130&amp;w=193&amp;q=90&amp;zc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://barkcollarplus.com/wp-content/themes/estore/js/raleway_250.font.js
Cookie: PHPSESSID=fto93fpo1lmrckhbh8hek8o946; slimstat_tracking_code=633e963b10ef78ec9c4937524e8a9bd6
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Date: Wed, 07 Nov 2012 17:24:15 GMT
Server: Apache
X-Pingback: http://barkcollarplus.com/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: Wed, 07 Nov 2012 17:24:22 GMT
Content-Length: 28125
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive