Overview

URLhttp://www.kaskus.co.id/showthread.php?t=16710777
IP202.158.17.149
ASNAS4787 Internet Service Provider
Location Indonesia
Report completed2012-11-10 03:50:06 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

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


Intrusion Detection Systems

Suricata /w Emerging Threats Pro No alerts detected
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-10 03:49:29 112.78.131.2 urlQuery Client1MALWARE-OTHER function urchin - known malware function name


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 202.158.17.149

Date Alerts / IDS URL IP
2013-03-13 11:47:590 / 0http://www.kaskus.co.id202.158.17.149
2013-02-27 02:49:310 / 0http://www.kaskus.co.id/202.158.17.149
2013-02-24 12:24:120 / 0http://www.kaskus.co.id202.158.17.149
2013-02-24 12:21:460 / 0http://kaskus.co.id202.158.17.149
2013-01-21 18:47:311 / 1http://www.kaskus.co.id/thread/50f17b420975b4e429000010202.158.17.149
2013-01-12 20:36:170 / 1http://www.kaskus.co.id/thread/50e612768127cf494a000002202.158.17.149

Last 6 reports on ASN: AS4787 Internet Service Provider

Date Alerts / IDS URL IP
2013-03-14 20:03:120 / 8http://pekanbaru.tribunnews.com/202.158.108.54
2013-03-13 11:47:590 / 0http://www.kaskus.co.id202.158.17.149
2013-03-13 07:33:560 / 8http://www.petromindo.com202.158.39.250
2013-03-10 22:26:072 / 6http://green-world.co.id/index.html210.210.178.22
2013-03-05 17:43:130 / 2http://portal.paseban.com202.158.114.50
2013-02-27 02:49:310 / 0http://www.kaskus.co.id/202.158.17.149

Last 6 reports on domain: www.kaskus.co.id

Date Alerts / IDS URL IP
2013-03-13 11:47:590 / 0http://www.kaskus.co.id202.158.17.149
2013-02-27 02:49:310 / 0http://www.kaskus.co.id/202.158.17.149
2013-02-24 12:24:120 / 0http://www.kaskus.co.id202.158.17.149
2013-01-21 18:47:311 / 1http://www.kaskus.co.id/thread/50f17b420975b4e429000010202.158.17.149
2013-01-12 20:36:170 / 1http://www.kaskus.co.id/thread/50e612768127cf494a000002202.158.17.149
2012-12-04 07:56:570 / 3http://www.kaskus.co.id/thread/000000000000000015726604/reseller-dan-dropshipper-jaket-bola--ko (...)202.158.17.149



JavaScript

Executed Scripts (70)


Executed Evals (11)

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

(function($) {
    if ($.fn.carouFredSel) return;
    $.fn.carouFredSel = function(y, z) {
        if (this.length == 0) {
            debug(true, 'No element found for "' + this.selector + '".');
            return this
        }
        if (this.length > 1) {
            return this.each(function() {
                $(this).carouFredSel(y, z)
            })
        }
        var A = this,
            $tt0 = this[0];
        if (A.data('cfs_isCarousel')) {
            var B = A.triggerHandler('_cfs_currentPosition');
            A.trigger('_cfs_destroy', true)
        } else {
            var B = false
        }
        A._cfs_init = function(o, b, c) {
            o = go_getObject($tt0, o);
            if (o.debug) {
                conf.debug = o.debug;
                debug(conf, 'The "debug" option should be moved to the second configuration-object.')
            }
            var e = ['items', 'scroll', 'auto', 'prev', 'next', 'pagination'];
            for (var a = 0, l = e.length; a < l; a++) {
                o[e[a]] = go_getObject($tt0, o[e[a]])
            }
            if (typeof o.scroll == 'number') {
                if (o.scroll <= 50) o.scroll = {
                    'items': o.scroll
                };
                else o.scroll = {
                    'duration': o.scroll
                }
            } else {
                if (typeof o.scroll == 'string') o.scroll = {
                    'easing': o.scroll
                }
            }
            if (typeof o.items == 'number') o.items = {
                'visible': o.items
            };
            else if (o.items == 'variable') o.items = {
                'visible': o.items,
                'width': o.items,
                'height': o.items
            };
            if (typeof o.items != 'object') o.items = {};
            if (b) opts_orig = $.extend(true, {}, $.fn.carouFredSel.defaults, o);
            opts = $.extend(true, {}, $.fn.carouFredSel.defaults, o);
            if (typeof opts.items.visibleConf != 'object') opts.items.visibleConf = {};
            if (opts.items.start == 0 && typeof c == 'number') {
                opts.items.start = c
            }
            C.upDateOnWindowResize = (opts.responsive);
            C.direction = (opts.direction == 'up' || opts.direction == 'left') ? 'next' : 'prev';
            var f = [
                ['width', 'innerWidth', 'outerWidth', 'height', 'innerHeight', 'outerHeight', 'left', 'top', 'marginRight', 0, 1, 2, 3],
                ['height', 'innerHeight', 'outerHeight', 'width', 'innerWidth', 'outerWidth', 'top', 'left', 'marginBottom', 3, 2, 1, 0]
            ];
            var g = f[0].length,
                dx = (opts.direction == 'right' || opts.direction == 'left') ? 0 : 1;
            opts.d = {};
            for (var d = 0; d < g; d++) {
                opts.d[f[0][d]] = f[dx][d]
            }
            var h = A.children();
            switch (typeof opts.items.visible) {
            case 'object':
                opts.items.visibleConf.min = opts.items.visible.min;
                opts.items.visibleConf.max = opts.items.visible.max;
                opts.items.visible = false;
                break;
            case 'string':
                if (opts.items.visible == 'variable') {
                    opts.items.visibleConf.variable = true
                } else {
                    opts.items.visibleConf.adjust = opts.items.visible
                }
                opts.items.visible = false;
                break;
            case 'function':
                opts.items.visibleConf.adjust = opts.items.visible;
                opts.items.visible = false;
                break
            }
            if (typeof opts.items.filter == 'undefined') {
                opts.items.filter = (h.filter(':hidden').length > 0) ? ':visible' : '*'
            }
            if (opts[opts.d['width']] == 'auto') {
                opts[opts.d['width']] = ms_getTrueLargestSize(h, opts, 'outerWidth')
            }
            if (ms_isPercentage(opts[opts.d['width']]) && !opts.responsive) {
                opts[opts.d['width']] = ms_getPercentage(ms_getTrueInnerSize($wrp.parent(), opts, 'innerWidth'), opts[opts.d['width']]);
                C.upDateOnWindowResize = true
            }
            if (opts[opts.d['height']] == 'auto') {
                opts[opts.d['height']] = ms_getTrueLargestSize(h, opts, 'outerHeight')
            }
            if (!opts.items[opts.d['width']]) {
                if (opts.responsive) {
                    debug(true, 'Set a ' + opts.d['width'] + ' for the items!');
                    opts.items[opts.d['width']] = ms_getTrueLargestSize(h, opts, 'outerWidth')
                } else {
                    opts.items[opts.d['width']] = (ms_hasVariableSizes(h, opts, 'outerWidth')) ? 'variable' : h[opts.d['outerWidth']](true)
                }
            }
            if (!opts.items[opts.d['height']]) {
                opts.items[opts.d['height']] = (ms_hasVariableSizes(h, opts, 'outerHeight')) ? 'variable' : h[opts.d['outerHeight']](true)
            }
            if (!opts[opts.d['height']]) {
                opts[opts.d['height']] = opts.items[opts.d['height']]
            }
            if (!opts.items.visible && !opts.responsive) {
                if (opts.items[opts.d['width']] == 'variable') {
                    opts.items.visibleConf.variable = true
                }
                if (!opts.items.visibleConf.variable) {
                    if (typeof opts[opts.d['width']] == 'number') {
                        opts.items.visible = Math.floor(opts[opts.d['width']] / opts.items[opts.d['width']])
                    } else {
                        var i = ms_getTrueInnerSize($wrp.parent(), opts, 'innerWidth');
                        opts.items.visible = Math.floor(i / opts.items[opts.d['width']]);
                        opts[opts.d['width']] = opts.items.visible * opts.items[opts.d['width']];
                        if (!opts.items.visibleConf.adjust) opts.align = false
                    }
                    if (opts.items.visible == 'Infinity' || opts.items.visible < 1) {
                        debug(true, 'Not a valid number of visible items: Set to "variable".');
                        opts.items.visibleConf.variable = true
                    }
                }
            }
            if (!opts[opts.d['width']]) {
                opts[opts.d['width']] = 'variable';
                if (!opts.responsive && opts.items.filter == '*' && !opts.items.visibleConf.variable && opts.items[opts.d['width']] != 'variable') {
                    opts[opts.d['width']] = opts.items.visible * opts.items[opts.d['width']];
                    opts.align = false
                }
            }
            if (opts.items.visibleConf.variable) {
                opts.maxDimention = (opts[opts.d['width']] == 'variable') ? ms_getTrueInnerSize($wrp.parent(), opts, 'innerWidth') : opts[opts.d['width']];
                if (opts.align === false) {
                    opts[opts.d['width']] = 'variable'
                }
                opts.items.visible = gn_getVisibleItemsNext(h, opts, 0)
            } else if (opts.items.filter != '*') {
                opts.items.visibleConf.org = opts.items.visible;
                opts.items.visible = gn_getVisibleItemsNextFilter(h, opts, 0)
            }
            if (typeof opts.align == 'undefined') {
                opts.align = (opts[opts.d['width']] == 'variable') ? false : 'center'
            }
            opts.items.visible = cf_getItemsAdjust(opts.items.visible, opts, opts.items.visibleConf.adjust, $tt0);
            opts.items.visibleConf.old = opts.items.visible;
            opts.usePadding = false;
            if (opts.responsive) {
                if (!opts.items.visibleConf.min) opts.items.visibleConf.min = opts.items.visible;
                if (!opts.items.visibleConf.max) opts.items.visibleConf.max = opts.items.visible;
                opts.align = false;
                opts.padding = [0, 0, 0, 0];
                var j = $wrp.is(':visible');
                if (j) $wrp.hide();
                var k = ms_getPercentage(ms_getTrueInnerSize($wrp.parent(), opts, 'innerWidth'), opts[opts.d['width']]);
                if (typeof opts[opts.d['width']] == 'number' && k < opts[opts.d['width']]) {
                    k = opts[opts.d['width']]
                }
                if (j) $wrp.show();
                var m = cf_getItemAdjustMinMax(Math.ceil(k / opts.items[opts.d['width']]), opts.items.visibleConf);
                if (m > h.length) {
                    m = h.length
                }
                var n = Math.floor(k / m),
                    seco = opts[opts.d['height']],
                    secp = ms_isPercentage(seco);
                h.each(function() {
                    var a = $(this),
                        nw = n - ms_getPaddingBorderMargin(a, opts, 'Width');
                    a[opts.d['width']](nw);
                    if (secp) {
                        a[opts.d['height']](ms_getPercentage(nw, seco))
                    }
                });
                opts.items.visible = m;
                opts.items[opts.d['width']] = n;
                opts[opts.d['width']] = m * n
            } else {
                opts.padding = cf_getPadding(opts.padding);
                if (opts.align == 'top') opts.align = 'left';
                if (opts.align == 'bottom') opts.align = 'right';
                switch (opts.align) {
                case 'center':
                case 'left':
                case 'right':
                    if (opts[opts.d['width']] != 'variable') {
                        var p = cf_getAlignPadding(gi_getCurrentItems(h, opts), opts);
                        opts.usePadding = true;
                        opts.padding[opts.d[1]] = p[1];
                        opts.padding[opts.d[3]] = p[0]
                    }
                    break;
                default:
                    opts.align = false;
                    opts.usePadding = (opts.padding[0] == 0 && opts.padding[1] == 0 && opts.padding[2] == 0 && opts.padding[3] == 0) ? false : true;
                    break
                }
            }
            if (typeof opts.cookie == 'boolean' && opts.cookie) opts.cookie = 'caroufredsel_cookie_' + A.attr('id');
            if (typeof opts.items.minimum != 'number') opts.items.minimum = opts.items.visible;
            if (typeof opts.scroll.duration != 'number') opts.scroll.duration = 500;
            if (typeof opts.scroll.items == 'undefined') opts.scroll.items = (opts.items.visibleConf.variable || opts.items.filter != '*') ? 'visible' : opts.items.visible;
            opts.auto = go_getNaviObject($tt0, opts.auto, 'auto');
            opts.prev = go_getNaviObject($tt0, opts.prev);
            opts.next = go_getNaviObject($tt0, opts.next);
            opts.pagination = go_getNaviObject($tt0, opts.pagination, 'pagination');
            opts.auto = $.extend(true, {}, opts.scroll, opts.auto);
            opts.prev = $.extend(true, {}, opts.scroll, opts.prev);
            opts.next = $.extend(true, {}, opts.scroll, opts.next);
            opts.pagination = $.extend(true, {}, opts.scroll, opts.pagination);
            if (typeof opts.pagination.keys != 'boolean') opts.pagination.keys = false;
            if (typeof opts.pagination.anchorBuilder != 'function' && opts.pagination.anchorBuilder !== false) opts.pagination.anchorBuilder = $.fn.carouFredSel.pageAnchorBuilder;
            if (typeof opts.auto.play != 'boolean') opts.auto.play = true;
            if (typeof opts.auto.delay != 'number') opts.auto.delay = 0;
            if (typeof opts.auto.pauseOnEvent == 'undefined') opts.auto.pauseOnEvent = true;
            if (typeof opts.auto.pauseOnResize != 'boolean') opts.auto.pauseOnResize = true;
            if (typeof opts.auto.pauseDuration != 'number') opts.auto.pauseDuration = (opts.auto.duration < 10) ? 2500 : opts.auto.duration * 5;
            if (opts.synchronise) {
                opts.synchronise = cf_getSynchArr(opts.synchronise)
            }
            if (conf.debug) {
                debug(conf, 'Carousel width: ' + opts.width);
                debug(conf, 'Carousel height: ' + opts.height);
                if (opts.maxDimention) debug(conf, 'Available ' + opts.d['width'] + ': ' + opts.maxDimention);
                debug(conf, 'Item widths: ' + opts.items.width);
                debug(conf, 'Item heights: ' + opts.items.height);
                debug(conf, 'Number of items visible: ' + opts.items.visible);
                if (opts.auto.play) debug(conf, 'Number of items scrolled automatically: ' + opts.auto.items);
                if (opts.prev.button) debug(conf, 'Number of items scrolled backward: ' + opts.prev.items);
                if (opts.next.button) debug(conf, 'Number of items scrolled forward: ' + opts.next.items)
            }
        };
        A._cfs_build = function() {
            A.data('cfs_isCarousel', true);
            var a = {
                'textAlign': A.css('textAlign'),
                'float': A.css('float'),
                'position': A.css('position'),
                'top': A.css('top'),
                'right': A.css('right'),
                'bottom': A.css('bottom'),
                'left': A.css('left'),
                'width': A.css('width'),
                'height': A.css('height'),
                'marginTop': A.css('marginTop'),
                'marginRight': A.css('marginRight'),
                'marginBottom': A.css('marginBottom'),
                'marginLeft': A.css('marginLeft')
            };
            switch (a.position) {
            case 'absolute':
                var b = 'absolute';
                break;
            case 'fixed':
                var b = 'fixed';
                break;
            default:
                var b = 'relative'
            }
            $wrp.css(a).css({
                'overflow': 'hidden',
                'position': b
            });
            A.data('cfs_origCss', a).css({
                'textAlign': 'left',
                'float': 'none',
                'position': 'absolute',
                'top': 0,
                'left': 0,
                'marginTop': 0,
                'marginRight': 0,
                'marginBottom': 0,
                'marginLeft': 0
            });
            if (opts.usePadding) {
                A.children().each(function() {
                    var m = parseInt($(this).css(opts.d['marginRight']));
                    if (isNaN(m)) m = 0;
                    $(this).data('cfs_origCssMargin', m)
                })
            }
        };
        A._cfs_bind_events = function() {
            A._cfs_unbind_events();
            A.bind(cf_e('stop', conf), function(e, a) {
                e.stopPropagation();
                if (!C.isStopped) {
                    if (opts.auto.button) {
                        opts.auto.button.addClass(cf_c('stopped', conf))
                    }
                }
                C.isStopped = true;
                if (opts.auto.play) {
                    opts.auto.play = false;
                    A.trigger(cf_e('pause', conf), a)
                }
                return true
            });
            A.bind(cf_e('finish', conf), function(e) {
                e.stopPropagation();
                if (C.isScrolling) {
                    sc_stopScroll(scrl)
                }
                return true
            });
            A.bind(cf_e('pause', conf), function(e, a, b) {
                e.stopPropagation();
                tmrs = sc_clearTimers(tmrs);
                if (a && C.isScrolling) {
                    scrl.isStopped = true;
                    var c = getTime() - scrl.startTime;
                    scrl.duration -= c;
                    if (scrl.pre) scrl.pre.duration -= c;
                    if (scrl.post) scrl.post.duration -= c;
                    sc_stopScroll(scrl, false)
                }
                if (!C.isPaused && !C.isScrolling) {
                    if (b) tmrs.timePassed += getTime() - tmrs.startTime
                }
                if (!C.isPaused) {
                    if (opts.auto.button) {
                        opts.auto.button.addClass(cf_c('paused', conf))
                    }
                }
                C.isPaused = true;
                if (opts.auto.onPausePause) {
                    var d = opts.auto.pauseDuration - tmrs.timePassed,
                        perc = 100 - Math.ceil(d * 100 / opts.auto.pauseDuration);
                    opts.auto.onPausePause.call($tt0, perc, d)
                }
                return true
            });
            A.bind(cf_e('play', conf), function(e, b, c, d) {
                e.stopPropagation();
                tmrs = sc_clearTimers(tmrs);
                var v = [b, c, d],
                    t = ['string', 'number', 'boolean'],
                    a = cf_sortParams(v, t);
                var b = a[0],
                    c = a[1],
                    d = a[2];
                if (b != 'prev' && b != 'next') b = C.direction;
                if (typeof c != 'number') c = 0;
                if (typeof d != 'boolean') d = false;
                if (d) {
                    C.isStopped = false;
                    opts.auto.play = true
                }
                if (!opts.auto.play) {
                    e.stopImmediatePropagation();
                    return debug(conf, 'Carousel stopped: Not scrolling.')
                }
                if (C.isPaused) {
                    if (opts.auto.button) {
                        opts.auto.button.removeClass(cf_c('stopped', conf));
                        opts.auto.button.removeClass(cf_c('paused', conf))
                    }
                }
                C.isPaused = false;
                tmrs.startTime = getTime();
                var f = opts.auto.pauseDuration + c;
                dur2 = f - tmrs.timePassed;
                perc = 100 - Math.ceil(dur2 * 100 / f);
                tmrs.auto = setTimeout(function() {
                    if (opts.auto.onPauseEnd) {
                        opts.auto.onPauseEnd.call($tt0, perc, dur2)
                    }
                    if (C.isScrolling) {
                        A.trigger(cf_e('play', conf), b)
                    } else {
                        A.trigger(cf_e(b, conf), opts.auto)
                    }
                }, dur2);
                if (opts.auto.onPauseStart) {
                    opts.auto.onPauseStart.call($tt0, perc, dur2)
                }
                return true
            });
            A.bind(cf_e('resume', conf), function(e) {
                e.stopPropagation();
                if (scrl.isStopped) {
                    scrl.isStopped = false;
                    C.isPaused = false;
                    C.isScrolling = true;
                    scrl.startTime = getTime();
                    sc_startScroll(scrl)
                } else {
                    A.trigger(cf_e('play', conf))
                }
                return true
            });
            A.bind(cf_e('prev', conf) + ' ' + cf_e('next', conf), function(e, b, f, g) {
                e.stopPropagation();
                if (C.isStopped || A.is(':hidden')) {
                    e.stopImmediatePropagation();
                    return debug(conf, 'Carousel stopped or hidden: Not scrolling.')
                }
                if (opts.items.minimum >= itms.total) {
                    e.stopImmediatePropagation();
                    return debug(conf, 'Not enough items (' + itms.total + ', ' + opts.items.minimum + ' needed): Not scrolling.')
                }
                var v = [b, f, g],
                    t = ['object', 'number/string', 'function'],
                    a = cf_sortParams(v, t);
                var b = a[0],
                    f = a[1],
                    g = a[2];
                var h = e.type.substr(conf.events.prefix.length);
                if (typeof b != 'object' || b == null) b = opts[h];
                if (typeof g == 'function') b.onAfter = g;
                if (typeof f != 'number') {
                    if (opts.items.filter != '*') {
                        f = 'visible'
                    } else {
                        var i = [f, b.items, opts[h].items];
                        for (var a = 0, l = i.length; a < l; a++) {
                            if (typeof i[a] == 'number' || i[a] == 'page' || i[a] == 'visible') {
                                f = i[a];
                                break
                            }
                        }
                    }
                    switch (f) {
                    case 'page':
                        e.stopImmediatePropagation();
                        return A.triggerHandler(h + 'Page', [b, g]);
                        break;
                    case 'visible':
                        if (!opts.items.visibleConf.variable && opts.items.filter == '*') {
                            f = opts.items.visible
                        }
                        break
                    }
                }
                if (scrl.isStopped) {
                    A.trigger(cf_e('resume', conf));
                    A.trigger(cf_e('queue', conf), [h, [b, f, g]]);
                    e.stopImmediatePropagation();
                    return debug(conf, 'Carousel resumed scrolling.')
                }
                if (b.duration > 0) {
                    if (C.isScrolling) {
                        if (b.queue) A.trigger(cf_e('queue', conf), [h, [b, f, g]]);
                        e.stopImmediatePropagation();
                        return debug(conf, 'Carousel currently scrolling.')
                    }
                }
                if (b.conditions && !b.conditions.call($tt0)) {
                    e.stopImmediatePropagation();
                    return debug(conf, 'Callback "conditions" returned false.')
                }
                tmrs.timePassed = 0;
                A.trigger('_cfs_slide_' + h, [b, f]);
                if (opts.synchronise) {
                    var s = opts.synchronise,
                        c = [b, f];
                    for (var j = 0, l = s.length; j < l; j++) {
                        var d = h;
                        if (!s[j][1]) c[0] = s[j][0].triggerHandler('_cfs_configuration', h);
                        if (!s[j][2]) d = (d == 'prev') ? 'next' : 'prev';
                        c[1] = f + s[j][3];
                        s[j][0].trigger('_cfs_slide_' + d, c)
                    }
                }
                return true
            });
            A.bind(cf_e('_cfs_slide_prev', conf, false), function(e, f, g) {
                e.stopPropagation();
                var h = A.children();
                if (!opts.circular) {
                    if (itms.first == 0) {
                        if (opts.infinite) {
                            A.trigger(cf_e('next', conf), itms.total - 1)
                        }
                        return e.stopImmediatePropagation()
                    }
                }
                if (opts.usePadding) sz_resetMargin(h, opts);
                if (typeof g != 'number') {
                    if (opts.items.visibleConf.variable) {
                        g = gn_getVisibleItemsPrev(h, opts, itms.total - 1)
                    } else if (opts.items.filter != '*') {
                        var i = (typeof f.items == 'number') ? f.items : gn_getVisibleOrg(A, opts);
                        g = gn_getScrollItemsPrevFilter(h, opts, itms.total - 1, i)
                    } else {
                        g = opts.items.visible
                    }
                    g = cf_getAdjust(g, opts, f.items, $tt0)
                }
                if (!opts.circular) {
                    if (itms.total - g < itms.first) {
                        g = itms.total - itms.first
                    }
                }
                opts.items.visibleConf.old = opts.items.visible;
                if (opts.items.visibleConf.variable) {
                    var j = gn_getVisibleItemsNext(h, opts, itms.total - g);
                    if (opts.items.visible + g <= j && g < itms.total) {
                        g++;
                        j = gn_getVisibleItemsNext(h, opts, itms.total - g)
                    }
                    opts.items.visible = cf_getItemsAdjust(j, opts, opts.items.visibleConf.adjust, $tt0)
                } else if (opts.items.filter != '*') {
                    var j = gn_getVisibleItemsNextFilter(h, opts, itms.total - g);
                    opts.items.visible = cf_getItemsAdjust(j, opts, opts.items.visibleConf.adjust, $tt0)
                }
                if (opts.usePadding) sz_resetMargin(h, opts, true);
                if (g == 0) {
                    e.stopImmediatePropagation();
                    return debug(conf, '0 items to scroll: Not scrolling.')
                }
                debug(conf, 'Scrolling ' + g + ' items backward.');
                itms.first += g;
                while (itms.first >= itms.total) {
                    itms.first -= itms.total
                }
                if (!opts.circular) {
                    if (itms.first == 0 && f.onEnd) f.onEnd.call($tt0);
                    if (!opts.infinite) nv_enableNavi(opts, itms.first, conf)
                }
                A.children().slice(itms.total - g, itms.total).prependTo(A);
                if (itms.total < opts.items.visible + g) {
                    A.children().slice(0, (opts.items.visible + g) - itms.total).clone(true).appendTo(A)
                }
                var h = A.children(),
                    c_old = gi_getOldItemsPrev(h, opts, g),
                    c_new = gi_getNewItemsPrev(h, opts),
                    l_cur = h.eq(g - 1),
                    l_old = c_old.last(),
                    l_new = c_new.last();
                if (opts.usePadding) sz_resetMargin(h, opts);
                if (opts.align) {
                    var p = cf_getAlignPadding(c_new, opts),
                        k = p[0],
                        pR = p[1]
                } else {
                    var k = 0,
                        pR = 0
                }
                var l = (k < 0) ? opts.padding[opts.d[3]] : 0;
                if (f.fx == 'directscroll' && opts.items.visible < g) {
                    var m = h.slice(opts.items.visibleConf.old, g),
                        orgW = opts.items[opts.d['width']];
                    m.each(function() {
                        var a = $(this);
                        a.data('isHidden', a.is(':hidden')).hide()
                    });
                    opts.items[opts.d['width']] = 'variable'
                } else {
                    var m = false
                }
                var n = ms_getTotalSize(h.slice(0, g), opts, 'width'),
                    w_siz = cf_mapWrapperSizes(ms_getSizes(c_new, opts, true), opts, !opts.usePadding);
                if (m) opts.items[opts.d['width']] = orgW;
                if (opts.usePadding) {
                    sz_resetMargin(h, opts, true);
                    if (pR >= 0) {
                        sz_resetMargin(l_old, opts, opts.padding[opts.d[1]])
                    }
                    sz_resetMargin(l_cur, opts, opts.padding[opts.d[3]])
                }
                if (opts.align) {
                    opts.padding[opts.d[1]] = pR;
                    opts.padding[opts.d[3]] = k
                }
                var o = {},
                    a_dur = f.duration;
                if (f.fx == 'none') a_dur = 0;
                else if (a_dur == 'auto') a_dur = opts.scroll.duration / opts.scroll.items * g;
                else if (a_dur <= 0) a_dur = 0;
                else if (a_dur < 10) a_dur = n / a_dur;
                scrl = sc_setScroll(a_dur, f.easing);
                if (opts[opts.d['width']] == 'variable' || opts[opts.d['height']] == 'variable') {
                    scrl.anims.push([$wrp, w_siz])
                }
                if (opts.usePadding) {
                    var q = opts.padding[opts.d[3]];
                    if (l_new.not(l_cur).length) {
                        var r = {};
                        r[opts.d['marginRight']] = l_cur.data('cfs_origCssMargin');
                        if (k < 0) l_cur.css(r);
                        else scrl.anims.push([l_cur, r])
                    }
                    if (l_new.not(l_old).length) {
                        var s = {};
                        s[opts.d['marginRight']] = l_old.data('cfs_origCssMargin');
                        scrl.anims.push([l_old, s])
                    }
                    if (pR >= 0) {
                        var t = {};
                        t[opts.d['marginRight']] = l_new.data('cfs_origCssMargin') + opts.padding[opts.d[1]];
                        scrl.anims.push([l_new, t])
                    }
                } else {
                    var q = 0
                }
                o[opts.d['left']] = q;
                var u = [c_old, c_new, w_siz, a_dur];
                if (f.onBefore) f.onBefore.apply($tt0, u);
                clbk.onBefore = sc_callCallbacks(clbk.onBefore, $tt0, u);
                switch (f.fx) {
                case 'fade':
                case 'crossfade':
                case 'cover':
                case 'uncover':
                    scrl.pre = sc_setScroll(scrl.duration, scrl.easing);
                    scrl.post = sc_setScroll(scrl.duration, scrl.easing);
                    scrl.duration = 0;
                    break
                }
                switch (f.fx) {
                case 'crossfade':
                case 'cover':
                case 'uncover':
                    var v = A.clone().appendTo($wrp);
                    break
                }
                switch (f.fx) {
                case 'uncover':
                    v.children().slice(0, g).remove();
                case 'crossfade':
                case 'cover':
                    v.children().slice(opts.items.visible).remove();
                    break
                }
                switch (f.fx) {
                case 'fade':
                    scrl.pre.anims.push([A,
                    {
                        'opacity': 0
                    }]);
                    break;
                case 'crossfade':
                    v.css({
                        'opacity': 0
                    });
                    scrl.pre.anims.push([A,
                    {
                        'width': '+=0'
                    }, function() {
                        v.remove()
                    }]);
                    scrl.post.anims.push([v,
                    {
                        'opacity': 1
                    }]);
                    break;
                case 'cover':
                    scrl = fx_cover(scrl, A, v, opts, true);
                    break;
                case 'uncover':
                    scrl = fx_uncover(scrl, A, v, opts, true, g);
                    break
                }
                var w = function() {
                        var b = opts.items.visible + g - itms.total;
                        if (b > 0) {
                            A.children().slice(itms.total).remove();
                            c_old = A.children().slice(itms.total - (g - b)).get().concat(A.children().slice(0, b).get())
                        }
                        if (m) {
                            m.each(function() {
                                var a = $(this);
                                if (!a.data('isHidden')) a.show()
                            })
                        }
                        if (opts.usePadding) {
                            var c = A.children().eq(opts.items.visible + g - 1);
                            c.css(opts.d['marginRight'], c.data('cfs_origCssMargin'))
                        }
                        scrl.anims = [];
                        if (scrl.pre) scrl.pre = sc_setScroll(scrl.orgDuration, scrl.easing);
                        var d = function() {
                                switch (f.fx) {
                                case 'fade':
                                case 'crossfade':
                                    A.css('filter', '');
                                    break
                                }
                                scrl.post = sc_setScroll(0, null);
                                C.isScrolling = false;
                                var a = [c_old, c_new, w_siz];
                                if (f.onAfter) f.onAfter.apply($tt0, a);
                                clbk.onAfter = sc_callCallbacks(clbk.onAfter, $tt0, a);
                                if (queu.length) {
                                    A.trigger(cf_e(queu[0][0], conf), queu[0][1]);
                                    queu.shift()
                                }
                                if (!C.isPaused) A.trigger(cf_e('play', conf))
                            };
                        switch (f.fx) {
                        case 'fade':
                            scrl.pre.anims.push([A,
                            {
                                'opacity': 1
                            },
                            d]);
                            sc_startScroll(scrl.pre);
                            break;
                        case 'uncover':
                            scrl.pre.anims.push([A,
                            {
                                'width': '+=0'
                            },
                            d]);
                            sc_startScroll(scrl.pre);
                            break;
                        default:
                            d();
                            break
                        }
                    };
                scrl.anims.push([A, o, w]);
                C.isScrolling = true;
                A.css(opts.d['left'], -(n - l));
                tmrs = sc_clearTimers(tmrs);
                sc_startScroll(scrl);
                cf_setCookie(opts.cookie, A.triggerHandler(cf_e('currentPosition', conf)));
                A.trigger(cf_e('updatePageStatus', conf), [false, w_siz]);
                return true
            });
            A.bind(cf_e('_cfs_slide_next', conf, false), function(e, f, g) {
                e.stopPropagation();
                var h = A.children();
                if (!opts.circular) {
                    if (itms.first == opts.items.visible) {
                        if (opts.infinite) {
                            A.trigger(cf_e('prev', conf), itms.total - 1)
                        }
                        return e.stopImmediatePropagation()
                    }
                }
                if (opts.usePadding) sz_resetMargin(h, opts);
                if (typeof g != 'number') {
                    if (opts.items.filter != '*') {
                        var i = (typeof f.items == 'number') ? f.items : gn_getVisibleOrg(A, opts);
                        g = gn_getScrollItemsNextFilter(h, opts, 0, i)
                    } else {
                        g = opts.items.visible
                    }
                    g = cf_getAdjust(g, opts, f.items, $tt0)
                }
                var j = (itms.first == 0) ? itms.total : itms.first;
                if (!opts.circular) {
                    if (opts.items.visibleConf.variable) {
                        var k = gn_getVisibleItemsNext(h, opts, g),
                            i = gn_getVisibleItemsPrev(h, opts, j - 1)
                    } else {
                        var k = opts.items.visible,
                            i = opts.items.visible
                    }
                    if (g + k > j) {
                        g = j - i
                    }
                }
                opts.items.visibleConf.old = opts.items.visible;
                if (opts.items.visibleConf.variable) {
                    var k = gn_getVisibleItemsNextTestCircular(h, opts, g, j);
                    while (opts.items.visible - g >= k && g < itms.total) {
                        g++;
                        k = gn_getVisibleItemsNextTestCircular(h, opts, g, j)
                    }
                    opts.items.visible = cf_getItemsAdjust(k, opts, opts.items.visibleConf.adjust, $tt0)
                } else if (opts.items.filter != '*') {
                    var k = gn_getVisibleItemsNextFilter(h, opts, g);
                    opts.items.visible = cf_getItemsAdjust(k, opts, opts.items.visibleConf.adjust, $tt0)
                }
                if (opts.usePadding) sz_resetMargin(h, opts, true);
                if (g == 0) {
                    e.stopImmediatePropagation();
                    return debug(conf, '0 items to scroll: Not scrolling.')
                }
                debug(conf, 'Scrolling ' + g + ' items forward.');
                itms.first -= g;
                while (itms.first < 0) {
                    itms.first += itms.total
                }
                if (!opts.circular) {
                    if (itms.first == opts.items.visible && f.onEnd) f.onEnd.call($tt0);
                    if (!opts.infinite) nv_enableNavi(opts, itms.first, conf)
                }
                if (itms.total < opts.items.visible + g) {
                    A.children().slice(0, (opts.items.visible + g) - itms.total).clone(true).appendTo(A)
                }
                var h = A.children(),
                    c_old = gi_getOldItemsNext(h, opts),
                    c_new = gi_getNewItemsNext(h, opts, g),
                    l_cur = h.eq(g - 1),
                    l_old = c_old.last(),
                    l_new = c_new.last();
                if (opts.usePadding) sz_resetMargin(h, opts);
                if (opts.align) {
                    var p = cf_getAlignPadding(c_new, opts),
                        l = p[0],
                        pR = p[1]
                } else {
                    var l = 0,
                        pR = 0
                }
                if (f.fx == 'directscroll' && opts.items.visibleConf.old < g) {
                    var m = h.slice(opts.items.visibleConf.old, g),
                        orgW = opts.items[opts.d['width']];
                    m.each(function() {
                        var a = $(this);
                        a.data('isHidden', a.is(':hidden')).hide()
                    });
                    opts.items[opts.d['width']] = 'variable'
                } else {
                    var m = false
                }
                var n = ms_getTotalSize(h.slice(0, g), opts, 'width'),
                    w_siz = cf_mapWrapperSizes(ms_getSizes(c_new, opts, true), opts, !opts.usePadding);
                if (m) opts.items[opts.d['width']] = orgW;
                if (opts.align) {
                    if (opts.padding[opts.d[1]] < 0) {
                        opts.padding[opts.d[1]] = 0
                    }
                }
                if (opts.usePadding) {
                    sz_resetMargin(h, opts, true);
                    sz_resetMargin(l_old, opts, opts.padding[opts.d[1]])
                }
                if (opts.align) {
                    opts.padding[opts.d[1]] = pR;
                    opts.padding[opts.d[3]] = l
                }
                var o = {},
                    a_dur = f.duration;
                if (f.fx == 'none') a_dur = 0;
                else if (a_dur == 'auto') a_dur = opts.scroll.duration / opts.scroll.items * g;
                else if (a_dur <= 0) a_dur = 0;
                else if (a_dur < 10) a_dur = n / a_dur;
                scrl = sc_setScroll(a_dur, f.easing);
                if (opts[opts.d['width']] == 'variable' || opts[opts.d['height']] == 'variable') {
                    scrl.anims.push([$wrp, w_siz])
                }
                if (opts.usePadding) {
                    var q = l_new.data('cfs_origCssMargin');
                    if (pR >= 0) {
                        q += opts.padding[opts.d[1]]
                    }
                    l_new.css(opts.d['marginRight'], q);
                    if (l_cur.not(l_old).length) {
                        var r = {};
                        r[opts.d['marginRight']] = l_old.data('cfs_origCssMargin');
                        scrl.anims.push([l_old, r])
                    }
                    var s = l_cur.data('cfs_origCssMargin');
                    if (l >= 0) {
                        s += opts.padding[opts.d[3]]
                    }
                    var t = {};
                    t[opts.d['marginRight']] = s;
                    scrl.anims.push([l_cur, t])
                }
                o[opts.d['left']] = -n;
                if (l < 0) {
                    o[opts.d['left']] += l
                }
                var u = [c_old, c_new, w_siz, a_dur];
                if (f.onBefore) f.onBefore.apply($tt0, u);
                clbk.onBefore = sc_callCallbacks(clbk.onBefore, $tt0, u);
                switch (f.fx) {
                case 'fade':
                case 'crossfade':
                case 'cover':
                case 'uncover':
                    scrl.pre = sc_setScroll(scrl.duration, scrl.easing);
                    scrl.post = sc_setScroll(scrl.duration, scrl.easing);
                    scrl.duration = 0;
                    break
                }
                switch (f.fx) {
                case 'crossfade':
                case 'cover':
                case 'uncover':
                    var v = A.clone().appendTo($wrp);
                    break
                }
                switch (f.fx) {
                case 'uncover':
                    v.children().slice(opts.items.visibleConf.old).remove();
                    break;
                case 'crossfade':
                case 'cover':
                    v.children().slice(0, g).remove();
                    v.children().slice(opts.items.visible).remove();
                    break
                }
                switch (f.fx) {
                case 'fade':
                    scrl.pre.anims.push([A,
                    {
                        'opacity': 0
                    }]);
                    break;
                case 'crossfade':
                    v.css({
                        'opacity': 0
                    });
                    scrl.pre.anims.push([A,
                    {
                        'width': '+=0'
                    }, function() {
                        v.remove()
                    }]);
                    scrl.post.anims.push([v,
                    {
                        'opacity': 1
                    }]);
                    break;
                case 'cover':
                    scrl = fx_cover(scrl, A, v, opts, false);
                    break;
                case 'uncover':
                    scrl = fx_uncover(scrl, A, v, opts, false, g);
                    break
                }
                var w = function() {
                        var b = opts.items.visible + g - itms.total,
                            new_m = (opts.usePadding) ? opts.padding[opts.d[3]] : 0;
                        A.css(opts.d['left'], new_m);
                        if (b > 0) {
                            A.children().slice(itms.total).remove()
                        }
                        var c = A.children().slice(0, g).appendTo(A).last();
                        if (b > 0) {
                            c_new = gi_getCurrentItems(h, opts)
                        }
                        if (m) {
                            m.each(function() {
                                var a = $(this);
                                if (!a.data('isHidden')) a.show()
                            })
                        }
                        if (opts.usePadding) {
                            if (itms.total < opts.items.visible + g) {
                                var d = A.children().eq(opts.items.visible - 1);
                                d.css(opts.d['marginRight'], d.data('cfs_origCssMargin') + opts.padding[opts.d[3]])
                            }
                            c.css(opts.d['marginRight'], c.data('cfs_origCssMargin'))
                        }
                        scrl.anims = [];
                        if (scrl.pre) scrl.pre = sc_setScroll(scrl.orgDuration, scrl.easing);
                        var e = function() {
                                switch (f.fx) {
                                case 'fade':
                                case 'crossfade':
                                    A.css('filter', '');
                                    break
                                }
                                scrl.post = sc_setScroll(0, null);
                                C.isScrolling = false;
                                var a = [c_old, c_new, w_siz];
                                if (f.onAfter) f.onAfter.apply($tt0, a);
                                clbk.onAfter = sc_callCallbacks(clbk.onAfter, $tt0, a);
                                if (queu.length) {
                                    A.trigger(cf_e(queu[0][0], conf), queu[0][1]);
                                    queu.shift()
                                }
                                if (!C.isPaused) A.trigger(cf_e('play', conf))
                            };
                        switch (f.fx) {
                        case 'fade':
                            scrl.pre.anims.push([A,
                            {
                                'opacity': 1
                            },
                            e]);
                            sc_startScroll(scrl.pre);
                            break;
                        case 'uncover':
                            scrl.pre.anims.push([A,
                            {
                                'width': '+=0'
                            },
                            e]);
                            sc_startScroll(scrl.pre);
                            break;
                        default:
                            e();
                            break
                        }
                    };
                scrl.anims.push([A, o, w]);
                C.isScrolling = true;
                tmrs = sc_clearTimers(tmrs);
                sc_startScroll(scrl);
                cf_setCookie(opts.cookie, A.triggerHandler(cf_e('currentPosition', conf)));
                A.trigger(cf_e('updatePageStatus', conf), [false, w_siz]);
                return true
            });
            A.bind(cf_e('slideTo', conf), function(e, b, c, d, f, g, h) {
                e.stopPropagation();
                var v = [b, c, d, f, g, h],
                    t = ['string/number/object', 'number', 'boolean', 'object', 'string', 'function'],
                    a = cf_sortParams(v, t);
                var f = a[3],
                    g = a[4],
                    h = a[5];
                b = gn_getItemIndex(a[0], a[1], a[2], itms, A);
                if (b == 0) return;
                if (typeof f != 'object') f = false;
                if (C.isScrolling) {
                    if (typeof f != 'object' || f.duration > 0) return false
                }
                if (g != 'prev' && g != 'next') {
                    if (opts.circular) {
                        if (b <= itms.total / 2) g = 'next';
                        else g = 'prev'
                    } else {
                        if (itms.first == 0 || itms.first > b) g = 'next';
                        else g = 'prev'
                    }
                }
                if (g == 'prev') b = itms.total - b;
                A.trigger(cf_e(g, conf), [f, b, h]);
                return true
            });
            A.bind(cf_e('prevPage', conf), function(e, a, b) {
                e.stopPropagation();
                var c = A.triggerHandler(cf_e('currentPage', conf));
                return A.triggerHandler(cf_e('slideToPage', conf), [c - 1, a, 'prev', b])
            });
            A.bind(cf_e('nextPage', conf), function(e, a, b) {
                e.stopPropagation();
                var c = A.triggerHandler(cf_e('currentPage', conf));
                return A.triggerHandler(cf_e('slideToPage', conf), [c + 1, a, 'next', b])
            });
            A.bind(cf_e('slideToPage', conf), function(e, a, b, c, d) {
                e.stopPropagation();
                if (typeof a != 'number') a = A.triggerHandler(cf_e('currentPage', conf));
                var f = opts.pagination.items || opts.items.visible,
                    max = Math.floor(itms.total / f) - 1;
                if (a < 0) a = max;
                if (a > max) a = 0;
                return A.triggerHandler(cf_e('slideTo', conf), [a * f, 0, true, b, c, d])
            });
            A.bind(cf_e('jumpToStart', conf), function(e, s) {
                e.stopPropagation();
                if (s) s = gn_getItemIndex(s, 0, true, itms, A);
                else s = 0;
                s += itms.first;
                if (s != 0) {
                    while (s > itms.total) s -= itms.total;
                    A.prepend(A.children().slice(s, itms.total))
                }
                return true
            });
            A.bind(cf_e('synchronise', conf), function(e, s) {
                e.stopPropagation();
                if (s) s = cf_getSynchArr(s);
                else if (opts.synchronise) s = opts.synchronise;
                else return debug(conf, 'No carousel to synchronise.');
                var n = A.triggerHandler(cf_e('currentPosition', conf)),
                    x = true;
                for (var j = 0, l = s.length; j < l; j++) {
                    if (!s[j][0].triggerHandler(cf_e('slideTo', conf), [n, s[j][3], true])) {
                        x = false
                    }
                }
                return x
            });
            A.bind(cf_e('queue', conf), function(e, a, b) {
                e.stopPropagation();
                if (typeof a == 'function') {
                    a.call($tt0, queu)
                } else if (is_array(a)) {
                    queu = a
                } else if (typeof a != 'undefined') {
                    queu.push([a, b])
                }
                return queu
            });
            A.bind(cf_e('insertItem', conf), function(e, b, c, d, f) {
                e.stopPropagation();
                var v = [b, c, d, f],
                    t = ['string/object', 'string/number/object', 'boolean', 'number'],
                    a = cf_sortParams(v, t);
                var b = a[0],
                    c = a[1],
                    d = a[2],
                    f = a[3];
                if (typeof b == 'object' && typeof b.jquery == 'undefined') b = $(b);
                if (typeof b == 'string') b = $(b);
                if (typeof b != 'object' || typeof b.jquery == 'undefined' || b.length == 0) return debug(conf, 'Not a valid object.');
                if (typeof c == 'undefined') c = 'end';
                if (opts.usePadding) {
                    b.each(function() {
                        var m = parseInt($(this).css(opts.d['marginRight']));
                        if (isNaN(m)) m = 0;
                        $(this).data('cfs_origCssMargin', m)
                    })
                }
                var g = c,
                    before = 'before';
                if (c == 'end') {
                    if (d) {
                        if (itms.first == 0) {
                            c = itms.total - 1;
                            before = 'after'
                        } else {
                            c = itms.first;
                            itms.first += b.length
                        }
                        if (c < 0) c = 0
                    } else {
                        c = itms.total - 1;
                        before = 'after'
                    }
                } else {
                    c = gn_getItemIndex(c, f, d, itms, A)
                }
                if (g != 'end' && !d) {
                    if (c < itms.first) itms.first += b.length
                }
                if (itms.first >= itms.total) itms.first -= itms.total;
                var h = A.children().eq(c);
                if (h.length) {
                    h[before](b)
                } else {
                    A.append(b)
                }
                itms.total = A.children().length;
                var i = A.triggerHandler('updateSizes');
                nv_showNavi(opts, itms.total, conf);
                nv_enableNavi(opts, itms.first, conf);
                A.trigger(cf_e('linkAnchors', conf));
                A.trigger(cf_e('updatePageStatus', conf), [true, i]);
                return true
            });
            A.bind(cf_e('removeItem', conf), function(e, b, c, d) {
                e.stopPropagation();
                var v = [b, c, d],
                    t = ['string/number/object', 'boolean', 'number'],
                    a = cf_sortParams(v, t);
                var b = a[0],
                    c = a[1],
                    d = a[2];
                if (typeof b == 'undefined' || b == 'end') {
                    A.children().last().remove()
                } else {
                    b = gn_getItemIndex(b, d, c, itms, A);
                    var f = A.children().eq(b);
                    if (f.length) {
                        if (b < itms.first) itms.first -= f.length;
                        f.remove()
                    }
                }
                itms.total = A.children().length;
                var g = A.triggerHandler('updateSizes');
                nv_showNavi(opts, itms.total, conf);
                nv_enableNavi(opts, itms.first, conf);
                A.trigger(cf_e('updatePageStatus', conf), [true, g]);
                return true
            });
            A.bind(cf_e('onBefore', conf) + ' ' + cf_e('onAfter', conf), function(e, a) {
                e.stopPropagation();
                var b = e.type.substr(conf.events.prefix.length);
                if (is_array(a)) clbk[b] = a;
                if (typeof a == 'function') clbk[b].push(a);
                return clbk[b]
            });
            A.bind(cf_e('_cfs_currentPosition', conf, false), function(e, a) {
                e.stopPropagation();
                return A.triggerHandler(cf_e('currentPosition', conf), a)
            });
            A.bind(cf_e('currentPosition', conf), function(e, a) {
                e.stopPropagation();
                if (itms.first == 0) var b = 0;
                else var b = itms.total - itms.first;
                if (typeof a == 'function') a.call($tt0, b);
                return b
            });
            A.bind(cf_e('currentPage', conf), function(e, a) {
                e.stopPropagation();
                var b = opts.pagination.items || opts.items.visible;
                var c = Math.ceil(itms.total / b - 1);
                if (itms.first == 0) var d = 0;
                else if (itms.first < itms.total % b) var d = 0;
                else if (itms.first == b && !opts.circular) var d = c;
                else var d = Math.round((itms.total - itms.first) / b);
                if (d < 0) d = 0;
                if (d > c) d = c;
                if (typeof a == 'function') a.call($tt0, d);
                return d
            });
            A.bind(cf_e('currentVisible', conf), function(e, a) {
                e.stopPropagation();
                $i = gi_getCurrentItems(A.children(), opts);
                if (typeof a == 'function') a.call($tt0, $i);
                return $i
            });
            A.bind(cf_e('slice', conf), function(e, f, l, b) {
                e.stopPropagation();
                var v = [f, l, b],
                    t = ['number', 'number', 'function'],
                    a = cf_sortParams(v, t);
                f = (typeof a[0] == 'number') ? a[0] : 0, l = (typeof a[1] == 'number') ? a[1] : itms.total, b = a[2];
                f += itms.first;
                l += itms.first;
                while (f > itms.total) {
                    f -= itms.total
                }
                while (l > itms.total) {
                    l -= itms.total
                }
                while (f < 0) {
                    f += itms.total
                }
                while (l < 0) {
                    l += itms.total
                }
                var c = A.children();
                if (l > f) {
                    var d = c.slice(f, l)
                } else {
                    var d = c.slice(f, itms.total).get().concat(c.slice(0, l).get())
                }
                if (typeof b == 'function') b.call($tt0, d);
                return d
            });
            A.bind(cf_e('isPaused', conf) + ' ' + cf_e('isStopped', conf) + ' ' + cf_e('isScrolling', conf), function(e, a) {
                e.stopPropagation();
                var b = e.type.substr(conf.events.prefix.length);
                if (typeof a == 'function') a.call($tt0, C[b]);
                return C[b]
            });
            A.bind(cf_e('_cfs_configuration', conf, false), function(e, a, b, c) {
                e.stopPropagation();
                return A.triggerHandler(cf_e('configuration', conf), [a, b, c])
            });
            A.bind(cf_e('configuration', conf), function(e, a, b, c) {
                e.stopPropagation();
                var d = false;
                if (typeof a == 'function') {
                    a.call($tt0, opts)
                } else if (typeof a == 'object') {
                    opts_orig = $.extend(true, {}, opts_orig, a);
                    if (b !== false) d = true;
                    else opts = $.extend(true, {}, opts, a)
                } else if (typeof a != 'undefined') {
                    if (typeof b == 'function') {
                        var f = eval('opts.' + a);
                        if (typeof f == 'undefined') f = '';
                        b.call($tt0, f)
                    } else if (typeof b != 'undefined') {
                        if (typeof c !== 'boolean') c = true;
                        eval('opts_orig.' + a + ' = b');
                        if (c !== false) d = true;
                        else eval('opts.' + a + ' = b')
                    } else {
                        return eval('opts.' + a)
                    }
                }
                if (d) {
                    sz_resetMargin(A.children(), opts);
                    A._cfs_init(opts_orig);
                    A._cfs_bind_buttons();
                    var g = sz_setSizes(A, opts, false);
                    A.trigger(cf_e('updatePageStatus', conf), [true, g])
                }
                return opts
            });
            A.bind(cf_e('linkAnchors', conf), function(e, a, b) {
                e.stopPropagation();
                if (typeof a == 'undefined' || a.length == 0) a = $('body');
                else if (typeof a == 'string') a = $(a);
                if (typeof a != 'object') return debug(conf, 'Not a valid object.');
                if (typeof b != 'string' || b.length == 0) b = 'a.caroufredsel';
                a.find(b).each(function() {
                    var h = this.hash || '';
                    if (h.length > 0 && A.children().index($(h)) != -1) {
                        $(this).unbind('click').click(function(e) {
                            e.preventDefault();
                            A.trigger(cf_e('slideTo', conf), h)
                        })
                    }
                });
                return true
            });
            A.bind(cf_e('updatePageStatus', conf), function(e, b, c) {
                e.stopPropagation();
                if (!opts.pagination.container) return;
                if (b) {
                    var d = opts.pagination.items || opts.items.visible,
                        l = Math.ceil(itms.total / d);
                    if (opts.pagination.anchorBuilder) {
                        opts.pagination.container.children().remove();
                        opts.pagination.container.each(function() {
                            for (var a = 0; a < l; a++) {
                                var i = A.children().eq(gn_getItemIndex(a * d, 0, true, itms, A));
                                $(this).append(opts.pagination.anchorBuilder(a + 1, i))
                            }
                        })
                    }
                    opts.pagination.container.each(function() {
                        $(this).children().unbind(opts.pagination.event).each(function(a) {
                            $(this).bind(opts.pagination.event, function(e) {
                                e.preventDefault();
                                A.trigger(cf_e('slideTo', conf), [a * d, 0, true, opts.pagination])
                            })
                        })
                    })
                }
                opts.pagination.container.each(function() {
                    $(this).children().removeClass(cf_c('selected', conf)).eq(A.triggerHandler(cf_e('currentPage', conf))).addClass(cf_c('selected', conf))
                });
                return true
            });
            A.bind(cf_e('updateSizes', conf), function(e) {
                var a = A.children(),
                    vI = opts.items.visible;
                if (opts.items.visibleConf.variable) vI = gn_getVisibleItemsNext(a, opts, 0);
                else if (opts.items.filter != '*') vI = gn_getVisibleItemsNextFilter(a, opts, 0);
                if (!opts.circular && itms.first != 0 && vI > itms.first) {
                    if (opts.items.visibleConf.variable) {
                        var b = gn_getVisibleItemsPrev(a, opts, itms.first) - itms.first
                    } else if (opts.items.filter != '*') {
                        var b = gn_getVisibleItemsPrevFilter(a, opts, itms.first) - itms.first
                    } else {
                        b = opts.items.visible - itms.first
                    }
                    debug(conf, 'Preventing non-circular: sliding ' + b + ' items backward.');
                    A.trigger('prev', b)
                }
                opts.items.visible = cf_getItemsAdjust(vI, opts, opts.items.visibleConf.adjust, $tt0);
                return sz_setSizes(A, opts)
            });
            A.bind(cf_e('_cfs_destroy', conf, false), function(e, a) {
                e.stopPropagation();
                A.trigger(cf_e('destroy', conf), a);
                return true
            });
            A.bind(cf_e('destroy', conf), function(e, a) {
                e.stopPropagation();
                tmrs = sc_clearTimers(tmrs);
                A.data('cfs_isCarousel', false);
                A.trigger(cf_e('finish', conf));
                if (a) {
                    A.trigger(cf_e('jumpToStart', conf))
                }
                if (opts.usePadding) {
                    sz_resetMargin(A.children(), opts)
                }
                A.css(A.data('cfs_origCss'));
                A._cfs_unbind_events();
                A._cfs_unbind_buttons();
                $wrp.replaceWith(A);
                return true
            })
        };
        A._cfs_unbind_events = function() {
            A.unbind(cf_e('', conf));
            A.unbind(cf_e('', conf, false))
        };
        A._cfs_bind_buttons = function() {
            A._cfs_unbind_buttons();
            nv_showNavi(opts, itms.total, conf);
            nv_enableNavi(opts, itms.first, conf);
            if (opts.auto.pauseOnHover) {
                var c = bt_pauseOnHoverConfig(opts.auto.pauseOnHover);
                $wrp.bind(cf_e('mouseenter', conf, false), function() {
                    A.trigger(cf_e('pause', conf), c)
                }).bind(cf_e('mouseleave', conf, false), function() {
                    A.trigger(cf_e('resume', conf))
                })
            }
            if (opts.auto.button) {
                opts.auto.button.bind(cf_e(opts.auto.event, conf, false), function(e) {
                    e.preventDefault();
                    var a = false,
                        c = null;
                    if (C.isPaused) {
                        a = 'play'
                    } else if (opts.auto.pauseOnEvent) {
                        a = 'pause';
                        c = bt_pauseOnHoverConfig(opts.auto.pauseOnEvent)
                    }
                    if (a) {
                        A.trigger(cf_e(a, conf), c)
                    }
                })
            }
            if (opts.prev.button) {
                opts.prev.button.bind(cf_e(opts.prev.event, conf, false), function(e) {
                    e.preventDefault();
                    A.trigger(cf_e('prev', conf))
                });
                if (opts.prev.pauseOnHover) {
                    var c = bt_pauseOnHoverConfig(opts.prev.pauseOnHover);
                    opts.prev.button.bind(cf_e('mouseenter', conf, false), function() {
                        A.trigger(cf_e('pause', conf), c)
                    }).bind(cf_e('mouseleave', conf, false), function() {
                        A.trigger(cf_e('resume', conf))
                    })
                }
            }
            if (opts.next.button) {
                opts.next.button.bind(cf_e(opts.next.event, conf, false), function(e) {
                    e.preventDefault();
                    A.trigger(cf_e('next', conf))
                });
                if (opts.next.pauseOnHover) {
                    var c = bt_pauseOnHoverConfig(opts.next.pauseOnHover);
                    opts.next.button.bind(cf_e('mouseenter', conf, false), function() {
                        A.trigger(cf_e('pause', conf), c)
                    }).bind(cf_e('mouseleave', conf, false), function() {
                        A.trigger(cf_e('resume', conf))
                    })
                }
            }
            if ($.fn.mousewheel) {
                if (opts.prev.mousewheel) {
                    if (!C.mousewheelPrev) {
                        C.mousewheelPrev = true;
                        $wrp.mousewheel(function(e, a) {
                            if (a > 0) {
                                e.preventDefault();
                                var b = bt_mousesheelNumber(opts.prev.mousewheel);
                                A.trigger(cf_e('prev', conf), b)
                            }
                        })
                    }
                }
                if (opts.next.mousewheel) {
                    if (!C.mousewheelNext) {
                        C.mousewheelNext = true;
                        $wrp.mousewheel(function(e, a) {
                            if (a < 0) {
                                e.preventDefault();
                                var b = bt_mousesheelNumber(opts.next.mousewheel);
                                A.trigger(cf_e('next', conf), b)
                            }
                        })
                    }
                }
            }
            if ($.fn.touchwipe) {
                var d = (opts.prev.wipe) ?
                function() {
                    A.trigger(cf_e('prev', conf))
                } : null, wN = (opts.next.wipe) ?
                function() {
                    A.trigger(cf_e('next', conf))
                } : null;
                if (wN || wN) {
                    if (!C.touchwipe) {
                        C.touchwipe = true;
                        var f = {
                            'min_move_x': 30,
                            'min_move_y': 30,
                            'preventDefaultEvents': true
                        };
                        switch (opts.direction) {
                        case 'up':
                        case 'down':
                            f.wipeUp = wN;
                            f.wipeDown = d;
                            break;
                        default:
                            f.wipeLeft = wN;
                            f.wipeRight = d
                        }
                        $wrp.touchwipe(f)
                    }
                }
            }
            if (opts.pagination.container) {
                if (opts.pagination.pauseOnHover) {
                    var c = bt_pauseOnHoverConfig(opts.pagination.pauseOnHover);
                    opts.pagination.container.bind(cf_e('mouseenter', conf, false), function() {
                        A.trigger(cf_e('pause', conf), c)
                    }).bind(cf_e('mouseleave', conf, false), function() {
                        A.trigger(cf_e('resume', conf))
                    })
                }
            }
            if (opts.prev.key || opts.next.key) {
                $(document).bind(cf_e('keyup', conf, false, true, true), function(e) {
                    var k = e.keyCode;
                    if (k == opts.next.key) {
                        e.preventDefault();
                        A.trigger(cf_e('next', conf))
                    }
                    if (k == opts.prev.key) {
                        e.preventDefault();
                        A.trigger(cf_e('prev', conf))
                    }
                })
            }
            if (opts.pagination.keys) {
                $(document).bind(cf_e('keyup', conf, false, true, true), function(e) {
                    var k = e.keyCode;
                    if (k >= 49 && k < 58) {
                        k = (k - 49) * opts.items.visible;
                        if (k <= itms.total) {
                            e.preventDefault();
                            A.trigger(cf_e('slideTo', conf), [k, 0, true, opts.pagination])
                        }
                    }
                })
            }
            if (opts.auto.play) {
                A.trigger(cf_e('play', conf), opts.auto.delay)
            }
            if (C.upDateOnWindowResize) {
                $(window).bind(cf_e('resize', conf, false, true, true), function(e) {
                    A.trigger(cf_e('finish', conf));
                    if (opts.auto.pauseOnResize && !C.isPaused) {
                        A.trigger(cf_e('play', conf))
                    }
                    sz_resetMargin(A.children(), opts);
                    A._cfs_init(opts_orig);
                    var a = sz_setSizes(A, opts, false);
                    A.trigger(cf_e('updatePageStatus', conf), [true, a])
                })
            }
        };
        A._cfs_unbind_buttons = function() {
            var a = cf_e('', conf),
                ns2 = cf_e('', conf, false);
            ns3 = cf_e('', conf, false, true, true);
            $(document).unbind(ns3);
            $(window).unbind(ns3);
            $wrp.unbind(ns2);
            if (opts.auto.button) opts.auto.button.unbind(ns2);
            if (opts.prev.button) opts.prev.button.unbind(ns2);
            if (opts.next.button) opts.next.button.unbind(ns2);
            if (opts.pagination.container) {
                opts.pagination.container.unbind(ns2);
                if (opts.pagination.anchorBuilder) {
                    opts.pagination.container.children().remove()
                }
            }
            nv_showNavi(opts, 'hide', conf);
            nv_enableNavi(opts, 'removeClass', conf)
        };
        var C = {
            'direction': 'next',
            'isPaused': true,
            'isScrolling': false,
            'isStopped': false,
            'mousewheelNext': false,
            'mousewheelPrev': false,
            'touchwipe': false
        },
            itms = {
                'total': A.children().length,
                'first': 0
            },
            tmrs = {
                'timer': null,
                'auto': null,
                'queue': null,
                'startTime': getTime(),
                'timePassed': 0
            },
            scrl = {
                'isStopped': false,
                'duration': 0,
                'startTime': 0,
                'easing': '',
                'anims': []
            },
            clbk = {
                'onBefore': [],
                'onAfter': []
            },
            queu = [],
            conf = $.extend(true, {}, $.fn.carouFredSel.configs, z),
            opts = {},
            opts_orig = y,
            $wrp = A.wrap('<' + conf.wrapper.element + ' class="' + conf.wrapper.classname + '" />').parent();
        conf.selector = A.selector;
        conf.serialNumber = $.fn.carouFredSel.serialNumber++;
        A._cfs_init(opts_orig, true, B);
        A._cfs_build();
        A._cfs_bind_events();
        A._cfs_bind_buttons();
        if (is_array(opts.items.start)) {
            var D = opts.items.start
        } else {
            var D = [];
            if (opts.items.start != 0) {
                D.push(opts.items.start)
            }
        }
        if (opts.cookie) {
            D.unshift(cf_readCookie(opts.cookie))
        }
        if (D.length > 0) {
            for (var a = 0, l = D.length; a < l; a++) {
                var s = D[a];
                if (s == 0) {
                    continue
                }
                if (s === true) {
                    s = window.location.hash;
                    if (s.length < 1) {
                        continue
                    }
                } else if (s === 'random') {
                    s = Math.floor(Math.random() * itms.total)
                }
                if (A.triggerHandler(cf_e('slideTo', conf), [s, 0, true,
                {
                    fx: 'none'
                }])) {
                    break
                }
            }
        }
        var E = sz_setSizes(A, opts, false),
            itm = gi_getCurrentItems(A.children(), opts);
        if (opts.onCreate) {
            opts.onCreate.call($tt0, itm, E)
        }
        A.trigger(cf_e('updatePageStatus', conf), [true, E]);
        A.trigger(cf_e('linkAnchors', conf));
        return A
    };
    $.fn.carouFredSel.serialNumber = 1;
    $.fn.carouFredSel.defaults = {
        'synchronise': false,
        'infinite': true,
        'circular': true,
        'responsive': false,
        'direction': 'left',
        'items': {
            'start': 0
        },
        'scroll': {
            'easing': 'swing',
            'duration': 500,
            'pauseOnHover': false,
            'mousewheel': false,
            'wipe': false,
            'event': 'click',
            'queue': false
        }
    };
    $.fn.carouFredSel.configs = {
        'debug': false,
        'events': {
            'prefix': '',
            'namespace': 'cfs'
        },
        'wrapper': {
            'element': 'div',
            'classname': 'caroufredsel_wrapper'
        },
        'classnames': {}
    };
    $.fn.carouFredSel.pageAnchorBuilder = function(a, b) {
        return '<a href="#"><span>' + a + '</span></a>'
    };

    function sc_setScroll(d, e) {
        return {
            anims: [],
            duration: d,
            orgDuration: d,
            easing: e,
            startTime: getTime()
        }
    }
    function sc_startScroll(s) {
        if (typeof s.pre == 'object') {
            sc_startScroll(s.pre)
        }
        for (var a = 0, l = s.anims.length; a < l; a++) {
            var b = s.anims[a];
            if (!b) continue;
            if (b[3]) b[0].stop();
            b[0].animate(b[1], {
                complete: b[2],
                duration: s.duration,
                easing: s.easing
            })
        }
        if (typeof s.post == 'object') {
            sc_startScroll(s.post)
        }
    }
    function sc_stopScroll(s, c) {
        if (typeof c != 'boolean') c = true;
        if (typeof s.pre == 'object') {
            sc_stopScroll(s.pre, c)
        }
        for (var a = 0, l = s.anims.length; a < l; a++) {
            var b = s.anims[a];
            b[0].stop(true);
            if (c) {
                b[0].css(b[1]);
                if (typeof b[2] == 'function') b[2]()
            }
        }
        if (typeof s.post == 'object') {
            sc_stopScroll(s.post, c)
        }
    }
    function sc_clearTimers(t) {
        if (t.auto) clearTimeout(t.auto);
        return t
    }
    function sc_callCallbacks(b, t, c) {
        if (b.length) {
            for (var a = 0, l = b.length; a < l; a++) {
                b[a].apply(t, c)
            }
        }
        return []
    }
    function fx_fade(a, c, x, d, f) {
        var o = {
            'duration': d,
            'easing': a.easing
        };
        if (typeof f == 'function') o.complete = f;
        c.animate({
            opacity: x
        }, o)
    }
    function fx_cover(a, b, c, o, d) {
        var e = ms_getSizes(gi_getOldItemsNext(b.children(), o), o, true)[0],
            new_w = ms_getSizes(c.children(), o, true)[0],
            cur_l = (d) ? -new_w : e,
            css_o = {},
            ani_o = {};
        css_o[o.d['width']] = new_w;
        css_o[o.d['left']] = cur_l;
        ani_o[o.d['left']] = 0;
        a.pre.anims.push([b,
        {
            'opacity': 1
        }]);
        a.post.anims.push([c, ani_o, function() {
            $(this).remove()
        }]);
        c.css(css_o);
        return a
    }
    function fx_uncover(a, b, c, o, d, n) {
        var e = ms_getSizes(gi_getNewItemsNext(b.children(), o, n), o, true)[0],
            old_w = ms_getSizes(c.children(), o, true)[0],
            cur_l = (d) ? -old_w : e,
            css_o = {},
            ani_o = {};
        css_o[o.d['width']] = old_w;
        css_o[o.d['left']] = 0;
        ani_o[o.d['left']] = cur_l;
        a.post.anims.push([c, ani_o, function() {
            $(this).remove()
        }]);
        c.css(css_o);
        return a
    }
    function nv_showNavi(o, t, c) {
        if (t == 'show' || t == 'hide') {
            var f = t
        } else if (o.items.minimum >= t) {
            debug(c, 'Not enough items: hiding navigation (' + t + ' items, ' + o.items.minimum + ' needed).');
            var f = 'hide'
        } else {
            var f = 'show'
        }
        var s = (f == 'show') ? 'removeClass' : 'addClass',
            h = cf_c('hidden', c);
        if (o.auto.button) o.auto.button[f]()[s](h);
        if (o.prev.button) o.prev.button[f]()[s](h);
        if (o.next.button) o.next.button[f]()[s](h);
        if (o.pagination.container) o.pagination.container[f]()[s](h)
    }
    function nv_enableNavi(o, f, c) {
        if (o.circular || o.infinite) return;
        var a = (f == 'removeClass' || f == 'addClass') ? f : false,
            di = cf_c('disabled', c);
        if (o.auto.button && a) {
            o.auto.button[a](di)
        }
        if (o.prev.button) {
            var b = a || (f == 0) ? 'addClass' : 'removeClass';
            o.prev.button[b](di)
        }
        if (o.next.button) {
            var b = a || (f == o.items.visible) ? 'addClass' : 'removeClass';
            o.next.button[b](di)
        }
    }
    function go_getObject(a, b) {
        if (typeof b == 'function') b = b.call(a);
        if (typeof b == 'undefined') b = {};
        return b
    }
    function go_getNaviObject(a, b, c) {
        if (typeof c != 'string') c = '';
        b = go_getObject(a, b);
        if (typeof b == 'string') {
            var d = cf_getKeyCode(b);
            if (d == -1) b = $(b);
            else b = d
        }
        if (c == 'pagination') {
            if (typeof b == 'boolean') b = {
                'keys': b
            };
            if (typeof b.jquery != 'undefined') b = {
                'container': b
            };
            if (typeof b.container == 'function') b.container = b.container.call(a);
            if (typeof b.container == 'string') b.container = $(b.container);
            if (typeof b.items != 'number') b.items = false
        } else if (c == 'auto') {
            if (typeof b.jquery != 'undefined') b = {
                'button': b
            };
            if (typeof b == 'boolean') b = {
                'play': b
            };
            if (typeof b == 'number') b = {
                'pauseDuration': b
            };
            if (typeof b.button == 'function') b.button = b.button.call(a);
            if (typeof b.button == 'string') b.button = $(b.button)
        } else {
            if (typeof b.jquery != 'undefined') b = {
                'button': b
            };
            if (typeof b == 'number') b = {
                'key': b
            };
            if (typeof b.button == 'function') b.button = b.button.call(a);
            if (typeof b.button == 'string') b.button = $(b.button);
            if (typeof b.key == 'string') b.key = cf_getKeyCode(b.key)
        }
        return b
    }
    function gn_getItemIndex(a, b, c, d, e) {
        if (typeof a == 'string') {
            if (isNaN(a)) a = $(a);
            else a = parseInt(a)
        }
        if (typeof a == 'object') {
            if (typeof a.jquery == 'undefined') a = $(a);
            a = e.children().index(a);
            if (a == -1) a = 0;
            if (typeof c != 'boolean') c = false
        } else {
            if (typeof c != 'boolean') c = true
        }
        if (isNaN(a)) a = 0;
        else a = parseInt(a);
        if (isNaN(b)) b = 0;
        else b = parseInt(b);
        if (c) {
            a += d.first
        }
        a += b;
        if (d.total > 0) {
            while (a >= d.total) {
                a -= d.total
            }
            while (a < 0) {
                a += d.total
            }
        }
        return a
    }
    function gn_getVisibleItemsPrev(i, o, s) {
        var t = 0,
            x = 0;
        for (var a = s; a >= 0; a--) {
            var j = i.eq(a);
            t += (j.is(':visible')) ? j[o.d['outerWidth']](true) : 0;
            if (t > o.maxDimention) return x;
            if (a == 0) a = i.length;
            x++
        }
    }
    function gn_getVisibleItemsPrevFilter(i, o, s) {
        return gn_getItemsPrevFilter(i, o.items.filter, o.items.visibleConf.org, s)
    }
    function gn_getScrollItemsPrevFilter(i, o, s, m) {
        return gn_getItemsPrevFilter(i, o.items.filter, m, s)
    }
    function gn_getItemsPrevFilter(i, f, m, s) {
        var t = 0,
            x = 0;
        for (var a = s, l = i.length - 1; a >= 0; a--) {
            x++;
            if (x == l) return x;
            var j = i.eq(a);
            if (j.is(f)) {
                t++;
                if (t == m) return x
            }
            if (a == 0) a = i.length
        }
    }
    function gn_getVisibleOrg(a, o) {
        return o.items.visibleConf.org || a.children().slice(0, o.items.visible).filter(o.items.filter).length
    }
    function gn_getVisibleItemsNext(i, o, s) {
        var t = 0,
            x = 0;
        for (var a = s, l = i.length - 1; a <= l; a++) {
            var j = i.eq(a);
            t += (j.is(':visible')) ? j[o.d['outerWidth']](true) : 0;
            if (t > o.maxDimention) return x;
            x++;
            if (x == l) return x;
            if (a == l) a = -1
        }
    }
    function gn_getVisibleItemsNextTestCircular(i, o, s, l) {
        var v = gn_getVisibleItemsNext(i, o, s);
        if (!o.circular) {
            if (s + v > l) v = l - s
        }
        return v
    }
    function gn_getVisibleItemsNextFilter(i, o, s) {
        return gn_getItemsNextFilter(i, o.items.filter, o.items.visibleConf.org, s, o.circular)
    }
    function gn_getScrollItemsNextFilter(i, o, s, m) {
        return gn_getItemsNextFilter(i, o.items.filter, m + 1, s, o.circular) - 1
    }
    function gn_getItemsNextFilter(i, f, m, s, c) {
        var t = 0,
            x = 0;
        for (var a = s, l = i.length - 1; a <= l; a++) {
            x++;
            if (x == l) return x;
            var j = i.eq(a);
            if (j.is(f)) {
                t++;
                if (t == m) return x
            }
            if (a == l) a = -1
        }
    }
    function gi_getCurrentItems(i, o) {
        return i.slice(0, o.items.visible)
    }
    function gi_getOldItemsPrev(i, o, n) {
        return i.slice(n, o.items.visibleConf.old + n)
    }
    function gi_getNewItemsPrev(i, o) {
        return i.slice(0, o.items.visible)
    }
    function gi_getOldItemsNext(i, o) {
        return i.slice(0, o.items.visibleConf.old)
    }
    function gi_getNewItemsNext(i, o, n) {
        return i.slice(n, o.items.visible + n)
    }
    function sz_resetMargin(i, o, m) {
        var x = (typeof m == 'boolean') ? m : false;
        if (typeof m != 'number') m = 0;
        i.each(function() {
            var j = $(this);
            var t = parseInt(j.css(o.d['marginRight']));
            if (isNaN(t)) t = 0;
            j.data('cfs_tempCssMargin', t);
            j.css(o.d['marginRight'], ((x) ? j.data('cfs_tempCssMargin') : m + j.data('cfs_origCssMargin')))
        })
    }
    function sz_setSizes(a, o, p) {
        var b = a.parent(),
            $i = a.children(),
            $v = gi_getCurrentItems($i, o),
            sz = cf_mapWrapperSizes(ms_getSizes($v, o, true), o, p);
        b.css(sz);
        if (o.usePadding) {
            var p = o.padding,
                r = p[o.d[1]];
            if (o.align) {
                if (r < 0) r = 0
            }
            var c = $v.last();
            c.css(o.d['marginRight'], c.data('cfs_origCssMargin') + r);
            a.css(o.d['top'], p[o.d[0]]);
            a.css(o.d['left'], p[o.d[3]])
        }
        a.css(o.d['width'], sz[o.d['width']] + (ms_getTotalSize($i, o, 'width') * 2));
        a.css(o.d['height'], ms_getLargestSize($i, o, 'height'));
        return sz
    }
    function ms_getSizes(i, o, a) {
        var b = ms_getTotalSize(i, o, 'width', a),
            s2 = ms_getLargestSize(i, o, 'height', a);
        return [b, s2]
    }
    function ms_getLargestSize(i, o, a, b) {
        if (typeof b != 'boolean') b = false;
        if (typeof o[o.d[a]] == 'number' && b) return o[o.d[a]];
        if (typeof o.items[o.d[a]] == 'number') return o.items[o.d[a]];
        var c = (a.toLowerCase().indexOf('width') > -1) ? 'outerWidth' : 'outerHeight';
        return ms_getTrueLargestSize(i, o, c)
    }
    function ms_getTrueLargestSize(i, o, b) {
        var s = 0;
        for (var a = 0, l = i.length; a < l; a++) {
            var j = i.eq(a);
            var m = (j.is(':visible')) ? j[o.d[b]](true) : 0;
            if (s < m) s = m
        }
        return s
    }
    function ms_getTrueInnerSize(b, o, c) {
        if (!b.is(':visible')) return 0;
        var d = b[o.d[c]](),
            arr = (o.d[c].toLowerCase().indexOf('width') > -1) ? ['paddingLeft', 'paddingRight'] : ['paddingTop', 'paddingBottom'];
        for (var a = 0, l = arr.length; a < l; a++) {
            var m = parseInt(b.css(arr[a]));
            d -= (isNaN(m)) ? 0 : m
        }
        return d
    }
    function ms_getTotalSize(i, o, b, c) {
        if (typeof c != 'boolean') c = false;
        if (typeof o[o.d[b]] == 'number' && c) return o[o.d[b]];
        if (typeof o.items[o.d[b]] == 'number') return o.items[o.d[b]] * i.length;
        var d = (b.toLowerCase().indexOf('width') > -1) ? 'outerWidth' : 'outerHeight',
            s = 0;
        for (var a = 0, l = i.length; a < l; a++) {
            var j = i.eq(a);
            s += (j.is(':visible')) ? j[o.d[d]](true) : 0
        }
        return s
    }
    function ms_hasVariableSizes(i, o, b) {
        var s = false,
            v = false;
        for (var a = 0, l = i.length; a < l; a++) {
            var j = i.eq(a);
            var c = (j.is(':visible')) ? j[o.d[b]](true) : 0;
            if (s === false) s = c;
            else if (s != c) v = true;
            if (s == 0) v = true
        }
        return v
    }
    function ms_getPaddingBorderMargin(i, o, d) {
        return i[o.d['outer' + d]](true) - ms_getTrueInnerSize(i, o, 'inner' + d)
    }
    function ms_isPercentage(x) {
        return (typeof x == 'string' && x.substr(-1) == '%')
    }
    function ms_getPercentage(s, o) {
        if (ms_isPercentage(o)) {
            o = o.substring(0, o.length - 1);
            if (isNaN(o)) return s;
            s *= o / 100
        }
        return s
    }
    function cf_e(n, c, a, b, d) {
        if (typeof a != 'boolean') a = true;
        if (typeof b != 'boolean') b = true;
        if (typeof d != 'boolean') d = false;
        if (a) n = c.events.prefix + n;
        if (b) n = n + '.' + c.events.namespace;
        if (b && d) n += c.serialNumber;
        return n
    }
    function cf_c(n, c) {
        return (typeof c.classnames[n] == 'string') ? c.classnames[n] : n
    }
    function cf_mapWrapperSizes(a, o, p) {
        if (typeof p != 'boolean') p = true;
        var b = (o.usePadding && p) ? o.padding : [0, 0, 0, 0];
        var c = {};
        c[o.d['width']] = a[0] + b[1] + b[3];
        c[o.d['height']] = a[1] + b[0] + b[2];
        return c
    }
    function cf_sortParams(c, d) {
        var e = [];
        for (var a = 0, l1 = c.length; a < l1; a++) {
            for (var b = 0, l2 = d.length; b < l2; b++) {
                if (d[b].indexOf(typeof c[a]) > -1 && typeof e[b] == 'undefined') {
                    e[b] = c[a];
                    break
                }
            }
        }
        return e
    }
    function cf_getPadding(p) {
        if (typeof p == 'undefined') return [0, 0, 0, 0];
        if (typeof p == 'number') return [p, p, p, p];
        else if (typeof p == 'string') p = p.split('px').join('').split('em').join('').split(' ');
        if (!is_array(p)) {
            return [0, 0, 0, 0]
        }
        for (var i = 0; i < 4; i++) {
            p[i] = parseInt(p[i])
        }
        switch (p.length) {
        case 0:
            return [0, 0, 0, 0];
        case 1:
            return [p[0], p[0], p[0], p[0]];
        case 2:
            return [p[0], p[1], p[0], p[1]];
        case 3:
            return [p[0], p[1], p[2], p[1]];
        default:
            return [p[0], p[1], p[2], p[3]]
        }
    }
    function cf_getAlignPadding(a, o) {
        var x = (typeof o[o.d['width']] == 'number') ? Math.ceil(o[o.d['width']] - ms_getTotalSize(a, o, 'width')) : 0;
        switch (o.align) {
        case 'left':
            return [0, x];
        case 'right':
            return [x, 0];
        case 'center':
        default:
            return [Math.ceil(x / 2), Math.floor(x / 2)]
        }
    }
    function cf_getAdjust(x, o, a, b) {
        var v = x;
        if (typeof a == 'function') {
            v = a.call(b, v)
        } else if (typeof a == 'string') {
            var p = a.split('+'),
                m = a.split('-');
            if (m.length > p.length) {
                var c = true,
                    sta = m[0],
                    adj = m[1]
            } else {
                var c = false,
                    sta = p[0],
                    adj = p[1]
            }
            switch (sta) {
            case 'even':
                v = (x % 2 == 1) ? x - 1 : x;
                break;
            case 'odd':
                v = (x % 2 == 0) ? x - 1 : x;
                break;
            default:
                v = x;
                break
            }
            adj = parseInt(adj);
            if (!isNaN(adj)) {
                if (c) adj = -adj;
                v += adj
            }
        }
        if (typeof v != 'number') v = 1;
        if (v < 1) v = 1;
        return v
    }
    function cf_getItemsAdjust(x, o, a, b) {
        return cf_getItemAdjustMinMax(cf_getAdjust(x, o, a, b), o.items.visibleConf)
    }
    function cf_getItemAdjustMinMax(v, i) {
        if (typeof i.min == 'number' && v < i.min) v = i.min;
        if (typeof i.max == 'number' && v > i.max) v = i.max;
        if (v < 1) v = 1;
        return v
    }
    function cf_getSynchArr(s) {
        if (!is_array(s)) s = [
            [s]
        ];
        if (!is_array(s[0])) s = [s];
        for (var j = 0, l = s.length; j < l; j++) {
            if (typeof s[j][0] == 'string') s[j][0] = $(s[j][0]);
            if (typeof s[j][1] != 'boolean') s[j][1] = true;
            if (typeof s[j][2] != 'boolean') s[j][2] = true;
            if (typeof s[j][3] != 'number') s[j][3] = 0
        }
        return s
    }
    function cf_getKeyCode(k) {
        if (k == 'right') return 39;
        if (k == 'left') return 37;
        if (k == 'up') return 38;
        if (k == 'down') return 40;
        return -1
    }
    function cf_setCookie(n, v) {
        if (n) document.cookie = n + '=' + v + '; path=/'
    }
    function cf_readCookie(n) {
        n += '=';
        var b = document.cookie.split(';');
        for (var a = 0, l = b.length; a < l; a++) {
            var c = b[a];
            while (c.charAt(0) == ' ') {
                c = c.substring(1, c.length)
            }
            if (c.indexOf(n) == 0) {
                return c.substring(n.length, c.length)
            }
        }
        return 0
    }
    function bt_pauseOnHoverConfig(p) {
        if (p && typeof p == 'string') {
            var i = (p.indexOf('immediate') > -1) ? true : false,
                r = (p.indexOf('resume') > -1) ? true : false
        } else {
            var i = r = false
        }
        return [i, r]
    }
    function bt_mousesheelNumber(a) {
        return (typeof a == 'number') ? a : null
    }
    function is_array(a) {
        return typeof(a) == 'object' && (a instanceof Array)
    }
    function getTime() {
        return new Date().getTime()
    }
    function debug(d, m) {
        if (typeof d == 'object') {
            var s = ' (' + d.selector + ')';
            d = d.debug
        } else {
            var s = ''
        }
        if (!d) return false;
        if (typeof m == 'string') m = 'carouFredSel' + s + ': ' + m;
        else m = ['carouFredSel' + s + ':', m];
        if (window.console && window.console.log) window.console.log(m);
        return false
    }
    $.fn.caroufredsel = function(o, c) {
        return this.carouFredSel(o, c)
    };
    $.extend($.easing, {
        'quadratic': function(t) {
            var a = t * t;
            return t * (-a * t + 4 * a - 6 * t + 4)
        },
        'cubic': function(t) {
            return t * (4 * t * t - 9 * t + 6)
        },
        'elastic': function(t) {
            var a = t * t;
            return t * (33 * a * a - 106 * a * t + 126 * a - 67 * t + 15)
        }
    })
})(jQuery);

#2 JavaScript::Eval (size: 12, repeated: 3)

typeof(JSON)

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

typeof(gEbEyeDivRefElement)

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

typeof(gEbFlyLocal)

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

typeof(gEbfOfflineDemo)

#6 JavaScript::Eval (size: 22, repeated: 1)

typeof(gfEbExpBanerIM)

#7 JavaScript::Eval (size: 23, repeated: 1)

typeof(gfEbExpBannerIM)

#8 JavaScript::Eval (size: 21, repeated: 1)

typeof(gnEbMinZIndex)

#9 JavaScript::Eval (size: 28, repeated: 1)

typeof(gstrEbIframeLocation)

#10 JavaScript::Eval (size: 15, repeated: 5)

typeof(inDapIF)

#11 JavaScript::Eval (size: 13, repeated: 5)

typeof(inFIF)

Executed Writes (7)

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

<!doctype html><html><body><script>google_ad_channel="forum_bottom_728x90";google_ad_client="ca-kaskus_ifr";google_ad_format="728x90_pas_abgc";google_ad_height="90";google_ad_section="default";google_ad_type="text, image, flash, html";google_ad_width="720";google_adtest="off";google_alternate_ad_url="";google_alternate_color="";google_color_bg="cccccc";google_color_border="ff0000";google_color_line="00ff00";google_color_link="0000ff";google_color_text="00723d";google_encoding="utf8";google_language="id";google_safe="high";google_show_ads_impl=true;google_unique_id=1;google_async_iframe_id="aswift_0";google_ad_unit_key="127456106";google_start_time=1352515769615;google_expand_experiment="none";google_bpp=10;</script><script src="http://pagead2.googlesyndication.com/pagead/js/r20121031/r20120730/show_ads_impl.js"></script></body></html>

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

<div id='ebDiv9937710017912813' dir='ltr'></div>

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

<iframe allowtransparency=true frameborder=0 height=90 hspace=0 id=google_ads_frame1 marginheight=0 marginwidth=0 name=google_ads_frame1 scrolling=no src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&format=728x90_pas_abgc&output=html&h=90&w=720&lmt=1352515767&channel=forum_bottom_728x90&region=default&ad_type=text%2C%20image%2C%20flash%2C%20html&adtest=off&color_bg=cccccc&color_border=ff0000&color_line=00ff00&color_link=0000ff&color_text=00723d&oe=utf8&flash=10.0.45&hl=id&url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&adsafe=high&dt=1352515769615&bpp=10&shv=r20121031&jsv=r20110914&correlator=1352515770623&frm=20&adk=127456106&ga_vid=1110694998.1352515769&ga_sid=1352515769&ga_hid=455034666&ga_fc=1&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=helvetica&dfs=13&adx=220&ady=2944&biw=1159&bih=761&oid=3&fu=0&ifi=1&dtd=3249&xpc=Ig7NYxPwLs&p=http%3A//www.kaskus.co.id" style="left:0;position:absolute;top:0" vspace=0 width=720></iframe>

#4 JavaScript::Write (size: 766, repeated: 1)

<ins style="display:inline-table;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:720px"><ins id="aswift_0_anchor" style="display:block;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:720px"><iframe allowtransparency="true" frameborder="0" height="90" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){w.location.replace(h)}}" scrolling="no" vspace="0" width="720" id=aswift_0 name=aswift_0 style="left:0;position:absolute;top:0;" ></iframe></ins></ins>

#5 JavaScript::Write (size: 86, repeated: 1)

<script src="http://pagead2.googlesyndication.com/pagead/expansion_embed.js"></script>

#6 JavaScript::Write (size: 98, repeated: 1)

<script src=http://ds.serving-sys.com/BurstingCachedScripts//Ad_2_6_2_0/ebStdBannerEx.js></script>

#7 JavaScript::Write (size: 105, repeated: 1)

<script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script>


HTTP Transactions (90)


Request Response
GET /showthread.php?t=16710777 HTTP/1.1

Host: www.kaskus.co.id

User-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 302 Moved Temporarily

Content-Type: text/html
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:50:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.10
Location: http://www.kaskus.co.id/thread/000000000000000016710777
Cache-Control: private
Cluster: 128
GET /themes_2.0/stylesheets/style.css HTTP/1.1

Host: kkcdn-static.kaskus.co.id

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

Content-Type: text/css
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Sun, 21 Oct 2012 17:48:22 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/tools.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/jknav.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/hotkeys.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 09:26:48 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/tooltip.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/selectbox.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /thread/000000000000000016710777 HTTP/1.1

Host: www.kaskus.co.id

User-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
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:50:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/5.3.10
Set-Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; expires=Sat, 10-Nov-2012 10:49:29 GMT; path=/; domain=.kaskus.co.id thread_lastview=a%3A1%3A%7Bs%3A24%3A%22000000000000000016710777%22%3Bd%3A1349048903%3B%7D; path=/
Cache-Control: private
Cluster: 128
Content-Encoding: gzip
GET /themes_2.0/javascript/modernizr.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/charcount.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/jquery.cookie.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:41 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/header.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Mon, 02 Jul 2012 13:15:10 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/kaskus_thread.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:42 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/smilies/jquery.modalbox-1.2.0.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Tue, 24 Apr 2012 10:47:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/javascript/carousel.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 25 May 2012 09:02:26 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/moderation.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:42 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/superbox.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:42 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/js/global.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:40 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /ajax/libs/jquery/1.7.1/jquery.min.js HTTP/1.1

Host: ajax.googleapis.com

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

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Fri, 09 Nov 2012 20:33:28 GMT
Expires: Sat, 09 Nov 2013 20:33:28 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 33186
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 22559
GET /themes_2.0/js/kaskus_md5.js HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 08:01:42 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/icon/twit.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:25 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/icon/fb.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:47 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/home-logo.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:25 GMT
Last-Modified: Fri, 29 Jun 2012 16:49:04 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/layout/texture-1.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Sat, 09 Jun 2012 09:44:08 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 10 Nov 2012 08:33:27 GMT
Vary: Accept-Encoding
Cache-Control: max-age=43200, public
Age: 22561
Server: GFE/2.0
GET /themes_2.0/images/layout/nav-forum.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Fri, 25 May 2012 09:02:24 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/icon/search.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Thu, 24 May 2012 07:21:18 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/layout/nav-jualbeli.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Fri, 25 May 2012 09:02:24 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/layout/orange-ribbon.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Sat, 09 Jun 2012 09:44:08 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/layout/hotcat-label-forum.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Sat, 09 Jun 2012 09:44:08 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /user/avatar/male.jpg HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Sat, 17 Dec 2011 17:37:08 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /img/icons/new/smile.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Thu, 11 Aug 2011 08:41:20 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /pagead/show_ads.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
If-None-Match: 15032493890200785914
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 11458789474174950078
Date: Sat, 10 Nov 2012 02:33:36 GMT
Expires: Sat, 10 Nov 2012 03:33:36 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5118
X-XSS-Protection: 1; mode=block
Age: 952
Cache-Control: public, max-age=3600
GET /themes_2.0/img/icon/status_offline.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:45 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/icon/exclamation.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:45 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/icon/reputation_balance.gif HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:24 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /en_US/all.js HTTP/1.1

Host: connect.facebook.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: */*
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;1c8109406fd039bb3fec3434f2a1de0b&quot;
Content-Encoding: gzip
X-FB-Debug: Mq0x7MjC6ZMsdxxhl8WUciLgtppal4wcK7LfMkrwC9U=
Content-Length: 58141
Cache-Control: public, max-age=844
Expires: Sat, 10 Nov 2012 03:03:32 GMT
Date: Sat, 10 Nov 2012 02:49:28 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /themes_2.0/font/fontawesome-webfont.woff HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-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://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Origin: http://www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: application/octet-stream
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Content-Length: 23416
Last-Modified: Tue, 24 Apr 2012 10:47:43 GMT
Connection: close
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Accept-Ranges: bytes
GET /themes_2.0/img/icon/reputation_neg.gif HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Tue, 24 Apr 2012 10:46:45 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /user/avatar/2010/10/25/avatar2196742_11.gif HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Wed, 07 Nov 2012 07:02:21 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /images/smilies/ngakak.gif HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Last-Modified: Sun, 02 Oct 2011 11:19:21 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1638540434&utmhn=www.kaskus.co.id&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x761&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20Kaskus%20-%20The%20Largest%20Indonesian%20Community&utmhid=455034666&utmr=-&utmp=%2Fthread%2F000000000000000016710777&utmac=UA-132312-15&utmcc=__utma%3D40758456.1110694998.1352515769.1352515769.1352515769.1%3B%2B__utmz%3D40758456.1352515769.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1638540434&amp;utmhn=www.kaskus.co.id&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x761&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20Kaskus%20-%20The%20Largest%20Indonesian%20Community&amp;utmhid=455034666&amp;utmr=-&amp;utmp=%2Fthread%2F000000000000000016710777&amp;utmac=UA-132312-15&amp;utmcc=__utma%3D40758456.1110694998.1352515769.1352515769.1352515769.1%3B%2B__utmz%3D40758456.1352515769.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Fri, 09 Nov 2012 21:05:24 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 20644
Server: GFE/2.0
GET /www/delivery/ag.php HTTP/1.1

Host: ab.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: lumanau.web.id
Date: Sat, 10 Nov 2012 02:49:29 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Size: 3295
Expires: Sun, 11 Nov 2012 02:49:29 +0000
Cluster: KasKus29
Content-Encoding: gzip
GET /www/delivery/afr.php?zoneid=7&cb=INSERT_RANDOM_NUMBER_HERE HTTP/1.1

Host: ad.kaskus.co.id
GET /www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Server: lumanau.web.id
Date: Sat, 10 Nov 2012 02:49:29 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=cc701c6cd26ed023cc0fc7142331220c; expires=Sun, 10-Nov-2013 02:49:29 GMT; path=/
Cluster: KasKus21
Content-Encoding: gzip
GET /online?u=alanst12&m=g&t=21 HTTP/1.1

Host: opi.yahoo.com
GET /online?u=alanst12&amp;m=g&amp;t=21 HTTP/1.1

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

Content-Type: image/gif
Date: Sat, 10 Nov 2012 02:49:28 GMT
Set-Cookie: B=3nj1q8t89rg5o&amp;b=3&amp;s=bq; expires=Tue, 11-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Expires: Thu, 05 Jan 1995 22:00:00 GMT
Cache-Control: private
Connection: close
Transfer-Encoding: chunked
GET /themes_2.0/images/layout/breadcumb-arrow.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:27 GMT
Last-Modified: Sat, 09 Jun 2012 09:44:08 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /connect/xd_arbiter.php?version=16 HTTP/1.1

Host: static.ak.facebook.com

User-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.kaskus.co.id/thread/000000000000000016710777
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: /loPp8fp4/XLv5xsfzpwgJQFeBYPLk9P7jymKzNkqdU=
Content-Length: 9787
Vary: Accept-Encoding
Cache-Control: public, max-age=31511453
Expires: Sat, 09 Nov 2013 20:00:22 GMT
Date: Sat, 10 Nov 2012 02:49:29 GMT
Connection: keep-alive
GET /widgets.js HTTP/1.1

Host: platform.twitter.com

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

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Thu, 08 Nov 2012 09:18:39 GMT
Etag: &quot;a888ca6754ffdd1c338f0ee6f07cf733&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 24583
Date: Sat, 10 Nov 2012 02:49:29 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /BurstingPipe/adServer.bs?cn=rsb&c=28&pli=5682470&PluID=0&w=728&h=90&ord=[timestamp]&ucm=true HTTP/1.1

Host: bs.serving-sys.com
GET /BurstingPipe/adServer.bs?cn=rsb&amp;c=28&amp;pli=5682470&amp;PluID=0&amp;w=728&amp;h=90&amp;ord=[timestamp]&amp;ucm=true 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://ad.kaskus.co.id/www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE
Cookie: ActivityInfo=000HuVftV%5f; u2=5807a1a2-ef03-463f-a874-5b5b478416453Qc0a0
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Encoding: gzip
Expires: Sun, 05-Jun-2005 22:00:00 GMT
Vary: Accept-Encoding
Set-Cookie: A3=IzAtdMEt0bL400001; expires=Thu, 07-Feb-2013 21:49:29 GMT; domain=.serving-sys.com; path=/ B4=lHkC00000000011cVBXFD8; expires=Thu, 07-Feb-2013 21:49:29 GMT; domain=.serving-sys.com; path=/ C4=; expires=Thu, 07-Feb-2013 21:49:29 GMT; domain=.serving-sys.com; path=/ D1=; expires=Thu, 07-Feb-2013 21:49:29 GMT; domain=.serving-sys.com; path=/ u2=5807a1a2-ef03-463f-a874-5b5b478416453Qc0ag; expires=Thu, 07-Feb-2013 21:49:29 GMT; domain=.serving-sys.com; path=/
Access-Control-Allow-Origin: *
X-Powered-By: ASP.NET
P3P: CP=&quot;NOI DEVa OUR BUS UNI&quot;
Date: Sat, 10 Nov 2012 02:49:28 GMT
Connection: close
Content-Length: 1891
GET /BurstingCachedScripts//Ad_2_6_2_0/ebStdBannerEx.js HTTP/1.1

Host: ds.serving-sys.com

User-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://ad.kaskus.co.id/www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE
Cookie: ActivityInfo=000HuVftV%5f; u2=5807a1a2-ef03-463f-a874-5b5b478416453Qc0ag; A3=IzAtdMEt0bL400001; B4=lHkC00000000011cVBXFD8; C4=; D1=
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Content-Encoding: gzip
Last-Modified: Wed, 31 Oct 2012 13:37:11 GMT
Etag: &quot;805d50d46cb7cd1:0&quot;
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
Content-Length: 33077
Expires: Mon, 31 Dec 2035 04:58:40 GMT
Date: Sat, 10 Nov 2012 02:49:29 GMT
Connection: keep-alive
Accept-Ranges: bytes
GET /www/delivery/lg.php?bannerid=5856&campaignid=1535&zoneid=7&loc=1&referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&cb=353dbd90cf HTTP/1.1

Host: ad.kaskus.co.id
GET /www/delivery/lg.php?bannerid=5856&amp;campaignid=1535&amp;zoneid=7&amp;loc=1&amp;referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;cb=353dbd90cf HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ad.kaskus.co.id/www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE
Cookie: adkaskus.co.id=1; g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); OAID=cc701c6cd26ed023cc0fc7142331220c
HTTP/1.1 200 OK

Content-Type: image/gif
Server: lumanau.web.id
Date: Sat, 10 Nov 2012 02:49:29 GMT
Content-Length: 43
Connection: keep-alive
Pragma: no-cache
Cache-Control: private, max-age=0, no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: OAID=cc701c6cd26ed023cc0fc7142331220c; expires=Sun, 10-Nov-2013 02:49:29 GMT; path=/
Cluster: KasKus29
GET /pagead/js/r20121031/r20120730/show_ads_impl.js HTTP/1.1

Host: pagead2.googlesyndication.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 14655871875321016899
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Fri, 23 Nov 2012 20:33:27 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 19222
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=1209600
Age: 22562
GET /themes_2.0/images/layout/logo-k-footer-32.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:27 GMT
Last-Modified: Mon, 11 Jun 2012 16:53:32 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /BurstingRes//Site-31173/Type-2/9014bef7-161c-4666-ae0f-613a62d0a938.swf HTTP/1.1

Host: ds.serving-sys.com

User-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://ad.kaskus.co.id/www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE
Cookie: ActivityInfo=000HuVftV%5f; u2=5807a1a2-ef03-463f-a874-5b5b478416453Qc0ag; A3=IzAtdMEt0bL400001; B4=lHkC00000000011cVBXFD8; C4=; D1=
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Last-Modified: Fri, 09 Nov 2012 06:32:54 GMT
Etag: &quot;9d31ad44becd1:0&quot;
Server: Microsoft-IIS/7.5
Content-Length: 39698
Expires: Sun, 30 Dec 2035 23:59:51 GMT
Date: Sat, 10 Nov 2012 02:49:29 GMT
Connection: keep-alive
Accept-Ranges: bytes
GET /themes_2.0/img/skin/hari_pahlawan.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:27 GMT
Last-Modified: Fri, 09 Nov 2012 15:58:54 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/skin/widget-hot-air-balloon-s.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:27 GMT
Last-Modified: Tue, 06 Nov 2012 21:30:15 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/img/ajax-loader.gif HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:28 GMT
Last-Modified: Tue, 29 May 2012 07:37:27 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /themes_2.0/images/layout/close-button-24.png HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:28 GMT
Last-Modified: Wed, 27 Jun 2012 07:34:47 GMT
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Content-Encoding: gzip
GET /banner/view/21/4/0 HTTP/1.1

Host: kad.kaskus.co.id

User-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.kaskus.co.id/thread/000000000000000016710777
Cookie: g=kaskus_195.159.140.221509dc0b97f0447.95695467; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: text/html
Server: lumanau.web.id
Date: Sat, 10 Nov 2012 02:49:30 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: kaskusad_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%2283c4ee8e8ff6a9a2801ced61d7dc8136%22%3Bs%3A10%3A%22ip_address%22%3Bs%3A15%3A%22195.159.140.221%22%3Bs%3A10%3A%22user_agent%22%3Bs%3A50%3A%22Mozilla%2F5.0+%28Windows%3B+U%3B+Windows+NT+6.1%3B+en-US%3B+rv%22%3Bs%3A13%3A%22last_activity%22%3Bs%3A10%3A%221352515770%22%3B%7D14cea66818da7632267b8c25dfb2d86d; expires=Mon, 10-Nov-2014 02:49:30 GMT; path=/
Cluster: KasKus27
Content-Encoding: gzip
GET /widgets/tweet_button.1352365724.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=315569260
Last-Modified: Thu, 08 Nov 2012 09:16:01 GMT
Etag: &quot;e0131ea3511ed24fa4217f03897ea418&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 22643
Date: Sat, 10 Nov 2012 02:49:30 GMT
Connection: keep-alive
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
GET /pagead/expansion_embed.js HTTP/1.1

Host: pagead2.googlesyndication.com

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

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 2372832783343406230
Date: Fri, 09 Nov 2012 20:33:28 GMT
Expires: Sat, 10 Nov 2012 20:33:28 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 25450
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 22562
GET /plugins/like.php?api_key=356445735231&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df180a73993dd39c%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri%2F&node_type=link&width=90&font=arial&layout=button_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?api_key=356445735231&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df180a73993dd39c%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri%2F&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=false&amp;send=false&amp;extended_social_context=false HTTP/1.1

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

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: vvhX2dDimop+2K9YrzaAJUdpcaF2sMy8CBgS3jEwcMQ=
Date: Sat, 10 Nov 2012 02:49:30 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /t.gif?_=1352515770534&count=horizontal&hashtags=kaskus&id=twitter-widget-0&lang=id&original_referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&size=m&text=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20&url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&type=share&twttr_referrer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /t.gif?_=1352515770534&amp;count=horizontal&amp;hashtags=kaskus&amp;id=twitter-widget-0&amp;lang=id&amp;original_referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;size=m&amp;text=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&amp;type=share&amp;twttr_referrer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= HTTP/1.1

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

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Sat, 10 Nov 2012 02:49:32 GMT
Connection: keep-alive
GET /connect/xd_arbiter.php?version=16 HTTP/1.1

Host: s-static.ak.facebook.com

User-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.kaskus.co.id/thread/000000000000000016710777
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: k8Pwgr1GLZOaAxUUwjDg78SMyZCSrhBUpBGplYqsrZk=
Content-Length: 9783
Vary: Accept-Encoding
Cache-Control: public, max-age=31329107
Expires: Thu, 07 Nov 2013 17:21:19 GMT
Date: Sat, 10 Nov 2012 02:49:32 GMT
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: Sat, 10 Nov 2012 02:49:32 GMT
Connection: keep-alive
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?api_key=356445735231&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df180a73993dd39c%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri%2F&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=false&amp;send=false&amp;extended_social_context=false
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Fri, 29 Jun 2012 21:48:06 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: DROeMGRPcdwLS4zkFLAnDVu5opvpxfNclOg2Khukp6I=
Content-Length: 567
Cache-Control: public, max-age=25182519
Expires: Wed, 28 Aug 2013 13:58:11 GMT
Date: Sat, 10 Nov 2012 02:49:32 GMT
Connection: keep-alive
GET /rsrc.php/v2/yW/r/4SdXcaE0lBj.js HTTP/1.1

Host: static.ak.fbcdn.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.facebook.com/plugins/like.php?api_key=356445735231&amp;locale=en_US&amp;sdk=joey&amp;channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df180a73993dd39c%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent.parent&amp;href=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri%2F&amp;node_type=link&amp;width=90&amp;font=arial&amp;layout=button_count&amp;colorscheme=light&amp;show_faces=false&amp;send=false&amp;extended_social_context=false
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Mon, 29 Oct 2012 23:55:41 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: mERPLeHfP4bFbWVj/NJRwm2C8x1Lf8geAnYAfFf24WM=
Content-Length: 37945
Vary: Accept-Encoding
Cache-Control: public, max-age=31231404
Expires: Wed, 06 Nov 2013 14:12:56 GMT
Date: Sat, 10 Nov 2012 02:49:32 GMT
Connection: keep-alive
GET /pagead/osd.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
If-None-Match: 13350759849962699205
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 6549576333968007708
Date: Sat, 10 Nov 2012 02:33:32 GMT
Expires: Sat, 10 Nov 2012 03:33:32 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 5986
X-XSS-Protection: 1; mode=block
Age: 961
Cache-Control: public, max-age=3600
GET /t.gif?_=1352515770534&count=horizontal&hashtags=kaskus&id=twitter-widget-0&lang=id&original_referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&size=m&text=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20&url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&type=share&twttr_referrer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /t.gif?_=1352515770534&amp;count=horizontal&amp;hashtags=kaskus&amp;id=twitter-widget-0&amp;lang=id&amp;original_referer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;size=m&amp;text=Menjadi%20Suami%20Idaman%20Untuk%20Istri%20-%20&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&amp;type=share&amp;twttr_referrer=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;twttr_widget=1&amp;twttr_hask=0&amp;twttr_li=0&amp;twttr_pid= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://platform.twitter.com/widgets/tweet_button.1352365724.html
If-Modified-Since: Wed, 08 Feb 2012 21:55:14 GMT
If-None-Match: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
HTTP/1.1 304 Not Modified

Content-Type: image/gif
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Sat, 10 Nov 2012 02:49:33 GMT
Connection: keep-alive
GET /1/urls/count.json?url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&callback=twttr.receiveCount HTTP/1.1

Host: cdn.api.twitter.com
GET /1/urls/count.json?url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777%2Fmenjadi-suami-idaman-untuk-istri&amp;callback=twttr.receiveCount HTTP/1.1

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

Content-Type: application/javascript;charset=utf-8
Last-Modified: Sat, 10 Nov 2012 02:49:33 GMT
Content-Encoding: gzip
Content-Length: 137
Server: tfe
Vary: Accept-Encoding
Cache-Control: must-revalidate, max-age=900
Expires: Sat, 10 Nov 2012 03:04:33 GMT
Date: Sat, 10 Nov 2012 02:49:33 GMT
Connection: keep-alive
GET /pagead/ads?client=ca-kaskus_ifr&format=728x90_pas_abgc&output=html&h=90&w=720&lmt=1352515767&channel=forum_bottom_728x90&region=default&ad_type=text%2C%20image%2C%20flash%2C%20html&adtest=off&color_bg=cccccc&color_border=ff0000&color_line=00ff00&color_link=0000ff&color_text=00723d&oe=utf8&flash=10.0.45&hl=id&url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&adsafe=high&dt=1352515769615&bpp=10&shv=r20121031&jsv=r20110914&correlator=1352515770623&frm=20&adk=127456106&ga_vid=1110694998.1352515769&ga_sid=1352515769&ga_hid=455034666&ga_fc=1&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=helvetica&dfs=13&adx=220&ady=2944&biw=1159&bih=761&oid=3&fu=0&ifi=1&dtd=3249&xpc=Ig7NYxPwLs&p=http%3A//www.kaskus.co.id HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.kaskus.co.id/thread/000000000000000016710777
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Sat, 10 Nov 2012 02:49:33 GMT
Server: cafe
Cache-Control: private
Content-Length: 2153
X-XSS-Protection: 1; mode=block
GET /simgad/14964433541572801217 HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Wed, 12 Sep 2012 07:48:09 GMT
Date: Fri, 09 Nov 2012 23:30:30 GMT
Expires: Sat, 09 Nov 2013 23:30:30 GMT
Access-Control-Allow-Origin: *
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 48893
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 11943
GET /pagead/abglogo/abg-id-100c-ffffff.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 10898700514359767735
Date: Fri, 09 Nov 2012 18:39:32 GMT
Expires: Sat, 10 Nov 2012 18:39:32 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 1120
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 29401
GET /pagead/images/i.png HTTP/1.1

Host: pagead2.googlesyndication.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: image/png
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 4788932393305995376
Date: Fri, 09 Nov 2012 20:33:28 GMT
Expires: Sat, 10 Nov 2012 20:33:28 GMT
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 291
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 22565
GET /pagead/js/graphics.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 13356400148562476899
Date: Fri, 09 Nov 2012 20:33:31 GMT
Expires: Sat, 10 Nov 2012 20:33:31 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 2380
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 22562
GET /pagead/js/abg.js HTTP/1.1

Host: pagead2.googlesyndication.com

User-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://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Etag: 15162657702865981651
Date: Fri, 09 Nov 2012 20:33:28 GMT
Expires: Sat, 10 Nov 2012 20:33:28 GMT
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: cafe
Content-Length: 272
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 22565
POST / HTTP/1.1

Host: ocsp.verisign.com

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

Content-Type: application/ocsp-response
Last-Modified: Fri, 09 Nov 2012 00:41:57 GMT
Expires: Fri, 16 Nov 2012 00:41:57 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=510744, public, no-transform, must-revalidate
Date: Sat, 10 Nov 2012 02:49:33 GMT
nncoection: close
Connection: Keep-Alive
GET /js/plusone.js HTTP/1.1

Host: apis.google.com

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

Content-Type: application/javascript; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Etag: &quot;1358ab2821c389f5cdfd37da190c77e7&quot;
Expires: Sat, 10 Nov 2012 02:49:33 GMT
Date: Sat, 10 Nov 2012 02:49:33 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /pagead/drt/s?v=r20120211 HTTP/1.1

Host: googleads.g.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-kaskus_ifr&amp;format=728x90_pas_abgc&amp;output=html&amp;h=90&amp;w=720&amp;lmt=1352515767&amp;channel=forum_bottom_728x90&amp;region=default&amp;ad_type=text%2C%20image%2C%20flash%2C%20html&amp;adtest=off&amp;color_bg=cccccc&amp;color_border=ff0000&amp;color_line=00ff00&amp;color_link=0000ff&amp;color_text=00723d&amp;oe=utf8&amp;flash=10.0.45&amp;hl=id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;adsafe=high&amp;dt=1352515769615&amp;bpp=10&amp;shv=r20121031&amp;jsv=r20110914&amp;correlator=1352515770623&amp;frm=20&amp;adk=127456106&amp;ga_vid=1110694998.1352515769&amp;ga_sid=1352515769&amp;ga_hid=455034666&amp;ga_fc=1&amp;u_tz=60&amp;u_his=1&amp;u_java=1&amp;u_h=885&amp;u_w=1176&amp;u_ah=855&amp;u_aw=1176&amp;u_cd=24&amp;u_nplug=8&amp;u_nmime=54&amp;dff=helvetica&amp;dfs=13&amp;adx=220&amp;ady=2944&amp;biw=1159&amp;bih=761&amp;oid=3&amp;fu=0&amp;ifi=1&amp;dtd=3249&amp;xpc=Ig7NYxPwLs&amp;p=http%3A//www.kaskus.co.id
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
X-Frame-Options: ALLOWALL
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Date: Sat, 10 Nov 2012 02:33:27 GMT
Server: safe
Content-Length: 141
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=3600
Age: 966
GET /pagead/drt/ui HTTP/1.1

Host: www.google.com

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

Content-Type: text/html; charset=UTF-8
Location: https://googleads.g.doubleclick.net/pagead/drt/si?p=CAA&amp;ut=AFAKxlQAAAAAUJ3EQXDTgZ0yXA4mZN9Oe25rUxjwAPks
Cache-Control: private
X-Frame-Options: ALLOWALL
X-Content-Type-Options: nosniff
Date: Sat, 10 Nov 2012 02:49:33 GMT
Server: safe
Content-Length: 304
X-XSS-Protection: 1; mode=block
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=8HjzDuPzpwI.no./sv=1/am=!k_JncrmxrvCIdFvOEw/d=1/rs=AItRSTOzV13ykyjy-ZmYioDQn2C6w4AZvQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;660523288&quot;
Expires: Mon, 10 Dec 2012 00:40:36 GMT
Date: Sat, 10 Nov 2012 00:40:36 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 27859
Age: 7737
GET /dialog/oauth?client_id=356445735231&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.kaskus.co.id&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df14a29f97ecf7fc%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=356445735231&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.kaskus.co.id&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D16%23cb%3Df14a29f97ecf7fc%26origin%3Dhttp%253A%252F%252Fwww.kaskus.co.id%252Ff1f4881378405e6%26domain%3Dwww.kaskus.co.id%26relation%3Dparent&amp;sdk=joey HTTP/1.1

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

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Location: http://static.ak.facebook.com/connect/xd_arbiter.php?version=16#cb=f14a29f97ecf7fc&amp;origin=http%3A%2F%2Fwww.kaskus.co.id%2Ff1f4881378405e6&amp;domain=www.kaskus.co.id&amp;relation=parent&amp;error=unknown_user
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
X-FB-Debug: BxV/BwOr9KPIvl5wXyP5EzSRXm3I6Fo6wU40TO1SqAU=
Date: Sat, 10 Nov 2012 02:49:33 GMT
Connection: keep-alive
Content-Length: 0
GET /_/+1/fastbutton?bsv&size=medium&hl=en-US&origin=http%3A%2F%2Fwww.kaskus.co.id&url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D8HjzDuPzpwI.no.%2Fsv%3D1%2Fam%3D!k_JncrmxrvCIdFvOEw%2Fd%3D1%2Frs%3DAItRSTOzV13ykyjy-ZmYioDQn2C6w4AZvQ HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.kaskus.co.id&amp;url=http%3A%2F%2Fwww.kaskus.co.id%2Fthread%2F000000000000000016710777&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D8HjzDuPzpwI.no.%2Fsv%3D1%2Fam%3D!k_JncrmxrvCIdFvOEw%2Fd%3D1%2Frs%3DAItRSTOzV13ykyjy-ZmYioDQn2C6w4AZvQ HTTP/1.1

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

Content-Type: text/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Sat, 10 Nov 2012 02:49:33 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.com

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

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 22567
GET /pagead/drt/si?p=CAA&ut=AFAKxlQAAAAAUJ3EQXDTgZ0yXA4mZN9Oe25rUxjwAPks HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/drt/si?p=CAA&amp;ut=AFAKxlQAAAAAUJ3EQXDTgZ0yXA4mZN9Oe25rUxjwAPks 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: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
P3P: policyref=&quot;https://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Set-Cookie: _drt_=NO_DATA; expires=Sat, 10-Nov-2012 14:49:34 GMT; path=/; domain=.doubleclick.net; HttpOnly
X-Frame-Options: ALLOWALL
X-Content-Type-Options: nosniff
Date: Sat, 10 Nov 2012 02:49:34 GMT
Server: safe
Content-Length: 0
X-XSS-Protection: 1; mode=block
Expires: Sat, 10 Nov 2012 02:49:34 GMT
Cache-Control: private
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=d0rMVRMynuI.en_US./sv=1/am=!PP75kUuT1CyFpdOrpw/d=1/rs=AItRSTNMy7ReTk_bn4uuicyBhl_LSOqX5w/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-1298541581&quot;
Expires: Sun, 09 Dec 2012 23:25:09 GMT
Date: Fri, 09 Nov 2012 23:25:09 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21182
Age: 12265
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=8HjzDuPzpwI.no./sv=1/am=!k_JncrmxrvCIdFvOEw/d=1/rs=AItRSTOzV13ykyjy-ZmYioDQn2C6w4AZvQ/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-155138604&quot;
Expires: Mon, 10 Dec 2012 00:31:16 GMT
Date: Sat, 10 Nov 2012 00:31:16 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 34156
Age: 8298
GET /favicon.ico HTTP/1.1

Host: www.kaskus.co.id

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.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: g=kaskus_195.159.140.221509dc0b97f0447.95695467; thread_lastview=a%3A1%3A%7Bs%3A24%3A%22000000000000000016710777%22%3Bd%3A1349048903%3B%7D; __utma=40758456.1110694998.1352515769.1352515769.1352515769.1; __utmb=40758456.1.10.1352515769; __utmc=40758456; __utmz=40758456.1352515769.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/x-icon
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:50:53 GMT
Content-Length: 24038
Connection: keep-alive
Last-Modified: Mon, 07 May 2012 08:06:27 GMT
Expires: Mon, 10 Dec 2012 02:49:34 GMT
Cache-Control: max-age=2592000, private
Cluster: 130
Accept-Ranges: bytes
GET /themes_2.0/font/fontawesome-webfont.ttf HTTP/1.1

Host: kkcdn-static.kaskus.co.id

User-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://kkcdn-static.kaskus.co.id/themes_2.0/stylesheets/style.css
Origin: http://www.kaskus.co.id
HTTP/1.1 200 OK

Content-Type: application/octet-stream
Server: nginx/1.2.4
Date: Sat, 10 Nov 2012 02:47:26 GMT
Content-Length: 41916
Last-Modified: Tue, 24 Apr 2012 10:47:43 GMT
Connection: close
Expires: Thu, 31 Dec 2037 23:55:55 GMT
Cache-Control: max-age=315360000
Accept-Ranges: bytes
GET /news/ HTTP/1.1

Host: eatwodrylow.dyndns.tv

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ad.kaskus.co.id/www/delivery/afr.php?zoneid=7&amp;cb=INSERT_RANDOM_NUMBER_HERE