Overview

URLhttp://watchema2012online.kazeo.com/
IP195.60.188.31
ASNAS39104 OXEVA SAS
Location France
Report completed2012-11-11 06:15:52 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: 195.60.188.31

Date Alerts / IDS URL IP
2013-01-07 19:08:550 / 8http://intellectualophile.kazeo.com/195.60.188.31
2012-12-11 14:48:240 / 0http://teepo.kazeo.com195.60.188.31

Last 6 reports on ASN: AS39104 OXEVA SAS

Date Alerts / IDS URL IP
2013-03-12 13:28:291 / 2http://www.colbertregie.com/syndicContrat.php195.60.188.33
2013-03-12 00:48:141 / 2http://www.colbertregie.com/syndicContrat.php195.60.188.33
2013-03-11 10:42:321 / 2http://colbertregie.com/syndicContrat.php195.60.188.33
2013-03-11 00:28:251 / 2http://colbertregie.com/syndicContrat.php195.60.188.33
2013-02-26 19:23:380 / 0http://195.60.189.9195.60.189.9
2013-02-26 19:23:340 / 0http://158.255.66.122158.255.66.122



JavaScript

Executed Scripts (33)


Executed Evals (1)

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

jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend(jQuery.easing, {
    def: 'easeOutQuad',
    swing: function(x, t, b, c, d) {
        return jQuery.easing[jQuery.easing.def](x, t, b, c, d)
    },
    easeInQuad: function(x, t, b, c, d) {
        return c * (t /= d) * t + b
    },
    easeOutQuad: function(x, t, b, c, d) {
        return -c * (t /= d) * (t - 2) + b
    },
    easeInOutQuad: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t + b;
        return -c / 2 * ((--t) * (t - 2) - 1) + b
    },
    easeInCubic: function(x, t, b, c, d) {
        return c * (t /= d) * t * t + b
    },
    easeOutCubic: function(x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t + 1) + b
    },
    easeInOutCubic: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t + 2) + b
    },
    easeInQuart: function(x, t, b, c, d) {
        return c * (t /= d) * t * t * t + b
    },
    easeOutQuart: function(x, t, b, c, d) {
        return -c * ((t = t / d - 1) * t * t * t - 1) + b
    },
    easeInOutQuart: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t + b;
        return -c / 2 * ((t -= 2) * t * t * t - 2) + b
    },
    easeInQuint: function(x, t, b, c, d) {
        return c * (t /= d) * t * t * t * t + b
    },
    easeOutQuint: function(x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t * t * t + 1) + b
    },
    easeInOutQuint: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t * t * t + 2) + b
    },
    easeInSine: function(x, t, b, c, d) {
        return -c * Math.cos(t / d * (Math.PI / 2)) + c + b
    },
    easeOutSine: function(x, t, b, c, d) {
        return c * Math.sin(t / d * (Math.PI / 2)) + b
    },
    easeInOutSine: function(x, t, b, c, d) {
        return -c / 2 * (Math.cos(Math.PI * t / d) - 1) + b
    },
    easeInExpo: function(x, t, b, c, d) {
        return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b
    },
    easeOutExpo: function(x, t, b, c, d) {
        return (t == d) ? b + c : c * (-Math.pow(2, -10 * t / d) + 1) + b
    },
    easeInOutExpo: function(x, t, b, c, d) {
        if (t == 0) return b;
        if (t == d) return b + c;
        if ((t /= d / 2) < 1) return c / 2 * Math.pow(2, 10 * (t - 1)) + b;
        return c / 2 * (-Math.pow(2, -10 * --t) + 2) + b
    },
    easeInCirc: function(x, t, b, c, d) {
        return -c * (Math.sqrt(1 - (t /= d) * t) - 1) + b
    },
    easeOutCirc: function(x, t, b, c, d) {
        return c * Math.sqrt(1 - (t = t / d - 1) * t) + b
    },
    easeInOutCirc: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return -c / 2 * (Math.sqrt(1 - t * t) - 1) + b;
        return c / 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b
    },
    easeInElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b
    },
    easeOutElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) / p) + c + b
    },
    easeInOutElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d / 2) == 2) return b + c;
        if (!p) p = d * (.3 * 1.5);
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        if (t < 1) return -.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
        return a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p) * .5 + c + b
    },
    easeInBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * (t /= d) * t * ((s + 1) * t - s) + b
    },
    easeOutBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b
    },
    easeInOutBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        if ((t /= d / 2) < 1) return c / 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;
        return c / 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b
    },
    easeInBounce: function(x, t, b, c, d) {
        return c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b
    },
    easeOutBounce: function(x, t, b, c, d) {
        if ((t /= d) < (1 / 2.75)) {
            return c * (7.5625 * t * t) + b
        } else if (t < (2 / 2.75)) {
            return c * (7.5625 * (t -= (1.5 / 2.75)) * t + .75) + b
        } else if (t < (2.5 / 2.75)) {
            return c * (7.5625 * (t -= (2.25 / 2.75)) * t + .9375) + b
        } else {
            return c * (7.5625 * (t -= (2.625 / 2.75)) * t + .984375) + b
        }
    },
    easeInOutBounce: function(x, t, b, c, d) {
        if (t < d / 2) return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;
        return jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b
    }
});

Executed Writes (1)

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

<div id='cto_mg_div' style='display:none;'></div>


HTTP Transactions (88)


Request Response
GET / HTTP/1.1

Host: watchema2012online.kazeo.com

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

Content-Type: text/html; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:11 GMT
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; path=/ kazeo_lang=en; expires=Thu, 10-Jan-2013 05:15:11 GMT; path=/; domain=.kazeo.com cvt=1; expires=Sun, 11-Nov-2012 22:59:59 GMT; path=/; domain=watchema2012online.kazeo.com
X-Server-ID: 98
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /font.css?1352610911 HTTP/1.1

Host: watchema2012online.kazeo.com

User-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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:15:11 GMT
X-Server-ID: 98
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /min/b=websites&f=css/commun.css,css/box.css,js/slideshow/jquery.diaporama.css,js/nivoslider2.0/nivo-slider.css,js/NFLightBox/css/nf.lightbox.css HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites&amp;f=css/commun.css,css/box.css,js/slideshow/jquery.diaporama.css,js/nivoslider2.0/nivo-slider.css,js/NFLightBox/css/nf.lightbox.css 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/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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1351004988;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Tue, 23 Oct 2012 15:09:48 GMT
Content-Length: 11757
X-Server-ID: 139
GET /sites/fr/css/996/99655.css?1352610911 HTTP/1.1

Host: watchema2012online.kazeo.com

User-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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: text/css
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 12 Jun 2012 16:02:41 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
X-Server-ID: 138
Content-Length: 1535
GET /min/b=websites/js/fancybox&f=jquery.fancybox-1.3.1.css HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites/js/fancybox&amp;f=jquery.fancybox-1.3.1.css 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/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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1340803522;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Wed, 27 Jun 2012 13:25:22 GMT
Content-Length: 1320
X-Server-ID: 98
GET /min/b=langs/js&f=website.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=langs/js&amp;f=website.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1334328080;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Fri, 13 Apr 2012 14:41:20 GMT
Content-Length: 763
X-Server-ID: 98
GET /min/b=websites/js&f=box.js,common.js,site_ajax.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites/js&amp;f=box.js,common.js,site_ajax.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1352459913;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Fri, 09 Nov 2012 11:18:33 GMT
Content-Length: 11134
X-Server-ID: 139
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://watchema2012online.kazeo.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: Sat, 10 Nov 2012 20:33:27 GMT
Expires: Sun, 11 Nov 2012 08:33:27 GMT
Vary: Accept-Encoding
Age: 31305
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /min/b=websites/js/fancybox&f=jquery.easing-1.3.pack.js,jquery.fancybox-1.3.1.pack.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites/js/fancybox&amp;f=jquery.easing-1.3.pack.js,jquery.fancybox-1.3.1.pack.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1312912915;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Tue, 09 Aug 2011 18:01:55 GMT
Content-Length: 5911
X-Server-ID: 138
GET /min/b=websites/js/NFLightBox/js&f=NFLightBox.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites/js/NFLightBox/js&amp;f=NFLightBox.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1340804708;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Wed, 27 Jun 2012 13:45:08 GMT
Content-Length: 6356
X-Server-ID: 98
GET /min/b=websites/js&f=sponsored_links_new.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=websites/js&amp;f=sponsored_links_new.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1322018126;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Wed, 23 Nov 2011 03:15:26 GMT
Content-Length: 827
X-Server-ID: 98
GET /min/b=js/jquery&f=jquery-1.4.2.min.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=js/jquery&amp;f=jquery-1.4.2.min.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1290960268;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Sun, 28 Nov 2010 16:04:28 GMT
Content-Length: 24352
X-Server-ID: 98
GET /websites/js/nivoslider2.0/jquery.nivo.slider.js HTTP/1.1

Host: watchema2012online.kazeo.com

User-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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Wed, 27 Jun 2012 13:46:35 GMT
Accept-Ranges: bytes
Content-Length: 11871
Cache-Control: max-age=2592000, private
Expires: Wed, 14 Nov 2012 05:15:12 GMT
X-Server-ID: 139
Vary: User-Agent
GET /websites/imgs/user-kazeo.png HTTP/1.1

Host: watchema2012online.kazeo.com

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

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 31 May 2012 16:50:16 GMT
Accept-Ranges: bytes
Content-Length: 1264
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 138
Vary: User-Agent
GET /websites/imgs/logo-kazeo-bar.png HTTP/1.1

Host: watchema2012online.kazeo.com

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

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 31 May 2012 16:21:27 GMT
Accept-Ranges: bytes
Content-Length: 1872
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 98
Vary: User-Agent
GET /websites/imgs/captcha_ico.png HTTP/1.1

Host: watchema2012online.kazeo.com

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

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 15 Mar 2012 11:12:03 GMT
Accept-Ranges: bytes
Content-Length: 543
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 98
Vary: User-Agent
GET /websites/banners/musique/zic4.jpg HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 21 Dec 2010 18:51:51 GMT
Accept-Ranges: bytes
Content-Length: 45977
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 139
Vary: User-Agent
GET /min/b=js/jquery&f=jquery-ui-1.8.4.custom.min.js HTTP/1.1

Host: watchema2012online.kazeo.com
GET /min/b=js/jquery&amp;f=jquery-ui-1.8.4.custom.min.js 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://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:12 GMT
Expires: Sun, 11 Nov 2012 05:45:12 GMT
Vary: Accept-Encoding
Etag: &quot;pub1290960298;gz&quot;
Cache-Control: max-age=1800, public
Content-Encoding: gzip
Last-Modified: Sun, 28 Nov 2010 16:04:58 GMT
Content-Length: 49039
X-Server-ID: 138
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1922041956&utmhn=watchema2012online.kazeo.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Watch%20EMA%202012%20Online&utmhid=367031762&utmr=-&utmp=%2F&utmac=UA-415268-2&utmcc=__utma%3D1.344745300.1352610912.1352610912.1352610912.1%3B%2B__utmz%3D1.1352610912.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=jB~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1922041956&amp;utmhn=watchema2012online.kazeo.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Watch%20EMA%202012%20Online&amp;utmhid=367031762&amp;utmr=-&amp;utmp=%2F&amp;utmac=UA-415268-2&amp;utmcc=__utma%3D1.344745300.1352610912.1352610912.1352610912.1%3B%2B__utmz%3D1.1352610912.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=jB~ 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://watchema2012online.kazeo.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:59:04 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: 116168
Server: GFE/2.0
GET /images/watch_now_2.jpg HTTP/1.1

Host: newmovieshed.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Server: Apache
Last-Modified: Tue, 12 Jun 2012 22:01:51 GMT
Accept-Ranges: bytes
Content-Length: 7195
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
GET /websites/banners/musique/zic2.jpg HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 21 Dec 2010 18:51:49 GMT
Accept-Ranges: bytes
Content-Length: 53526
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 139
Vary: User-Agent
GET /websites/banners/musique/zic1.jpg HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 21 Dec 2010 18:51:48 GMT
Accept-Ranges: bytes
Content-Length: 64641
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 138
Vary: User-Agent
GET /websites/banners/musique/zic3.jpg HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 21 Dec 2010 18:51:50 GMT
Accept-Ranges: bytes
Content-Length: 83820
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 98
Vary: User-Agent
GET /websites/banners/musique/zic5.jpg HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/jpeg
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Tue, 21 Dec 2010 18:51:52 GMT
Accept-Ranges: bytes
Content-Length: 90830
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 98
Vary: User-Agent
GET //wp-content/uploads/buzz/2012/09/550-wide.jpg HTTP/1.1

Host: buzzworthy.mtv.com

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

Content-Type: image/jpeg
Server: Apache/2.0.64 (Unix) PHP/5.2.17
Last-Modified: Wed, 26 Sep 2012 16:39:10 GMT
Etag: &quot;6c0a3e-119ae-4ca9d7648c780&quot;
Accept-Ranges: bytes
Content-Length: 72110
Cache-Control: max-age=1800
Date: Sun, 11 Nov 2012 05:15:12 GMT
Connection: keep-alive
GET /widgets.js HTTP/1.1

Host: platform.twitter.com

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

Content-Type: application/javascript; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Thu, 08 Nov 2012 09:18:39 GMT
Etag: &quot;a888ca6754ffdd1c338f0ee6f07cf733&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 24583
Date: Sun, 11 Nov 2012 05:15:12 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 /sites/fr/fonds/996/fond_99655.gif HTTP/1.1

Host: watchema2012online.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://watchema2012online.kazeo.com/sites/fr/css/996/99655.css?1352610911
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 26 Jan 2012 15:13:57 GMT
Accept-Ranges: bytes
Content-Length: 5813
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 139
Vary: User-Agent
GET /websites/imgs/f-btn-bar.png HTTP/1.1

Host: watchema2012online.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://watchema2012online.kazeo.com/min/b=websites&amp;f=css/commun.css,css/box.css,js/slideshow/jquery.diaporama.css,js/nivoslider2.0/nivo-slider.css,js/NFLightBox/css/nf.lightbox.css
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 31 May 2012 15:49:38 GMT
Accept-Ranges: bytes
Content-Length: 1120
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 138
Vary: User-Agent
GET /websites/imgs/flux-rss.png HTTP/1.1

Host: watchema2012online.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://watchema2012online.kazeo.com/
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Fri, 18 Nov 2011 13:48:10 GMT
Accept-Ranges: bytes
Content-Length: 689
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 98
Vary: User-Agent
GET /websites/imgs/csg-4e3a843ce55b9.png HTTP/1.1

Host: www.kazeo.com

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

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:12 GMT
Last-Modified: Thu, 04 Aug 2011 11:43:51 GMT
Accept-Ranges: bytes
Content-Length: 2055
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:12 GMT
X-Server-ID: 139
Vary: User-Agent
GET /js/plusone.js HTTP/1.1

Host: apis.google.com

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

Content-Type: application/javascript; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Etag: &quot;529104c25e723e726505bee2aa12dd85&quot;
Expires: Sun, 11 Nov 2012 05:15:13 GMT
Date: Sun, 11 Nov 2012 05:15:13 GMT
Cache-Control: private, max-age=1800
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=_e5sBiVlCeg.no./sv=1/am=!SYcw6mesaJeITQu65A/d=1/rs=AItRSTOZgCimta2adf4sTddtgi9KbqWbOQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;217158210&quot;
Expires: Mon, 10 Dec 2012 05:55:56 GMT
Date: Sat, 10 Nov 2012 05:55:56 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 26141
Age: 83957
GET /websites/securimage/securimage_show.php HTTP/1.1

Host: watchema2012online.kazeo.com

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

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:13 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
X-Server-ID: 98
Transfer-Encoding: chunked
GET /fr_FR/all.js HTTP/1.1

Host: connect.facebook.net

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

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;3d6449f9410b770b91d319e4c1c6fd97&quot;
Content-Encoding: gzip
X-FB-Debug: ZEvfCNoNXy5MB25E3ouTF0pJZHmaX0VopCYWHBuU9lo=
Content-Length: 58172
Cache-Control: public, max-age=1176
Expires: Sun, 11 Nov 2012 05:34:49 GMT
Date: Sun, 11 Nov 2012 05:15:13 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.com

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

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 117707
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: QpUXNDPC4a/ZS9XMuzc2WDBWEZ8S2oHPsfImau8uouU=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31443665
Expires: Sun, 10 Nov 2013 03:36:19 GMT
Date: Sun, 11 Nov 2012 05:15:14 GMT
Connection: keep-alive
GET /js/whap.js HTTP/1.1

Host: w.estat.com

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

Content-Type: application/javascript
Date: Sun, 11 Nov 2012 05:15:14 GMT
Server: Apache
Set-Cookie: e=UJ80YsCoAMEAAWtUKRQAAACE; path=/; expires=Wed, 09-Nov-22 05:15:14 GMT; domain=.estat.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;,CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;, policyref=&quot;/w3c/p3p.xml&quot;,CP=&quot;NOI DSP COR CURa DEVa PSAa STP UNI COM NAV OUR INT&quot;
Last-Modified: Thu, 27 Oct 2011 05:06:33 GMT
Content-Length: 0
Cache-Control: max-age=3600, public
Expires: Sun, 11 Nov 2012 06:15:14 GMT
Connection: close
POST /websites/ajax/fetch_article.php HTTP/1.1

Host: watchema2012online.kazeo.com

User-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
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: http://watchema2012online.kazeo.com/
Content-Length: 11
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Pragma: no-cache
Cache-Control: no-cache
HTTP/1.1 200 OK

Content-Type: text/html
Date: Sun, 11 Nov 2012 05:15:14 GMT
X-Server-ID: 98
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: s-static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: JS4qOSg1Dl3AgVtg3MyBP4whcr8SZapA/Vud9cBlDwY=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31443627
Expires: Sun, 10 Nov 2013 03:35:41 GMT
Date: Sun, 11 Nov 2012 05:15:14 GMT
Connection: keep-alive
POST / HTTP/1.1

Host: ocsp.verisign.com

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

Content-Type: application/ocsp-response
Last-Modified: Fri, 09 Nov 2012 00:41:57 GMT
Expires: Fri, 16 Nov 2012 00:41:57 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=415602, public, no-transform, must-revalidate
Date: Sun, 11 Nov 2012 05:15:15 GMT
nncoection: close
Connection: Keep-Alive
GET /dialog/oauth?client_id=270286160799&response_type=token%2Csigned_request%2Ccode&display=none&domain=watchema2012online.kazeo.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df36dcc275344538%26origin%3Dhttp%253A%252F%252Fwatchema2012online.kazeo.com%252Ff37045ff76f40b%26domain%3Dwatchema2012online.kazeo.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=270286160799&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=watchema2012online.kazeo.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df36dcc275344538%26origin%3Dhttp%253A%252F%252Fwatchema2012online.kazeo.com%252Ff37045ff76f40b%26domain%3Dwatchema2012online.kazeo.com%26relation%3Dparent&amp;sdk=joey HTTP/1.1

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

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: Fqm8YH0LRMviGXwxUPubqp9gNWvstkMaMRqjDpnzpvI=
Date: Sun, 11 Nov 2012 05:15:17 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=1618684800&utmhn=watchema2012online.kazeo.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1176x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Watch%20EMA%202012%20Online&utmhid=367031762&utmr=-&utmp=%2F&utmac=UA-460517-13&utmcc=__utma%3D1.344745300.1352610912.1352610912.1352610912.1%3B%2B__utmz%3D1.1352610912.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=jB~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=2&amp;utmn=1618684800&amp;utmhn=watchema2012online.kazeo.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1176x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Watch%20EMA%202012%20Online&amp;utmhid=367031762&amp;utmr=-&amp;utmp=%2F&amp;utmac=UA-460517-13&amp;utmcc=__utma%3D1.344745300.1352610912.1352610912.1352610912.1%3B%2B__utmz%3D1.1352610912.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=jB~ 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://watchema2012online.kazeo.com/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:33:28 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: 117713
Server: GFE/2.0
GET /dis/dis.aspx?&t1=sendData&kpid=92&kw=&p1=&cb=30730288695&ref=&sc_r=1176x885&sc_d=24 HTTP/1.1

Host: dap.criteo.com
GET /dis/dis.aspx?&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24 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://watchema2012online.kazeo.com/
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Location: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Server: Microsoft-IIS/7.0
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;, CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f; domain=.criteo.com; expires=Mon, 11-Nov-2013 05:15:20 GMT; path=/
Date: Sun, 11 Nov 2012 05:15:21 GMT
Content-Length: 316
Vary: Accept-Encoding
GET /websites/js/images/skin_menu_slider.png HTTP/1.1

Host: watchema2012online.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://watchema2012online.kazeo.com/min/b=websites&amp;f=css/commun.css,css/box.css,js/slideshow/jquery.diaporama.css,js/nivoslider2.0/nivo-slider.css,js/NFLightBox/css/nf.lightbox.css
Cookie: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:21 GMT
Last-Modified: Tue, 21 Dec 2010 16:14:44 GMT
Accept-Ranges: bytes
Content-Length: 109
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:21 GMT
X-Server-ID: 98
Vary: User-Agent
GET /portail/imgs/btn-caroussel.png HTTP/1.1

Host: www.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://watchema2012online.kazeo.com/min/b=websites&amp;f=css/commun.css,css/box.css,js/slideshow/jquery.diaporama.css,js/nivoslider2.0/nivo-slider.css,js/NFLightBox/css/nf.lightbox.css
Cookie: kazeo_lang=en
HTTP/1.1 200 OK

Content-Type: image/png
Date: Sun, 11 Nov 2012 05:15:21 GMT
Last-Modified: Wed, 12 Oct 2011 08:51:34 GMT
Accept-Ranges: bytes
Content-Length: 1462
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:21 GMT
X-Server-ID: 139
Vary: User-Agent
GET /favicon.ico HTTP/1.1

Host: watchema2012online.kazeo.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.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: PHPSESSID=BO4sIep7SWzmXiiYttN4VXSaxOe; kazeo_lang=en; cvt=1; __utma=1.344745300.1352610912.1352610912.1352610912.1; __utmb=1.2.10.1352610912; __utmc=1; __utmz=1.1352610912.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Sun, 11 Nov 2012 05:15:21 GMT
Last-Modified: Thu, 07 Jun 2012 10:33:05 GMT
Accept-Ranges: bytes
Content-Length: 1472
Cache-Control: max-age=2592000, public
Expires: Tue, 11 Dec 2012 05:15:21 GMT
X-Server-ID: 138
Vary: User-Agent
GET /dis/dis.aspx?dr=1&t1=sendData&kpid=92&kw=&p1=&cb=30730288695&ref=&sc_r=1176x885&sc_d=24&pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f HTTP/1.1

Host: dis.eu.criteo.com
GET /dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f 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://watchema2012online.kazeo.com/
Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Server: Microsoft-IIS/7.5
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
X-AspNet-Version: 4.0.30319
Set-Cookie: udc=*1AjVT%2bgfw%2f8PyH2Istroh8g%3d%3d; domain=.criteo.com; expires=Sat, 11-May-2013 04:15:22 GMT; path=/
Date: Sun, 11 Nov 2012 05:15:21 GMT
Content-Length: 2355
Vary: Accept-Encoding
Content-Encoding: gzip
Connection: Keep-Alive
GET /match?admeld_adprovider_id=315&_geo=fr&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&expiration=30days&custom_country=0 HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=315&amp;_geo=fr&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expiration=30days&amp;custom_country=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
GET /match?admeld_adprovider_id=227&_geo=300us&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&expiration=30days&custom_country=0 HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=227&amp;_geo=300us&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expiration=30days&amp;custom_country=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
GET /pixel?google_nid=cuk&google_sc&google_ula=93063&google_cm&CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=cuk&amp;google_sc&amp;google_ula=93063&amp;google_cm&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://dis.criteo.com/dis/rtb/google/cookiematch.aspx?id=&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;google_gid=CAESEPaVphWLXVoMdgcdP1Laqec&amp;google_cver=1&amp;google_ula=93063,0
Date: Sun, 11 Nov 2012 05:15:22 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 392
X-XSS-Protection: 1; mode=block
GET /tap.php?v=5421&nid=2054&put=1e829f4c-e868-4b46-98c1-73c451d85b5f&expires=1 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=5421&amp;nid=2054&amp;put=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expires=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: rpb=14240%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%265421%3D1; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.pixel.rubiconproject.com put_2054=1e829f4c-e868-4b46-98c1-73c451d85b5f; expires=Mon, 12-Nov-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9914
Connection: Keep-Alive
GET /set?pid=8a27ff9a-b209-4e87-1be2-15f89bb2c2de&rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: r.openx.net
GET /set?pid=8a27ff9a-b209-4e87-1be2-15f89bb2c2de&amp;rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=b34dd388-b1a3-4242-9685-6e2c73e2e985; expires=Tue, 11-Nov-2014 05:15:22 GMT; path=/; domain=.openx.net
Location: /set?pid=8a27ff9a-b209-4e87-1be2-15f89bb2c2de&amp;rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;cc=1
Content-Length: 0
Connection: close
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTE5MjgmdGw9NDMyMDA=&piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTE5MjgmdGw9NDMyMDA=&amp;piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:14:48 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7a mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_97=3385-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; domain=pubmatic.com; expires=Tue, 11-Dec-2012 05:14:48 GMT; path=/ PUBRETARGET=1928_1355202888; domain=pubmatic.com; expires=Tue, 11-Dec-2012 05:14:48 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /seg?add=95287&redir=http%3A%2F%2Fib.adnxs.com%2Fgetuid%3Fhttp%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UID HTTP/1.1

Host: ib.adnxs.com
GET /seg?add=95287&amp;redir=http%3A%2F%2Fib.adnxs.com%2Fgetuid%3Fhttp%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UID 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
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=Sat, 09-Feb-2013 05:15:22 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 12-Nov-2012 05:15:22 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJipW!Tkfgq2&gt;%$WWe^DvC7x:1&gt;7_wxX+6; path=/; expires=Sat, 09-Feb-2013 05:15:22 GMT; domain=.adnxs.com; HttpOnly
Location: http://ib.adnxs.com/getuid?http://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=$UID
Date: Sun, 11 Nov 2012 05:15:22 GMT
Content-Length: 0
GET /match?admeld_adprovider_id=318&_geo=uk&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&expiration=30days&custom_country=0 HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=318&amp;_geo=uk&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expiration=30days&amp;custom_country=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
GET /tap.php?v=6359&nid=2138&put=1e829f4c-e868-4b46-98c1-73c451d85b5f&expires=1 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=6359&amp;nid=2138&amp;put=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expires=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: rpb=14240%3D1%265421%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; put_2054=1e829f4c-e868-4b46-98c1-73c451d85b5f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%265421%3D1%266359%3D1; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C%266359%3D25077%2C0%2C1%2C%2C; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.pixel.rubiconproject.com put_2138=1e829f4c-e868-4b46-98c1-73c451d85b5f; expires=Mon, 12-Nov-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9219
Connection: Keep-Alive
GET /getuid?http://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=$UID 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
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJipW!Tkfgq2&gt;%$WWe^DvC7x:1&gt;7_wxX+6; sess=1
HTTP/1.1 302 Moved

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=Sat, 09-Feb-2013 05:15:22 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Mon, 12-Nov-2012 05:15:22 GMT; domain=.adnxs.com; HttpOnly
Location: http://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=5858721859426781856
Date: Sun, 11 Nov 2012 05:15:22 GMT
Content-Length: 0
GET /user/2/bidder_id=75565&bidder_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: www.burstnet.com
GET /user/2/bidder_id=75565&amp;bidder_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache (Unix)
P3P: policyref=&quot;http://www.burstnet.com/w3c/p3p.xml&quot;, CP=&quot;NOI DSP LAW PSAa PSDa OUR IND UNI COM NAV STA&quot;
Pragma: no-cache
Cache-Control: no-cache
Content-Length: 43
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
Set-Cookie: BI75565=1e829f4c-e868-4b46-98c1-73c451d85b5f; path=/; expires=Sat, 09-Feb-2013 05:15:21 GMT; domain=.burstnet.com
GET /rum?cm_dsp_id=20&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: r.casalemedia.com
GET /rum?cm_dsp_id=20&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR DEVa TAIa OUR BUS UNI&quot;
Expires: Sun, 11 Nov 2012 05:15:22 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 11 Nov 2012 05:15:22 GMT
Content-Length: 43
Connection: keep-alive
Set-Cookie: CMID=RZGuWK3LtdAAAHanfJYAAABF;domain=casalemedia.com;path=/;expires=Mon, 11 Nov 2013 05:15:22 GMT CMPS=066;domain=casalemedia.com;path=/;expires=Sat, 09 Feb 2013 05:15:22 GMT CMPP=013;domain=casalemedia.com;path=/;expires=Sat, 09 Feb 2013 05:15:22 GMT CMRUM2=14000000001e829f4c-e868-4b46-98c1-73c451d85b5f;domain=casalemedia.com;path=/;expires=Mon, 11 Nov 2013 05:15:22 GMT CMST=UJ80alCfNGoA;domain=casalemedia.com;path=/;expires=Mon, 12 Nov 2012 05:15:22 GMT CMSC=UJ80ag**;domain=casalemedia.com;path=/; CMDD=;domain=casalemedia.com;path=/;expires=Mon, 12 Nov 2012 05:15:22 GMT
GET /set?pid=8a27ff9a-b209-4e87-1be2-15f89bb2c2de&rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f&cc=1 HTTP/1.1

Host: r.openx.net
GET /set?pid=8a27ff9a-b209-4e87-1be2-15f89bb2c2de&amp;rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;cc=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: i=b34dd388-b1a3-4242-9685-6e2c73e2e985
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache
Cache-Control: public, max-age=30, proxy-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=b34dd388-b1a3-4242-9685-6e2c73e2e985; expires=Tue, 11-Nov-2014 05:15:22 GMT; path=/; domain=.openx.net
Content-Length: 43
Connection: close
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0NTEmdGw9MTI5NjAw&piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0NTEmdGw9MTI5NjAw&amp;piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:14:38 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7a mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_255=4741-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:14:38 GMT; path=/ PUBRETARGET=2451_1360386878; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:14:38 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /tap.php?v=6433&nid=2148&put=1e829f4c-e868-4b46-98c1-73c451d85b5f&expires=1 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=6433&amp;nid=2148&amp;put=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expires=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: rpb=14240%3D1%265421%3D1%266359%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C%266359%3D25077%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; put_2054=1e829f4c-e868-4b46-98c1-73c451d85b5f; put_2138=1e829f4c-e868-4b46-98c1-73c451d85b5f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%265421%3D1%266359%3D1%266433%3D1; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C%266359%3D25077%2C0%2C1%2C%2C%266433%3D25077%2C0%2C1%2C%2C; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.pixel.rubiconproject.com put_2148=1e829f4c-e868-4b46-98c1-73c451d85b5f; expires=Mon, 12-Nov-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9761
Connection: Keep-Alive
GET /bh/rtset?do=add&pid=538064&ev=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: bh.contextweb.com
GET /bh/rtset?do=add&amp;pid=538064&amp;ev=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: image/gif;charset=ISO-8859-1
Cache-Control: private, max-age=0, no-cache, no-store
Content-Language: en-US
CW-Server: ip-10-39-63-138
Date: Sun, 11 Nov 2012 05:15:22 GMT
Expires: -1
P3P: policyref=&quot;/bh/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa DEVa PSAa OUR BUS COM NAV INT&quot;
Server: GlassFish v3
Set-Cookie: V=6ifCmBFxXunz; Domain=.contextweb.com; Expires=Wed, 06-Nov-2013 05:15:22 GMT; Path=/
Content-Length: 49
Connection: keep-alive
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0MjUmdGw9MTI5NjAw&piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0MjUmdGw9MTI5NjAw&amp;piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: KRTBCOOKIE_97=3385-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; PUBRETARGET=1928_1355202888
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:19 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7a mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_244=4508-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:15:19 GMT; path=/ PUBRETARGET=1928_1355202888.2425_1360386919; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:15:19 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /tap.php?v=6434&nid=2149&put=1e829f4c-e868-4b46-98c1-73c451d85b5f&expires=1 HTTP/1.1

Host: pixel.rubiconproject.com
GET /tap.php?v=6434&amp;nid=2149&amp;put=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expires=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: rpb=14240%3D1%265421%3D1%266359%3D1%266433%3D1; rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C%266359%3D25077%2C0%2C1%2C%2C%266433%3D25077%2C0%2C1%2C%2C; put_2676=paebqcWa9Kg4ukszB6hDMjPkTESS5L7Q0; put_2054=1e829f4c-e868-4b46-98c1-73c451d85b5f; put_2138=1e829f4c-e868-4b46-98c1-73c451d85b5f; put_2148=1e829f4c-e868-4b46-98c1-73c451d85b5f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
P3P: CP=&quot;NOI CURa ADMa DEVa TAIa OUR BUS IND UNI COM NAV INT&quot;
Set-Cookie: rpb=14240%3D1%265421%3D1%266359%3D1%266433%3D1%266434%3D1; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com rpx=14240%3D24447%2C0%2C1%2C%2C%265421%3D25077%2C0%2C1%2C%2C%266359%3D25077%2C0%2C1%2C%2C%266433%3D25077%2C0%2C1%2C%2C%266434%3D25077%2C0%2C1%2C%2C; expires=Tue, 11-Dec-2012 05:15:22 GMT; path=/; domain=.pixel.rubiconproject.com put_2149=1e829f4c-e868-4b46-98c1-73c451d85b5f; expires=Mon, 12-Nov-2012 05:15:22 GMT; path=/; domain=.rubiconproject.com
Content-Length: 49
Keep-Alive: timeout=30, max=9923
Connection: Keep-Alive
GET /match?admeld_adprovider_id=314&_geo=de&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&expiration=30days&custom_country=0 HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=314&amp;_geo=de&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expiration=30days&amp;custom_country=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
GET /pixel?id=1643278&t=2&piggyback=http%3A%2F%2Fad.yieldmanager.com%2Fcms%2Fv1%3Fesig%3D1~7315a025058f3128185459bfaf16e164414683fc%26nwid%3D10000545908%26sigv%3D1 HTTP/1.1

Host: ad.yieldmanager.com
GET /pixel?id=1643278&amp;t=2&amp;piggyback=http%3A%2F%2Fad.yieldmanager.com%2Fcms%2Fv1%3Fesig%3D1~7315a025058f3128185459bfaf16e164414683fc%26nwid%3D10000545908%26sigv%3D1 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0561.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: uid=uid=cb3d42fa-2bbe-11e2-9145-77b5a63e6987&amp;_hmacv=1&amp;_salt=2894604239&amp;_keyid=k1&amp;_hmac=d7170b4ec4b85b29f9c769c3b26301f3c657cbb9; path=/; expires=Tue, 11-Dec-2012 05:15:22 GMT
Location: http://ad.yieldmanager.com/cms/v1?esig=1~7315a025058f3128185459bfaf16e164414683fc&amp;nwid=10000545908&amp;sigv=1
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Sun, 11 Nov 2012 05:15:22 GMT
Expires: Sun, 11 Nov 2012 05:15:22 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /dis/rtb/appnexus/cookiematch.aspx?appnxsid=5858721859426781856 HTTP/1.1

Host: dis.criteo.com

User-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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f; udc=*1AjVT%2bgfw%2f8PyH2Istroh8g%3d%3d
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Server: Microsoft-IIS/7.5
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
X-AspNet-Version: 4.0.30319
Date: Sun, 11 Nov 2012 05:15:22 GMT
Content-Length: 43
Vary: Accept-Encoding
GET /ad?mode=7&publisher_dsp_id=7&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: ad.afy11.net
GET /ad?mode=7&amp;publisher_dsp_id=7&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.0 200 OK

Content-Type: image/gif
Connection: close
Cache-Control: private, max-age=0, no-cache, no-store, must-revalidate, proxy-revalidate
Expires: Sat, 1 Jan 2000 01:01:00 GMT
Last-Modified: Sat, 1 Jan 2000 01:01:00 GMT
Pragma: no-cache
Server: AdifyServer
Content-Length: 45
Set-Cookie: a=pnbe2ell7UiIVrAorUMEzw; path=/; expires=Tue, 11-Nov-2014 05:15:22 GMT; domain=afy11.net; s=1,7*509f346a*AtT8R8B3P0*Me1kZlxt-sSrd307dfvkmYNwgB_eblSchkoZqXmRAeZNWqjH*; path=/; expires=Tue, 11-Nov-2014 05:15:22 GMT; domain=afy11.net;
P3P: policyref=&quot;http://ad.afy11.net/privacy.xml&quot;, CP=&quot; NOI DSP NID ADMa DEVa PSAa PSDa OUR OTRa IND COM NAV STA OTC&quot;
GET /set?pid=5c627885-3475-4ed8-a54e-8d0222f57cbe&rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: r.openx.net
GET /set?pid=5c627885-3475-4ed8-a54e-8d0222f57cbe&amp;rtb=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: i=b34dd388-b1a3-4242-9685-6e2c73e2e985
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:22 GMT
Server: Apache
Cache-Control: public, max-age=30, proxy-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
P3P: CP=&quot;CUR ADM OUR NOR STA NID&quot;
Set-Cookie: i=b34dd388-b1a3-4242-9685-6e2c73e2e985; expires=Tue, 11-Nov-2014 05:15:22 GMT; path=/; domain=.openx.net
Content-Length: 43
Connection: close
GET /match?admeld_adprovider_id=227&_geo=300us&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&expiration=30days HTTP/1.1

Host: tag.admeld.com
GET /match?admeld_adprovider_id=227&amp;_geo=300us&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;expiration=30days 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: meld_sess=bbeaaa1b-8eda-4510-8721-df07b3f95b13
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
P3P: policyref=&quot;http://tag.admeld.com/w3c/p3p.xml&quot;, CP=&quot;PSAo PSDo OUR SAM OTR BUS DSP ALL COR&quot;
Pragma: no-cache
Cache-Control: no-store
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Content-Length: 35
Date: Sun, 11 Nov 2012 05:15:22 GMT
Connection: keep-alive
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0NTImdGw9MTI5NjAw&piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: image2.pubmatic.com
GET /AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTI0NTImdGw9MTI5NjAw&amp;piggybackCookie=uid:1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: KRTBCOOKIE_97=3385-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; PUBRETARGET=1928_1355202888.2425_1360386919; KRTBCOOKIE_255=4741-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; KRTBCOOKIE_244=4508-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Sun, 11 Nov 2012 05:15:06 GMT
Server: Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7a mod_fastcgi/2.4.2
Set-Cookie: KRTBCOOKIE_257=4743-uid:1e829f4c-e868-4b46-98c1-73c451d85b5f; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:15:06 GMT; path=/ PUBRETARGET=1928_1355202888.2425_1360386919.2452_1360386906; domain=pubmatic.com; expires=Sat, 09-Feb-2013 05:15:19 GMT; path=/
Content-Length: 42
P3P: CP=&quot;NOI DSP COR LAW CUR ADMo DEVo TAIo PSAo PSDo IVAo IVDo HISo OTPo OUR SAMo BUS UNI COM NAV INT DEM CNT STA PRE LOC&quot;
Connection: close
GET /cms/v1?esig=1~7315a025058f3128185459bfaf16e164414683fc&nwid=10000545908&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~7315a025058f3128185459bfaf16e164414683fc&amp;nwid=10000545908&amp;sigv=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uid=uid=cb3d42fa-2bbe-11e2-9145-77b5a63e6987&amp;_hmacv=1&amp;_salt=2894604239&amp;_keyid=k1&amp;_hmac=d7170b4ec4b85b29f9c769c3b26301f3c657cbb9
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Sun, 11 Nov 2012 05:15:22 GMT
P3P: policyref=&quot;http://p3p.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV&quot;
Location: http://dis.criteo.com/dis/rtb/rightmedia/cookiematch.aspx?xid=E0
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /dis/rtb/rightmedia/cookiematch.aspx?xid=E0 HTTP/1.1

Host: dis.criteo.com

User-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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f; udc=*1AjVT%2bgfw%2f8PyH2Istroh8g%3d%3d
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Server: Microsoft-IIS/7.5
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
X-AspNet-Version: 4.0.30319
Date: Sun, 11 Nov 2012 05:15:22 GMT
Content-Length: 43
Vary: Accept-Encoding
GET /dis/rtb/google/cookiematch.aspx?id=&CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&google_gid=CAESEPaVphWLXVoMdgcdP1Laqec&google_cver=1&google_ula=93063,0 HTTP/1.1

Host: dis.criteo.com
GET /dis/rtb/google/cookiematch.aspx?id=&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;google_gid=CAESEPaVphWLXVoMdgcdP1Laqec&amp;google_cver=1&amp;google_ula=93063,0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f; udc=*1AjVT%2bgfw%2f8PyH2Istroh8g%3d%3d
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Server: Microsoft-IIS/7.0
P3P: CP=&quot;NON DSP COR CURa PSA PSD OUR BUS NAV STA&quot;
X-AspNet-Version: 4.0.30319
Date: Sun, 11 Nov 2012 05:15:25 GMT
Content-Length: 43
Vary: Accept-Encoding
GET /pixel?google_nid=cuk&google_sc&google_ula=93063&no_cm&CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: cm.g.doubleclick.net
GET /pixel?google_nid=cuk&amp;google_sc&amp;google_ula=93063&amp;no_cm&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Location: http://dis.criteo.com/dis/rtb/google/cookiematch.aspx?id=&amp;no_cm=&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;google_ula=93063,0
Date: Sun, 11 Nov 2012 05:15:25 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Server: Cookie Matcher
Content-Length: 342
X-XSS-Protection: 1; mode=block
GET /dis/rtb/google/cookiematch.aspx?id=&no_cm=&CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&google_ula=93063,0 HTTP/1.1

Host: dis.criteo.com
GET /dis/rtb/google/cookiematch.aspx?id=&amp;no_cm=&amp;CriteoUserId=1e829f4c-e868-4b46-98c1-73c451d85b5f&amp;google_ula=93063,0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uid=1e829f4c-e868-4b46-98c1-73c451d85b5f; udc=*1AjVT%2bgfw%2f8PyH2Istroh8g%3d%3d
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Cache-Control: private
Server: Microsoft-IIS/7.0
X-AspNet-Version: 4.0.30319
Date: Sun, 11 Nov 2012 05:15:25 GMT
Content-Length: 0
Vary: Accept-Encoding
GET /pagead/conversion/1028954965/?label=oDz9CPXI5AEQ1bbS6gM&amp;guid=ON&amp;script=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/1028954965/?label=oDz9CPXI5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Sun, 11 Nov 2012 05:15:26 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1028954965/?label=oDz9CPXI5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/viewthroughconversion/1028954965/?label=oDz9CPXI5AEQ1bbS6gM&amp;guid=ON&amp;script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/1028954965/?label=oDz9CPXI5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Sun, 11 Nov 2012 05:15:26 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/conversion/1028954965/?label=x9s6CI3V5AEQ1bbS6gM&amp;guid=ON&amp;script=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/1028954965/?label=x9s6CI3V5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Sun, 11 Nov 2012 05:15:26 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1028954965/?label=x9s6CI3V5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/viewthroughconversion/1028954965/?label=x9s6CI3V5AEQ1bbS6gM&amp;guid=ON&amp;script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/1028954965/?label=x9s6CI3V5AEQ1bbS6gM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Sun, 11 Nov 2012 05:15:26 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/conversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;guid=ON&amp;script=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Sun, 11 Nov 2012 05:15:26 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;guid=ON&amp;script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Sun, 11 Nov 2012 05:15:28 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/conversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;guid=ON&amp;script=0 HTTP/1.1

Host: www.googleadservices.com
GET /pagead/conversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 302 Found

Content-Type: image/gif
P3P: policyref=&quot;http://www.googleadservices.com/pagead/p3p.xml&quot;, CP=&quot;NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC&quot;
Date: Sun, 11 Nov 2012 05:15:28 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Location: http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;guid=ON&amp;script=0&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false HTTP/1.1

Host: googleads.g.doubleclick.net
GET /pagead/viewthroughconversion/1025486508/?label=0BBmCJLt2gEQrN3-6AM&amp;amp;guid=ON&amp;amp;script=0&amp;ctc_id=CAIVAgAAAB0CAAAA&amp;ct_cookie_present=false HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: image/gif
P3P: policyref=&quot;http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml&quot;, CP=&quot;CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Date: Sun, 11 Nov 2012 05:15:29 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
X-Content-Type-Options: nosniff
Server: cafe
Content-Length: 42
X-XSS-Protection: 1; mode=block
GET /empty.html HTTP/1.1

Host: static.eu.criteo.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx
Date: Sun, 11 Nov 2012 05:15:32 GMT
Content-Length: 214
Connection: keep-alive
Expires: Wed, 06 Nov 2013 05:15:32 GMT
Cache-Control: max-age=31104000, public
Last-Modified: Wed, 19 Sep 2007 08:50:25 GMT
Accept-Ranges: bytes
GET /seg?add=130915&redir=http%3A%2F%2Fib.adnxs.com%2Fgetuid%3Fhttp%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UID HTTP/1.1

Host: ib.adnxs.com
GET /seg?add=130915&amp;redir=http%3A%2F%2Fib.adnxs.com%2Fgetuid%3Fhttp%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UID 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJipW!Tkfgq2&gt;%$WWe^DvC7x:1&gt;7_wxX+6; sess=1


GET /match?publisher_dsp_id=38&external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f HTTP/1.1

Host: ad.360yield.com
GET /match?publisher_dsp_id=38&amp;external_user_id=1e829f4c-e868-4b46-98c1-73c451d85b5f 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://dis.eu.criteo.com/dis/dis.aspx?dr=1&amp;t1=sendData&amp;kpid=92&amp;kw=&amp;p1=&amp;cb=30730288695&amp;ref=&amp;sc_r=1176x885&amp;sc_d=24&amp;pxref=http%3a%2f%2fwatchema2012online.kazeo.com%2f
Cookie: tuuid=5913710b-d826-4b7c-96b6-9295f2788b78; um=!42,CiFwYWVicWNXYTlLZzR1a3N6QjZoRE1qUGtURVNTNUw3UTA#,1413416862