Overview

URLhttp://ib.adnxs.com
IP68.67.179.138
ASNAS29990 AppNexus, Inc
Location United States
Report completed2012-11-06 00:28:10 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

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


Intrusion Detection Systems

Suricata /w Emerging Threats Pro No alerts detected
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 2 reports on IP: 68.67.179.138

Date Alerts / IDS URL IP
2013-03-06 11:08:191 / 0http://ib.adnxs.com/ttj?id=110686068.67.179.138
2012-11-12 20:16:090 / 0http://ib.adnxs.com/getuid?http://r.openx.net/set?pid=408c9df8-85fe-6893-4938-ccbfd20 (...)68.67.179.138

Last 6 reports on ASN: AS29990 AppNexus, Inc

Date Alerts / IDS URL IP
2013-03-19 03:36:530 / 0http://b.adnxs.com/getuid?http:/r.openx.net/set?pid=408c9df8-85fe-6893-4938-ccbfd204601e&rt (...)68.67.179.159
2013-03-18 15:28:150 / 1http://64.208.138.25064.208.138.250
2013-03-18 12:10:110 / 0http://secure.adnxs.com68.67.179.228
2013-03-18 01:59:450 / 0http://ib.adnxs.com/ttj68.67.185.218
2013-03-15 16:02:010 / 5http://ib.adnxs.com/setuid?code=3740bdf8-8d01-11e2-887e-0025904f651c68.67.185.217
2013-03-15 16:01:260 / 0http://an.z5x.net/ttj?id=105623868.67.179.184

Last 6 reports on domain: ib.adnxs.com

Date Alerts / IDS URL IP
2013-03-18 01:59:450 / 0http://ib.adnxs.com/ttj68.67.185.218
2013-03-15 16:02:010 / 5http://ib.adnxs.com/setuid?code=3740bdf8-8d01-11e2-887e-0025904f651c68.67.185.217
2013-03-14 08:40:290 / 5http://ib.adnxs.com/bounce?/tt?id=121442968.67.185.208
2013-03-12 10:34:120 / 0http://ib.adnxs.com68.67.185.175
2013-03-07 03:39:281 / 0http://ib.adnxs.com/pxj?bidder=96&action=incr_dm_land_frequency(%22sk%22)68.67.185.216
2013-03-07 02:21:231 / 0http://ib.adnxs.com/bounce?/ttj?is_premium=068.67.185.211



JavaScript

Executed Scripts (34)


Executed Evals (1)

#1 JavaScript::Eval (size: 51596, 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_triggerEvent', 'currentPosition');
            A.trigger('_cfs_triggerEvent', ['destroy', true])
        } else {
            var B = false
        }
        A._cfs_init = function(o, b, c) {
            o = go_getObject($tt0, o);
            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.slice(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_triggerEvent', ['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_triggerEvent', ['configuration', d]);
                        if (!s[j][2]) d = (d == 'prev') ? 'next' : 'prev';
                        c[1] = f + s[j][3];
                        s[j][0].trigger('_cfs_triggerEvent', ['slide_' + d, c])
                    }
                }
                return true
            });
            A.bind(cf_e('slide_prev', conf), 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 - (opts.items.visible - 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('slide_next', conf), 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.ceil(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, c, d, f) {
                e.stopPropagation();
                var v = [c, d, f],
                    t = ['string/number/object', 'boolean', 'number'],
                    a = cf_sortParams(v, t);
                c = a[0];
                d = a[1];
                f = a[2];
                var g = false;
                if (c instanceof $ && c.length > 1) {
                    h = $();
                    c.each(function(i, a) {
                        var b = A.trigger(cf_e('removeItem', conf), [$(this), d, f]);
                        if (b) h = h.add(b)
                    });
                    return h
                }
                if (typeof c == 'undefined' || c == 'end') {
                    h = A.children().last()
                } else {
                    c = gn_getItemIndex(c, f, d, itms, A);
                    var h = A.children().eq(c);
                    if (h.length) {
                        if (c < itms.first) itms.first -= h.length
                    }
                }
                if (h && h.length) {
                    h.detach();
                    itms.total = A.children().length;
                    var j = A.triggerHandler('updateSizes');
                    nv_showNavi(opts, itms.total, conf);
                    nv_enableNavi(opts, itms.first, conf);
                    A.trigger(cf_e('updatePageStatus', conf), [true, j])
                }
                return h
            });
            A.bind(cf_e('onBefore', conf) + ' ' + cf_e('onAfter', conf), function(e, a) {
                e.stopPropagation();
                var b = e.type.slice(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('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();
                if (itms.total == 0) return false;
                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.slice(conf.events.prefix.length);
                if (typeof a == 'function') a.call($tt0, C[b]);
                return C[b]
            });
            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('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.bind('_cfs_triggerEvent', function(e, n, o) {
                e.stopPropagation();
                return A.triggerHandler(cf_e(n, conf), o)
            })
        };
        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 = d;
                            f.wipeDown = wN;
                            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) {
                var g = $(window),
                    _windowWidth = g.width(),
                    _windowHeight = g.height();
                g.bind(cf_e('resize', conf, false, true, true), function(e) {
                    if (g.width() != _windowWidth || g.height() != _windowHeight) {
                        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]);
                        _windowWidth = g.width();
                        _windowHeight = g.height()
                    }
                })
            }
        };
        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; 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 = l
        }
    }
    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 + 1) 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.slice(-1) == '%')
    }
    function ms_getPercentage(s, o) {
        if (ms_isPercentage(o)) {
            o = o.slice(0, -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.slice(1)
            }
            if (c.indexOf(n) == 0) {
                return c.slice(n.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);

Executed Writes (0)



HTTP Transactions (100)


Request Response
GET / HTTP/1.1

Host: ib.adnxs.com

User-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: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 302 Found

Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Expires: Sat, 15 Nov 2008 16:00:00 GMT
P3P: policyref=&quot;http://cdn.adnxs.com/w3c/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-XSS-Protection: 0
Location: http://www.appnexus.com
Date: Mon, 05 Nov 2012 23:27:32 GMT
Content-Length: 0
GET / HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/html; charset=utf-8
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 05 Nov 2012 23:20:10 +0000
Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0
Etag: &quot;1352157610&quot;
Content-Language: en
X-Generator: Drupal 7 (http://drupal.org)
Content-Encoding: gzip
GET /sites/all/modules/date/date_api/date.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40a84-dc8-4c6c6fe5a5600&quot;
Content-Length: 3528
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:52 GMT
Accept-Ranges: bytes
GET /modules/system/system.menus.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b40596-7f3-4c6c6fe4b13c0&quot;
Content-Length: 2035
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:17 GMT
Accept-Ranges: bytes
GET /modules/system/system.messages.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b40598-3c1-4c6c6fe4b13c0&quot;
Content-Length: 961
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:17 GMT
Accept-Ranges: bytes
GET /modules/system/system.theme.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4059e-e7f-4c6c6fe4b13c0&quot;
Content-Length: 3711
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:29 GMT
Accept-Ranges: bytes
GET /modules/comment/comment.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4038a-b8-4c6c6fe4b13c0&quot;
Content-Length: 184
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:11 GMT
Accept-Ranges: bytes
GET /modules/field/theme/field.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b403d8-226-4c6c6fe4b13c0&quot;
Content-Length: 550
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:40 GMT
Accept-Ranges: bytes
GET /modules/node/node.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b40442-90-4c6c6fe4b13c0&quot;
Content-Length: 144
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:15 GMT
Accept-Ranges: bytes
GET /modules/search/search.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4049d-234-4c6c6fe4b13c0&quot;
Content-Length: 564
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:37 GMT
Accept-Ranges: bytes
GET /modules/system/system.base.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4058e-1489-4c6c6fe4b13c0&quot;
Content-Length: 5257
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:29 GMT
Accept-Ranges: bytes
GET /modules/user/user.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b405f1-723-4c6c6fe4b13c0&quot;
Content-Length: 1827
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:29 GMT
Accept-Ranges: bytes
GET /sites/all/modules/views/css/views.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40cb1-2c3-4c6c6fe5a5600&quot;
Content-Length: 707
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:40 GMT
Accept-Ranges: bytes
GET /sites/all/modules/ctools/css/ctools.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b408f7-1fd-4c6c6fe5a5600&quot;
Content-Length: 509
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:42 GMT
Accept-Ranges: bytes
GET /sites/all/modules/colorbox/styles/default/colorbox_default_style.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b4089c-ff6-4c6c6fe5a5600&quot;
Content-Length: 4086
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:01 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/nice_menus.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c36-e2c-4c6c6fe5a5600&quot;
Content-Length: 3628
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:52 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/nice_menus_default.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c3c-119f-4c6c6fe5a5600&quot;
Content-Length: 4511
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:17 GMT
Accept-Ranges: bytes
GET /modules/locale/locale.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4042b-36b-4c6c6fe4b13c0&quot;
Content-Length: 875
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:16 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/alpha/css/alpha-reset.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f6a-850-4c6c6fe5a5600&quot;
Content-Length: 2128
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:55 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/alpha/css/alpha-mobile.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f69-1e0-4c6c6fe5a5600&quot;
Content-Length: 480
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:33 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/formalize.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fa6-12eb-4c6c6fe5a5600&quot;
Content-Length: 4843
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:40 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/alpha/css/alpha-alpha.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f67-4f8-4c6c6fe5a5600&quot;
Content-Length: 1272
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:33 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/omega-text.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40faa-534-4c6c6fe5a5600&quot;
Content-Length: 1332
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:29 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/omega-branding.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fa7-116-4c6c6fe5a5600&quot;
Content-Length: 278
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:55 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/omega-menu.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fa9-48-4c6c6fe5a5600&quot;
Content-Length: 72
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:20:00 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/omega-forms.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fa8-84-4c6c6fe5a5600&quot;
Content-Length: 132
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:30 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/css/omega-visuals.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fab-1096-4c6c6fe5a5600&quot;
Content-Length: 4246
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:58 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/css/language.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Mon, 22 Oct 2012 18:59:08 GMT
Etag: &quot;5b406fb-8c-4ccaa72b7d700&quot;
Content-Length: 140
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:33 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f7c-111d-4c6c6fe5a5600&quot;
Content-Length: 4381
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:30 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/css/layout.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;d78001-92ab-4c980d564ea00&quot;
Content-Length: 37547
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:33 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/css/typography.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;5b4064f-7635-4c980d564ea00&quot;
Content-Length: 30261
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:33 GMT
Accept-Ranges: bytes
GET /misc/jquery.once.js?v=1.2 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b402d1-b9e-4c6c6fe4b13c0&quot;
Content-Length: 2974
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:28 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/css/style.css?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;d78003-2290-4c980d564ea00&quot;
Content-Length: 8848
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:01 GMT
Accept-Ranges: bytes
GET /sites/all/libraries/colorbox/colorbox/jquery.colorbox-min.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b4061b-25da-4c6c6fe4b13c0&quot;
Content-Length: 9690
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:54 GMT
Accept-Ranges: bytes
GET /sites/all/modules/colorbox/js/colorbox.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40896-19f-4c6c6fe5a5600&quot;
Content-Length: 415
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:25:26 GMT
Accept-Ranges: bytes
GET /sites/all/modules/colorbox/styles/default/colorbox_default_style.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b4089d-2b5-4c6c6fe5a5600&quot;
Content-Length: 693
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:01 GMT
Accept-Ranges: bytes
GET /sites/all/modules/colorbox/js/colorbox_load.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b4089a-4a2-4c6c6fe5a5600&quot;
Content-Length: 1186
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:47 GMT
Accept-Ranges: bytes
GET /misc/drupal.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b402c5-361c-4c6c6fe4b13c0&quot;
Content-Length: 13852
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:42 GMT
Accept-Ranges: bytes
GET /misc/jquery.js?v=1.4.4 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:33 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:19 GMT
Etag: &quot;5b402d0-1330a-4c6c6fe4b13c0&quot;
Content-Length: 78602
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:38 GMT
Accept-Ranges: bytes
GET /sites/all/modules/colorbox/js/colorbox_inline.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40899-745-4c6c6fe5a5600&quot;
Content-Length: 1861
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:47 GMT
Accept-Ranges: bytes
GET /sites/all/modules/modernizr/modernizr_loader.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c2e-1d8-4c6c6fe5a5600&quot;
Content-Length: 472
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:47 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/superfish/js/superfish.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c40-e82-4c6c6fe5a5600&quot;
Content-Length: 3714
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:01 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/superfish/js/jquery.bgiframe.min.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c3e-5ed-4c6c6fe5a5600&quot;
Content-Length: 1517
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:08 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/superfish/js/jquery.hoverIntent.minified.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c3f-649-4c6c6fe5a5600&quot;
Content-Length: 1609
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:53 GMT
Accept-Ranges: bytes
GET /sites/all/modules/nice_menus/nice_menus.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40c39-329-4c6c6fe5a5600&quot;
Content-Length: 809
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:23 GMT
Accept-Ranges: bytes
GET /seg?add=1001&t=2 HTTP/1.1

Host: ib.adnxs.com
GET /seg?add=1001&amp;t=2 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 302 Found

Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Expires: Sat, 15 Nov 2008 16:00:00 GMT
P3P: policyref=&quot;http://cdn.adnxs.com/w3c/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-XSS-Protection: 0
Set-Cookie: uuid2=5858721859426781856; path=/; expires=Sun, 03-Feb-2013 23:27:34 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 06-Nov-2012 23:27:34 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu9cFB5CuZVp[D_X:bdBS:0.G_]K]&gt;5y9$cLHsKW$3%; path=/; expires=Sun, 03-Feb-2013 23:27:34 GMT; domain=.adnxs.com; HttpOnly
Location: http://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Date: Mon, 05 Nov 2012 23:27:34 GMT
Content-Length: 0
GET /sites/all/themes/appnexus-homepage/js/slideshow.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f53-51f-4c6c6fe5a5600&quot;
Content-Length: 1311
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:20:20 GMT
Accept-Ranges: bytes
GET /in.js HTTP/1.1

Host: platform.linkedin.com

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

Content-Type: text/javascript;charset=UTF-8
Server: Apache-Coyote/1.1
P3P: CP=&quot;CAO DSP COR CUR ADMi DEVi TAIi PSAi PSDi IVAi IVDi CONi OUR DELi SAMi UNRi PUBi OTRi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT POL PRE&quot;
X-LI-UUID: N5uB+u8ibrtzHk7FzZ9K8Q==
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 1703
Cache-Control: max-age=41641
Expires: Tue, 06 Nov 2012 11:01:35 GMT
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
X-CDN: AKAM
GET /sites/all/themes/appnexus-homepage/js/parallax.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f52-7a2-4c6c6fe5a5600&quot;
Content-Length: 1954
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:23 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/js/stickybar.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f54-727-4c6c6fe5a5600&quot;
Content-Length: 1831
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:13 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/js/dd_belatedpng.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f4b-1b6b-4c6c6fe5a5600&quot;
Content-Length: 7019
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:02 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/js/general.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f4d-29e-4c6c6fe5a5600&quot;
Content-Length: 670
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:57 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/js/jquery.formalize.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fb0-1070-4c6c6fe5a5600&quot;
Content-Length: 4208
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:06 GMT
Accept-Ranges: bytes
GET /sites/all/themes/omega/omega/js/omega-mediaqueries.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40fb2-d3f-4c6c6fe5a5600&quot;
Content-Length: 3391
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:20:09 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/css/mobile.css HTTP/1.1

Host: www.appnexus.com

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

Content-Type: text/css
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;d78002-4a-4c980d564ea00&quot;
Content-Length: 74
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:11 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/js/jquery.carouFredSel-5.6.1-packed.js?mcb237 HTTP/1.1

Host: www.appnexus.com

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

Content-Type: application/x-javascript
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f4f-7e20-4c6c6fe5a5600&quot;
Content-Length: 32288
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:24 GMT
Accept-Ranges: bytes
GET /iaction/adoapn_AppNexusDemoActionTag_1 HTTP/1.1

Host: view.atdmt.com

User-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.appnexus.com/
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: close
Content-Length: 381
GET /sites/all/modules/languageicons/flags/fr.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;5ba80d5-74-4c980d564ea00&quot;
Content-Length: 116
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:17:48 GMT
Accept-Ranges: bytes
GET /sites/all/modules/languageicons/flags/en.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;5ba80cd-d2-4c980d564ea00&quot;
Content-Length: 210
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:31 GMT
Accept-Ranges: bytes
GET /sites/all/modules/languageicons/flags/de.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 12 Sep 2012 13:04:40 GMT
Etag: &quot;5ba80cb-6f-4c980d564ea00&quot;
Content-Length: 111
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:47 GMT
Accept-Ranges: bytes
GET /seg?add=1001&t=2 HTTP/1.1

Host: ib.adnxs.com
GET /seg?add=1001&amp;t=2 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu9cFB5CuZVp[D_X:bdBS:0.G_]K]&gt;5y9$cLHsKW$3%; sess=1
HTTP/1.1 302 Found

Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-store, no-cache, private
Pragma: no-cache
Expires: Sat, 15 Nov 2008 16:00:00 GMT
P3P: policyref=&quot;http://cdn.adnxs.com/w3c/policy/p3p.xml&quot;, CP=&quot;NOI DSP COR ADM PSAo PSDo OURo SAMo UNRo OTRo BUS COM NAV DEM STA PRE&quot;
X-XSS-Protection: 0
Set-Cookie: uuid2=5858721859426781856; path=/; expires=Sun, 03-Feb-2013 23:27:34 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Tue, 06-Nov-2012 23:27:34 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPhcPYvfSQ?rd$WZVCh6[W%Mkc8&gt;[9Tg7k@`swv)GOp'+WH@te5d&gt;)&gt;b'(; path=/; expires=Sun, 03-Feb-2013 23:27:34 GMT; domain=.adnxs.com; HttpOnly
Location: https://www.facebook.com/fr/u.php?p=391363987594223&amp;m=5858721859426781856
Date: Mon, 05 Nov 2012 23:27:34 GMT
Content-Length: 0
GET /sites/default/files/case-study-ebay-logo.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410a9-2135-4c6c6fe5a5600&quot;
Content-Length: 8501
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:16 GMT
Accept-Ranges: bytes
GET /sites/default/files/masthead-hp-facebook.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 05 Sep 2012 01:55:55 GMT
Etag: &quot;5b4118c-14feb-4c8eaacde60c0&quot;
Content-Length: 85995
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:13 GMT
Accept-Ranges: bytes
GET /sites/default/files/masthead-hp-quality.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410bb-13592-4c6c6fe5a5600&quot;
Content-Length: 79250
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:17:34 GMT
Accept-Ranges: bytes
GET /sites/default/files/masthead-hp-careers.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410b7-15221-4c6c6fe5a5600&quot;
Content-Length: 86561
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:21:34 GMT
Accept-Ranges: bytes
GET /sites/default/files/masthead-hp-innovation.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410b9-11a0c-4c6c6fe5a5600&quot;
Content-Length: 72204
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:50 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/fonts/aauxnext-sm-webfont.woff HTTP/1.1

Host: www.appnexus.com

User-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: text/plain; charset=UTF-8
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f10-634c-4c6c6fe5a5600&quot;
Content-Length: 25420
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:18:33 GMT
Accept-Ranges: bytes
GET /sites/default/files/case-study-mae-logo.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410aa-3057-4c6c6fe5a5600&quot;
Content-Length: 12375
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:24 GMT
Accept-Ranges: bytes
GET /sites/default/files/bannerconnect-case-study.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410a7-1edb-4c6c6fe5a5600&quot;
Content-Length: 7899
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:09 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/rss-feed-logo.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f48-d8b-4c6c6fe5a5600&quot;
Content-Length: 3467
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:09 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/header-bg.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f34-3f1-4c6c6fe5a5600&quot;
Content-Length: 1009
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:19:49 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/appnexus-logo.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f13-cfe-4c6c6fe5a5600&quot;
Content-Length: 3326
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/arrow_green.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/style.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f14-498-4c6c6fe5a5600&quot;
Content-Length: 1176
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:24:17 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/masthead-bkg.jpg HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f3a-f759-4c6c6fe5a5600&quot;
Content-Length: 63321
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/lines.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f38-2fc9-4c6c6fe5a5600&quot;
Content-Length: 12233
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:26:26 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/slideshow-bkg.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f49-b91-4c6c6fe5a5600&quot;
Content-Length: 2961
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:32 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/circle-large.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f2a-114c1-4c6c6fe5a5600&quot;
Content-Length: 70849
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
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.appnexus.com/
HTTP/1.1 200 OK

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:09 GMT
Etag: &quot;eeaccca8778f3be533564253af185e3e&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Date: Mon, 05 Nov 2012 23:27:35 GMT
Content-Length: 24565
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 /sites/all/themes/appnexus-homepage/images/content-bkg.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f2d-359d-4c6c6fe5a5600&quot;
Content-Length: 13725
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:32 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/content-shadow-bkg.jpg HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f2e-459b-4c6c6fe5a5600&quot;
Content-Length: 17819
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:23:36 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/box-bkg.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f1b-82c-4c6c6fe5a5600&quot;
Content-Length: 2092
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:52 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/event-date-bkg.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f30-dbe-4c6c6fe5a5600&quot;
Content-Length: 3518
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
GET /sites/default/files/favicon_0.ico HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.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/plain; charset=UTF-8
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410b0-57e-4c6c6fe5a5600&quot;
Content-Length: 1406
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:25:31 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/promo-bkg.jpg HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f44-15bfc-4c6c6fe5a5600&quot;
Content-Length: 89084
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
GET /sites/default/files/masthead-hp-casestudies.png HTTP/1.1

Host: www.appnexus.com

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

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:34 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b410b8-19a83-4c6c6fe5a5600&quot;
Content-Length: 105091
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:27:09 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/circle-small.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f2b-2197c-4c6c6fe5a5600&quot;
Content-Length: 137596
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:53 GMT
Accept-Ranges: bytes
GET /js/nonSecureAnonymousFramework?v=0.0.2000-RC1.22586-1403& HTTP/1.1

Host: platform.linkedin.com
GET /js/nonSecureAnonymousFramework?v=0.0.2000-RC1.22586-1403&amp; HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Server: Apache-Coyote/1.1
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 43393
X-CDN: AKAM, AKAM, AKAM
Date: Mon, 05 Nov 2012 23:27:36 GMT
Connection: keep-alive
GET /sites/all/themes/appnexus-homepage/images/news-and-events-bkg.jpg HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:35 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f3d-22b51-4c6c6fe5a5600&quot;
Content-Length: 142161
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:54 GMT
Accept-Ranges: bytes
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.appnexus.com/
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: Mon, 05 Nov 2012 13:10:41 GMT
Expires: Tue, 06 Nov 2012 01:10:41 GMT
Vary: Accept-Encoding
Age: 37015
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /scds/common/u/img/sprite/sprite_connect_v13.png HTTP/1.1

Host: static.licdn.com

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

Content-Type: image/png
Server: Apache-Coyote/1.1
Access-Control-Allow-Origin: http://www.linkedin.com
Last-Modified: Tue, 25 Sep 2012 23:48:12 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 36326
Cache-Control: max-age=28032942
Expires: Thu, 26 Sep 2013 10:23:18 GMT
Date: Mon, 05 Nov 2012 23:27:36 GMT
Connection: keep-alive
GET /sites/all/modules/modernizr/modernizr.min.js HTTP/1.1

Host: www.appnexus.com

User-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/javascript, application/javascript, */*; q=0.01
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://www.appnexus.com/
Cookie: has_js=1
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=utf-8
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 05 Nov 2012 23:26:59 +0000
Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0
Etag: &quot;1352158019&quot;
Content-Language: en
Content-Encoding: gzip
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: Sat, 03 Nov 2012 04:37:48 GMT
Expires: Sat, 10 Nov 2012 04:37:48 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=364212, public, no-transform, must-revalidate
Date: Mon, 05 Nov 2012 23:27:36 GMT
nncoection: close
Connection: Keep-Alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=906642524&utmhn=www.appnexus.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=AppNexus&utmhid=52581475&utmr=-&utmp=%2F&utmac=UA-4057742-1&utmcc=__utma%3D159177066.556797345.1352158057.1352158057.1352158057.1%3B%2B__utmz%3D159177066.1352158057.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=906642524&amp;utmhn=www.appnexus.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=AppNexus&amp;utmhid=52581475&amp;utmr=-&amp;utmp=%2F&amp;utmac=UA-4057742-1&amp;utmcc=__utma%3D159177066.556797345.1352158057.1352158057.1352158057.1%3B%2B__utmz%3D159177066.1352158057.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.appnexus.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:22:43 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: 425094
Server: GFE/2.0
GET /sites/all/themes/appnexus-homepage/images/right-arrow.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1; __utma=159177066.556797345.1352158057.1352158057.1352158057.1; __utmb=159177066.1.10.1352158057; __utmc=159177066; __utmz=159177066.1352158057.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:37 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f47-cd3-4c6c6fe5a5600&quot;
Content-Length: 3283
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:20:42 GMT
Accept-Ranges: bytes
GET /sites/all/themes/appnexus-homepage/images/left-arrow.png HTTP/1.1

Host: www.appnexus.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-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.appnexus.com/sites/all/themes/appnexus-homepage/css/layout.css?mcb237
Cookie: has_js=1; __utma=159177066.556797345.1352158057.1352158057.1352158057.1; __utmb=159177066.1.10.1352158057; __utmc=159177066; __utmz=159177066.1352158057.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.14
Date: Mon, 05 Nov 2012 23:27:37 GMT
Connection: keep-alive
Last-Modified: Wed, 08 Aug 2012 20:31:20 GMT
Etag: &quot;5b40f37-cd0-4c6c6fe5a5600&quot;
Content-Length: 3280
Cache-Control: max-age=1209600
Expires: Mon, 19 Nov 2012 23:22:54 GMT
Accept-Ranges: bytes
GET /widgets/follow_button.1351848862.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=315569260
Last-Modified: Fri, 02 Nov 2012 09:36:25 GMT
Etag: &quot;8368eacadbc3f4346427d9e5d658e1df&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 25699
Date: Mon, 05 Nov 2012 23:27:37 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 /f.gif?_=1352158057176&id=twitter-widget-0&lang=en&screen_name=AppNexus&show_count=false&show_screen_name=true&size=m&twttr_variant=2.0&twttr_referrer=http%3A%2F%2Fwww.appnexus.com%2F&twttr_widget=1&twttr_hask=0&twttr_li=0&twttr_pid= HTTP/1.1

Host: p.twitter.com
GET /f.gif?_=1352158057176&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=AppNexus&amp;show_count=false&amp;show_screen_name=true&amp;size=m&amp;twttr_variant=2.0&amp;twttr_referrer=http%3A%2F%2Fwww.appnexus.com%2F&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/follow_button.1351848862.html
HTTP/1.1 200 OK

Content-Type: image/gif
Etag: &quot;377d257f2d2e294916143c069141c1c5:1328738114&quot;
Last-Modified: Wed, 08 Feb 2012 21:55:14 GMT
Accept-Ranges: bytes
Content-Length: 43
Cache-Control: no-cache
P3P: CP=&quot;CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT&quot;
Date: Mon, 05 Nov 2012 23:27:38 GMT
Connection: keep-alive
GET /1/users/show.json?screen_name=AppNexus&callback=twttr.setFollowersCount HTTP/1.1

Host: cdn.api.twitter.com
GET /1/users/show.json?screen_name=AppNexus&amp;callback=twttr.setFollowersCount 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/follow_button.1351848862.html
HTTP/1.1 200 OK

Content-Type: application/javascript;charset=utf-8
Last-Modified: Mon, 05 Nov 2012 23:06:50 GMT
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Status: 200 OK
Content-Encoding: gzip
Content-Length: 988
Server: tfe
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Mon, 05 Nov 2012 23:27:38 GMT
Date: Mon, 05 Nov 2012 23:27:38 GMT
Connection: keep-alive
GET /fr/u.php?p=391363987594223&m=5858721859426781856 HTTP/1.1

Host: www.facebook.com
GET /fr/u.php?p=391363987594223&amp;m=5858721859426781856 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.appnexus.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: public, max-age=0
Date: Mon, 05 Nov 2012 15:27:38 PST
Expires: Mon, 05 Nov 2012 15:27:38 PST
Pragma: public
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Encoding: gzip
X-FB-Debug: bVY3kCokWWQ8bZdNmO95eWWTFLFNXwFuSRYybGPRSMg=
Transfer-Encoding: chunked
Connection: keep-alive
GET /jot?l=%7B%22_category_%22%3A%22tfw_widgets%22%2C%22event_name%22%3A%22followbutton%3Aimpression%22%2C%22dnt%22%3Afalse%2C%22_%22%3A%221352158057176%22%2C%22id%22%3A%22twitter-widget-0%22%2C%22lang%22%3A%22en%22%2C%22screen_name%22%3A%22AppNexus%22%2C%22show_count%22%3A%22false%22%2C%22show_screen_name%22%3A%22true%22%2C%22size%22%3A%22m%22%2C%22twttr_variant%22%3A%222.0%22%2C%22logged_in%22%3Afalse%2C%22referrer%22%3A%22http%3A%2F%2Fwww.appnexus.com%2F%22%2C%22widget%22%3Atrue%2C%22pid%22%3A%22%22%7D HTTP/1.1

Host: r.twimg.com

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

Content-Type: image/gif
X-Transaction: 84d2938d393d9592
Last-Modified: Mon, 05 Nov 2012 23:27:38 GMT
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
Set-Cookie: guest_id=v1%3A135215805850349954; Expires=Wed, 5-Nov-2014 23:27:38 GMT; Path=/; Domain=.twitter.com
Date: Mon, 05 Nov 2012 23:27:38 GMT
Content-Encoding: gzip
Content-Length: 65
Server: tfe