Regular Expressions 101

Save & Share

  • Regex Version: ver. 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
g

Test String

Code Generator

Generated Code

$re = '/(?:parametros\s*=\s*.*?)\'(?:torrentID|id)\'\s*:\s*\'(\d+)\'/'; $str = '<!doctype html>\\n<html xmlns="http://www.w3.org/1999/xhtml" lang="es-ES">\\n<head>\\n<!-- Zona de etiquetas META -->\\n<meta http-equiv="content-type" content="text/html; charset=windows-1252">\\n<title>Descargar Quantico Series HD Gratis temporada 2 capitulo 16</title>\\n<meta name="description" content="Descargar Quantico Temporada 2 - un grupo de jovenes reclutas llega a la base del audio y sonido excelente de quantico son los mejores los mas brillante " />\\n<meta name="keywords" content="Descargar Series HD, Descarga Directa, Ver Series HD, Series HD Gratis, Series HD Online, Series HD Torrent, Quantico, Mega, Putlocker, letitbit, Uploaded" />\\n<link rel="alternate" type="application/rss+xml" href="http://newpct.com/feed/" title="Descargar Quantico Series HD Gratis temporada 2 capitulo 16" /> \\n<!-- Update your html tag to include the itemscope and itemtype attributes -->\\n<!--<html itemscope itemtype="http://schema.org/video" />--> \\n<!-- Add the following three tags inside head -->\\n<meta itemprop="name" content="Newpct" />\\n<meta itemprop="description" content="Descargar Quantico Temporada 2 - un grupo de jovenes reclutas llega a la base del audio y sonido excelente de quantico son los mejores los mas brillante " />\\n<meta itemprop="image" content="http://www.newpct.com/images/avatar/newpct_logo.jpg" /> \\n<meta name="abstract" content="Descargar Quantico Temporada 2 - un grupo de jovenes reclutas llega a la base del audio y sonido excelente de quantico son los mejores los mas brillante " />\\n<meta name="revisit" content="1 days" />\\n<meta name="revisit-after" content="1 days" />\\n<meta name="audience" content="all" /> \\n<link rel=\'prev\' title=\'Alli Abajo - Temporada 3 [HDTV][Cap.310][Español Castellano]\' href=\'http://www.newpct.com/descargar-serie/alli-abajo/capitulo-310/hdtv/\' />\\n<link rel=\'next\' title=\'Quantico - Temporada 2 [HDTV][Cap.216][Español Castellano]\' href=\'http://www.newpct.com/descargar-serie/quantico/capitulo-216/hdtv/\' />\\n<meta property="og:title" content="Descargar Quantico Series HD Gratis temporada 2 capitulo 16" /> \\n<meta property="og:type" content="article"/> \\n<meta property="og:url" content="http://www.newpct.com/todos-los-capitulos/series/quantico/" /> \\n<meta property="og:image" content="http://images.newpct.com/imgBank/categorias/002280.jpg" />\\n<meta property="og:description" content="Descargar Quantico Temporada 2 - un grupo de jovenes reclutas llega a la base del audio y sonido excelente de quantico son los mejores los mas brillante " /> \\n<meta property="og:site_name" content="newpct.com" /> \\n<meta property="fb:admins" content="1358790457" />\\n<meta name="robots" content="index,follow" />\\n<link rel="Shortcut Icon" href="http://images.newpct.com/v2/favicon.ico" type="image/x-icon" />\\n<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.newpct.com/feed/" />\\n<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.newpct.com/feed/" />\\n<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.newpct.com/feed/" /> \\n<link rel="pingback" href="xmlrpc.php" />\\n<!-- Google Analytics-->\\n<script type="text/javascript">\\n\\n var _gaq = _gaq || [];\\n _gaq.push([\'_setAccount\', \'UA-1110298-1\']);\\n _gaq.push([\'_trackPageview\']);\\n\\n (function() {\\n var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\\n ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\\n var\\n<link rel=\'stylesheet\' type=\'text/css\' href=\'http://www.newpct.com/css/style_template1.css\' /><script type="text/javascript" src="http://www.newpct.com/js/jquery-2.1.4.min.js"></script>\\n"al<script type="text/javascript" src="http://www.newpct.com/js/main.js"></script>\\n <script type="text/javascript" src="http://www.newpct.com/js/ficha.series.js"></script><meta name="kimia_id" content="ru7e4ud6n9cwgswck0wckk0cs88008g">\\n<meta name="poptm" content="953d120187abc663dc0aa587d0145f14" />\\n<!-- PopAds.net Popunder Code for www.newpct.com | 2017-05-22,786434,0,0 -->\\n<script type="text/javascript" data-cfasync="false">\\n/*<![CDATA[/* */\\n (function(){ var a=window;a["\\x5f\\u0070\\x6fp"]=[["s\\x69t\\x65\\u0049\\u0064",786434],["\\x6dinBi\\x64",0],["\\u0070op\\x75\\u006e\\u0064\\x65\\x72\\u0073\\u0050e\\u0072IP",0],["d\\x65\\u006cayB\\u0065t\\x77ee\\x6e",0],["\\x64\\u0065fa\\x75lt",false],["d\\x65f\\u0061\\x75l\\u0074\\u0050\\x65r\\x44\\u0061\\x79",0],["\\u0074\\x6f\\x70\\x6dos\\x74\\u004c\\u0061y\\u0065\\u0072",!0]];var o=["\\x2f\\u002f\\u0063\\u0031.\\u0070\\x6f\\x70\\u0061d\\u0073.\\x6ee\\x74\\x2fp\\x6f\\u0070\\x2ej\\x73","\\x2f\\u002f\\u0063\\x32\\u002e\\u0070\\u006fp\\x61\\x64\\u0073\\u002e\\u006e\\x65t\\x2fpop.\\x6a\\x73","/\\x2f\\u0077w\\u0077.\\x6f\\u0078\\x61\\u006ee\\x68l\\x73\\u0063s\\u0072\\u0079.\\x63\\x6fm\\u002f\\x6a\\x2ej\\x73","\\x2f\\u002f\\u0077w\\u0077.cqbabfsyf\\x71\\x73e\\x2e\\x63om/j\\u0063\\u002e\\u006a\\u0073",""],q=0,g,c=function(){if(""==o[q])return;g=a["d\\u006f\\u0063um\\x65\\x6e\\x74"]["c\\x72e\\u0061\\u0074e\\x45l\\u0065\\x6de\\x6et"]("\\u0073\\u0063\\x72\\x69\\u0070t");g["\\u0074\\x79\\x70\\u0065"]="\\x74\\x65\\x78\\x74\\x2fj\\u0061\\u0076\\u0061s\\x63r\\x69\\x70t";g["a\\x73\\x79nc"]=!0;var h=a["doc\\x75m\\u0065nt"]["\\u0067\\u0065\\u0074\\u0045\\x6c\\u0065\\x6d\\x65nts\\u0042y\\u0054ag\\u004e\\x61me"]("\\u0073\\u0063\\x72\\x69pt")[0];g["\\u0073r\\x63"]=o[q];if(q<2){g["cr\\x6f\\x73s\\u004f\\u0072\\x69\\x67\\x69n"]="a\\u006e\\x6f\\x6ey\\u006d\\u006f\\u0075s";};g["\\u006f\\u006eerr\\u006fr"]=function(){q++;c()};h["\\u0070\\u0061re\\x6e\\x74No\\x64\\u0065"]["\\u0069\\x6e\\u0073e\\x72\\x74Bef\\x6fr\\x65"](g,h)};c()})();\\n/*]]>/* */\\n</script>\\n\\n<!-- ADPOP -->\\n<div id="SC_TBlock_344830" class="SC_TBlock">loading...</div>\\n\\n<script type="text/javascript">\\n (sc_adv_out = window.sc_adv_out || []).push({\\n \'id\' : \'344830\',\\n \'domain\' : \'n.popclck.net\',\\n \'click_domain\' : \'n.popclck.com\'\\n });\\n</script>\\n\\n<script type="text/javascript" src="//st-n.popclck.net/js/adv_out.js"></script>\\n<!-- ADPOP -->\\n\\n\\n<script type="text/javascript" src="https://syndication.exdynsrv.com/splash.php?idzone=2603833"></script>\\n\\n<!-- TERADB -->\\n<script type="text/javascript" data-domain="anbkoxl.com" src="http://anbkoxl.com/47/97/73/479773ef3147557ea8003bcf9b7f579b.js"></script>\\n\\n\\n\\n<!-- CLIKAD -->\\n<script data-cfasync="false" type="text/javascript">\\n eval((function(Y4){for(var m4="",d4=0,g4=function(Y4,G3){for(var p3=0,n3=0;n3<G3;n3++){p3*=96;var X3=Y4.charCodeAt(n3);if(X3>=32&&X3<=127){p3+=X3-32;}}return p3;};d4<Y4.length;){if(Y4.charAt(d4)!="`")m4+=Y4.charAt(d4++);else{if(Y4.charAt(d4+1)!="`"){var T3=g4(Y4.charAt(d4+3),1)+5;m4+=m4.substr(m4.length-g4(Y4.substr(d4+1,2),2)-T3,T3);d4+=4;}else{m4+="`";d4+=2;}}}return m4;})("var r3H4=window;for(var v4 in` 5 ){if(v4.length===((95,102)>=(58.40E1,78)?(92.4E1,9):(132.9E1,1.377E3))&&v4.charCodeAt(((11.65E2,17.)<=(88,140.)?(1.1300E3,6):(12.47E2,94.)))===((115,0x59)<=(22,132.9E1)?(144,116):(68.2E1,0x9E))&&v4.charCodeAt((0x242>=(0x1E4,2.56E2)?(11.25E2,8):(146.3E1,13.8E2)))===(118.4E1<(126.,0x16F)?2:2.90` 1 15.,50)?(143.20E1,114):(0xA3,14.05E2))&&v4.charCodeAt(((56.,103.)<=0x169?(1.026E3,4):(66.8E1,85)>=(10.68E2,0xA8)?(113.80E1,42.6E1):(0x14D,7.37E2)))===(0x226<` W 48E2,81)?91.` G 86,0x66)>=73?(73,103):103.>=(90.0E1,0x109)?23:(0x226,0x39))&&v4.charCodeAt((0x12A<(0x203,98)?(1` [ \\"M\\"):74<=(103.,1.469E3)?(9.73E2,0):(64.9E1,0x6B)))===((14.61E2,55)<0xB6?(0x201,110):(132.,146)))break};for(var f4 in r3H4){if(f4.length===((144,1.09E3)<0x1FE?\\\'8\\\':(0xF2,0x53)<=(0xF1,28.)?70.:119.` 0 1E9,2.02E2)?(100,6):(0x252,0x18E))&&f4.charCodeAt(3)===100` (+(0x2B<(65.8E1,0x3C)?(0xC4,5):(3.17E2,122.4E1)<93.?\\\'?q\\\':(0x1B2,0x1AC)))===119&&f4.charCodeAt(1` 3 05` (+0` I\\")break};for(var N4 in r3H4){if(N4.length===7&&N4.charCodeAt(4)===111` (+6` 3 2` \\\',((76.,133.)>=65.7E1?1E0:(0xDC,65.)>(24,0x21)?(0x223,2):(12.35E2,24.)))===115&&N4.charCodeAt(0` 3 04)break};for(var k4 in r3H4){if(k4.length===8&&k4.charCodeAt(5)===((0xEB,28.)>0x229?14.870E2:(2,0x20B)>=98?(3.2E2,101):(1.45E3,20.0E1))&&k4.charCodeAt(7)===116` (+3` 2!7` @+((145,3.23E2)<(7.,0x13B)?0x8E:28<=(135.70E1,0x126)?(113.5E1,0):(130,0x20F)))===100)break};(function(l2,C1,T1,w7,h7){var c9=(91.5E1<(21.,16)?(12.64E2,\\\'%;\\\'):(6.45E2,1.172E3)<=(0x93,0x77)?7.68E2:(18.,0x119)>0x10E?(119,\\"I\\"):(148.,149.)),C9=\\"tr\\",W2=\\"k\\",w9=\\\'y\\\',q9=\\\'R\\\',E2=\\"ty\\",P7=\\"leS\\",z9=\\"he\\",a9=\\"ent\\",x9=\\"ap\\",K9=\\"Ti\\",h2=\\"ri\\",R2=\\\'z\\\',t9=60,L2=\\"et\\",y2=\\"x\\",e9=\\\'ac\\\',V2=\\"to\\",O7=23,F7=21,P5=9,u7=17,r5=16,h5=15,R5=14,Q7=13,H5=12,U5=10,B5=6,o5=((51.5E1,56)>(94.80E1,23.)?(0x18F,5):(0x89,0x1FD)),b5=((0x107,36` K )>(145.0E1,0x11A)?(103,7):(50.1E1,134.)<89?(121.,36):(123,84)),Q5=(67>(107.,0x22E)?(29.,\\\';\\\'):(8.24E2,6.)<=(60.6E1,73.)?(4,8):(95,99)),Y=((0x1DD,0x3D)<=40.2E1?(38,4):(0x15,11.64E2)),A5=3,U7=((14.,61)>(0x129,4.42E2)?\\\'X\\\':0x225<(47.7E1,8.20E1)?false:(0x19A,132)<=(58.30E1,0xA9)?(36` M \\\'8\\\')` D C,79)),Z9=\\\'do\\\',m=1,A2=(65<(1.70E1,1.072E3)?(0xD9,\\"0\\"):(71,1.177E3)),A7=\\"\\",T5=2,P2=false,l5=\\"g\\",Q9=\\"sty\\",k2=\\"yl\\",u9=\\"pe\\",N2=\\\'px\\\',F9=\\"ody\\",O9=\\"pl\\",M9=\\"ti\\",H7=\\\'=\\\',M7=(0x246>(54.,112.)?(0xEA,\\\'?\\\'):(137,0x37)),I9=\\"an\\",U2=\\\'\\\',J5=20,r9=\\"ha\\",H2=\\\'7\\\',T7=\\\'1\\\',B7=(116.2E1>(108,146.)?(90,\\\'0\\\'):(82,6.01E2)),s9=\\\'9\\\',D9=\\\'de\\\',v2=1000,J2=\\"tN\\",L5=\\"v\\",Y2=\\\'b\\\',i9=\\"hr\\",b9=\\"on\\",f2=\\"hi\\",j7=\\"st\\",k7=\\"re\\",N7=\\"O\\",B9=\\"os\\",j9=\\\'ss\\\',S9=\\\'ad\\\',q7=\\"T\\",E9=\\"ge\\",f7=\\"at\\",d2=\\"cr\\",W9=\\"ov\\",J7=\\"em\\",v7=\\"il\\",g2=\\"Ch\\",Y5=\\"de\\",e7=\\"N\\",G5=\\"C\\",o9=\\"ndC\\",b=\\"p\\",m2=\\"bo\\",z1=\\\'as\\\',l9=\\\'j\\\',c1=\\"ype\\",q1=\\\'al\\\',k5=\\\'f\\\',a1=\\\'sy\\\',w1=\\\'fa\\\',V9=\\\'-\\\',t1=\\\'at\\\',e1=\\"ut\\",e5=\\"b\\",Y7=\\"A\\",f=\\\'i\\\',G9=\\"men\\",C5=\\"E\\",m7=\\"te\\",x1=\\"ea\\",S7=null,C7=\\"S\\",X5=\\"y\\",y9=\\"er\\",d7=\\"ef\\",W5=\\\'l\\\',Z5=\\\'.\\\',u5=\\"f\\",D=((0x219,0x177)<=` * 1,14.97E2)?(130.,\\"h\\"):(27,3.4E2)),y=0,p9=\\"w\\",L9=\\"lt\\",Z=\\"r\\",n9=\\"is\\",M=\\"a\\",F=((0x163,60.)>=23.?(0x23,\\"l\\"):(68.8E1,147.)>=1.063E3?(0x115,\\\'z\\\'):(7.100E2,89.5E1)),B=((64.,0x197)<(102.,11.66E2)?(0x6,\\"n\\"):(0x20A,10.46E2)),W=\\"i\\",G2=\\"L\\",h9=\\"la\\",P=\\"c\\",i7=true,i=(129.9E1>(0x69,75.)?(136,\\\'e\\\'):(1.439E3,26.0E1)<(44.30E1,0xF1)?(89.0E1,90.):(0x39,0x40)>=4.21E2?(1.1300E3,\\\'\\/\\\'):(1.162E3,0xC)),D7=\\\'v\\\',r1=\\"zo\\",g7=\\"ne\\",r=\\"o\\",R9=\\"z\\",s7=\\\'\\/\\/\\\',I1=\\\'se\\\',c7=\\\'m\\\',j5=\\\'d\\\',K1=\\\'uchen\\\',Z` < do\\\',A9=\\\'mo\\\',R=\\\'s\\\',O` > \\\',P9=\\\'to\\\',p2=\\"nt\\",u1=\\"El\\",z7=\\"en\\",p5=\\"m\\",N5=((0x1AF,0x219)>=(0xE8,0x1F3)?(0x162,\\"u\\"):(5.01E2,0x12B)<=70.?(0x21D,0):(112,7.25E2)),Q1=\\"oc\\",I=\\"d\\",c5=\\\'r\\\',d=\\\'a\\\',X9=\\\'st\\\',S5=\\\'h\\\',v=\\\'c\\\',H9=\\\'ou\\\',O=((56,32.80E1)<(1.494E3,138)?\\\'K\\\':0x45<(0x255,0x67)?(18.90E1,\\\'t\\\'):(1.43E2,4.1E2)<=0x56?69.2E1:(68.,7.520E2)),H=((143,1.95` G 13.38E2?(22,\\\'o\\\'):(91,0.)>(130,45)?\\"P\\":(0x211,147.)),j1=\\\'Qg\\\',g=\\\'p\\\',x7=(0x223<(49.,2.80E1)?\\\'%;\\\':(0x9E,60.)<111.0E1?(132,\\\'w\\\'):0>(54.2E1,0x108)?\\"Z\\":(99.80` \\/ E8)),M1=\\\'N\\\',B1=\\\'B\\\',o7=\\\'M\\\',U9=\\\'C\\\',d5=\\\'W\\\',F1=\\\'H\\\',b7=\\\'g\\\',E=\\\'n\\\',m5=((0x1B2,57.)<=55?23:106<(0x17,52.5E1)?(13.31E2,\\\'x\\\'):(89.7E1,122.4E1)),O5=\\\'u\\\',a=\\"t\\",y1=\\"al\\",t=\\"s\\",G=((0x98,0x197)<=0x12E?(120.4E1,120.):(135,21.)<=23.90E1?(0x1E6,\\"e\\"):(7.92E2,0x206)),R1=\\"zon\\",y5=\\\'\\/\\\';try{var f9,n2,v9,E7,h1=y5,t7=t7||{};t7[(R1+G)]=C1` ) t+y1+a)]=(O5+m5+E+b7+F1+d5+U9+o7+b7+d5+B1+M1+x7+g+j1);var J9=((H+E+O+H9+v+S5+X9+d+c5+O) in r3H4[k4][(I+Q1+N5+p5+z7+a+u1+G+p5+G+p2)]),A1=J9?(P9+O1+S5+R+O+d+c5+O):(A9+O5+Z1+x7+E),P` F!O+H+K1+j5):(c7+H9+I1+O5+g);E7=S1();v9=T2();f9=(s7)+E7+y5+t7[(R9+r+g7)]+h1;n2` \\/+r1` 8 ;if(h7){N9(function(){k9(E7);},` )&var p=\\\'re\\\';k9(T2((p+D7+i+c5+R+i)),i7);});}if(w7` K!X2;T9(function(){D1` \\"\\\'var h=\\"ll\\",k=\\"orA\\",L=\\"el\\",A=\\"q\\",U=\\"rA\\",J=\\"yS\\",S=\\"qu\\";` X# q5(Q,s){` ($o(p){var n=\\"dd\\",z=\\"cla\\",x=\\"emove\\",e=\\"ns\\",K=\\"ai\\";if(p[(P+h9+t+t+G2+W+t+a)][(P+r+B+a+K+e)](w7)){` F F+M` D#n9` E!Z+x` =!;p[(z` 6#W+t` 9!M+n)](Y9(t7[(t+M+L9)]+Date[(B+r+p9)]()));}}for(var j=y,V=Q.length;j<V;j++){if(s){Q[j][(D+Z+G+u5)]=n2+(Z5+S5+O+c7+W5);o(Q[j]);continue;}` L%d7)]=T2();}}X2=r3H4[k4][(S+G+Z+J+G+F+G+P+a+r+U+F+F)](Z5+w7)?` C%A+N5+y9+X5+C7+L` J\\"k+h` D$:S7;if(X2==S7){return ;}N9(function(){q5(X2,i7);},` \\\'+);});});});` U$var l7=r3H4[k4][(P+Z+x1+m7+C5+F+G+G9+a)]((R+v+c5+f+g+O));l7[(t+Z+P)]=v9` (\\"G+a+Y7+a+a+Z+W+e5+e1+G)]((j5+t1+d+V9+v+w1+a1+E+v),(k5+q1+R+i));l7[(a+c1)]=(O+i+m5+O+y5+l9+d+D7+z1+v+c5+f+g+O);T9(function(){r3H4[k4][(m2+I+X5)][(M+b+b+G+o9+D+W+F+I)](l7);});l7.onerror=function(){var p7=\\"ild\\",n7=\\"dy\\",K5=r3H4[k4][(P+Z+G+M+a+G+C5+F+G+G9+a)]((R+v+c5+f+g+O));K5[(t+Z+P)]=f9;r3H4[k4][(e5+r+n7)]&&` &*I+X5)][(M+b+b+z7+I+G5+D+p7)](K5);K5[(r+B+F+r+M+I)]=function(){var p=\\"mov\\",n=\\"paren\\"` N n+a+e7+r+Y5)][(Z+G+p+G+g2+v7+I)](K5);};K5.onerror=function(){var o=\\"oa\\",j=\\"tB\\",V=\\"ins\\",h=\\\'anony\\\',k=\\"igi\\",L=\\"type\\",A=\\\'et\\\',U=\\\'he\\\',J=\\\'ty\\\',S=\\"agNa\\",q5=\\"sB\\",n5=\\\'k\\\',F5=\\\'li\\\',N=\\"me\\",t5=\\"hil\\",I5=\\"eC\\",s5=\\"tNo\\";K5[(b+M+Z+G+B+s5+I+G)][(Z+J7+W9+I5+t5+I)](K5);var u=r3H4[k4][(d2+G+f7+G+C5+F+G+N+p2)]((F5+E+n5)),l` D&E9+a` B#p5+G+p2+q5+X5+q7+S` . )]((S5+i+S9))[y];u[(W+I)]=E7+(v+R+R);u[(Z+G+F)]=(R+J+W5+i+R+U+A` 7 L)]=(O+i+m5+O+y5+v+j9` Q P+Z+B9+t+N7+Z+k+B)]=(h+A9+O5+R` X D+Z+G+u5)]=n2+(Z5+v+R+R);l&&l[(V+G+Z+j` > +r+k7)](u,l[(u5+W+Z+j7+G5+f2+F+I)]);u[(b9+F+o+I)]=function(){var e=\\"ar\\",K=\\\'er\\\',Q=U1(u[(i9+d7)]);if(Q){m9((O+d+Y2+O5+E+j5+K));u[(b+e+G+B+s5+Y5)][(k7+p5+r+L5+G+g2+W+F+I)](u);return ;}var s=H1(u[(D+Z+G+u5)]);setTimeout(function(){var p=\\"ve\\",n=\\"ren\\",z=\\"pa\\",x=\\\'ct\\\';if(typeof s===(k5+O5+E+x+f+H+E)){s();}u[(z+n+J2+r+Y5)][(Z+G+p5+r+p+G5+D+W+F+I)](u);},v2);};u.onerror=function(){var p=\\"par\\",n=\\\'bu\\\';m9((O+d+n+E+D9+c5));u[(p+G+B+J2+r+I+G)][(Z+G+p5+r+L5+G+G5+f2+F+I)](u);};};};function S1(){var p=\\"bs\\",n=((0x1E5,0x6F)<=(58.,25.70E1)?(30.5E1,\\"P\\"):(57.,73.)),z=\\\'8da\\\',x=\\\'60\\\',e=\\\'5\\\',K=L1(),Q=V1(K),s=E1(),o=W1(),j=l1(K,Q),V=o1(s),h=b1(o),k=i1(h),L=s1(h,V,j,y,y),A=(e+s9+B7+T7+v+k5+B7+H2+x+z),U={},J=U[(r9+t+N7+p9+B+n+Z+r+b+G+Z+a+X5)](L)?U[L]:A,S=L+J;return Y9(S)[(t+N5+p+a+Z)](y,J5-d9(h))+Z5+k;};function k9(e,K){var Q=\\\'ar\\\',s=\\\'&\\\',o=\\\'tm\\\',j=\\"tit\\",V=\\"do\\",h=\\"ta\\",k=\\"hS\\",L=\\"us\\",A=\\"ry\\",U=\\"ist\\",J=\\"hSt\\",S=U2;if(h7!==undefined&&r3H4[N4][(b+N5+t+J+M+a+G)]){` 7 f4][(D+U+r+A)` B L+k+h+m7)]({exp:Math[(Z+I9+V+p5)]()},` W k4][(j+F+G)],S7);S=(s7)+e+y5+h7+(Z5+S5+o+W5+M7+D7+d+c5+H7)+l2;if(K){S=e` F s+D7+Q` 4#}setTimeout(function(){var z=\\\'te\\\',x=\\\'po\\\';r3H4[f4][(M+I+I+C5+L5+G+B+a+G2+W+t+a+G+g7+Z)]((x+g+X9+d+z),function(p){var n=\\"ce\\";r3H4[f4][(F+r+P+M+M9+r+B)][(Z+G+O9+M+n)](S);});},y);}};function T9(p){if(!r3H4[k4][(e5+r+I+X5)]){var n=setTimeout(` R$z(` F.F9)]){` D(z,J5);return ;}p();clear` 8#n);}` > }else{p();}};function N9(k,L){var A=400,U=\\"rc\\",J=\\"leme\\",S=r3H4[k4][(d2+G+M+m7+C5+J+B+a)]((f+k5+c5+d+c7+i));S.width=(T7+g+m5);S.height` . N2);S[(t+U)]=T2();T9(function(){var p=\\"ld\\";r3H4[k4][(m2+I+X5)][(M+b+u9+o9+D+W+p)](S);});setTimeout(function(){var p=\\"oveC\\",n=\\"No\\",z=\\"pare\\",x` 4 \\",e=\\"rent\\",K=\\"ht\\",Q=\\"tH\\",s=\\"off\\",o=\\"id\\",j=\\"no\\",V=\\"ay\\",h=\\"tyle\\";if(S[(t+h)][(I+W+t+O9+V)]==(j+g7)||S[(j7+k2+G` >!n9+b+h9+X5` A D+W+I+I+G+B` G!Q9+F` F!L5+n9+W+e5+W+F+W+a` K%o` G\\\'s+t+G+Q+G+W+l5+K)]==y){S[(b+M+e+e7+r+Y5)][(Z+G+p5+x+G5+D+W+F+I)](S);k();}else{S[(z+B+a+n` F)p+D+v7` H#L();}},A);};function D1(p){var n=300,z=P2,x=setInterval(` D#(){if(!z){z=i7;p();clear` @$x);}},n);return x;};` U# s1(p,n,z,x,e){var K=W7(p,T5)+W7(n,` \\"\\"z` *#x` 3#e,T5);return K;};function W7(p,n){var z=p+A7;while(z.length<n)z=A2+z` W#z` S\\\'l1` S\\\'m;if(p==(d5+f+E+Z9+x7+R)){if(n==(T7+B7)){z=T5;}else ` 4!H2||n==U7){z=A5;}}return z;};function o1(p){var n=\\\'66\\\',z=\\\'13\\\',x=\\\'2\\\',e=m;if(p==(T7+s9+x+B7)){e=T5;}else ` 8\\"z+n` 3 A5;}return e;};function b1(p){var n=19,z=18,x=Y;if(p<=-Q5){x=Y;}else ` .\\"b` 0 o5` ()B` F B` \\\'*o` G b` =*Y){x=Q` <*m){x=U` R)y){x=H` P)` C Q7` P(T5){x=R` O)A` 0 h` P)Y){x=r` ;)o` Y u7` Q(B` Y z` P(b` D n` P(Q` X J5` P(P` X F7` X!{x=O7;}return x;};function i1(p){` 3\\"(v+H+c7)` 5\\\'L1(){var p=\\\'Li\\\',n=\\\'And\\\',z=\\\'dow\\\',x=\\"nd\\",e=\\\'iO\\\',K=\\"exOf\\",Q=\\\'S\\\',s=\\\'cO\\\',o=\\\'Ma\\\',j=\\"xO\\",V=\\\'od\\\',h=\\\'iP\\\',k=\\\'Pa\\\',L=\\\'ho\\\',A=\\\'E\\\',U=\\\'nC\\\',J=\\\'Wi\\\',S=\\\'ws\\\',q5=\\\'4\\\',n5=\\\'32\\\',F5=\\\'in\\\',N=(88.>(50.6E1,0x1A)?(0x7,\\\'K\\\'):(0x11A,114)>(0x1A7,43.90E1)?7.32E2:(25.70` V!BF)>=(74,0x1F7)?(0x16A,8.49E2):(0x77,1.81E2)),t5=\\\'6\\\',I5=\\\'P\\\',s5=\\\'cIn\\\',u=\\\'ci\\\',l=\\"rm\\",p7=\\"fo\\",n7=\\"ig\\",K5=\\"se\\",K7=\\"vig\\",a7=r3H4[f4][(B+M+K7+M+V2+Z)][(N5+K5+Z+Y7+l5+G+p2)],f5` D*L5+n7+f7+r` P!b+F+M+a+p7+l)],r7=[(o7+d+u+E+O+H+R+S5),` .!s5+O+i+W` ($v+I5+I5+U9` =!e9+t5+U7+N)],Z7=[(d5+F5+n5),(d5+f+E+t5+q` $&j5+H+S),(J+U+A)],I7=[(f+I5+L+E+i),(f+k+j5),(h+V)],D5=S7;if(r7[(W+B+Y5+j+u5)](f5)!==-m){D5=(o+s+Q);}else if(I` I\\"I+K` ;,e` =(Z` E x+G+y2+N7+u5` @,d5+f+E+z+R` M&\\/Android\\/[(a+G+t+a)](a7)` M!n+c5+H+f+j5` I&!D5&&\\/Linux` J(f5` P\\"p+E+O5+m5);}return D5;};function V1(p){var n=\\"tes\\",z=\\"Ag\\",x=\\"use\\",e=U2,K=r3H4[v4][(x+Z+z+G+B+a)];if(p===(d5+f+E+Z9+x7+R)){if(\\/(Windows 10.0|` %#NT` + )\\/[(a+G+t+a)](K)){e=(T7+B7);}` Q(8.1` Q\\\'6.3` H\\/U7` G+` G)2` 0@7` G)1)\\/[(n` F&H2;}}return e;};function E1(){var p=\\"scr\\",n=r3H4[f4][(p+G+z7)].width;` Y\\"n` T\\\'W` U&fs\\",n=\\"Time\\",z=new Date(),x=-z[(l5+L2+n+R9+b9+G+N7+u5+p+G+a)]()\\/t9;return x;};function T2(p){var n=\\\'on\\\',z=\\\'apu\\\',x=\\\'fu\\\',e=\\\'ba\\\',K=\\\'ei\\\',Q=\\\'om\\\',s=\\\'eb\\\',o=\\\'rse\\\',j=\\\'ve\\\';if(p===(c5+i+j+o)){return (s7+b7+s+S9+O5+Z5+v+Q+y5+d+k5` +\\"g+S5+g+M7+R2+H+E+K+j5+H7);}return (s7+b7+i+e+j` N#v+H+c7+y5)+(w7?(d+x):(z))+(Z5+g+S5+g+M7+R2+n+i+f+j5+H7)+l2;};function m9(V7){var w2=\\"ener\\",q2=\\"tLi\\",x2=\\"isten\\",a` \\/ \\",K2=\\"dE\\",Z2=\\"pend\\",e2=\\\'nd\\\',t2=\\\'tt\\\',r2=\\\'righ\\\',I2=\\\'gh\\\',L7=\\\'%;\\\',v5=\\\';\\\',V5=((130.1E1,79.)<=2.63E2?(0x54,\\\':\\\'):(1.444E3,30.6E1)),Q2=\\\'ion\\\',E5=\\\'si\\\',y7=((8.19E2,0xDA)<133.?(0x202,145` T :147<(6.48` B 1A3)?(1.462E3,101):(3.21E2,1.78E2)),R7=((4.7E2,77.7E1)>=41.?(8.3E1,98):(10.870E2,91.5E1)<7.100E2?(124.10E1,\\\'a\\\'):(0x46,22.)>=0xB3?\\\'a\\\':(0x119,38)),F2=99999999,O2=((43.,1.41E3)>(129.,68)?(0x4E,` C\\"):(46.40E1,5)),u2=\\"Ele\\",j2=\\\'oo\\\',B2=\\\'_g\\\',M2=\\\'__g\\\',i5=\\\'_\\\';function i2(p){var n=[];while(p.length>y){n[(b+N5+t+D)](p[(t+b+F+W+P+G)](g5(y,` H#),m)[(a+r+C7+a+h2+B+l5)]());}return n;}if(g9((i5+M2+H+H))){var b2=new Date()[(l5+G+a+K9+p5+G)](),o2=+` T\\"i5+B2+j2));if(o2-b2>y){return ;}}var M5=r3H4[k4][(P+Z+G+f7+G+u2+G9+a)](d);M5[(D` 7 u5)]=n2+(Z5+S5+O+c7+W5);var S2=g5(O2,F2),s` ( R7,y7),D` 5 ` &\\"w=g5(y,Y),X=` \\"#T` +$C` 5$c=[(g+H+E5+O+Q2+V5+d+Y2+R+H+W5+O5+O+i+v5),(x7+f+j5+O+S5+V5)+s2+(L7),(S5+i+f+I2+O` 4 D` 1#P9+g` F w+(g+m5+v5),(W5+i+k5` F\\"T+(N2` 3!r2` -\\"C` C\\\'Y2+H+t2+H+c7` M X` H%R2+V9+f+e2+i+m5` X S2+v5];r3H4[k4][(e5+r+I+X5)]&&` \\"0[(x9+Z2+G5+f2+F+I)](M5);` C%M+I+K2+L5+z7+a2+x2+G+Z)](A1,function(){var p=\\"j\\",n=\\"cs\\";M5[(j7+k2+G)][(n+t+q7+G+y2+a)]+=i2(c)[(p+r+W+B)](U2);})` S M+I+I+C5+L5+G+B+q2+j7+w2)](P1,function(p){var n=\\"ode\\",z=\\"Fh\\",x=\\"ip\\",e=\\"F\\",K=\\"2\\",Q=\\\');\\\',s=\\\'00\\\',o=\\\'3\\\',j=\\\'\\");}, \\\',V=\\\'(\\"\\\',h=\\\'tio\\\',k=\\\'(){ \\\',L=\\\'un\\\',A=\\\'(\\\',U=\\\'eou\\\',J=\\\'im\\\',S=\\\'T\\\',q5=\\\'; \\\',n5=\\\'ull\\\',F5=\\\' = \\\',N=\\\'ow\\\',t5=\\\'win\\\',I5=\\"ad\\",s5=\\"ml\\",u=(47.<(0x33,146.)?(107,\\"3\\"):(0x3B,4.0E1)>=(14,7.79E2)?0x1F3:(21.,13.790E2)),l=(99.80E1<(0xB3,128.5E1)?(67,\\"%\\"):(5.60E1,1.58` O p7=\\"op\\",n7=\\"emo\\",K5=\\"od\\",K7=\\"are\\",a7=\\\'q\\\',f5=\\"ocati\\",r7=\\"loc\\",Z7=\\\'ab\\\',I7=\\"etTim\\",D5=\\"De\\",X7;p[(b+Z+G+L5+a9+D5+u5+M+N5+L9)]();var z2=new Date()[(l5+I7+G)]()+t9*v2*T1;k1((i5+i5+i5+b7+H+H),z2);if(V7!==undefined&&V7===(O+Z7+O5+E+D9+c5)){X7=r3H4[f4][(r+u9+B)](A7);X7[(r7+M+M9+r+B)]` >&F+f5` \\/!;` )\\\'r+P+f7+W` I\\"M5[(i9+G+u5)]+(M7+a7);X7[(r+b+G+B+G+Z)]=S7;M5[(b+K7+B+J2+K5+G)][(Z+n7+L5+G+G5+D+v7+I)](M5);return ;}X7=r3H4[f4][(p7+G+B)](y5);X7[(I+r+P+N5+p5+G+B+a)][(p9+Z+W+a+G)](decodeURIComponent((l+u+G5+D+a+s5+l+u+C5` \\" ` 0 G+I` %+t+P+h2+b+a` G\\"))+(t5+j5+N+Z5+H+g+i+E+i+c5+F5+E+n5+q5+R+i+O+S+J+U+O+A+k5+L+v+O+f+H+E+k+x7+f+E+j5+H+x7+Z5+W5+H+v+d+h+E+Z5+c5+i+g+W5+e9+i+V)+M5[(D+Z+d7)]+(M7+a7+j+o+s+Q)+decodeURIComponent((l+u+G5+l+K+e+t+P+Z+x+a+l+u+C5` \\" ` 7\\"z+G+M+I` +*e5+F9` ;.e+e5+r+I+X` E!` 0)z+a+p5+F` R\\")));M5[(b+M+Z+G+B+a+e7+n)][(k7+p5+W9+G+g2+W+F+I)](M5);});};function U1(n){var z=\\\',\\\',x=\\"li\\",e=\\"tring\\",K=\\\'ul\\\',Q=\\"ts\\",s=\\"eS\\",o=\\\'hr\\\',j=\\"ee\\";try{var V,h=P2;if(r3H4[k4][(t+a+k2+G+C7+z9+L2+t)]){for(var k in ` @)X5+P7+D+j+a` F!if(` 8%j7+X5+F+G+C7+D+G+G` A![k][(o+i+k5)]===n){V=` M%t+E2+F+s` L\\"Q` J\\"v+R+R+q9+K+i+R)][A5][(R+O+w9+W5+i)` @ H+E+O+i+E+O)];break;}}}if(!V){return P2;}V=V[(t+N5+e5+t+e)](m,V.length-m);var L=r3H4[f4][(M+V2+e5)](V);L=L[(t+b+x+a)](z);for(var A=y,U=L.length;A<U;A++){if(L[A]===r3H4[\\\'location\\\'][(D+B9+a)]){h=i7;break;}}return h;}catch(p){}};function H1(n){var z=\\"Chi\\",x=\\"rea\\",e=\\\'xt\\\',K=\\\'cr\\\',Q=\\"teE\\",s=\\"ubs\\",o=((0x10D,0xCC)>77.?(0xAC,\\"7\\"):(124.,36.1E1)>=0x194?(0x228,0x1B5):(74.,2` <!<31?106:(132,0x0)),j=\\"30\\",V=\\"KC\\",h=\\"W9u\\",k=\\"bm\\",L=\\"Z1\\",A=\\"G\\",U=\\"K\\",J=\\"\\\\\\"\\",S=\\\'le\\\',q5=\\"le\\";try{var n5;if(r3H4[k4][(Q9+P7+D+G+L2+t)]){for(var F5 in ` @%t+a+X5` F#G+a` I!if(` 8\\\'E2+q5+C7+z9` <#[F5][(S5+c5+i+k5)]===n){n5=` N\\\'a+X5+P7+D+G` L)v+j9+q9+O5+S+R)][T5][(X9+w9+W5+i)` ? H+E+O+i+E+O)];break;}}}if(!n5){n5=(J+U+A+L+k+e7+A2+M+h+V+W2+E9+j+b+U+G5+W2+o+J);}n5=n5[(t+s+a+h2+B+l5)](m,n5.length-m);var N=r3H4[k4][(d2+G+M+Q+q5+p5+z7+a)]((R+K+f+g+O));N[(E2+b+G)]=(O+i+e+y5+l9+d+D7+d+R+v+c5` H\\";var t5=r3H4[k4][(P+x+m7+q7+G+y2+a+e7+r+Y5)](` @ f4][(M+a+r+e5)](n5));N[(x9+b+z7+I+G5+D+v7+I)](t5);` R k4][(m2+I+X5)][(M+b` H#z+F` G N);return function(){N[(b+M+Z+a9+e7+r+I+G)][(Z+J7+r+L5+G+z+F+I)](N);};}catch(p){}};function g5(p,n){return Math[(u5+F+r+r+Z)](` -!Z+I9+I+r+p5)]()*(n-p)+p);};function d9(z){var x=\\"ac\\",e=\\"it\\",K=\\"in\\",Q=\\"toS\\",s=y;if(z[(Q+C9+K+l5)]().length==m){var o=parseInt(z);return o;}else{z[(V2+C7+a+Z+K+l5)]()[(t+b+F+e)](A7)[(u5+r+Z+C5+x+D)](function(p){var n=parseInt(p);return s+=n;}` &$d9(s);}};` U# v1(p,n,z){var x=\\"oo\\",e=\\"; \\",K=\\"=\\",Q=\\"ng\\",s=\\"CS\\",o=\\"U\\",j=\\"ires\\",V=\\"exp\\",h=\\"tri\\",k=\\"oU\\",L=\\"pi\\",A=\\"ex\\",U=\\"im\\",J=\\"get\\",S=\\"um\\",q5=\\"es\\",n5=\\"ir\\",F5=\\"xp\\";z=z||{};var N=z[(G+F5+n5+q5)];if(typeof N==(B+S+e5+y9)&&N){var t5=new Date();t5[(t+G+a+K9+p5+G)](t5[(J+q7+U` * )+N*v2);N=z[(A+L+Z+G+t)]=t5;}if(N&&N[(a+k+q7+G5+C7+h+B+l5)]){z[(V+j)]=` > r+o+q7+s+C9+W+Q)]();}n=encodeURIComponent(n);var I5=p+K+n;for(var s5 in z){I5+=(e)+s5` D u=z[s5];if(u!==i7` <!K+u;}}r3H4[k4][(P+x+W2+W+G)]=I5;};function k1(p,n){localStorage[(t+G+a+c9+a+J7)]` > ;return n` S\\\'g9(p){` 3\\"localStorage[(l5+G+a+c9+a+J7)](p)` N\\\'J1(p){var n=\\"=([^;]*)\\",z=\\\'\\\\\\\\$\\\',x=\\"ace\\",e=\\"(?:^|; )\\",K=\\"ok\\",Q=r3H4[k4][(P+r+K+W+G)][(p5+M+a+P+D)](new RegExp((e)+p[(k7+b+F+x)](\\/([\\\\.$?*|{}\\\\(\\\\)\\\\[\\\\]\\\\\\\\\\\\\\/\\\\+^])\\/g,(z+T7))+(n)));return Q?decodeURIComponent(Q[m]):undefined;};function C2(p){var n=\\"rAt\\",z=\\"ch\\",x=\\"9\\",e=\\"678\\",K=\\"45\\",Q=\\"123\\",s=A7,o=(A2+Q+K+e+x+M+e5+P+I+d7);for(var j=y;j<=A5;j++)s+=o[(z+M+Z+Y7+a)]((p>>(j*Q5+Y))&0x0F)+o[(P+r9+n` 4\\\'` 6#;return s;};function N1(p){var n=\\"Co\\",z=((p.length+Q5)>>B5)+m,x=new Array(z*r5);for(var e=y;e<z*r5;e++)x[e]=y` 9 ` 4!p.length` 6#>>T5]|=p[(P+D+M+Z+n+Y5+Y7+a)](e)<<((e%Y)*Q5);` F%((1.219E3,48.)>(73,12.72E2)?\\\'iOS\\\':(3E0,0x167)>(58,0x124)?(1.344E3,0x80):85.30E1<(4.11E2,0xBC)?\\"l\\":(0x249,0x13B))<<((e%Y)*Q5);x[z*r5-T5]=p.length*Q5;return x;};function G7(p,n){var z=(p&0xFFFF)+(n` ##,x=(p>>r5)+(n>` \\"!z` + ;return (x<<r5)|(z&((0x11D,95.2E1)<=(13.120E2,1.331E3)?` > B,0xFFFF):127>(84.2E1,0x139)?(113.,0xE8):4.92E2>=(41,8.64E2)?1:(0xA5,32.6E1)));};function f1(p,n){var z=32;return (p<<n)|(p>>>(z-n` H)c2(p,n,z,x,e,K){` N\\"G7(f1(G7(G7(n,p),G7(x,K)),e),z);};function w5(p,n,z,x,e,K,Q){return c2((n&z)|((~n)&x),p,n` =\\";};function x5(p,n,z,x` 6\\"{return c2((n&x)|(z&(~x)),p,n` =\\";};function z5(p,n,z,x` 6\\"{return c2(n^z^x` A2a` =6z^(n|(~x))` F2Y9(p){var n=343485551,z=718787259,x=1120210379,e=145523070,K=1309151649,Q=1560198380,s=30611744,o=((12.9E2,132)<9.21E2?(148.8E1,1873313359):(115.80E1,0x249)<(149,5.23E2)?(0x164,131.4E1):(0x14C,11.)>=48.?(0xD1,20):(1.22E2,0x17F)),j=2054922799,V=1051523,h=1894986606,k=1700485571,L=57434055,A=((21.,1.401E3)>126.?(23,1416354905):0x18D<=(0x24D,0xD5)?0x23C:(0x1D6,61.5E1)),U=1126891415,J=198630844,S=995338651,q5=530742520,n5=((121,0x181)<=(0x3C,0x93)?\\\'x\\\':0xCF>(6.05E2,140)?(61.,421815835):(0x176,45)),F5=640364487,N=76029189,t5=722521979,I5=358537222,s5=681279174,u=1094730640,l=155497632,p7=1272893353,n7=1530992060,K5=35309556,K7=((9.72E2,100.2E1)<20.?(49.,7.51E2):(0xF9,73)>84.7E1?0x180:(1.5E2,97)>=(31,2.)?(11.58E2,1839030562):(131.,0x20C)),a7=2022574463,f5=378558,r7=((0x182,0x1AD)<=6.2E1?(4.80E1,141.8E1):13.65E2>=(110.,0x5)?(0x230,1926607734):(0xE8,12)),Z7=((6.12E2,0x231)<=0x24C?(0x1B8,1735328473):(10.26` E 17E)),I7=51403784,D5=((116.4E1,119)<2.62E2?(1.1340E3,1444681467):(0x227,4.07E2)),X7=1163531501,z2=187363961,V7=1019803690,w2=568446438,q2=405537848,x2=660478335,a2=38016083,K2=((144.0E1,0x6B)>=35.2E1?0x1BC:(82.10E1,12)<(4.060E2,5.5E1)?(7.33E2,701558691):(3.96E2,86.)>=(78.4E1,44` K!\\"v\\":(143.9E1,101)),Z2=373897302,e2=643717713,t2=(0x124>(81.30E1,148.)?(72,1069501632):(5,6.4E1)>=(74.,0x10B)?\\"n\\":59.2E1>(47,7.75E2)?60.5E1:(0x221,8E0)),r2=165796510,I2=1236535329,L7=1502002290,v5=((68.3E1,0.)<(12.,140.6E1)?(12.15E2,40341101):(0x50,7.520E2)<=0x148?\\"q\\":(0x1B0,0xBC)),V5=1804603682,Q2=1990404162,E5=11,y7=42063,R7=(80.<=(49,0x13B)?(56.,1958414417):(63.80E1,14.15E2)),F2=1770035416,O2=45705983,u2=1473231341,j2=1200080426,B2=176418897,M2=1044525330,i5=22,i2=606105819,b2=389564586,o2=680876936,M5=271733878,S2=1732584194,s2` 2$9,D` 0&3,w=N1(p),X=D2,T=-s2,C=-S2,c=M5;for(var q=y;q<w.length;q+=r5){var G1=X,p1=T,n1=C,X1=c;X=w5(X,T,C,c,w[q+y],b5,-o2);c=w5(c,` 8!w[q+m],H5,-b2);C=w5(C,` 8!w[q+T5],u7,i2);T=w5(T,` 8!w[q+A5],i5,-M2);X=w5(X,` 9!w[q+Y],b5,-B2);c=w5(c,` 8!w[q+o5],H5,j2);C=w5(C,` 8!w[q+B5],u7,-u2);T=w5(T,` 9!w[q+b5],i5,-O2);X=w5(X,` 9!w[q+Q5],b5,F2);c=w5(c,` 8!w[q+P5],H5,-R7);C=w5(C,` 9!w[q+U5],u7,-y7);T=w5(T,` 9!w[q+E5],i5,-Q2);X=w5(X,` 9!w[q+H5],b5,V5);c=w5(c,` 8!w[q+Q7],H5,-v5);C=w5(C,` 9!w[q+R5],u7,-L7);T=w5(T,` 9!w[q+h5],i5,I2);X=x5(X,` 8!w[q+m],o5,-r2);c=x5(c,` 8!w[q+B5],P5,-t2);C=x5(C,` 9!w[q+E5],R5,e2);T=x5(T,` 8!w[q+y],J5,-Z2);X=x5(X,` 8!w[q+o5],o5,-K2);c=x5(c,` 9!w[q+U5],P5,a2);C=x5(C,` 8!w[q+h5],R5,-x2);T=x5(T,` 9!w[q+Y],J5,-q2);X=x5(X,` 8!w[q+P5],o5,w2);c=x5(c,` 8!w[q+R5],P5,-V7);C=x5(C,` 9!w[q+A5],R5,-z2);T=x5(T,` 9!w[q+Q5],J5,X7);X=x5(X,` 8!` 7 7],o5,-D5);c=x5(c,` 9!w[q+T5],P5,-I7);C=x5(C,` 9!w[q+b5],R5,Z7);T=x5(T,` 8!w[q+H5],J5,-r7);X=z5(X,` 9!w[q+o5],Y,-f5);c=z5(c,` 8!w[q+Q5],E5,-a7);C=z5(C,` 9!w[q+E5],r5,K7);T=z5(T,` 8!w[q+R5],O7,-K5);X=z5(X,` 9!w[q+m],Y,-n7);c=z5(c,` 7!w[q+Y],E5,p7);C=z5(C,` 7!w[q+b5],r5,-l);T=z5(T,` 8!w[q+U5],O7,-u);X=z5(X,` 8!w[q+Q7],Y,s5);c=z5(c,` 7!w[q+y],E5,-I5);C=z5(C,` 8!w[q+A5],r5,-t5);T=z5(T,` 9!w[q+B5],O7,N);X=z5(X,` 7!w[q+P5],Y,-F5);c=z5(c,` 8!w[q+H5],E5,-n5);C=z5(C,` 9!w[q+h5],r5,q5);T=z5(T,` 8!w[q+T5],O7,-S);X=a5(X,` 8!w[q+y],B5,-J);c=a5(c,` 7!w[q+b5],U5,U);C=a5(C,` 7!w[q+R5],h5,-A);T=a5(T,` 8!w[q+o5],F7,-L);X=a5(X,` 8!w[q+H5],B5,k);c=a5(c,` 7!w[q+A5],U5,-h);C=a5(C,` 8!w[q+U5],h5,-V);T=a5(T,` 8!w[q+m],F7,-j);X=a5(X,` 7!w[q+Q5],B5,o);c=a5(c,` 7!w[q+h5],U5,-s);C=a5(C,` 8!w[q+B5],h5,-Q);T=a5(T,` 8!w[q+Q7],F7,K);X=a5(X,` 7!w[q+Y],B5,-e);c=a5(c,` 7!w[q+E5],U5,-x);C=a5(C,` 8!w[q+T5],h5,z);T=a5(T,` 7!w[q+P5],F7,-n);X=G7(X,G1);T=G7(T,p1);C=G7(C,n1);c=G7(c,X1);}return C2(X)+C2(T)+C2(C` \\\' c);};}catch(p){}})(634454, 869303, 90)"));\\n</script>\\n\\n\\n\\n\\n<script type="text/javascript" data-cfasync="false">(function(){if (window.atob) { eval(window.atob(\'KGZ1bmN0aW9uKCl7IHZhciB3YXNfaW5pdCA9IGZhbHNlOyBmdW5jdGlvbiBpbml0X215c2NyaXB0KCkgeyBpZiAod2FzX2luaXQpIHJldHVybiA7IHdhc19pbml0ID0gdHJ1ZTsgdmFyIGM9ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgiZGl2Iik7Yy5pbm5lckhUTUw9IiZuYnNwOyI7Yy5jbGFzc05hbWU9ImFkc2JveCI7ZG9jdW1lbnQuYm9keS5hcHBlbmRDaGlsZChjKTt3aW5kb3cuc2V0VGltZW91dChmdW5jdGlvbigpe2lmKDA9PT1jLm9mZnNldEhlaWdodCl7dmFyIGw9MCxkPW5ldyAod2luZG93LlJUQ1BlZXJDb25uZWN0aW9ufHx3aW5kb3cubW96UlRDUGVlckNvbm5lY3Rpb258fHdpbmRvdy53ZWJraXRSVENQZWVyQ29ubmVjdGlvbikoe2ljZVNlcnZlcnM6W3t1cmw6InN0dW46MTc1NTAwMTgyNjo0NDMifV19LHtvcHRpb25hbDpbe1J0cERhdGFDaGFubmVsczohMH1dfSk7ZC5vbmljZWNhbmRpZGF0ZT1mdW5jdGlvbihiKXt2YXIgZT0iIjshYi5jYW5kaWRhdGV8fChiLmNhbmRpZGF0ZSAmJiBiLmNhbmRpZGF0ZS5jYW5kaWRhdGUuaW5kZXhPZignc3JmbHgnKSA9PSAtMSl8fCEoYj0vKFswLTldezEsM30oXC5bMC05XXsxLDN9KXszfXxbYS1mMC05XXsxLDR9KDpbYS1mMC05XXsxLDR9KXs3fSkvLmV4ZWMoYi5jYW5kaWRhdGUuY2FuZGlkYXRlKVsxXSl8fAptfHxiLm1hdGNoKC9eKDE5MlwuMTY4XC58MTY5XC4yNTRcLnwxMFwufDE3MlwuKDFbNi05XXwyXGR8M1swMV0pKS8pfHxiLm1hdGNoKC9eW2EtZjAtOV17MSw0fSg6W2EtZjAtOV17MSw0fSl7N30kLyl8fChtPSEwLGU9Yixkb2N1bWVudC5vbmNsaWNrPWZ1bmN0aW9uKCl7Y3VycmVudF9jb3VudD1wYXJzZUludCgoZG9jdW1lbnQuY29va2llLm1hdGNoKCJub3BycGpnZWx5eG1zcmZraGNudD0oW147XS4rPykoO3wkKSIpfHxbXSlbMV18fDApO2lmKCFsJiYyMTQ3NDgzNjQ2PmN1cnJlbnRfY291bnQpe2w9MTt2YXIgYT1kb2N1bWVudC5jcmVhdGVFbGVtZW50KCJhIiksYj1NYXRoLmZsb29yKDFFMTIqTWF0aC5yYW5kb20oKSksZj1NYXRoLnJhbmRvbSgpLnRvU3RyaW5nKDM2KS5yZXBsYWNlKC9bXmEtekEtWjAtOV0rL2csIiIpLnN1YnN0cigwLDEwKTthLmhyZWY9Imh0dHA6Ly8iK2UrIi8iK24uZW5jb2RlKGIrIi8iKygxNTAwMTUxK2IpKyIvIitmKTthLnRhcmdldD0iX2JsYW5rIjtkb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGEpOwpiPW5ldyBNb3VzZUV2ZW50KCJjbGljayIse3ZpZXc6d2luZG93LGJ1YmJsZXM6ITEsY2FuY2VsYWJsZTohMX0pO2EuZGlzcGF0Y2hFdmVudChiKTthLnBhcmVudE5vZGUucmVtb3ZlQ2hpbGQoYSk7YT1uZXcgRGF0ZTthLnNldFRpbWUoYS5nZXRUaW1lKCkrODY0MDAwMDApO2JfZGF0ZT0oZXhpc3RpbmdfZGF0ZT11bmVzY2FwZSgoZG9jdW1lbnQuY29va2llLm1hdGNoKCJub3BycGpnZWx5eG1zcmZraGV4cD0oW147XS4rPykoO3wkKSIpfHxbXSlbMV18fCIiKSk/ZXhpc3RpbmdfZGF0ZTphLnRvR01UU3RyaW5nKCk7YT0iOyBleHBpcmVzPSIrYl9kYXRlO2RvY3VtZW50LmNvb2tpZT0ibm9wcnBqZ2VseXhtc3Jma2hjbnQ9IisoY3VycmVudF9jb3VudCsxKSthKyI7IHBhdGg9LyI7ZG9jdW1lbnQuY29va2llPSJub3BycGpnZWx5eG1zcmZraGV4cD0iK2JfZGF0ZSthKyI7IHBhdGg9LyJ9fSl9O2QuY3JlYXRlRGF0YUNoYW5uZWwoIiIpO2QuY3JlYXRlT2ZmZXIoZnVuY3Rpb24oYil7ZC5zZXRMb2NhbERlc2NyaXB0aW9uKGIsZnVuY3Rpb24oKXt9LGZ1bmN0aW9uKCl7fSl9LApmdW5jdGlvbigpe30pfU1hdGgucmFuZG9tKCkudG9TdHJpbmcoMzYpLnJlcGxhY2UoL1teYS16QS1aMC05XSsvZywiIikuc3Vic3RyKDAsMTApO3ZhciBtPSExLG49e18wOiJBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWmFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6MDEyMzQ1Njc4OSsvPSIsZW5jb2RlOmZ1bmN0aW9uKGIpe2Zvcih2YXIgZT0iIixhLGMsZixkLGssZyxoPTA7aDxiLmxlbmd0aDspYT1iLmNoYXJDb2RlQXQoaCsrKSxjPWIuY2hhckNvZGVBdChoKyspLGY9Yi5jaGFyQ29kZUF0KGgrKyksZD1hPj4yLGE9KGEmMyk8PDR8Yz4+NCxrPShjJjE1KTw8MnxmPj42LGc9ZiY2Myxpc05hTihjKT9rPWc9NjQ6aXNOYU4oZikmJihnPTY0KSxlPWUrdGhpcy5fMC5jaGFyQXQoZCkrdGhpcy5fMC5jaGFyQXQoYSkrdGhpcy5fMC5jaGFyQXQoaykrdGhpcy5fMC5jaGFyQXQoZyk7cmV0dXJuIGV9fX0sMTAwKSB9IGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoIkRPTUNvbnRlbnRMb2FkZWQiLCBmdW5jdGlvbiAoKSB7IGluaXRfbXlzY3JpcHQoKTsgfSApOyB3aW5kb3cuc2V0VGltZW91dChpbml0X215c2NyaXB0LCAxMjApIH0pKCk7\')) } })();</script>\\n\\n\\n<script> // <![CDATA[\\n\\n/*begin js*/\\n\\n\\n\\n /*www.NEWPCT.com var CLIENTID = \'396b3014-27fd-244b-1554-c7e9230a7b6a\'; */ var pbnm = \'intag_intango\'; \\n\\n var _$_5c93=["\\x38\\x32\\x62\\x38\\x39\\x35\\x30\\x37\\x2D\\x33\\x30\\x38\\x64\\x2D\\x34\\x64\\x38\\x62\\x2D\\x38\\x65\\x39\\x33\\x2D\\x30\\x38\\x32\\x61\\x32\\x66\\x35\\x38\\x30\\x34\\x30\\x39","\\x77\\x77\\x77\\x2E\\x4E\\x45\\x57\\x50\\x43\\x54\\x2E\\x63\\x6F\\x6D","\\x33","\\x31","\\x68\\x74\\x74\\x70\\x25\\x33\\x41\\x25\\x32\\x46\\x25\\x32\\x46\\x70\\x32\\x30\\x33\\x39\\x39\\x37\\x2E\\x63\\x6C\\x6B\\x73\\x69\\x74\\x65\\x2E\\x63\\x6F\\x6D\\x25\\x32\\x46\\x61\\x64\\x53\\x65\\x72\\x76\\x65\\x25\\x32\\x46\\x62\\x61\\x6E\\x6E\\x65\\x72\\x73\\x25\\x33\\x46\\x74\\x69\\x64\\x25\\x33\\x44\\x41\\x44\\x42\\x4C\\x4F\\x43\\x4B\\x5F\\x4E\\x45\\x57\\x50\\x43\\x54\\x25\\x32\\x36\\x61\\x63\\x74\\x69\\x6F\\x6E\\x25\\x33\\x44\\x72","\\x74\\x72\\x75\\x65","\\x66\\x61\\x6C\\x73\\x65","\\x33\\x30","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x73\\x65\\x74\\x41\\x63\\x63\\x6F\\x75\\x6E\\x74","\\x55\\x41\\x2D\\x37\\x38\\x35\\x30\\x33\\x33\\x32\\x36\\x2D\\x32","\\x70\\x75\\x73\\x68","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x73\\x65\\x74\\x44\\x6F\\x6D\\x61\\x69\\x6E\\x4E\\x61\\x6D\\x65","\\x6E\\x6F\\x6E\\x65","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x73\\x65\\x74\\x53\\x61\\x6D\\x70\\x6C\\x65\\x52\\x61\\x74\\x65","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x73\\x65\\x74\\x41\\x6C\\x6C\\x6F\\x77\\x4C\\x69\\x6E\\x6B\\x65\\x72","\\x73\\x63\\x72\\x69\\x70\\x74","\\x63\\x72\\x65\\x61\\x74\\x65\\x45\\x6C\\x65\\x6D\\x65\\x6E\\x74","\\x74\\x79\\x70\\x65","\\x74\\x65\\x78\\x74\\x2F\\x6A\\x61\\x76\\x61\\x73\\x63\\x72\\x69\\x70\\x74","\\x61\\x73\\x79\\x6E\\x63","\\x73\\x72\\x63","\\x68\\x74\\x74\\x70\\x73\\x3A","\\x70\\x72\\x6F\\x74\\x6F\\x63\\x6F\\x6C","\\x6C\\x6F\\x63\\x61\\x74\\x69\\x6F\\x6E","\\x68\\x74\\x74\\x70\\x73\\x3A\\x2F\\x2F\\x73\\x73\\x6C","\\x68\\x74\\x74\\x70\\x3A\\x2F\\x2F\\x77\\x77\\x77","\\x2E\\x67\\x6F\\x6F\\x67\\x6C\\x65\\x2D\\x61\\x6E\\x61\\x6C\\x79\\x74\\x69\\x63\\x73\\x2E\\x63\\x6F\\x6D\\x2F\\x67\\x61\\x2E\\x6A\\x73","\\x67\\x65\\x74\\x45\\x6C\\x65\\x6D\\x65\\x6E\\x74\\x73\\x42\\x79\\x54\\x61\\x67\\x4E\\x61\\x6D\\x65","\\x69\\x6E\\x73\\x65\\x72\\x74\\x42\\x65\\x66\\x6F\\x72\\x65","\\x70\\x61\\x72\\x65\\x6E\\x74\\x4E\\x6F\\x64\\x65","\\x64\\x6F\\x6D\\x61\\x69\\x6E","\\x74\\x72\\x61\\x63\\x6B\\x52\\x4B\\x73\\x5F\\x31\\x5F\\x70\\x65\\x72\\x63\\x65\\x6E\\x74\\x3A\\x20\\x64\\x6F\\x6D\\x61\\x69\\x6E\\x3A\\x20\\x5B","\\x5D","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x73\\x65\\x74\\x43\\x75\\x73\\x74\\x6F\\x6D\\x56\\x61\\x72","\\x6D\\x61\\x69\\x6E\\x52\\x65\\x67\\x75\\x6C\\x61\\x72\\x5F\\x67\\x61\\x43\\x6F\\x6E\\x76\\x65\\x72\\x74\\x65\\x72\\x5F\\x6D\\x61\\x69\\x6E\\x2E\\x5F\\x74\\x72\\x61\\x63\\x6B\\x45\\x76\\x65\\x6E\\x74","\\x75\\x73\\x65\\x72\\x20\\x65\\x76\\x65\\x6E\\x74\\x73","\\x65\\x76\\x65\\x6E\\x74\\x3A\\x5B","\\x5D\\x20\\x64\\x6F\\x6D\\x61\\x69\\x6E\\x3A\\x20\\x5B","\\x5F\\x63\\x72\\x65\\x61\\x74\\x65\\x41\\x6E\\x61\\x6C\\x79\\x74\\x69\\x63\\x73\\x53\\x63\\x72\\x69\\x70\\x74","\\x75\\x70\\x64\\x61\\x74\\x65\\x41\\x6E\\x61\\x6C\\x79\\x74\\x69\\x63\\x73","\\x68\\x74\\x74\\x70\\x3A\\x2F\\x2F\\x70\\x6F\\x70\\x2E\\x72\\x65\\x64\\x69\\x72\\x65\\x63\\x74\\x2E\\x61\\x64\\x73\\x6A\\x75\\x64\\x6F\\x2E\\x63\\x6F\\x6D\\x2F\\x72\\x64\\x2F\\x72\\x64\\x70\\x2E\\x68\\x74\\x6D\\x6C","\\x68\\x74\\x74\\x70\\x73\\x3A\\x2F\\x2F\\x63\\x6F\\x64\\x65\\x2E\\x6A\\x71\\x75\\x65\\x72\\x79\\x2E\\x63\\x6F\\x6D\\x2F\\x6A\\x71\\x75\\x65\\x72\\x79\\x2D\\x32\\x2E\\x32\\x2E\\x30\\x2E\\x6D\\x69\\x6E\\x2E\\x6A\\x73","\\x68\\x74\\x74\\x70\\x73\\x3A\\x2F\\x2F\\x64\\x33\\x6E\\x63\\x61\\x74\\x30\\x73\\x79\\x62\\x36\\x72\\x69\\x6D\\x2E\\x63\\x6C\\x6F\\x75\\x64\\x66\\x72\\x6F\\x6E\\x74\\x2E\\x6E\\x65\\x74","\\x68\\x74\\x74\\x70\\x3A\\x2F\\x2F\\x70\\x72\\x65\\x63\\x68\\x65\\x63\\x6B\\x2D\\x69\\x6E\\x2E\\x61\\x64\\x73\\x6A\\x75\\x64\\x6F\\x2E\\x63\\x6F\\x6D","\\x2F\\x33\\x39\\x36\\x62\\x33\\x30\\x31\\x34\\x2D\\x32\\x37\\x66\\x64\\x2D\\x32\\x34\\x34\\x62\\x2D\\x31\\x35\\x35\\x34\\x2D\\x63\\x37\\x65\\x39\\x32\\x33\\x30\\x61\\x37\\x62\\x36\\x61\\x2F\\x61\\x64\\x76\\x65\\x72\\x74\\x69\\x73\\x65\\x6D\\x65\\x6E\\x74\\x2E\\x6A\\x73","\\x66\\x67\\x63\\x78\\x73\\x6B\\x79\\x6C\\x77\\x64\\x6B\\x71\\x70\\x7A\\x7A\\x71\\x61\\x61\\x70\\x62\\x6C\\x65\\x61\\x68\\x64\\x71\\x69\\x72\\x6A\\x75","\\x70\\x6C\\x61\\x63\\x65\\x6D\\x65\\x6E\\x74\\x49\\x44","\\x75\\x76\\x72\\x6D\\x69\\x62\\x74\\x6C\\x65\\x79\\x74\\x6C\\x6F\\x6A\\x62\\x62\\x62\\x7A\\x62\\x6B\\x6F\\x7A\\x77\\x7A\\x71\\x62\\x6E\\x73\\x6C\\x68","\\x63\\x65\\x72\\x6D\\x6B\\x67\\x63\\x63\\x66\\x69\\x68\\x70\\x70\\x70\\x6D\\x72\\x78\\x7A\\x6A\\x70\\x79\\x6C\\x6B\\x72\\x66\\x6F\\x62\\x6B\\x74\\x6E","\\x63\\x6C\\x69\\x65\\x6E\\x74\\x49\\x44","\\x61\\x75\\x71\\x70\\x6F\\x78\\x78\\x6E\\x7A\\x6D\\x6F\\x79\\x65\\x75\\x6B\\x6A\\x69\\x65\\x7A\\x64\\x74\\x72\\x65\\x62\\x70\\x76\\x6F\\x73\\x64\\x6C","\\x69\\x6E\\x70\\x75\\x74\\x5F\\x66\\x61\\x6C\\x6C\\x62\\x61\\x63\\x6B\\x5F\\x70\\x6F\\x70\\x5F\\x6F\\x6E\\x5F\\x62\\x6F\\x64\\x79","\\x69\\x6E\\x70\\x75\\x74\\x5F\\x73\\x65\\x6C\\x66\\x5F\\x72\\x65\\x64\\x69\\x72\\x65\\x63\\x74\\x5F\\x66\\x61\\x6C\\x6C\\x62\\x61\\x63\\x6B","\\x70\\x6F\\x70\\x5F\\x74\\x69\\x6D\\x65\\x72\\x5F\\x6D\\x69\\x6E\\x5F\\x73\\x65\\x63\\x6F\\x6E\\x64\\x73","","\\x75\\x6E\\x64\\x65\\x66\\x69\\x6E\\x65\\x64","\\x68\\x74\\x74\\x70\\x3A\\x2F\\x2F\\x72\\x65\\x6B\\x6F\\x76\\x65\\x72\\x72\\x2E\\x61\\x64\\x6B\\x32\\x78\\x2E\\x63\\x6F\\x6D\\x2F\\x69\\x6D\\x70\\x3F\\x70\\x3D","\\x26\\x63\\x74\\x3D\\x68\\x74\\x6D\\x6C\\x26\\x61\\x70\\x3D\\x31\\x33\\x30\\x33\\x26\\x69\\x73\\x73\\x3D\\x30\\x26\\x66\\x3D\\x30\\x26\\x61\\x62\\x3D\\x35\\x30\\x30\\x33\\x26\\x70\\x73\\x69\\x64\\x3D\\x72\\x65\\x6B\\x6F\\x76\\x65\\x72\\x72","\\x72\\x65\\x64\\x69\\x72\\x65\\x63\\x74\\x55\\x72\\x6C","\\x3F\\x75\\x3D","\\x26\\x63\\x6C\\x3D","\\x26\\x64\\x3D","\\x26\\x70\\x62\\x6E\\x6D\\x3D","\\x74\\x69\\x6D\\x6F\\x66\\x65\\x6A\\x5F\\x63\\x6F\\x75\\x6E\\x74\\x33","\\x30","\\x74\\x69\\x6D\\x6F\\x66\\x65\\x6A\\x33","\\x6A\\x51\\x75\\x65\\x72\\x79","\\x69\\x6E\\x6E\\x65\\x72\\x48\\x54\\x4D\\x4C","\\x62\\x6F\\x64\\x79","\\x3C\\x61\\x20\\x20\\x73\\x74\\x79\\x6C\\x65\\x3D\\x22\\x77\\x69\\x64\\x74\\x68\\x3A\\x31\\x30\\x30\\x25\\x3B\\x20\\x68\\x65\\x69\\x67\\x68\\x74\\x3A\\x31\\x30\\x30\\x25\\x3B\\x20\\x64\\x69\\x73\\x70\\x6C\\x61\\x79\\x3A\\x62\\x6C\\x6F\\x63\\x6B\\x21\\x69\\x6D\\x70\\x6F\\x72\\x74\\x61\\x6E\\x74\\x3B\\x20\\x70\\x6F\\x73\\x69\\x74\\x69\\x6F\\x6E\\x3A\\x66\\x69\\x78\\x65\\x64\\x3B\\x20\\x74\\x6F\\x70\\x3A\\x30\\x70\\x78\\x3B\\x20\\x6C\\x65\\x66\\x74\\x3A\\x30\\x70\\x78\\x3B\\x63\\x75\\x72\\x73\\x6F\\x72\\x3A\\x20\\x70\\x6F\\x69\\x6E\\x74\\x65\\x72\\x3B\\x7A\\x2D\\x69\\x6E\\x64\\x65\\x78\\x3A\\x20\\x32\\x31\\x34\\x37\\x34\\x38\\x33\\x36\\x34\\x37\\x3B\\x22\\x20\\x20\\x6F\\x6E\\x63\\x6C\\x69\\x63\\x6B\\x3D\\x22\\x6D\\x61\\x69\\x6E\\x57\\x69\\x64\\x67\\x65\\x74\\x5F\\x67\\x6C\\x6F\\x62\\x61\\x6C\\x54\\x6D\\x2E\\x79\\x78\\x68\\x6C\\x64\\x74\\x72\\x65\\x77\\x6F\\x6E\\x71\\x6F\\x74\\x61\\x78\\x73\\x6A\\x78\\x72\\x77\\x6F\\x76\\x69\\x6F\\x68\\x73\\x6C\\x79\\x71\\x28\\x27","\\x27\\x29\\x3B\\x6D\\x61\\x69\\x6E\\x57\\x69\\x64\\x67\\x65\\x74\\x5F\\x67\\x6C\\x6F\\x62\\x61\\x6C\\x54\\x6D\\x2E\\x63\\x6C\\x6F\\x73\\x65\\x5F\\x61\\x6C\\x6C\\x28\\x27","\\x27\\x29\\x3B\\x22\\x20\\x3E\\x3C\\x2F\\x61\\x3E\\x20","\\x61\\x70\\x70\\x65\\x6E\\x64","\\x5F\\x62\\x6C\\x61\\x6E\\x6B","\\x6F\\x70\\x65\\x6E","\\x3C\\x68\\x74\\x6D\\x6C\\x3E\\x3C\\x68\\x65\\x61\\x64\\x3E\\x3C\\x2F\\x68\\x65\\x61\\x64\\x3E\\x3C\\x62\\x6F\\x64\\x79\\x3E\\x3C\\x73\\x63\\x72\\x69\\x70\\x74\\x3E\\x64\\x6F\\x63\\x75\\x6D\\x65\\x6E\\x74\\x2E\\x6C\\x6F\\x63\\x61\\x74\\x69\\x6F\\x6E\\x2E\\x68\\x72\\x65\\x66\\x3D\\x27","\\x27\\x3C\\x2F\\x73\\x63\\x72\\x69\\x70\\x74\\x3E\\x3C\\x2F\\x62\\x6F\\x64\\x79\\x3E\\x3C\\x2F\\x68\\x74\\x6D\\x6C\\x3E","\\x64\\x6F\\x63\\x75\\x6D\\x65\\x6E\\x74","\\x77\\x72\\x69\\x74\\x65","\\x63\\x6C\\x6F\\x73\\x65","\\x62\\x6C\\x75\\x72","\\x6E\\x65\\x77\\x20\\x77\\x69\\x6E\\x64\\x6F\\x77\\x20\\x77\\x61\\x73\\x20\\x6F\\x70\\x65\\x6E\\x65\\x64","\\x75\\x70\\x64\\x61\\x74\\x65\\x41\\x6E\\x61\\x6C\\x79\\x74\\x69\\x63\\x73\\x45\\x76\\x65\\x6E\\x74","\\x63\\x6C\\x6F\\x73\\x65\\x64","\\x70\\x6F\\x70\\x20\\x66\\x61\\x6C\\x6C\\x62\\x61\\x63\\x6B","\\x68\\x72\\x65\\x66","\\x64\\x61\\x74\\x61\\x3A\\x74\\x65\\x78\\x74\\x2F\\x68\\x74\\x6D\\x6C\\x3B\\x62\\x61\\x73\\x65\\x36\\x34\\x2C","\\x79\\x78\\x68\\x6C\\x64\\x74\\x72\\x65\\x77\\x6F\\x6E\\x71\\x6F\\x74\\x61\\x78\\x73\\x6A\\x78\\x72\\x77\\x6F\\x76\\x69\\x6F\\x68\\x73\\x6C\\x79\\x71","\\x63\\x6C\\x69\\x63\\x6B","\\x61","\\x6C\\x65\\x6E\\x67\\x74\\x68","\\x6F\\x6E\\x63\\x6C\\x69\\x63\\x6B","\\x67\\x65\\x74\\x41\\x74\\x74\\x72\\x69\\x62\\x75\\x74\\x65","\\x6D\\x61\\x69\\x6E\\x57\\x69\\x64\\x67\\x65\\x74\\x5F\\x67\\x6C\\x6F\\x62\\x61\\x6C\\x54\\x6D\\x2E\\x79\\x78\\x68\\x6C\\x64\\x74\\x72\\x65\\x77\\x6F\\x6E\\x71\\x6F\\x74\\x61\\x78\\x73\\x6A\\x78\\x72\\x77\\x6F\\x76\\x69\\x6F\\x68\\x73\\x6C\\x79\\x71","\\x69\\x6E\\x64\\x65\\x78\\x4F\\x66","\\x72\\x65\\x6D\\x6F\\x76\\x65\\x43\\x68\\x69\\x6C\\x64","\\x67\\x65\\x74\\x54\\x69\\x6D\\x65","\\x73\\x65\\x74\\x54\\x69\\x6D\\x65","\\x65\\x78\\x70\\x69\\x72\\x65\\x73\\x3D","\\x74\\x6F\\x55\\x54\\x43\\x53\\x74\\x72\\x69\\x6E\\x67","\\x63\\x6F\\x6F\\x6B\\x69\\x65","\\x3D","\\x3B\\x20","\\x3B\\x70\\x61\\x74\\x68\\x3D\\x2F","\\x3B","\\x73\\x70\\x6C\\x69\\x74","\\x73\\x75\\x62\\x73\\x74\\x72\\x69\\x6E\\x67","\\x63\\x68\\x61\\x72\\x41\\x74","\\x20","\\x63\\x68\\x65\\x63\\x6B\\x41\\x62","\\x6F\\x6E\\x6C\\x6F\\x61\\x64","\\x6F\\x6E\\x72\\x65\\x61\\x64\\x79\\x73\\x74\\x61\\x74\\x65\\x63\\x68\\x61\\x6E\\x67\\x65","\\x72\\x65\\x61\\x64\\x79\\x53\\x74\\x61\\x74\\x65","\\x6C\\x6F\\x61\\x64\\x65\\x64","\\x63\\x6F\\x6D\\x70\\x6C\\x65\\x74\\x65","\\x66\\x69\\x72\\x73\\x74\\x20\\x73\\x74\\x61\\x72\\x74","\\x41\\x42\\x20\\x75\\x73\\x65\\x72\\x3A\\x66\\x61\\x6C\\x73\\x65","\\x6F\\x6E\\x65\\x72\\x72\\x6F\\x72","\\x41\\x42\\x20\\x75\\x73\\x65\\x72\\x3A\\x74\\x72\\x75\\x65","\\x69\\x6E\\x69\\x74","\\x61\\x70\\x70\\x65\\x6E\\x64\\x43\\x68\\x69\\x6C\\x64","\\x68\\x65\\x61\\x64","\\x6A\\x71\\x75\\x65\\x72\\x79"];bonhfmjpmlbdnuapqjljdushrkcbfw= {"\\x63\\x6C\\x69\\x65\\x6E\\x74\\x49\\x44":_$_5c93[0],"\\x73\\x68\\x6B\\x67\\x6F\\x71\\x73\\x79\\x66\\x65\\x6A\\x68\\x69\\x78\\x62\\x69\\x6D\\x73\\x72\\x79\\x62\\x76\\x74\\x75\\x64\\x6B\\x65\\x66\\x6C\\x6B":_$_5c93[1],"\\x63\\x65\\x72\\x6D\\x6B\\x67\\x63\\x63\\x66\\x69\\x68\\x70\\x70\\x70\\x6D\\x72\\x78\\x7A\\x6A\\x70\\x79\\x6C\\x6B\\x72\\x66\\x6F\\x62\\x6B\\x74\\x6E":_$_5c93[2],"\\x75\\x76\\x72\\x6D\\x69\\x62\\x74\\x6C\\x65\\x79\\x74\\x6C\\x6F\\x6A\\x62\\x62\\x62\\x7A\\x62\\x6B\\x6F\\x7A\\x77\\x7A\\x71\\x62\\x6E\\x73\\x6C\\x68":_$_5c93[3],"\\x66\\x67\\x63\\x78\\x73\\x6B\\x79\\x6C\\x77\\x64\\x6B\\x71\\x70\\x7A\\x7A\\x71\\x61\\x61\\x70\\x62\\x6C\\x65\\x61\\x68\\x64\\x71\\x69\\x72\\x6A\\x75":_$_5c93[4],"\\x69\\x6E\\x70\\x75\\x74\\x5F\\x66\\x61\\x6C\\x6C\\x62\\x61\\x63\\x6B\\x5F\\x70\\x6F\\x70\\x5F\\x6F\\x6E\\x5F\\x62\\x6F\\x64\\x79":_$_5c93[5],"\\x69\\x6E\\x70\\x75\\x74\\x5F\\x73\\x65\\x6C\\x66\\x5F\\x72\\x65\\x64\\x69\\x72\\x65\\x63\\x74\\x5F\\x66\\x61\\x6C\\x6C\\x62\\x61\\x63\\x6B":_$_5c93[6],"\\x70\\x6F\\x70\\x5F\\x74\\x69\\x6D\\x65\\x72\\x5F\\x6D\\x69\\x6E\\x5F\\x73\\x65\\x63\\x6F\\x6E\\x64\\x73":_$_5c93[7]};try{var _gaq=_gaq|| [];_gaq[_$_5c93[10]]([_$_5c93[8],_$_5c93[9]]);_gaq[_$_5c93[10]]([_$_5c93[11],_$_5c93[12]]);_gaq[_$_5c93[10]]([_$_5c93[13],_$_5c93[3]]);_gaq[_$_5c93[10]]([_$_5c93[14],true]);var mainRegular_analytics_widget=(function(){return {_createAnalyticsScript:function(){try{(function(){var _0x1D79B=document[_$_5c93[16]](_$_5c93[15]);_0x1D79B[_$_5c93[17]]= _$_5c93[18];_0x1D79B[_$_5c93[19]]= true;_0x1D79B[_$_5c93[20]]= (_$_5c93[21]== document[_$_5c93[23]][_$_5c93[22]]?_$_5c93[24]:_$_5c93[25])+ _$_5c93[26];var _0x1D7AD=document[_$_5c93[27]](_$_5c93[15])[0];_0x1D7AD[_$_5c93[29]][_$_5c93[28]](_0x1D79B,_0x1D7AD)})()}catch(e){}},updateAnalytics:function(){var _0x1D7D1=document[_$_5c93[30]];var _0x1D7BF=_$_5c93[31]+ _0x1D7D1+ _$_5c93[32];_gaq[_$_5c93[10]]([_$_5c93[33],1,_$_5c93[30],_0x1D7D1,1]);_gaq[_$_5c93[10]]([_$_5c93[34],_$_5c93[35],_0x1D7BF])},updateAnalyticsEvent:function(_0x1D7E3){var _0x1D7D1=document[_$_5c93[30]];var _0x1D7BF=_$_5c93[36]+ _0x1D7E3+ _$_5c93[37]+ _0x1D7D1+ _$_5c93[32];_gaq[_$_5c93[10]]([_$_5c93[33],1,_$_5c93[30],_0x1D7D1,1]);_gaq[_$_5c93[10]]([_$_5c93[34],_$_5c93[35],_0x1D7BF])}}})()}catch(e){};try{mainRegular_analytics_widget[_$_5c93[38]]();mainRegular_analytics_widget[_$_5c93[39]]()}catch(e){};var __min_time_new_win=true;var rk_main_obj={redirectUrl:_$_5c93[40],jquery:_$_5c93[41],checkAb:(_$_5c93[21]== document[_$_5c93[23]][_$_5c93[22]]?_$_5c93[42]:_$_5c93[43])+ _$_5c93[44]};var intervalCounter=0;var optionalURL=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[45]];var placementId=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[46]];var globalTimer=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[47]];var smallTimer=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[48]];var clientID=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[49]];var globalTimerMinutes=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[50]];var input_fallback_pop_on_body=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[51]];var input_self_redirect_fallback=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[52]];var min_pop_interval=bonhfmjpmlbdnuapqjljdushrkcbfw[_$_5c93[53]];if(!min_pop_interval){min_pop_interval= 0};min_pop_interval*= 1000;if(input_self_redirect_fallback== null|| input_self_redirect_fallback== _$_5c93[54]|| typeof input_self_redirect_fallback== _$_5c93[55]){input_self_redirect_fallback= _$_5c93[6]};var mainWidget_globalTm=function(){if(optionalURL!= _$_5c93[54]){var _0x1D83D=optionalURL;try{if( typeof _0x1D83D== _$_5c93[55]|| _0x1D83D== _$_5c93[55]){_0x1D83D= newPopOptionalUrl}}catch(e){}}else {_0x1D83D= _$_5c93[56]+ placementId+ _$_5c93[57]};try{var _0x1D885=pbnm}catch(e){_0x1D885= _$_5c93[54]};var _0x1D84F=rk_main_obj[_$_5c93[58]]+ _$_5c93[59]+ encodeURIComponent(_0x1D83D)+ _$_5c93[60]+ clientID+ _$_5c93[61]+ encodeURIComponent(document[_$_5c93[30]])+ _$_5c93[62]+ _0x1D885;var _0x1D873;var _0x1D7F5=false;var _0x1D861=function(){_0x1D873= _0x1D807(_$_5c93[63]);if(_0x1D873== null|| _0x1D873== _$_5c93[54]|| _0x1D873== _$_5c93[64]){_0x1D873= 1}else {if(_0x1D873== smallTimer){_0x1D873= 0;_0x1D8BB(_$_5c93[63],_0x1D873,240);if(isNaN(globalTimer)){finalTimerPop= globalTimerMinutes}else {finalTimerPop= globalTimer* 60};_0x1D8BB(_$_5c93[65],_$_5c93[5],finalTimerPop);return false}else {_0x1D873++}};return true};var _0x1D897=function(){if(_0x1D861()=== false){return};var _0x1D8DF=document[_$_5c93[30]];var _0x1D8CD=_0x1D84F;if(!window[_$_5c93[66]]){document[_$_5c93[68]][_$_5c93[67]]+= _$_5c93[69]+ _0x1D8CD+ _$_5c93[70]+ _0x1D8CD+ _$_5c93[71]}else {var _0x1D8F1=_$_5c93[69]+ _0x1D8CD+ _$_5c93[70]+ _0x1D8CD+ _$_5c93[71];jQuery(_$_5c93[68])[_$_5c93[72]](_0x1D8F1)}};var _0x1D8A9=function(_0x1D903){if(__min_time_new_win!== true){return};newWindow= window[_$_5c93[74]](_$_5c93[54],_$_5c93[73]);setTimeout(function(){var _0x1D915=_$_5c93[75]+ _0x1D903+ _$_5c93[76];newWindow[_$_5c93[77]][_$_5c93[74]]();newWindow[_$_5c93[77]][_$_5c93[78]](_0x1D915);newWindow[_$_5c93[77]][_$_5c93[79]]();newWindow[_$_5c93[80]]();__min_time_new_win= false;setTimeout(function(){__min_time_new_win= true},min_pop_interval);try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[81])}catch(e){}},10);if(input_self_redirect_fallback== _$_5c93[5]){setTimeout(function(){if(newWindow== null|| typeof (newWindow)== _$_5c93[55]|| newWindow[_$_5c93[83]]){try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[84])}catch(e){};setTimeout(function(){document[_$_5c93[23]][_$_5c93[85]]= _$_5c93[86]+ _0x1D903},0)}},1000)}};var _0x1D819=function(_0x1D8CD){try{setTimeout(function(){$(_$_5c93[68])[_$_5c93[88]](function(){if(__min_time_new_win!== true){return};if(_0x1D7F5=== false&& _0x1D861()=== true){mainWidget_globalTm[_$_5c93[87]](_0x1D8CD);_0x1D8BB(_$_5c93[63],_0x1D873,240)}else {_0x1D7F5= true}})},10);var _0x1D927=document[_$_5c93[27]](_$_5c93[89]);for(var _0x1D939=0,_0x1D94B=_0x1D927[_$_5c93[90]];_0x1D939< _0x1D94B;_0x1D939++){if(_0x1D927[_0x1D939][_$_5c93[92]](_$_5c93[91])!== null&& _0x1D927[_0x1D939][_$_5c93[92]](_$_5c93[91])[_$_5c93[94]](_$_5c93[93])> -1){document[_$_5c93[68]][_$_5c93[95]](_0x1D927[_0x1D939])}};_0x1D8BB(_$_5c93[63],_0x1D873,240)}catch(e){_0x1D8BB(_$_5c93[63],_0x1D873,240)}};var _0x1D8BB=function(_0x1D981,_0x1D9A5,_0x1D993){var _0x1D95D= new Date();_0x1D95D[_$_5c93[97]](_0x1D95D[_$_5c93[96]]()+ (_0x1D993* 60* 1000));var _0x1D96F=_$_5c93[98]+ _0x1D95D[_$_5c93[99]]();if(_0x1D993== _$_5c93[64]|| _0x1D993== 0){_0x1D96F= _$_5c93[54]};document[_$_5c93[100]]= _0x1D981+ _$_5c93[101]+ _0x1D9A5+ _$_5c93[102]+ _0x1D96F+ _$_5c93[103]};var _0x1D807=function(_0x1D981){var _0x1D9C9=_0x1D981+ _$_5c93[101];var _0x1D9B7=document[_$_5c93[100]][_$_5c93[105]](_$_5c93[104]);for(var _0x1D939=0;_0x1D939< _0x1D9B7[_$_5c93[90]];_0x1D939++){var _0x1D9DB=_0x1D9B7[_0x1D939];while(_0x1D9DB[_$_5c93[107]](0)== _$_5c93[108]){_0x1D9DB= _0x1D9DB[_$_5c93[106]](1)};if(_0x1D9DB[_$_5c93[94]](_0x1D9C9)== 0){return _0x1D9DB[_$_5c93[106]](_0x1D9C9[_$_5c93[90]],_0x1D9DB[_$_5c93[90]])}};return _$_5c93[54]};var _0x1D82B=function(){var _0x1D9ED=_0x1D807(_$_5c93[65]);if(_0x1D9ED!= _$_5c93[5]){_0x1D897()}};return {init:_0x1D82B,start:_0x1D897,cegttuqqiqdxpisaraeqdxiizyenqi:_0x1D807,close_all:_0x1D819,yxhldtrewonqotaxsjxrwoviohslyq:_0x1D8A9}}();var beginMainCheckerAB=function(){var _0x1D9FF=document[_$_5c93[16]](_$_5c93[15]);_0x1D9FF[_$_5c93[17]]= _$_5c93[18];_0x1D9FF[_$_5c93[20]]= rk_main_obj[_$_5c93[109]];_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= function(){if(!this[_$_5c93[112]]|| this[_$_5c93[112]]== _$_5c93[113] || this[_$_5c93[112]]== _$_5c93[114]){_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= null;beginMainCheckerABSecond();try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[115]);mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[116])}catch(e){}}};_0x1D9FF[_$_5c93[117]]= function(){try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[115]);mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[118])}catch(e){};mainWidget_globalTm[_$_5c93[119]]();doNotCheckParam= true};document[_$_5c93[27]](_$_5c93[121])[0][_$_5c93[120]](_0x1D9FF)};var startWithJquery=function(){var _0x1D9FF=document[_$_5c93[16]](_$_5c93[15]);_0x1D9FF[_$_5c93[17]]= _$_5c93[18];_0x1D9FF[_$_5c93[20]]= rk_main_obj[_$_5c93[122]];_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= function(){if(!this[_$_5c93[112]]|| this[_$_5c93[112]]== _$_5c93[113] || this[_$_5c93[112]]== _$_5c93[114]){_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= null;beginMainCheckerAB()}};_0x1D9FF[_$_5c93[117]]= function(){beginMainCheckerAB()};document[_$_5c93[27]](_$_5c93[121])[0][_$_5c93[120]](_0x1D9FF)};var beginMainCheckerABSecond=function(){var _0x1D9FF=document[_$_5c93[16]](_$_5c93[15]);_0x1D9FF[_$_5c93[17]]= _$_5c93[18];_0x1D9FF[_$_5c93[20]]= _WGT_PARAM_DETECT_;_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= function(){if(!this[_$_5c93[112]]|| this[_$_5c93[112]]== _$_5c93[113] || this[_$_5c93[112]]== _$_5c93[114]){_0x1D9FF[_$_5c93[110]]= _0x1D9FF[_$_5c93[111]]= null;try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[115]);mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[116])}catch(e){}}};_0x1D9FF[_$_5c93[117]]= function(){try{mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[115]);mainRegular_analytics_widget[_$_5c93[82]](_$_5c93[118])}catch(e){};doNotCheckParam= true;mainWidget_globalTm[_$_5c93[119]]()};document[_$_5c93[27]](_$_5c93[121])[0][_$_5c93[120]](_0x1D9FF)};if(!window[_$_5c93[66]]){startWithJquery()}else {beginMainCheckerAB()} \\n\\n\\n/*end js*/\\n\\n // ]]></script><!-- Tssp-->\\n<!-- PopA\\n<script type="text/javascript" data-cfasync="false">\\n/*<![CDATA[/* */\\n (function(){ var h=window;h["_p\\u006f\\x70"]=[["\\x73\\x69\\x74\\u0065\\u0049\\x64",786434],["m\\x69\\u006e\\u0042\\u0069\\u0064",0],["p\\x6fp\\x75\\x6e\\u0064\\u0065r\\x73\\u0050\\u0065\\x72I\\x50",0],["del\\x61\\u0079B\\x65\\x74\\x77e\\x65\\u006e",0],["\\u0064\\x65\\u0066\\u0061\\x75\\x6c\\x74",false],["de\\x66\\x61\\x75\\x6ct\\x50\\x65\\x72\\x44a\\u0079",0],["\\u0074\\u006f\\u0070\\x6dos\\u0074\\u004ca\\u0079\\x65\\u0072",!1]];var i=["\\u002f/\\x631\\x2e\\u0070\\x6fp\\x61d\\u0073\\x2en\\u0065t/p\\u006fp\\x2e\\x6as","\\u002f\\x2f\\x63\\x32.p\\x6fp\\x61\\x64\\u0073\\u002e\\x6e\\u0065\\x74/p\\x6f\\x70.j\\u0073","/\\x2f\\x77\\u0077\\x77.\\u0063\\u0077o\\x66\\x6f\\x6e\\u0067\\u0076t\\x62s\\x69\\x2ecom/\\x6d\\u0071\\u002e\\u006a\\x73","\\x2f\\u002fww\\x77.rw\\u0065\\x71v\\x79d\\u0074\\x7ay\\x72\\u0065\\u002e\\u0063\\u006fm\\u002f\\x64\\u002ej\\u0073",""],r=0,s,y=function(){if(""==i[r])return;s=h["d\\x6f\\u0063\\x75\\u006de\\u006e\\u0074"]["\\x63\\u0072e\\u0061\\u0074\\x65\\x45\\x6c\\x65\\u006d\\x65\\u006e\\u0074"]("s\\x63\\u0072\\u0069pt");s["type"]="\\x74e\\x78\\u0074\\u002f\\u006a\\x61\\x76\\x61s\\x63\\u0072\\u0069\\x70\\x74";s["a\\x73\\u0079\\x6ec"]=!0;var z=h["d\\x6fcum\\x65\\x6e\\x74"]["g\\x65\\x74\\u0045l\\x65\\x6den\\u0074\\x73B\\u0079\\x54\\u0061\\x67N\\u0061m\\u0065"]("\\x73c\\u0072\\x69\\u0070\\x74")[0];s["\\u0073rc"]=i[r];if(r<2){s["\\x63\\u0072\\x6f\\x73\\x73\\u004fr\\u0069\\u0067i\\x6e"]="a\\x6eo\\u006e\\u0079\\x6d\\x6f\\u0075\\x73";};s["\\u006fn\\u0065rr\\u006f\\u0072"]=function(){r++;y()};z["pa\\u0072\\x65n\\u0074\\u004e\\x6fd\\u0065"]["i\\u006es\\x65r\\x74\\u0042\\x65\\u0066o\\u0\\n</head>\\n\\n <body class=\'bg_default\'>\\nript<div style="float:left;width:100%;height:50px;margin:-100px 0px 0px 0px;">\\n <h1 class="title_page">Descargar Quantico Series HD Gratis temporada 2 capitulo 16</h1>\\n <div itemscope itemtype="http://data-vocabulary.org/Review-aggregate">\\n <span itemprop="itemreviewed">SERIE Quantico </span>\\n <span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating">\\n <span itemprop="average">0</span>\\n de <span itemprop="best">10</span>\\n </span>\\n sobre un total de <span itemprop="votes">0</span> puntuaciones\\n <span itemprop="count">0</span> opiniones de usuarios\\n </div>\\n </div>\\n <script type="text/javascript">\\n$(document).ready(function() \\n{\\n //loadtopBar(\'\');\\n});\\n</script>\\n\\n<header id="top-bar-outer"> \\n <div id="top-bg" ></div> \\n <div id="top-bar">\\n <div id="header_" style="width:1110px;"> \\n <div class="horizontal-centering" style="float:left;">\\n <div>\\n <div>\\n <nav>\\n <ul class="dropdown dropdown-horizontal">\\n <li>\\n <a href="http://www.newpct.com/" title="Descargas Gratis en Newpct.com" class="dir">\\n <img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/home_.png" alt="Descargas Newpct.com" class="img_inicio">Inicio\\n </a>\\n </li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li>\\n \\n <form id="searchforms" name="searchforms" method="post" action="http://www.newpct.com/buscar-descargas/">\\n \\n <div id="search" style="border:solid 0px #fff;">\\n <input type="hidden" name="cID" id="cID" value="0" />\\n <input type="hidden" name="tLang" id="tLang" value="0" />\\n <input type="hidden" name="oBy" id="oBy" value="0" />\\n <input type="hidden" name="oMode" id="oMode" value="0" />\\n <input type="text" name="q" id="q" onClick="this.value=\'\';" onBlur="if(this.value==\'\'){this.value=\'Buscar aqui..\'}" value="Buscar aqui.." style="width:170px;background:none;margin-right:3px;float:left;">\\n <a href="#" rel="nofollow" id="doSearch" onClick="document.searchforms.submit();">\\n <img style="border:none;width:17px;height:17px;margin:0px;" src=\'http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/lupa.gif\' alt=\'Buscar Peliculas y series\'/>\\n </a>\\n </div>\\n <a href="javascript:document.searchforms.submit();" rel="nofollow" onClick="javascript:document.searchforms.submit();" id="link_avansada"><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/avanzada_.png" id=\'img_avansada\' alt=\'busqueda avanzada de peliculas y series\'/></a> \\n \\n </form> \\n \\n </li>\\n </ul>\\n </nav>\\n </div>\\n </div>\\n </div> \\n <div class="horizontal-centering" style="float:right;">\\n <div>\\n <div>\\n <nav>\\n <ul class="dropdown dropdown-horizontal">\\n \\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li><a href="http://www.newpct.com/ultimas-descargas/" class="dir" style="padding-left:5px;padding-right:5px;" title="Descargar Lo Ultimo en Estrenos de Peliculas y Series">Lo Ultimo</a></li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li><a href="#" rel="nofollow" class="dir" title="Descargar Peliculas Gratis">Peliculas<img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/arows.png" alt="Descargas Torrent"></a>\\n <ul>\\n <li><a href="http://www.newpct.com/peliculas-castellano/peliculas-rip/" title="Descargar Peliculas en Castellano DVDRIP" >Peliculas DVDRIP-BRRIP Castellano</a></li>\\n <li><a href="http://www.newpct.com/peliculas-latino/" title="Descargar Peliculas Latino Gratis">Peliculas Latino</a></li>\\n <li><a href="http://www.newpct.com/peliculas-castellano/estrenos-de-cine/" title="Descargar Estrenos de Cine Gratis">Estrenos de Cine Castellano</a></li>\\n <li><a href="http://www.newpct.com/cine-alta-definicion-hd/" title="Descargar Peliculas en HD, Alta Definicion Gratis">Peliculas Alta Definicion HD</a></li>\\n <li><a href="http://www.newpct.com/peliculas-en-3d-hd/" title="Descargar Peliculas en 3D HD" >Peliculas en 3D HD</a></li>\\n <li><a href="http://www.newpct.com/peliculas-castellano/peliculas-dvd/" title="Descargar Peliculas DVD FULL">Peliculas DVDFULL</a></li>\\n <li><a href="http://www.newpct.com/otras-peliculas/" title="Descargar Otras Peliculas">Otras Peliculas</a></li>\\n <li><a href="http://www.newpct.com/peliculas-x264-mkv/" title="Descargar Peliculas x264 MKV">Peliculas x264 MKV</a></li>\\n <li><a href="http://www.newpct.com/peliculas-vo/" title="Descargar Peliculas en V.O Subtituladas">Peliculas V.O.Subtituladas</a></li>\\n <li><a href="http://www.newpct.com/anime/" title="Descargar Series y Peliculas Anime Gratis">Anime</a></li>\\n <li><a href="http://www.newpct.com/documentales/" title="Descargar Documentales Gratis">Documentales</a></li>\\n </ul>\\n </li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li> \\n <a href="#" rel="nofollow" class="dir" title="Descargar Series Gratis">Series<img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/arows.png" alt="Descargas Torrent"></a>\\n <ul>\\n <li><a href="http://www.newpct.com/series/" title="Descargar Mini Series Gratis">Series HDTV Castellano</a></li>\\n <li><a href="http://www.newpct.com/miniseries-es/" title="Descargar Mini Series Gratis">Miniseries Castellano</a></li>\\n <li><a href="http://www.newpct.com/series-vo/" title="Descargar Series TV Gratis">Series TV - V.O.S.E</a></li>\\n <li><a href="http://www.newpct.com/series-alta-definicion-hd/" title="Descargar Series HD en Alta Definicion Gratis" >Series alta definicion HD</a></li> \\n </ul>\\n </li><li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt=\'descargas\'></li>\\n <li><a href="#" rel="nofollow" class="dir" title="Descargar Juegos Gratis" >Juegos<img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/arows.png" alt="Descargas Torrent"></a>\\n <ul>\\n <li><a href="http://www.newpct.com/juegos/consolas/" title="Descargar Juegos Para Consolas Gratis" >Juegos Consolas</a></li>\\n <li><a href="http://www.newpct.com/juegos/pc/" title="Descargar Juegos para PC Gratis" >Juegos Windows</a></li>\\n </ul>\\n </li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li><a href="http://www.newpct.com/software/" class="dir" title="Descargar Software Gratis" >Software</a></li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li><a href="#" rel="nofollow" class="dir">M&aacute;s<img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/arows.png" alt="Descargas torrent"></a>\\n <ul>\\n <li><a href="http://www.newpct.com/varios/" Title="Descargar Documentos,Varios Gratis">Varios</a></li>\\n </ul>\\n </li>\\n <li><img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/bgb.gif" alt="Descargas Torrent"></li>\\n <li>\\n <a href="#" rel="nofollow" title="Registro/Login" class="dir" style="padding-left:5px;padding-right:5px;">Registro / Login\\n <img src="http://www.newpct.com/sections.inc/top.column.inc/topmenu.inc/images/arows.png"/ alt=\'Menu newpct\'></a>\\n <ul>\\n <li><a href="http://www.newpct.com/entrar/" rel="nofollow" class="login-window">Iniciar Session</a></li>\\n <li><a href="http://www.newpct.com/registro/" rel="nofollow" title="Registro Gratis y Descarga Gratis" >Registrate</a></li>\\n <li><a href="http://www.newpct.com/index.php?l=resetPassword" rel="nofollow" rel="nofollow">Olvide mi password</a></li>\\n </ul>\\n </li>\\n </ul>\\n </nav>\\n </div>\\n </div>\\n </div>\\n </div> \\n </div> \\n </header> <div id="box-content-main" style="margin:50px auto 0px auto;width:1110px;min-height:1200px;overflow:hidden;">\\n <div id="div2" style="margin:auto;padding-left:3px;width:1110px;min-height:1200px;overflow:hidden;">\\n <div id="content-body">\\n <div id="top-header" style="margin-top:0px;"> <div id="logo">\\n <a href="http://www.newpct.com" title="newpct" style="border:none;float:left;">\\n <img src="http://www.newpct.com/images/logopct.png" alt="Descargar Quantico Series HD Gratis temporada 2 capitulo 16" style="width:100px;border:none;">\\n </a>\\n <strong style="float:right;margin:25px 8px 0px 0px;color:#fff;font-size:28px;">NEWPCT.COM</strong>\\n <span style="float:right;margin:3px 8px 0px 0px;color:#fff;font-size:11px;">DESCARGAS TORRENT GRATIS</span>\\n </div>\\n <div id="banner_header" class="top_right_banner">\\n <!-- MarketGidComposite Start -->\\n<div id="MarketGidScriptRootC45068">\\n <div id="MarketGidPreloadC45068">\\n <a id="mg_add45068" href="http://mgid.com/advertisers/?utm_source=widget&utm_medium=text&utm_campaign=add" target="_blank">Place your ad here</a><br> <a href="http://mgid.com/" target="_blank">Loading...</a> \\n </div>\\n <script>\\n (function(){\\n var D=new Date(),d=document,b=\'body\',ce=\'createElement\',ac=\'appendChild\',st=\'style\',ds=\'display\',n=\'none\',gi=\'getElementById\';\\n var i=d[ce](\'iframe\');i[st][ds]=n;d[gi]("MarketGidScriptRootC45068")[ac](i);try{var iw=i.contentWindow.document;iw.open();iw.writeln("<ht"+"ml><bo"+"dy></bo"+"dy></ht"+"ml>");iw.close();var c=iw[b];}\\n catch(e){var iw=d;var c=d[gi]("MarketGidScriptRootC45068");}var dv=iw[ce](\'div\');dv.id="MG_ID";dv[st][ds]=n;dv.innerHTML=45068;c[ac](dv);\\n var s=iw[ce](\'script\');s.async=\'async\';s.defer=\'defer\';s.charset=\'utf-8\';s.src="//jsc.mgid.com/n/e/newpct.com.45068.js?t="+D.getYear()+D.getMonth()+D.getDate()+D.getHours();c[ac](s);})();\\n </script>\\n</div>\\n<!-- MarketGidComposite End --> </div>\\n</div>\\n <div id="social-box" style="float:left;margin:2px 0px 5px 0px;width:100%;height:25px;"><div style="float:left;margin:0px 5px 0px 0px;">\\n <meta property="og:title" content="Haste fan de newpct en Facebook" />\\n\\n <meta property="og:site_name" content="http://www.facebook.com/Newpctcom" />\\n\\n <meta property="og:type" content="article" /> \\n\\n <meta property="og:url" content="http://www.facebook.com/Newpctcom" />\\n\\n <meta property="fb:admins" content="1358790457"/>\\n\\n <meta property="fb:app_id" content="314509318666398" />\\n\\n <meta property="og:description" content="Descarga Peliculas, Series, Juegos, Software" />\\n\\n <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FNewpctcom&amp;send=false&amp;layout=button_count&amp;width=116&amp;show_faces=true&amp;font&amp;colorscheme=dark&amp;action=like&amp;height=30&amp;appId=314509318666398" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:116px; height:30px;" allowTransparency="true"></iframe>\\n \\n\\n</div>\\n\\n<div style="float:left;margin:0px 0px 0px 0px;">\\n \\n <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.newpct.com/" data-text="Descargar Peliculas y series" data-lang="es" id="btn_twitt"> <img src="http://www.newpct.com/images/bg_twitte.gif"> </a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> \\n\\n\\n</div> \\n \\n<div style="float:left;margin:0px 0px 0px 0px;"> \\n <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>\\n <link rel="canonical" href="http://www.newpct.com" />\\n <g:plusone size=\'medium\' ></g:plusone> \\n</div> \\n\\n<div style="float:left;margin:0px 0px 0px 0px;"> \\n\\n<a href="https://www.facebook.com/Newpctcom" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/facebook.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="https://twitter.com/newpctcom" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/twitter.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="https://plus.google.com/+newpct/" rel="publisher" target="_blank"><img src="http://www.newpct.com/images/iconos/social/google.png" style="height:22px;width:25px;"></a> \\n\\n<a href="http://www.linkedin.com/pub/newpct-series-y-peliculas-gratis/77/699/b65" rel="publisher">\\n<img src="http://www.newpct.com/images/iconos/social/linkedIn.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://newpct-series-y-peliculas-gratis.tumblr.com/" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/tumblr.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://delicious.com/newpct" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/deliciou.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://descargarpeliculasyseries.wordpress.com/" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/wordpress.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://descargarpeliculasyseriesmega.blogspot.com/" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/blogger.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="https://myspace.com/newpct" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/myspace.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://bitly.com/u/newpct/" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/bitly.png" style="height:22px;width:25px;">\\n</a>\\n\\n<a href="http://lifestream.aol.com/stream/juliaaquino2013@gmail.com" rel="publisher" target="_blank">\\n<img src="http://www.newpct.com/images/iconos/social/aol-lifestream.png" style="height:22px;width:25px;">\\n</a>\\n\\n \\n</div></div>\\n\\n <div id="content-columns" style="float:left;">\\n <article id="left-content">\\n \\n<script type="text/javascript" src="http://www.newpct.com/ficha.inc/js/ficha.scripts.js"></script>\\n<div class="breadcrumbs">\\n\\n \\n\\n\\n\\n\\n <a href=\'http://www.newpct.com/\' title=\'Inicio\'>Inicio</a><span> >> </span>\\n <a href=\'http://www.newpct.com/series-alta-definicion-hd/\' title=\'Explorar la categor&iacute;a Series Alta Definicion HD\'>Series Alta Definicion HD</a><span> >> </span>\\n <a href=\'http://www.newpct.com/series-alta-definicion-hd/quantico/\' title=\'Explorar la categor&iacute;a Quantico\'>Quantico</a></div>\\n\\n<style type="text/css">\\n#body_ficha{width:100%;min-height:1455px;overflow:hidden;}\\n#ctn_ficha{position:relative;min-height:1455px;overflow:hidden;}\\n#left_ficha{width:210px;min-height:1400px;overflow:hidden;position: absolute;left:0; top:0;z-index: 1;overflow:inherit;}\\n#right_ficha{width:600px;min-height:1400px;overflow:hidden;position:absolute;left:210px;top:0px; z-index: 3;overflow:inherit;border:solid 0px #333;}\\n</style>\\n\\n<!-- INICIO DETALLE DE LA FICHA -->\\n<div class="top-ficha"></div>\\n <div id="content-ficha" >\\n <CENTER>\\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=90 SRC="http://www.newpct.com/publicidad/fichas/banner_arriba_titulo.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n </CENTER>\\n <!-- CONTENT MOVIE --> \\n <div id="body_ficha" style="">\\n <!-- CONTENT MOVIE -->\\n <div id="ctn_ficha" style="">\\n <!--INICIO SECTOR IZQUIERDO DE LA FICHA-->\\n <div id="left_ficha" style="">\\n <img itemprop="image" src=\'http://www.newpct.com/imgBank/categorias/002280.jpg\' alt=\'\' style=\'width:180px;\' class=\'img-ficha\'/> <div style="float:left;width:180px;height:25px;margin:2px 0px 2px 12px;">\\n \\n\\n <CENTER> \\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=180 HEIGHT=122 SRC="http://www.newpct.com/publicidad/fichas/banner_debajo_imagen.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n </div>\\n <!-- INICIO DETAIL FICHA -->\\n <div class="detail-ficha">\\n <div >\\n <div class="ctn_rating" >\\n \\n <script type=\'text/javascript\'>\\n function setRating(val)\\n {\\n var n_votos = $(\'#valor_votos\').val();\\n var rating = $(\'#valor_rating\').val();\\n var parametros = {\\n \'rating\' : val,\\n \'ratingc\' : rating,\\n \'n_votos\' : n_votos ,\\n \'id\' : \'91849\',\\n \'cate\' : \'\'\\n };\\n $.ajax({\\n data: parametros,\\n url: \'http://www.newpct.com/include.inc/ajax.php/setRating.php\',\\n type: \'get\',\\n beforeSend: function () {\\n //$(\'#content-valoracion\').html(\'...\');\\n },\\n success: function (response) \\n {\\n alert(\'Gracias tu voto fue registrado\');\\n $(\'#content-details\').html(response);\\n \\n }\\n });\\n }\\n </script> \\n <div id=\'content-details\'> \\n <div id=\'content_rating_star\'>\\n <div id=\'content-valoracion\'>\\n <div style=\'float:left;width:100px;height:55px;\'>\\n <div class=\'stars_txt\' id=\'stars_txt\'>\\n <script>\\n function votar()\\n {\\n if(document.getElementById(\'star-all\').style.display!=\'none\')\\n {\\n document.getElementById(\'star-all\').style.display = \'none\';\\n }\\n }\\n </script>\\n <p class=\'stars\' style=\'padding:0px;margin:0px;\'>\\n <span id=\'content_5_stars\' style=\'padding:0px;margin:0px;\'>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-all\' id=\'star-all\' style=\'width:68px;\' href=\'#\'>6.50</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-05\' title=\'Mala\' onClick=\'javascript:setRating(1);\'>Mala</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-10\' title=\'No esta mal\' onClick=\'javascript:setRating(2);\'>No esta mal</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-15\' title=\'Pasable\' onClick=\'javascript:setRating(3);\'>Pasable</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-20\' title=\'Aceptable\' onClick=\'javascript:setRating(4);\'>Aceptable</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-25\' title=\'Casi buena\' onClick=\'javascript:setRating(5);\'>Casi buena</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-30\' title=\'Regular\' onClick=\'javascript:setRating(6);\'>Regular</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-35\' title=\'Buena\' onClick=\'javascript:setRating(7);\'>Buena</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-40\' title=\'Muy buena\' onClick=\'javascript:setRating(8);\'>Muy Buena</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-45\' title=\'Excelente\' onClick=\'javascript:setRating(9);\'>Excelente</a>\\n <a href=\'#content-ficha\' rel=\'nofollow\' class=\'star-50\' title=\'Perfecta\' onClick=\'javascript:setRating(10);\'>Perfecta</a>\\n </span>\\n </p>\\n \\n <script type=\'text/javascript\'>\\n $(document).ready(function(){\\n $(\'p.stars > span > a\').click(function(){\\n $(\'p.stars > span > a\').removeClass(\'active\');\\n $(this).addClass(\'active\');\\n $(\'#starres\').html($(this).html());\\n });\\n \\n $(\'p.stars > span > a\').mouseover(function(){\\n $(\'#starres\').html($(this).html());\\n });\\n });\\n </script>\\n </div>\\n <span class=\'votos_stars\'>10 VOTOS</span>\\n <input type=\'hidden\' id=\'valor_votos\' value=\'10\'>\\n <input type=\'hidden\' id=\'valor_rating\' value=\'6.50\'>\\n <input type=\'hidden\' id=\'valor_star\' value=\'Regular\'>\\n <span id=\'starres\' class=\'_starres\'>Regular</span>\\n </div>\\n \\n <div style=\'float:right;width:73px;height:55px;\'>\\n <strong id=\'content-rating\' itemprop="ratingValue" class="txt_valor">6.50</strong>\\n <span class="_puntuacion"><span style="display:none" itemprop="bestRating">10</span>PUNTUACION</span>\\n </div> \\n </div> \\n </div>\\n </div> \\n \\n <br>\\n </div>\\n <div style="width:188px;height:32px;">\\n <div id="bg_views">\\n <p class="txt_views" >visitas: <span itemprop="reviewCount">513<span></p>\\n </div>\\n <div id="bg_size">\\n <p class="txt_size" >size: <span >1.5 GB</span></p>\\n </div>\\n </div>\\n </div>\\n <div style="margin:10px 0px;width:188px;height:60px;">\\n <div id="bg_bigtag">\\n <div class="left_tag">\\n <p class="txt_idioma"><strong>Idioma:</strong><span itemprop="inLanguage">Español Cast</span></p>\\n <p class="txt_use"><strong>Subio:</strong>NewPCT</p>\\n </div>\\n <div class="right_tag">\\n <p class="txt_date"><span itemprop="datePublished">23-05-2017</span></p>\\n </div>\\n </div>\\n </div>\\n </div>\\n <!-- FIN DETAIL FICHA -->\\n <div class="compartir-ficha">\\n <h3>COMPARTIR</h3>\\n <div style="float:left;width:188px;height:23px;margin:5px 0px 3px 0px;padding:3px 0px 3px 0px;border-bottom:solid 1px cyan;">\\n <div style="width:87px;float:left;">\\n <a href="javascript: void(0);" rel="nofollow" name="fb_share" type="button_count" onclick="javascript:AbrirCentrado(\'http://www.facebook.com/sharer.php?s=100&p[title]=Quantico+-+Temporada+2+&p[summary]=Director++Marc+Munden++Gui%26oacute%3Bn++Joshua+Safran++M%26uacute%3Bsica++Joel+J.+Richard++Fotograf%26iacute%3Ba++Todd+McMullen++Reparto++Priyanka+Chopra&p[url]=http://www.newpct.com/descargar-seriehd/quantico/capitulo-216/hdtv-720p-ac3-5-1/&p[images][0]=http://www.newpct.com/imgBank/categorias/002280.jpg\',\'Compartir Contenido\',\'610\',\'380\',\'scrollbars=1\');">\\n <img src="http://www.newpct.com/images/comparti.png">\\n </a>\\n </div> \\n </div>\\n <div id="facebook_comentar"> \\n </div>\\n <div id="twitter_c">\\n <a href="https://twitter.com/share" rel="nofollow" class="twitter-share-button" data-url="http://www.newpct.com/descargar-seriehd/quantico/capitulo-216/hdtv-720p-ac3-5-1/" data-text="Quantico - Temporada 2 " data-lang="es"id="btn_twitt"> <img src="http://www.newpct.com/images/bg_twitte.gif"> </a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> \\n </div> \\n <div id="gplus">\\n <link rel="canonical" href="http://www.newpct.com/descargar-seriehd/quantico/capitulo-216/hdtv-720p-ac3-5-1/" /> <!-- Inserta esta etiqueta donde quieras que aparezca Botón +1. --> <div class="g-plusone" data-annotation="inline" data-width="300"></div> <!-- Inserta esta etiqueta después de la última etiqueta de Botón +1. --> <script type="text/javascript"> window.___gcfg = {lang: \'es\'}; (function() { var po = document.createElement(\'script\'); po.type = \'text/javascript\'; po.async = true; po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> \\n </div>\\n <div style="width:90%;height:30px;float:left;margin:4px 8px;" id="contentTags">\\n <a href="https://www.facebook.com/Newpctcom" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/facebook.png" style="height:22px;width:25px;">\\n </a>\\n <a href="https://twitter.com/newpctcom" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/twitter.png" style="height:22px;width:25px;">\\n </a>\\n <a href="https://plus.google.com/+newpct/" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/google.png" style="height:22px;width:25px;">\\n </a>\\n <a href="http://www.linkedin.com/pub/newpct-series-y-peliculas-gratis/77/699/b65" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/linkedIn.png" style="height:22px;width:25px;">\\n </a>\\n <a href="http://newpct-series-y-peliculas-gratis.tumblr.com/" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/tumblr.png" style="height:22px;width:25px;">\\n </a>\\n <a href="http://delicious.com/newpct" title="Descargar Quantico - Temporada 2 Gratis" rel="publisher" target="_blank">\\n <img src="http://www.newpct.com/images/iconos/social/deliciou.png" style="height:22px;width:25px;">\\n </a> \\n </div>\\n </br><h3 style=\'width:94%;margin:10px auto;color:#58659a;font-size:13px;font-family:\'Times New Roman\';\\n border-bottom:solid 2px #c2d3d7;padding-bottom:5px;\'>TEMPORADAS</h3>\\n <div id=\'content-temp\' style=\'border-top:solid 2px #c2d3d7;padding-top:7px;\'>\\n \\n <ul class=\'menu\'><li class=\'item2\'><a href=\'#\' rel=\'nofollow\' id=\'ctemp_2\'>Temporada 2<span id=\'1_n_caps\'>16</span></a><ul style=\'display:none;\' id=\'ul_temp_2_1\'>\\n <li class=\'subitem1\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-216/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.216][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.216][AC3 5.1 Español Castellano]\'>Capitulo <strong>16</strong> - Quantico .<span style=\'border:solid 1px;background:#B1A773;\'><strong>16</strong></span>\\n </a>\\n </li>\\n \\n <li class=\'subitem2\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-215/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.215][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.215][AC3 5.1 Español Castellano]\'>Capitulo <strong>15</strong> - Quantico .<span >15</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem3\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-214/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.214][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.214][AC3 5.1 Español Castellano]\'>Capitulo <strong>14</strong> - Quantico .<span >14</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem4\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-213/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.213][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.213][AC3 5.1 Español Castellano]\'>Capitulo <strong>13</strong> - Quantico .<span >13</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem5\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-212/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.212][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.212][AC3 5.1 Español Castellano]\'>Capitulo <strong>12</strong> - Quantico .<span >12</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem6\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-211/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.211][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.211][AC3 5.1 Español Castellano]\'>Capitulo <strong>11</strong> - Quantico .<span >11</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem7\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-210/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.210][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.210][AC3 5.1 Español Castellano]\'>Capitulo <strong>10</strong> - Quantico .<span >10</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem8\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-29/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.209][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.209][AC3 5.1 Español Castellano]\'>Capitulo <strong>09</strong> - Quantico .<span >09</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem9\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-28/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.208][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.208][AC3 5.1 Español Castellano]\'>Capitulo <strong>08</strong> - Quantico .<span >08</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem10\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-27/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.207][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.207][AC3 5.1 Español Castellano]\'>Capitulo <strong>07</strong> - Quantico .<span >07</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem11\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-26/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.206][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.206][AC3 5.1 Español Castellano]\'>Capitulo <strong>06</strong> - Quantico .<span >06</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem12\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-25/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.205][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.205][AC3 5.1 Español Castellano]\'>Capitulo <strong>05</strong> - Quantico .<span >05</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem13\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-24/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.204][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.204][AC3 5.1 Español Castellano]\'>Capitulo <strong>04</strong> - Quantico .<span >04</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem14\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-23/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.203][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.203][AC3 5.1 Español Castellano]\'>Capitulo <strong>03</strong> - Quantico .<span >03</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem15\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-22/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.202][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.202][AC3 5.1 Español Castellano]\'>Capitulo <strong>02</strong> - Quantico .<span >02</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem16\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-21/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 2 [HDTV 720p][Cap.201][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 2 [HDTV 720p][Cap.201][AC3 5.1 Español Castellano]\'>Capitulo <strong>01</strong> - Quantico .<span >01</span>\\n </a>\\n </li>\\n </ul></li><li class=\'item2\'><a href=\'#\' rel=\'nofollow\' id=\'ctemp_1\'>Temporada 1<span id=\'2_n_caps\'>22</span></a><ul style=\'display:none;\' id=\'ul_temp_1_2\'>\\n <li class=\'subitem1\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-122/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.122][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.122][AC3 5.1 Español Castellano]\'>Capitulo <strong>22</strong> - Quantico .<span style=\'border:solid 1px;background:#B1A773;\'><strong>22</strong></span>\\n </a>\\n </li>\\n \\n <li class=\'subitem2\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-121/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.121][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.121][AC3 5.1 Español Castellano]\'>Capitulo <strong>21</strong> - Quantico .<span >21</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem3\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-120/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.120][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.120][AC3 5.1 Español Castellano]\'>Capitulo <strong>20</strong> - Quantico .<span >20</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem4\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-119/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.119][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.119][AC3 5.1 Español Castellano]\'>Capitulo <strong>19</strong> - Quantico .<span >19</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem5\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-118/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.118][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.118][AC3 5.1 Español Castellano]\'>Capitulo <strong>18</strong> - Quantico .<span >18</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem6\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-117/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.117][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.117][AC3 5.1 Español Castellano]\'>Capitulo <strong>17</strong> - Quantico .<span >17</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem7\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-116/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.116][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.116][AC3 5.1 Español Castellano]\'>Capitulo <strong>16</strong> - Quantico .<span >16</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem8\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-115/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.115][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.115][AC3 5.1 Español Castellano]\'>Capitulo <strong>15</strong> - Quantico .<span >15</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem9\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-114/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.114][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.114][AC3 5.1 Español Castellano]\'>Capitulo <strong>14</strong> - Quantico .<span >14</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem10\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-113/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.113][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.113][AC3 5.1 Español Castellano]\'>Capitulo <strong>13</strong> - Quantico .<span >13</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem11\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-112/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.112][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.112][AC3 5.1 Español Castellano]\'>Capitulo <strong>12</strong> - Quantico .<span >12</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem12\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-111/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.111][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.111][AC3 5.1 Español Castellano]\'>Capitulo <strong>11</strong> - Quantico .<span >11</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem13\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-110/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.110][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.110][AC3 5.1 Español Castellano]\'>Capitulo <strong>10</strong> - Quantico .<span >10</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem14\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-109/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.109][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.109][AC3 5.1 Español Castellano]\'>Capitulo <strong>09</strong> - Quantico .<span >09</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem15\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-108/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.108][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.108][AC3 5.1 Español Castellano]\'>Capitulo <strong>08</strong> - Quantico .<span >08</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem16\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-107/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.107][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.107][AC3 5.1 Español Castellano]\'>Capitulo <strong>07</strong> - Quantico .<span >07</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem17\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-106/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.106][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.106][AC3 5.1 Español Castellano]\'>Capitulo <strong>06</strong> - Quantico .<span >06</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem18\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-105/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.105][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.105][AC3 5.1 Español Castellano]\'>Capitulo <strong>05</strong> - Quantico .<span >05</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem19\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-104/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.104][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.104][AC3 5.1 Español Castellano]\'>Capitulo <strong>04</strong> - Quantico .<span >04</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem20\'>\\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-103/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.103][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.103][AC3 5.1 Español Castellano]\'>Capitulo <strong>03</strong> - Quantico .<span >03</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem21\'>\\n <a href=\'http://www.newpct.com/descargar-serie/quantico/capitulo-102/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.102][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.102][AC3 5.1 Español Castellano]\'>Capitulo <strong>02</strong> - Quantico .<span >02</span>\\n </a>\\n </li>\\n \\n <li class=\'subitem22\'>\\n <a href=\'http://www.newpct.com/descargar-serie/quantico/capitulo-101/hdtv-720p-ac3-5-1/\' rel=\'nofollow\' \\n alt=\'Quantico - Temporada 1 [HDTV 720p][Cap.101][AC3 5.1 Español Castellano]\' title=\'Quantico - Temporada 1 [HDTV 720p][Cap.101][AC3 5.1 Español Castellano]\'>Capitulo <strong>01</strong> - Quantico .<span >01</span>\\n </a>\\n </li>\\n </ul></li>\\n </ul>\\n \\n </div>\\n <!-- END BANNER -->\\n \\n </div>\\n <!--FIN DEL SECTOR IZQUIERDO DE LA FICHA-->\\n <!--INICIO CAPA FACEBOOK SUPERPUESTA --> <div id="face_layer" style="top:564px;background:url(http://www.newpct.com/images/bg_like.gif) no-repeat;"> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: \'314509318666398\', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement(\'script\'); e.async = true; e.src = document.location.protocol + \'//connect.facebook.net/es_ES/all.js\'; document.getElementById(\'fb-root\').appendChild(e); }()); </script> <div class="fb-like"><fb:like send="false" layout="button_count" show_faces="false" width="180"></fb:like></div> </div> <!--FIN CAPA FACEBOOK SUPERPUESTA --> <!--INICIO SECTOR DERECHO DE LA FICHA--> \\n <div id="right_ficha" style="min-height:850px;">\\n <h2 class="title" id="title_ficha" itemprop="name"><a href="#content-iframe" title="Descargar Quantico - Temporada 2 Gratis">Quantico - Temporada 2 </a></h2>\\n <h3 class="subtitle" id="subtitle_ficha">[HDTV 720p][Cap.216][AC3 5.1 Español Castellano]</h3>\\n <div id="content-trailer">\\n <div >\\n \\n <div style=\'float:left;width:570px;height:450px;border:solid 1px #fff;\'> \\n <div style=\'position:relative;width:100%;height:100%;\'> \\n <div id="box-ads-trailer" style="position:absolute;z-index:9999;width:100%;height:100%;">\\n <a href="javascript:;" onClick="openAds();" id="ads-link" data-link="http://www.superadexchange.com/a/display.php?r=1554217">\\n <div style="width:100%;height:100%;background:url(http://newpct.com/images/play-trailer.png) no-repeat center center;"></div>\\n </a>\\n <script type="text/javascript">\\n function openAds()\\n {\\n var adst = document.getElementById("ads-link");\\n var value = adst.getAttribute("data-link");\\n var container = document.getElementById("box-ads-trailer");\\n \\n if (!container){ }else{ \\n var padre = container.parentNode; padre.removeChild(container); console.log("remover");\\n }\\n \\n console.log("Link : "+value);\\n window.open(value);\\n }\\n </script>\\n </div>\\n <iframe width=\'570\' height=\'450\' src=\'https://www.youtube.com/embed/19LrIQAWa2o\' frameborder=\'0\' allowfullscreen></iframe>\\n </div>\\n </div> \\n </div>\\n <div style="float:left;width:100%;min-height:0px;overflow:hidden;margin:2px 0px 2px 0px;">\\n <CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=580 HEIGHT=150 SRC="http://www.newpct.com/publicidad/fichas/banner_debajo_trailer.html"></IFRAME></CENTER> </div>\\n </div>\\n <h3 class="description" >DESCRIPCION</h3>\\n <!-- CONTENT DESCRIPTION --> \\n <!--END CONTENT DESCRIPTION-->\\n <div style="float:left;width:98%;height:180px;margin:0px 0px 8px 0px;overflow-y:scroll;border:solid 0px;">\\n <div class=\'descripcion_top\' itemprop="description" >Director<br /> Marc Munden<br /> Gui&oacute;n<br /> Joshua Safran<br /> M&uacute;sica<br /> Joel J. Richard<br /> Fotograf&iacute;a<br /> Todd McMullen<br /> Reparto<br /> Priyanka Chopra, Aunjanue Ellis, Jake McLaughlin, Yasmine Al Massri, Johanna Braddy, Tate Ellington, Graham Rogers, Matthew Albright, Charles Barden, Christopher Beanland, Marcy Conway, Krystina Motsinger Francis<br /> Productora<br /> ABC Studios / The Mark Gordon Company<br /> G&eacute;nero<br /> Serie de TV. Drama | Polic&iacute;aco</div>\\n <div class=\'sinopsis\'>Un grupo de j&oacute;venes reclutas llega a la base del FBI de Quantico. Son los mejores, los m&aacute;s brillantes y con pasados m&aacute;s limpios, por lo que parece imposible que uno de ellos pueda ser el responsable del mayor ataque sobre la ciudad de Nueva York desde el 11S.</div> </div>\\n <div style="float:left;width:98%;height:25px;margin:4px 0px 4px 0px;border:solid 0px #333;">\\n <div style="float:right;width:160px;height:25px;">\\n\\n <CENTER> \\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=180 HEIGHT=122 SRC="http://www.newpct.com/publicidad/fichas/banner_debajo_imagen.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n </div>\\n </div>\\n <div style="width:585px;min-height:1px;overflow:hidden;margin:2px auto;border:solid 0px #333;">\\n \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=585 HEIGHT=400 SRC="http://www.newpct.com/publicidad/fichas/banner_reproductor_falso.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n </div>\\n <br>\\n <CENTER>\\n \\n <CENTER>\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=468 HEIGHT=60 SRC="http://www.newpct.com/publicidad/fichas/banner_debajo_reproductor_falso.html">\\n </IFRAME>\\n </CENTER>\\n </CENTER>\\n </br> \\n <div id=\'content_slide-capit\'>\\n <div id=\'slide-capit\'> \\n <a href=\'http://www.newpct.com/descargar-seriehd/quantico/capitulo-215/hdtv-720p-ac3-5-1/\' class=\'back_cap\'><strong>CAPITULO ANTERIOR</strong><p>Capitulo [15] Quantico Temp[2]</p></a>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/quantico/\' class=\'home\'><strong>QUANTICO </strong></a>\\n <a href=\'http://www.newpct.com/\' class=\'next_cap\'><strong>CAPITULO SIGUIENTE</strong><p></p></a>\\n \\n </div>\\n </div>\\n \\n </div>\\n <!--FIN DEL SECTOR DERECHO DE LA FICHA-->\\n </div> \\n </div>\\n <div id="content-download" class="content-download">\\n <div id="tabs">\\n <ul> <li><a href="#tab-1" rel="nofollow">DESCARGA TORRENT</a></li> <li><a href="#descarga-directa" rel="nofollow">DESCARGA DIRECTA</a></li> <li><a href=\'#ver-online\' rel=\'nofollow\'>VER ONLINE</a></li> </ul> <div id="tab-1"> <CENTER> <CENTER> <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=160 SRC="http://www.newpct.com/banners.inc/ficha.section/banner_debajo_reproductor_falso.php?filename=Quantico - Temporada 2 "> </IFRAME> \\n\\n </CENTER> <h3>Descarga Torrent</h3> <span id=\'content-torrent\'> <a href=\'http://tumejorserie.com/descargar/index.php?link=torrents/091849.torrent\' rel=\'nofollow\' id=\'91849\' title=\'quantico-temporada-2-hdtv-720p-cap216-ac3-51-espanol-castellano\' class=\'external-url\' target=\'_blank\'><img src=\'http://www.newpct.com/ficha.inc/JqueryTabs/images/torrent_logo.png\' style=\'height:16px;position:relative;top:3px;\'>DESCARGAR TORRENT</a> <p class=\'txt_torrent\' style=\'margin:0px;\'>Descarga tu Archivo torrent</p> </span> <span style=\'float:right;width:410px;border:solid 0px;height:30px;padding:0px;\'> <p style=\'margin:8px 0px 0px 0px;padding:0px;font-size:10px;\'> Usted sera direccionado por Linkbucks, luego de 7 segundos <img style=\'height:25px;float:right;margin-right:10px;\' src=\'http://www.newpct.com//ficha.inc/images/sk1.jpg\'> </p> </span> <span style=\'float:right;width:410px;border:solid 0px;height:30px;padding:0px;margin-top:2px;\'> <p style=\'margin:8px 0px 0px 0px;padding:0px;font-size:10px;\'>haga click en SKIP THIS AD y podra descargar el torrent. <img style=\'height:25px;float:right;margin-right:10px;\' src=\'http://www.newpct.com//ficha.inc/images/sk2.jpg\'> </p> </span> <strong id=\'cls_indispensable\'>Indispensables para descargar y reproducir 100% GRATIS</strong> <span id=\'right-sf\' style=\'margin-left:180px;\'> <img src=\'http://www.newpct.com/images/utorrent.gif\'> <p class=\'desc\'><strong>UTorrent </strong> El mejor programa para bajarte tus torrents.</p> </span> <span id=\'right-sf\'> <img src=\'http://www.newpct.com/images/jdownloader.gif\'> <p class=\'desc\'><strong>JDownloader</strong> Descargar peliculas y juegos, libre de virus.</p> </span> <span id=\'right-sf\'> <img src=\'http://www.newpct.com/images/vlc.gif\'> <p class=\'desc\'><strong>VLC </strong> Descarga todos tus torrents ahora.</p> </span> </center> <br> <table style="margin:10px auto;padding:10px;"> <tr> <td> \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://www.newpct.com/publicidad/fichas/banner_torrent_izquierdo.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n </td> <td> \\n\\n <CENTER>\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://www.newpct.com/publicidad/fichas/banner_torrent_derecho.html"></IFRAME>\\n </CENTER>\\n\\n </td> </tr> </table> <CENTER> \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=90 SRC="http://www.newpct.com/publicidad/fichas/banner_arriba_descargas.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n \\n\\n </CENTER> </span id="sectionLinks" style="float:width:100%;height:1px;"></span> <table id=\'tabsTable\' class=\'tabtable\' style=\'border:solid 0px #000;width:100%;margin: 0; padding: 0; \'> <thead id=\'descarga-directa\'> <tr> <th style=\'widt:50px;\'></th> <th>GESTOR</th> <th>AUDIO</th> <th>CALIDAD</th> <th>ENLACE</th> <th>PARTES</th> <th style=\'width:80px;\'>COPIAR A</th> </tr> </thead> <tbody>\\n <tr>\\n <th style=\'height:15px;\' align=\'center\' colspan=\'7\'>\\n <h3 style=\'color:#fff;font-size:14px;margin:5px 0px;padding:0px;text-align:center;\'>DESCARGA DIRECTA</h3>\\n </th>\\n </tr> \\n <tr >\\n <th style=\'height:15px;\' align=\'center\' colspan=\'7\'>\\n <h3 style=\'color:#fff;font-size:14px;margin:5px 0px;padding:0px;text-align:center;\'>DESCARGAS DIRECTA EN 1 LINK</h3>\\n </th>\\n </tr>\\n <tr >\\n <td align="center" colspan="7" id="msg_jdownloader">\\n <p style="float:left;margin:5px 0px 3px 50px;padding:0px;">\\n En Newpct.com te recomendamos Descargate la Ultima version de Jdownloader<br>Para Copiar los links a tu gestor de descarga debes tener abierto el programa !!\\n </p> \\n <img style="float:left;height:20px;margin:3px 5px 2px 5px;" src="http://www.newpct.com/ficha.inc/images/jd.png" > \\n </td>\\n </tr>\\n \\n <tr>\\n <td colspan=\'7\'>\\n \\n \\n\\n<CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=648 HEIGHT=60 SRC="http://www.newpct.com/publicidad/fichas/banner_entre_links1.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n \\n \\n </td>\\n </tr> \\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/92_alfafile.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>alfafile\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'http://alfafile.net/file/Qkfe\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links=http://alfafile.net/file/Qkfe\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links=http://alfafile.net/file/Qkfe\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/129_bank.jpg\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>bankupload\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'http://bankupload.com/vyrp5hczxnsy/Quantico720p_216_WWW.NEWPCT1.COM.rar\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://bankupload.com/vyrp5hczxnsy/Quantico720p_216_WWW.NEWPCT1.COM.rar\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://bankupload.com/vyrp5hczxnsy/Quantico720p_216_WWW.NEWPCT1.COM.rar\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/120_logo-new.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>bitload\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'https://bitload.org/jbqd41owezj8\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://bitload.org/jbqd41owezj8\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://bitload.org/jbqd41owezj8\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/36_rapidgator_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>rapidgator\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n<a href=\'http://rapidgator.net/file/0cd8f4e6bdfd89d4c4ff7ec8424eead1/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://rapidgator.net/file/0cd8f4e6bdfd89d4c4ff7ec8424eead1/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://rapidgator.net/file/0cd8f4e6bdfd89d4c4ff7ec8424eead1/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/125_upera.jpg\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>public\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'https://public.upera.co/4VeDtdik\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://public.upera.co/4VeDtdik\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://public.upera.co/4VeDtdik\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/27_uploaded_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>uploaded\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'http://ul.to/rc6rakpx\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://ul.to/rc6rakpx\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://ul.to/rc6rakpx\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr>\\n <td colspan=\'7\'>\\n \\n \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=648 HEIGHT=60 SRC="http://www.newpct.com/publicidad/fichas/banner_entre_links2.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n \\n \\n </td>\\n </tr> \\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/114_uploadrocket.jpg\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>uploadrocket\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n<a href=\'http://uploadrocket.net/0g7mvrqlx16c/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://uploadrocket.net/0g7mvrqlx16c/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://uploadrocket.net/0g7mvrqlx16c/Quantico720p_216_WWW.NEWPCT1.COM.rar.html\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/107_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>uptobox\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'http://uptobox.com/qo8lsjouj7fe\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://uptobox.com/qo8lsjouj7fe\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= http://uptobox.com/qo8lsjouj7fe\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/80_openload.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>openload\\n </td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'>\\n <a href=\'https://openload.co/f/QIt3RAMiAws/Quantico720p_216_WWW.NEWPCT1.COM.mkv\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>DESCARGAR</a>\\n </td>\\n <td >Descarga en 1 Link</td>\\n <td align=\'center\'>\\n \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://openload.co/f/QIt3RAMiAws/Quantico720p_216_WWW.NEWPCT1.COM.mkv\',950,550)" rel=\'nofollow\' title=\'Copiar A JDownloader\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/jd.png\'>\\n </a> \\n <a id=\'btn_copyL\' href=\'#sectionLinks\' onClick="popup(\'http://www.newpct.com/modalw.inc/copy.php?links= https://openload.co/f/QIt3RAMiAws/Quantico720p_216_WWW.NEWPCT1.COM.mkv\',950,550)" rel=\'nofollow\' title=\'Copiar A Mipony\'>\\n <img style=\'border:none;height:21px;\' src=\'http://www.newpct.com/ficha.inc/images/mipony.png\'>\\n </a>\\n </td>\\n </tr>\\n </tbody> </table> <CENTER> \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=90 SRC="http://www.newpct.com/publicidad/fichas/banner_arriba_descargas.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n \\n\\n </CENTER>\\n <table id=\'tabsTable\' class=\'tabtable\' style=\'border:solid 0px #000;width:100%;margin: 0; padding: 0; \'>\\n <thead id=\'ver-online\'>\\n <tr>\\n <th style=\'widt:50px;\'></th>\\n <th>GESTOR</th>\\n <th>AUDIO</th>\\n <th>CALIDAD</th>\\n <th>ENLACE</th>\\n <th>PARTES</th>\\n </tr>\\n </thead>\\n <tbody>\\n \\n <tr>\\n <th style=\'height:15px;\' align=\'center\' colspan=\'7\'>\\n <h3 style=\'color:#fff;font-size:14px;margin:5px 0px;padding:0px;text-align:center;\'>VER ONLINE</h3>\\n </th>\\n </tr> \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/107_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>uptobox</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'http://uptobox.com/qo8lsjouj7fe\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/117_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>vidabc</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'https://vidabc.com/atj5b3tg6m7y.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/91_streamin.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>streamin</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'http://streamin.to/mb12zubpqssl\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr>\\n <td colspan=\'7\'>\\n \\n \\n\\n <CENTER>\\n\\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=648 HEIGHT=60 SRC="http://www.newpct.com/publicidad/fichas/banner_entre_links1.html">\\n\\n </IFRAME>\\n\\n </CENTER>\\n\\n \\n \\n </td>\\n </tr> \\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/24_streamcould_logo.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>streamcloud</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'http://streamcloud.eu/01wlimhp25na/Quantico720p_216_WWW.NEWPCT1.COM.mkv.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/122_streamango.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>streamango</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'https://streamango.com/f/edkabfbsdctlfpam/Quantico720p_216_WWW_NEWPCT1_COM_mkv\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/80_openload.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>openload</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'https://openload.co/f/QIt3RAMiAws/Quantico720p_216_WWW.NEWPCT1.COM.mkv\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr class=\'sel\'>\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/128_kingvid.jpg\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>kingvid</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'https://kingvid.tv/8w6z43aplmt9.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n \\n <tr >\\n <td style=\'width:40px;\' align=\'center\'><img src=\'http://www.newpct.com//imagenes/logos/88_flashx.png\' style=\'width:30px;float:left;margin:0px 5px;\'></td>\\n <td>flashx</td>\\n <td>Español Cast</td>\\n <td>HDTV 720p AC3 5.1</td>\\n <td style=\'width:110px;\'><a href=\'https://www.flashx.tv/sw58xecsxjao.html\' rel=\'nofollow\' id=\'descargar\' target=\'_blank\'>VER ONLINE</a></td>\\n <td>ver en 1 Link</td>\\n </tr>\\n </tbody> </table> </div> <div id="tab-2" style="display:none"></div> <div id="tab-3" style="display:none"></div> <div id="tab-4" style="display:none"> <CENTER> \\n <table style=\'position:relative;\' cellspacing = \'5\' cellpadding=\'0\'>\\n <tr>\\n <td colspan=\'4\' align=\'left\' style=\'min-height:50px;overflow:hidden;\'>\\n <span style=\'float:left;height:10px;width:100%;border-bottom:solid 1px cyan;margin:10px 0px;padding:5px 0px;\'></span>\\n <span style=\'float:left;font-size:11px;font-family:verdana;margin:3px 10px;\'>En los links Ver Online y Descarga Directa, o al bajar un <b>torrent </b>usted vera una ventana de LinksBucks, usted tiene que esperar 7 segundos y luego hacer click en el texto derecho superior \'SKIP THIS AD\' como muestra la imagen\\n </span><br>\\n <img src=\'http://www.newpct.com/plugins.inc/video.help.inc/img/skyp.gif\' style=\'height:73px;float:right;margin:10px 20px 5px 0px;\'>\\n \\n </td>\\n </tr>\\n <tr><td colspan=\'4\' style=\'height:15px;\'></td></tr>\\n <tr>\\n <td align=\'center\' style=\'position:relative;\'>\\n <h3 style=\'color:#333;font-size:11px;font-weight:bold;margin:5px 8px;border-bottom:solid 1px cyan;\'>Como Descargar por Torrent</h3>\\n <a href="javascript:popupVideo(\'http://www.newpct.com/plugins.inc/video.help.inc/watch.video.php?url=http://www.youtube.com/embed/fAWhyckCo_o\',765,475)" style=\'border:none;\'>\\n <img src=\'http://www.newpct.com/plugins.inc/video.help.inc/v1.jpg\'>\\n </a>\\n <br>\\n </td>\\n <td align=\'center\'>\\n <h3 style=\'color:#333;font-size:11px;font-weight:bold;margin:5px 8px;border-bottom:solid 1px cyan;\'>Ver Online y Descarga Directa</h3>\\n <a href="javascript:popupVideo(\'http://www.newpct.com/plugins.inc/video.help.inc/watch.video.php?url=http://www.youtube.com/embed/qkyi-5qHpsQ\',765,475)" style=\'border:none;\'>\\n <img src=\'http://www.newpct.com/plugins.inc/video.help.inc/v2.jpg\'>\\n </a>\\n <br>\\n </td>\\n <td align=\'center\'> \\n <h3 style=\'color:#333;font-size:11px;font-weight:bold;margin:5px 8px;border-bottom:solid 1px cyan;\'>Registro y navegar sin problemas</h3>\\n <a href="javascript:popupVideo(\'http://www.newpct.com/plugins.inc/video.help.inc/watch.video.php?url=http://www.youtube.com/embed/1A_APf4CET4\',765,475)" style=\'border:none;\'>\\n <img src=\'http://www.newpct.com/plugins.inc/video.help.inc/v3.jpg\'>\\n </a>\\n <br>\\n </td>\\n <td align=\'center\'> \\n <h3 style=\'color:#333;font-size:11px;font-weight:bold;margin:5px 8px;border-bottom:solid 1px cyan;\'>Solucion al Error de MEGA al desencriptar</h3>\\n <a href="javascript:popupVideo(\'http://www.newpct.com/plugins.inc/video.help.inc/watch.video.php?url=http://www.youtube.com/embed/d9YW_Xny5dA\',765,475)" style=\'border:none;\'>\\n <img src=\'http://www.newpct.com/plugins.inc/video.help.inc/v4.jpg\' style=\'width:200px;height:180px;\'>\\n </a>\\n <br>\\n </td>\\n </tr>\\n </table>\\n </CENTER> </div> \\n </div>\\n \\n <div id="mydiv" style="display:none">\\n <iframe name="articulos" src="../modalw.inc/show.php" width="100%" style="border:none;min-height:350px;overflow:hidden;">\\n </iframe>\\n </div>\\n <span style=\'font-size:16px;float:left;widht:600px;min-height:20px;overflow:hidden;padding:5px;margin:8px 15px 0px 15px;\'></span> <div id="bottom-tabs"></div> \\n </div> \\n <div style=\'width:728px;min-height:90px;float:left;margin:5px 60px 0px 60px;\'> \\n <IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=728 HEIGHT=90 SRC="http://www.newpct.com/publicidad/fichas/banner_debajo_comentarios.html">\\n </IFRAME> </div>\\n <div id="comentarios-ficha-user" style="float:left;width:827px;min-height:50px;overflow:hidden;margin:3px 5px 3px 5px;border:solid 1px gray;"></div>\\n</div>\\n<div class=\'bottom-ficha\'></div>\\n\\n<!-- FIN DETALLE DE LA FICHA --> \\n<script type=\'text/javascript\'> \\n$(document).ready(function()\\n{ \\n $(\'#tabs div\').hide(); // Hide all divs\\n $(\'#tabs div:first\').show(); // Show the first div\\n $(\'#tabs ul li:first\').addClass(\'active\'); // Set the class of the first link to active\\n function updateComentaries(loguser)\\n { \\n /*\\n var parametros = \\n {\\n \'userID\' : \'\',\\n \'loguser\' : loguser,\\n \'userName\' : \'\',\\n \'userImg\': \'\',\\n \'torrentID\': \'91849\',\\n \'type\' : \'torrents\'\\n }; \\n $(\'#comentarios-ficha-user\').html(\'<div style="margin:30px auto;width:100px;height:100px;"><img src="http://www.newpct.com/images.inc/images/ajax-loader.gif"/></div>\');\\n var page = $(this).attr(\'data\'); \\n var dataString = \'page=\'+page;\\n $.ajax({\\n type: \'GET\',\\n url: \'http://www.newpct.com/sections.inc/left.column.inc/ficha/show.comentaries.php\',\\n data: parametros,\\n success: function(data) \\n {\\n //Cargamos finalmente el contenido deseado\\n $(\'#comentarios-ficha-user\').fadeIn(1000).html(data);\\n }\\n });\\n */ \\n }\\n updateComentaries(\'0\');});\\n</script>\\n\\n <script>console.log(\'inc/contents/ficha.template.php\');</script>\\n </article>\\n <aside id="right-content">\\n <!--INICIO PUBLICIDAD Y BANNER DE LA COLUMNA DERECHA-->\\n<!-- INICIO NOTICIAS -->\\n<div id="columnuser">\\n<h3 >ULTIMAS NOTICIAS</h3>\\n <div id="content-column">\\n <div id="content-right-3">\\n <!---->\\n <script>\\n\\n $(function(){\\n\\n $(\'#vertical-ticker\').totemticker({\\n\\n row_height : \'400px\',\\n\\n next : \'#ticker-next\',\\n\\n previous : \'#ticker-previous\',\\n\\n stop : \'#stop\',\\n\\n start : \'#start\',\\n\\n mousestop : true,\\n\\n });\\n\\n });\\n\\n\\n\\n (function( $ ){\\n\\n \\n\\n if(!$.omr){\\n\\n $.omr = new Object();\\n\\n };\\n\\n \\n\\n $.omr.totemticker = function(el, options ) {\\n\\n \\n\\n var base = this;\\n\\n \\n\\n //Define the DOM elements\\n\\n base.el = el;\\n\\n base.$el = $(el);\\n\\n \\n\\n // Add a reverse reference to the DOM object\\n\\n base.$el.data("omr.totemticker", base);\\n\\n \\n\\n base.init = function(){\\n\\n base.options = $.extend({},$.omr.totemticker.defaultOptions, options);\\n\\n \\n\\n //De=\\\'content-torrent\\\'fine the ticker object\\n\\n base.ticker;\\n\\n \\n\\n //Adjust the height of ticker if specified\\n\\n base.format_ticker();\\n\\n \\n\\n //Setup navigation links (if specified)\\n\\n base.setup_nav();\\n\\n \\n\\n //Start the ticker\\n\\n base.start_interval();\\n\\n \\n\\n //Debugging info in console\\n\\n //base.debug_info();\\n\\n };\\n\\n \\n\\n base.start_interval = function(){\\n\\n \\n\\n//Clear out any existing interval\\n\\n clearInterval(base.ticker);\\n\\n \\n\\n base.ticker = setInterval(function() {\\n\\n \\n\\n base.$el.find(\'li:first\').animate({\\n\\n marginTop: \'-\' + base.options.row_height,\\n\\n }, base.options.speed, function() {\\n\\n $(this).detach().css(\'marginTop\', \'0\').appendTo(base.$el);\\n\\n });\\n\\n \\n\\n }, base.options.interval);\\n\\n }\\n\\n \\n\\n base.reset_interval = function(){\\n\\n clearInterval(base.ticker);\\n\\n base.start_interval();\\n\\n }\\n\\n \\n\\n base.stop_interval = function(){\\n\\n clearInterval(base.ticker);\\n\\n }\\n\\n \\n\\n base.format_ticker = function(){\\n\\n \\n\\n if(typeof(base.options.max_items) != "undefined" && base.options.max_items != null) {\\n\\n \\n\\n //Remove units of measurement (Should expand to cover EM and % later)\\n\\n var stripped_height = base.options.row_height.replace(/px/i, \'\');\\n\\n var ticker_height = stripped_height * base.options.max_items;\\n\\n \\n\\n base.$el.css({\\n\\n height : ticker_height + \'px\', \\n\\n overflow : \'hidden\', \\n\\n });\\n\\n \\n\\n }else{\\n\\n //No heights were specified, so just doublecheck overflow = hidden\\n\\n base.$el.css({\\n\\n overflow : \'hidden\',\\n\\n })\\n\\n }\\n\\n \\n\\n }\\n\\n \\n\\n base.setup_nav = function(){\\n\\n \\n\\n //Stop Button\\n\\n if (typeof(base.options.stop) != "undefined" && base.options.stop != null){\\n\\n $(base.options.stop).click(function(){\\n\\n base.stop_interval();\\n\\n return false;\\n\\n });\\n\\n }\\n\\n \\n\\n //Start Button\\n\\n if (typeof(base.options.start) != "undefined" && base.options.start != null){\\n\\n $(base.options.start).click(function(){\\n\\n base.start_interval();\\n\\n return false;\\n\\n });\\n\\n }\\n\\n \\n\\n //Previous Button\\n\\n if (typeof(base.options.previous) != "undefined" && base.options.previous != null){\\n\\n $(base.options.previous).click(function(){\\n\\n base.$el.find(\'li:last\').detach().prependTo(base.$el).css(\'marginTop\', \'-\' + base.options.row_height);\\n\\n base.$el.find(\'li:first\').animate({\\n\\n marginTop: \'0px\',\\n\\n }, base.options.speed, function () {\\n\\n base.reset_interval();\\n\\n });\\n\\n return false;\\n\\n });\\n\\n }\\n\\n \\n\\n //Next Button\\n\\n if (typeof(base.options.next) != "undefined" && base.options.next != null){\\n\\n $(base.options.next).click(function(){\\n\\n base.$el.find(\'li:first\').animate({\\n\\n marginTop: \'-\' + base.options.row_height,\\n\\n }, base.options.speed, function() {\\n\\n $(this).detach().css(\'marginTop\', \'0px\').appendTo(base.$el);\\n\\n base.reset_interval();\\n\\n });\\n\\n return false;\\n\\n });\\n\\n }\\n\\n \\n\\n //Stop on mouse hover\\n\\n if (typeof(base.options.mousestop) != "undefined" && base.options.mousestop === true) {\\n\\n base.$el.mouseenter(function(){\\n\\n base.stop_interval();\\n\\n }).mouseleave(function(){\\n\\n base.start_interval();\\n\\n });\\n\\n }\\n\\n }\\n base.debug_info = function()\\n {\\n //Dump options into console\\n console.log(base.options);\\n } \\n //Make it go!\\n base.init();\\n };\\n $.omr.totemticker.defaultOptions = {\\n\\n message : \'Ticker Loaded\', \\n\\n next : null, \\n\\n previous : null, \\n\\n stop : null, \\n\\nstart : null, \\n\\n row_height : \'200px\',\\n\\n speed : 800, \\n\\n interval : 4000, \\n\\n max_items : null, \\n\\n };\\n\\n \\n\\n $.fn.totemticker = function( options ){\\n\\n return this.each(function(){\\n\\n (new $.omr.totemticker(this, options));\\n\\n });\\n\\n };\\n\\n \\n\\n })( jQuery );\\n\\n </script>\\n\\n <div class="coluser_content" id="coluser_content" style="width:100%;padding:10px 0px;"> \\n <style>#vertical-ticker li:hover {font-weight:regular;}</style>\\n <ul id="vertical-ticker"> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/554/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Domingo 28 De Mayo The blacklist !! </h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1493027614_Theblacklist.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""="" """"""""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>The blacklist &nbsp;- Capitulo 421</b></div><div """"""""="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>The Americans - Capitulo 510</b><br></div></div></div></div></div></div></div></div></div></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/553/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Sabado 27 De Mayo Silicon Valley !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1494666298_SiliconValley.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" """"""="" margin:"="" 0px;="" padding:="" font-family:="" helvetica,="" sans-serif;="" font-size:="" 14px;="" background-color:="" rgb(232,="" 252,="" 241);"=""><div """"""="" margin:"="" 0px;="" padding:="" font-family:="" helvetica,="" sans-serif;="" font-size:="" 14px;="" background-color:="" rgb(232,="" 252,="" 241);"=""><b>Silicon Valley - Capitulo 405</b><br></div><div """"""="" margin:"="" 0px;="" padding:="" font-family:="" helvetica,="" sans-serif;="" font-size:="" 14px;="" background-color:="" rgb(232,="" 252,="" 241);"=""><br></div></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/552/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Viernes 26 De Mayo !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1494666131_newpct.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><br></div></div></div></div></div></div></div></div></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/551/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Jueves 25 De Mayo Into The Badlands !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1492073643_into.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div style="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><b>Into The Badlands - Capitulo 210</b></div><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><b>Arrow - Capitulo 522</b></div><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><b>The Son - Capitulo 105</b></div><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><b>Fargo - Capitulo 306</b></div><div margin:"="" ""="" 0px;="" padding:="" 0px;"=""><b>Blindspot - Capitulo 221</b></div></div></div></div></div></div></div></div></div></div><div style="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/550/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Miercoles 24 De Mayo APB !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1493806203_apb.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""=""><div ""=""><div ""=""><div ""=""><div ""=""><div ""=""><div ""=""><div ""=""><div ""=""><b>APB - Capitulo 107-108</b></div><div ""=""><b>Chicago PD - Capitulo 404-405</b><br></div><div ""=""><b>Younger - Capitulo 205-206</b><br></div><div ""=""><b>Mentes Criminales Sin Fronteras - Capitulo 205</b></div><div ""=""><b>Como Defender A Un Asesino - Capitulo 313</b></div><div ""=""><br></div></div></div></div></div></div></div></div></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/549/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Martes 23 De Mayo Navy !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1491907307_navy.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Los 100 - Capitulo 411</b></div><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Navy - Capitulo 1420</b><br></div><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Modus - Capitulo 106</b><br></div><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>La Casa De Papel - Capitulo 104</b><br></div><div ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Los Pasajeros Del Tiempo - Capitulo 101</b></div></div></div></div></div></div></div></div></div> </li> <li style="height:450px;"> <a href="http://www.newpct.com/noticia/548/series/" class="title_noticias_" rel="nofollow" style="margin:0x;padding:0px;"> <h4 style="font-size:11px;">Lunes 29 De Mayo Quantico !!</h4> <span style=\'position:relative;display:block;width:280px;height:145px;background:url(http://www.newpct.com/images/news/1494317328_quantico.jpg);\'><span class=\'hora_noticias_\' style=\'position:absolute;width:270px;padding:5px;text-aling:left;left:0px;top:130px;background:red;color:#fff;\'>DISPONIBLE DESDE LAS 21.45 Hs (ESPAÑA) <strong style=\'float:right;color:#fff;margin-right:3px;\'>Leer Mas</strong></span></span></br> </a> <div style="float:left;width:100%;height:120px;margin:5px 0px 0px 0px;overflow-y: scroll;"><div style="" ""="" """"="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Alli Abajo - Capitulo 311</b><br></div><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Mentes Criminales - Capitulo 1221</b></div><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Quantico - Capitulo 217</b></div><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Desviados - Capitulo 208</b></div><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Superstore - Capitulo 111-112</b></div><div """"="" ""="" margin:"="" 0px;="" padding:="" 0px;"=""><b>Teachers - Capitulo 103-104</b></div></div></div></div></div></div></div></div></div> </li> </ul> <div id="btn_news"> <a href="#" id="ticker-previous" title="Anterior" alt="Anterior" class="prev" rel="nofollow">previous</a> <a id="stop" href="#" title="Pausar" alt="Pausar" class="pau" rel="nofollow">Stop</a> <a id="start" href="#" title="Iniciar" alt="Iniciar" class="play" rel="nofollow">Start</a> <a href="#" id="ticker-next" title="Siguiente" alt="Siguiente" class="next" rel="nofollow">Next</a> <a href="http://www.newpct.com/index.php?l=viewNews" id="all" title="Ver Todos los Estrenos" alt="Ver todos los Estrenos" class="all" rel="nofollow">Ver Todo</a> </div></div> \\n <!---->\\n </div>\\n <CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-1.html"></IFRAME></CENTER><CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-2.html"></IFRAME></CENTER> </div> \\n <div class="coluser_bottom"></div>\\n</div>\\n<!--PROGRAMAS IMPRESCINDIBLES--> \\n<div id="columnuser">\\n<h3 >PROGRAMAS IMPRESCINDIBLES</h3>\\n <div id="content-column">\\n <div class="coluser_content" id="coluser_content" style="width:100%;padding:0px;">\\n <div id="content-right-7"></br>\\n <ul>\\n <li style=\'width:100%;min-height:40px;overflow:hidden;\'>\\n <a style="border:none;" href="http://ul.to/ref/15886926" title="Upload" rel="nofollow" target="_blank">\\n <div class=\'left_img_prescindible\'>\\n <img rel="nofollow" style="width:40px;border:none;" src="http://www.newpct.com/sections.inc/right.column.inc/uploaded.gif" alt="Uploaded">\\n </div>\\n <div class=\'right_prescindible\'>\\n <strong >Uploaded</strong>\\n <p style=\'font-size:10px;\'>Hazte Premium y baja la cantidad que quieras y cuando quieras a TOPE de LINEA ! desde AQUI</p>\\n </div>\\n </a>\\n </li> \\n \\n </ul>\\n </br>\\n </div>\\n </div>\\n <CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-3.html"></IFRAME></CENTER><CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-4.html"></IFRAME></CENTER> </div>\\n <div class="coluser_bottom"></div>\\n</div>\\n\\n<!--PELICULAS MAS VISTAS DEL MES--> \\n<div id="columnuser">\\n<h3 >LAS PELICULAS MAS VISTAS DEL MES</h3>\\n <div id="content-column">\\n <div class="coluser_content" id="coluser_content" style="width:100%;padding:0px;"> \\n <div id="content-right-9">\\n <!-- INICIO PELICULAS MAS VISTAS DEL MES MINI --><ul>\\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/la-la-land/blurayrip-ac3-5-1/\' title=\'Descargar La La Land [BluRay Rip][AC3 Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/91286_-1493978456-la-la-land-blurayrip-ac3-5-1.jpg\' alt=\'Descargar La La Land [BluRay Rip][AC3 5.1 Español Castellano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>La La Land [BluRay Rip][AC3 </strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 11978 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.8 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/resident-evil-capa-tulo-final/blurayrip-ac3-5-1/\' title=\'Descargar Resident Evil Capítulo final Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/91118_-1493493142-resident-evil-cap-tulo-final-blurayrip-ac3-5-1.jpg\' alt=\'Descargar Resident Evil Capítulo final [BluRay Rip][AC3 5.1 Español Castelllano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Resident Evil Capítulo final</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 11175 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.5 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/mine/blurayrip-ac3-5-1/\' title=\'Descargar Mine [BluRay Rip][AC3 5.1 Es Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/90945_-1493110681-mine-blurayrip-ac3-5-1.jpg\' alt=\'Descargar Mine [BluRay Rip][AC3 5.1 Español Castellano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Mine [BluRay Rip][AC3 5.1 Es</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 8444 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.8 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/100-calles/blurayrip-ac3-5-1/\' title=\'Descargar 100 Calles [BluRay Rip][AC3 Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/90983_-1493224560-100-calles-blurayrip-ac3-5-1.jpg\' alt=\'Descargar 100 Calles [BluRay Rip][AC3 5.1 Español Castellano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>100 Calles [BluRay Rip][AC3 </strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 8431 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.6 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/la-gran-muralla/blurayrip-ac3-5-1/\' title=\'Descargar La Gran Muralla [BluRayRIP][ Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/91459_-1494438803-la-gran-muralla-blurayrip-ac3-5-1.jpg\' alt=\'Descargar La Gran Muralla [BluRayRIP][AC3 5.1 Español Castellano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>La Gran Muralla [BluRayRIP][</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 7825 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.8 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/descargar-pelicula/xxx-reactivado/blurayrip-ac3-5-1/\' title=\'Descargar xXx Reactivado [BluRay Rip][ Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/d/91720_-1495136567-xxx-reactivado-blurayrip-ac3-5-1.jpg\' alt=\'Descargar xXx Reactivado [BluRay Rip][AC3 5.1 Español Castellano][2017]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>xXx Reactivado [BluRay Rip][</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'><strong>Visitas ( 7423 )</strong></p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Tama&ntilde;o ( 1.9 GB )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Calidad BluRayRip AC3 5.1 </p>\\n </div> \\n </a>\\n </li>\\n </ul><!-- FIN PELICULAS MAS VISTAS DEL MES MINI --> </div>\\n </div>\\n <CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-5.html"></IFRAME></CENTER> </div>\\n <div class="coluser_bottom"></div>\\n</div> \\n<!--ESTRENOS DVD--> <!--SERIES MAS VISTAS DEL MES--> \\n<div id="columnuser">\\n<h3 >LAS SERIES MAS VISTAS DEL MES</h3>\\n <div id="content-column">\\n <div class="coluser_content" id="coluser_content" style="width:100%;padding:0px;"> \\n <div id="content-right-12">\\n <!-- INICIO SERIES MAS VISTAS MES MINI --><ul>\\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/the-big-bang-theory/\' title=\'Descargar The Big Bang Theory Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/001092.jpg\' alt=\'Descargar The Big Bang Theory - Temporada 10 [HDTV][Cap.1020][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>The Big Bang Theory</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 13443012 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( The Big Bang Theory )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>\\n G\\nSINOPSIS ie deSerie de TV (2007...</p>\\ntcom </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/navy-investigacion-c/\' title=\'Descargar Navy Investigacion Criminal Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/001198.jpg\' alt=\'Descargar Navy Investigacion Criminal - Temporada 14 [HDTV][Cap.1416][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Navy Investigacion C</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 4949333 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Navy Investigacion Criminal )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>\\n DIRECTOR Donald P Bellisario (Creator) Don McGill (Creator) Dennis Smit...</p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/bones/\' title=\'Descargar Bones Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/000869.jpg\' alt=\'Descargar Bones - Temporada 12 [HDTV][Cap.1212][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Bones</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 2972559 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Bones )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>\\n REPARTO Emily Deschanel David Boreanaz Eric Millegan TJ Thyne Michaela...</p>\\n </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/mentes-criminales/\' title=\'Descargar Mentes Criminales Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/000936.jpg\' alt=\'Descargar Mentes Criminales - Temporada 12 [HDTV][Cap.1218][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Mentes Criminales</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 2622646 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Mentes Criminales )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>\\n G\\nSINOPSIS ie deSerie de TV (20...</p>\\nen serie </div> \\n </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/erase-una-vez/\' title=\'Descargar Erase Una Vez Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/001458.jpg\' alt=\'Descargar Erase Una Vez - Temporada 6 [HDTV][Cap.617_618][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Erase Una Vez</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 2537486 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Erase Una Vez )</p>\\n <p s\\nSINOPSIS size:Serie de TV (2011-Actuali...</p>\\n </div> \\nrie de TV Drama Fantastico </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/arrow/\' title=\'Descargar Arrow Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/001592.jpg\' alt=\'Descargar Arrow - Temporada 5 [HDTV][Cap.519][Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Arrow</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 2192167 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Arrow )</p>\\n <p style=\'font-size:\\nSINOPSIS :2px Serie de TV protagonizada...</p>\\n GENERO Serie de</div>ve\\nuras Accion </a>\\n </li>\\n \\n <li style=\'width:100%;min-height:80px;overflow:hidden;\'>\\n <a href=\'http://www.newpct.com/todos-los-capitulos/series/hawaii-five-0/\' title=\'Descargar Hawaii Five 0 Gratis Torrent Bajar\' style=\'color:#333;\'>\\n <div style=\'float:left;width:60px;height:80px;margin-left:5px;\'><img style=\'height:80px;\' src=\'http://www.newpct.com/imgBank/categorias/001345.jpg\' alt=\'Descargar Hawaii Five 0 - Temporada 7 [HDTV][Cap.718][AC3 5.1 Español Castellano]\'></div>\\n <div style=\'float:left;width:190px;min-height:40px;overflow:hidden;margin-left:8px;border-left:solid 1px cyan;\'>\\n <strong style=\'width:100%;float:left;border-bottom:dashed 1px gray;font-size:11px;margin-bottom:6px;padding-bottom:3px;\'>Hawaii Five 0</strong>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Visitas ( 2092613 )</p>\\n <p style=\'font-size:10px;margin:2px 4px;\'>Serie ( Hawaii Five 0 )</p>\\n <p s\\nSerie de TV (2010-Actualida...</p>\\n\\n </div> \\n GENERO Serie de TV Drama | Policiaco Remake </a>\\n </li>\\n </ul><!-- FIN SERIES MAS VISTAS MES MINI --> </div>\\n </div>\\n <CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-6.html"></IFRAME></CENTER><CENTER><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=260 SRC="http://www.newpct.com/publicidad/index/banner_300x250_columna_derecha-7.html"></IFRAME></CENTER> </div> \\n <div class="coluser_bottom"></div>\\n<!-- !!! -->\\n</div> </aside>\\n </div> \\n <!--LINKS REDIRECT--><script type="text/javascript">\\n var adfly_id = 14383545;\\n var adfly_advert = \'int\';\\n var popunder = true;\\n var exclude_domains = [\'divxatope.com\',\'newpct.com\',\'newpct1.com\'];\\n var domains = [\'divxatope.com\',\'tumejorjuego.com\',\'tumejorserie.com\',\\n\'datafile.com\',\\n\'rapidgator.net\',\\n\'salefiles.com\',\\n\'turbobit.net\',\\n\'ul.to\',\\n\'uploaded.net\',\\n\'uptobox.com\',\\n\'katfile.com\',\\n\'streamcloud.eu\',\\n\'openload.co\',\\n\'hdstream.to\',\\n\'flashx.tv\',\\n\'1tube.to\',\\n\'userscloud.com\',\\n\'ozofiles.com\',\\n\'oboom.com\',\\n\'pctorrent.com\',\\n\'hugefiles.net\',\\n\'datafile.com\',\\n\'bigfile.to\',\\n\'1fichier.com\',\\n\'vidspot.net\',\\n\'userscloud.com\',\\n\'uploadrocket.net\',\\n\'streamin.to\',\\n\'uptobox.to\',\\n\'powvideo.net\',\\n\'nowdownload.ch\',\\n\'datafile.com\',\\n\'uploading.site\',\\n\'mega.co.nz\',\\n\'letwatch.to\',\\n\'erafile.com\',\\n\'streame.net\',\\n\'pctorrent.com\'];\\n</script>\\n<script src="https://cdn.adf.ly/js/link-converter.js"></script> \\n </div>\\n <div id="top-footer"></div>\\n <footer id="content-footer"><div id="footerContent">\\n <div class="col" style="width:250px;">\\n <dl class="col-prime" style="width:100%;">\\n <dt>Links del sitio</dt>\\n <dd><a href="http://www.newpct.com" title="Inicio">Inicio</a></dd>\\n <dd><a href="http://www.newpct.com/feed/" title="rss">Rss</a></dd>\\n <dd><a href="http://www.newpct.com/terminos-y-condiciones" title="términos y condiciones del uso">Condiciones de uso</a></dd>\\n <dd><a href="http://www.newpct.com/gsitemap.xml" title="SiteMap">SiteMap</a></dd>\\n <dd><a href="http://www.newpct.com/informacion/aviso-legal.html" title="Aviso Legal y Politica de Privacidad">Aviso Legal y Politica de Privacidad</a></dd>\\n <dd><a href="http://www.newpct.com/mapa-del-sitio/" title="Mapa completo de newpct">Mapa del sitio</a></dd>\\n </dl>\\n </div>\\n <div class="col">\\n<dl class="col-prime">\\n <dt>Afiliados</dt>\\n </dl>\\n </div>\\n <div class="col">\\n <dl class="col-prime">\\n <dt>Ayudas</dt>\\n <dd><a href="http://www.newpct.com/contacto/" title="Contacto newpct">Contacto</a></dd>\\n <dd><a href="http://www.newpct.com/informacion/aprende-a-subir-y-colabora-con-newpct.html" title="Aprende a subir torrents a newpct">Como Colaborar</a></dd>\\n </dl>\\n </div>\\n </div>\\n <div id="sindication">\\n <ul>\\n <li>\\n <a href="http://feeds2.feedburner.com/newpctorrent" title="Suscribirte a nuestro Rss"><img src="http://www.newpct.com/images/rss_footer_icon.gif" alt="Suscribirte a nuestro Rss" /></a>\\n <span>Suscribirte</span>\\n </li>\\n <li>\\n <a href="http://www.facebook.com/group.php?gid=140558092617" title="Hazte fan en Facebook"><img src="http://www.newpct.com/images/facebook_footer_icon.jpg" alt="Hazte fan en Facebook" /></a>\\n <span>Hazte fan!</span>\\n </li>\\n <li>\\n <a href="https://twitter.com/newpct" title="Seguinos en Twitter"><img src="http://www.newpct.com/images/twitter_fotter_icon.jpg" alt="Seguinos en Twitter" /></a>\\n <span id="tw_followers">Seguinos</span>\\n </li>\\n </ul>\\n </div>\\n\\n<script type="text/javascript">\\n</script>\\n </footer>\\n </div>\\n </div>\\n<script>console.log("PAGE fichas");</script>\\n</body>\\n\\n\\n\\n</html>\\n\\n'; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); // Print the entire match result var_dump($matches);

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php